﻿html
{
	height: 100%;
}
body
{
	/* necessary for CMS */
	margin: 0;
	padding: 0;
	height: 100%; 
}

/* BEGIN CMS Edit Mode Styles */
.ContentSlotViewerEdit
{
	width:100%;
	position:relative;
	z-index: 99;
	background-color:#ffffff;
	
}
/*
.ContentSlotViewer
{
	width:100%;
	visibility: visible;
	position:relative;
	z-index: 0;	
}
* html .ContentSlotViewer
{
	height: 1px;
}*/

.ContentSlotViewerSelectionOverlay
{
	background-color:#DDECFE;
	opacity: .30;
	filter: Alpha(opacity=30);
	-moz-opacity: 0.30;
	border:solid 1px #3B619C;
	/*
	display:block;
	width:1px;
	*/
	width: auto;
	left:0px;
	top:0px;
	position:absolute;
	z-index:100;
	visibility:hidden;
}
* html .ContentSlotViewerSelectionOverlay
{
	margin: 0;
}
/* END CMS Edit Mode Styles */

/* BEGIN CMS Toolbar Styles */
.CMSToolbarContainer
{
	top:0px;
	left:0px;
	z-index:101;
	position:absolute;
	visibility:hidden;
	border-color: #3B619C;
	border-style: solid;
	border-width: 0 1px;
	background: url('../Images/CMSToolbarBackground.gif');
}
.CMSToolbarText
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	padding: 0;
	color: #000000;
}
.CMSToolbarButtonOff
{
	padding: 1px 4px 1px 4px;
}
.CMSToolbarButtonOn
{
	cursor: pointer;
	cursor: hand;
	margin: 0;
	padding: 0 3px 0 3px;
	border: solid 1px #000000;
	background:#6791C9;
}
/* END CMS Toolbar Styles */
.clear
{
	clear: both;
}
a img
{
	border: none;
}
body
{
	background-color: #3469b0;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #666666;
	font-size: 11px;
}
#main
{
	width: 760px;
	margin: 0 auto;
}
#header
{
	background-image: url('../images/header_bg.jpg');
	width: 760px;
	height: 141px;
}
#navSearchWrapper
{
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
	position: relative;
	width: 760px;
	height: 36px;
	float: left;
}
#nav
{
	float: left;
	width: 500px;
}
#nav ul
{
	list-style-type: none;
	display: inline;
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li
{
	float: left;
	overflow: hidden;
}
#nav ul li a
{
	display: block;
	height: 36px;
	text-indent: 200px;
	white-space: nowrap;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav ul li a:hover
{
	background-position: 0 -36px;
}
#nav ul li a.selected 
{
	background-position: 0 -36px;
}
#navHome {
	width: 79px;
}
#navHome a {
	background-image: url('../images/nav_home.gif');
}
#navAbout {
	width: 99px;
}
#navAbout a {
	background-image: url('../images/nav_about.gif');
}
#navProducts {
	width: 91px;
}
#navProducts a {
	background-image: url('../images/nav_products.gif');
}
#navNewsEvents {
	width: 121px;
}
#navNewsEvents a {
	background-image: url('../images/nav_news_events.gif');
}
#navContactUs {
	width: 101px;
}
#navContactUs a {
	background-image: url('../images/nav_contact_us.gif');
}

#productSearch
{
	padding: 15px 0 0 0;
}
#productSearch .searchLabel
{
	white-space: nowrap;
	text-indent: 200px;
	overflow: hidden;
	display: block;
	float: right;
	width: 56px;
	height: 19px;
	background: url('../images/hdr_main_search.gif') 0 0 no-repeat;
}
#productSearch .formInputSelect
{
	font-size: 10px;
	margin-right: 7px;
	float: right;
}

div.search
{
	width: 202px;
	height: 36px;
	float: right;
	background: url('../images/search_bg.gif') 100% 0 no-repeat;
}
div.search label
{
	width: 45px;
	height: 14px;
	margin: 10px 6px 0 0;
	text-indent: 50px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url('../images/hdr_search.gif');
}
* html div.search label { margin: 5px 3px 0 0; }
div.search .formInput
{
	width: 113px;
	border-style: solid;
	border-color: #003d7d;
	border-width: 1px 0 0 1px;
	display: inline;
	height: 15px;
	margin: 8px 0 0 0;
	padding: 0 3px;
	float: left;
	font-size: 11px;
}
div.search .formButton
{
	float: left;
	display: inline;
	margin: 10px 0 0 5px;
}

.subNav
{
	margin: 0;
	padding: 0;
	padding: 5px 0 12px 15px;
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	width: 760px;
	float: left;
}
.subNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.subNav ul li
{
	margin: 0;
	padding: 0 15px;
	border-right: 1px dotted #003399;
	float: left;
}
.subNav ul li.last { border-right: none; }
.subNav ul li a
{
	color: #003399;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.subNavEmpty
{
	background-image: url('../images/subnav_bg_empty.gif');
	background-repeat: no-repeat;
	height: 13px;
	float: left;
	width: 760px;
}

#contentWrapper
{
	background-image: url('../images/content_bg.gif');
	width: 760px;
	float: left;
	clear: both;
}
#content
{
	padding: 0 20px;
	width: 482px;
	float: left;
	
	line-height: 18px;
}
.HtmlEditorCssBody
{
	background-color: #ffffff;
	padding: 5px;
}
h1 .registeredMark
{
	font-size: 10px;
	vertical-align: super;
}
h1,
h2
{
	font-size: 18px;
	font-weight: normal;
	color: #3469b0;
	background-image: url('../images/hdr_bg.gif');
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin: 13px 0 10px 0;
	padding: 0 0 0 10px;
	clear: both;
	
	font-size: 20px;
	font-family: Georgia, Times New Roman, Serif;
}
h2
{
	font-size: 14px;
	/*font-weight: bold;*/
	/*color: #666666;*/
	font-size: 16px;
}

.homeContentHeadline
{
	background-image: url('../images/key_headline_bg.gif');
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 15px 0 0 10px;
	height: 26px;
	font-size: 16px;
	font-weight: normal;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #3469b0;
	clear: both;
	font-family: Georgia, Times New Roman, Serif;
}

.news h4,
.news h5
{
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* #content h3
{
	font-size: 11px;
	font-weight: bold;
	color: #3469b0;
	margin: 10px 0 12px 0;
	padding: 0;
} */

#content p
{
	margin: 0 0 18px 0;
}
#contentWrapper a
{
	font-weight: bold;
	color: #3b7ab7;
}
#content ul
{
	text-indent: 0;
	margin-left: 1em;
	padding-left: 4px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content ul li
{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	
	background-image: url('../images/li_arrow.gif');
	background-position: 0 .6em;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.bodyText
{
	padding-left: 10px;
}
#content ul.headerLinks li
{
	background-image: url('../images/arrow_hdr.gif');
	background-position: 0 6px;
	padding-left: 15px;
}
#content ul.headerLinks li a
{
	font-size: 14px;
	color: #3469b0;
	text-decoration: none;
}

#content h1.home
{
	width: 416px;
	height: 29px;
	margin: 0;
	padding: 0;
	background-image: url('../images/hdr_home_title.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 500px;
	white-space: nowrap;
	overflow: hidden;
}

.productSection
{
	border-bottom: dotted 1px #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.productSectionLast
{
	border-bottom: none;
}

.printableFileWrapper
{
	margin: 0 27px;
	text-align: right;
}
.printableFile
{
	padding: 7px;
}
.printableFile a
{
	color: #3469b0;
	background: #ffffff url('../images/ico_pdf.gif') no-repeat 100% 50%;
	padding-right: 18px;
}
.printableFile a img
{
	margin: 0;
	padding: 0;
	display: inline;
}
/* grid styles */
.productGridWrapper
{
	margin-left: 33px;
	margin-bottom: 20px;
	padding: 0;
	width: 702px;
	float: left;
	display: inline;
}
.productGridPlainWrapper
{
	margin-left: 33px;
	margin-bottom: 20px;
	padding: 0 1px;
	width: 700px;
	float: left;
	display: inline;
}
.productGridWrapper .productGridHeader
{
	width: 702px;
	height: 7px;
	background: url('../images/productGrid_t.gif') no-repeat 0 100%;
}
.productGridWrapper .productGrid
{
	width: 700px;
	margin: 0;
	padding: 0 1px;
	background: #ffffff url('../images/productGrid_bg.gif') repeat-y 0 0;
}
.productGridWrapper .productGrid table
{
	width: 700px;
}
.productGridPlainWrapper .productGrid,
.productGridPlainWrapper .productGrid table
{
	width: 702px;
}
.productGridWrapper .productGridFooter,
.productGridPlainWrapper .productGridFooter
{
	width: 702px;
	height: 7px;
	background: url('../images/productGrid_b.gif') no-repeat 0 0;
}
.productGridPlainWrapper .productGridFooter
{
	background-image: url('../images/productGrid_plain_b.gif');
}
.productGrid td
{
	padding: 8px;
	line-height: 12px;
	vertical-align: top;
}
.productGrid td.first
{
	white-space: nowrap;
}
.productGridPlainWrapper .productGrid td.first
{
	border-left: solid 1px #e0e0e0;
}
.productGridPlainWrapper .productGrid td
{
	border: solid 1px #e0e0e0;
	border-width: 0 1px 1px 0;
}
.productGrid .applicationArea
{
	background-color: #9edaeb;
	color: #3469b0;
}
.productGrid .applicationArea td
{
	border: solid 1px #3469b0;
	border-width: 1px 0;
}
.productGrid .applicationAreaFirst td
{
	border-top-width: 0;
}
.productGrid .productHeader td
{
	font-weight: bold;
}
.productGridWrapper .productGrid .productHeader td
{
	background-image: url('../images/productGrid_hdr_bg.gif');
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #ffffff;
}
.productGridPlainWrapper .productGrid .productHeader td
{
	background-color: #e0e0e0;
	border: none;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #cccccc;
}
.productGridWrapper .productGrid .productHeader td.first
{
	border-left: none;
}
.productGridPlainWrapper .productGrid .productHeader td.first
{
	background: #e0e0e0 url('../images/productGrid_hdr_tl.gif') 0 0 no-repeat;
	border-left: none;
}
.productGridPlainWrapper .productGrid .productHeader td.last
{
	background: #e0e0e0 url('../images/productGrid_hdr_tr.gif') 100% 0 no-repeat;
	border-right: none;
}
.productGrid .alternateRow
{
	background-color: #f5f5f5;
}
.productGrid a
{
	color: #666666;
}


.subsection
{
	width: 454px;
	background: #ffffff url('../images/subsection_bg.gif') no-repeat 0 0;
	padding-bottom: 5px;
	float: left;
}
.subsectionFooter
{
	width: 454px;
	height: 9px;
	float: left;
	margin-bottom: 20px;
	background: #ffffff url('../images/subsection_bg_b.gif') no-repeat 0 0;
}
.subsection h4
{
	line-height: 23px;
	margin: 0 0 0 13px;
	padding: 0;
	font-size: 11px;
}
#content .subsection ul
{
	margin: 0;
	padding: 10px 0 0 13px;
	float: left;
}
#content .subsection ul li
{
	margin: 0;
	padding: 0 0 0 9px;
	width: 205px;
	float: left;
}
#content .subsection ul li.odd
{
	clear: left;
	border-color: Green;
}
#content .subsection a
{
	color: #3b7ab7;
}

#sidebar
{
	width: 238px;
	float: right;
}
#contentWrapper .sidebarHome
{
	padding: 9px 0 0 32px;
	width: 265px;
	float: left;
}
#contentWrapper .contentHome
{
	width: 423px;
	float: right;
}

.sidebarImage
{
	margin: 0 0 17px 0;
}
.sidebarLinks
{
	background-image: url('../images/sidebar_links_bg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 0 17px;
	padding: 18px 15px 0 15px;
	width: 145px;
	
	color: #3b7ab7;
	font-size: 10px;
}
.sidebarLinks h5
{
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 10px;
}
.sidebarLinks ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidebarLinks ul li
{
	margin: 0;
	padding: 0 0 6px 10px;
	line-height: 12px;
	background: url('../images/sidebar_contact_a.gif') no-repeat 0 6px;
}
.sidebarLinks ul li.pdf
{
	line-height: 14px;
	padding: 0 0 6px 18px;
	background: url('../images/ico_pdf.gif') no-repeat 0 2px;
}
.sidebarLinks ul li a
{
	color: #3b7ab7;
}
.sidebarLinksFooter
{
	background: url('../images/sidebar_links_b.gif') no-repeat 0 0;
	width: 175px;
	height: 7px;
	margin: 0 0 15px 17px;
}


#sideBarRightTop
{
	margin: 0;
	padding: 0;
	background: url('../images/sidebar_press_sub_top.gif');
	background-repeat: no-repeat;
	width: 219px;
	height: 214px;
}

#sideBarRight
{
	
	margin: 0;
	padding: 0;
	margin-left: 20px;
	background: url('../images/sidebar_press_sub_bg.gif');
	background-repeat: repeat-y;
	width: 219px;

}

#sideBarRight h2
{
	padding: 35px 5px 5px 10px;
	margin: 0;
	background: url('../images/sidebar_press_sub_hdr.gif');
	background-repeat: no-repeat;
	width: 219px;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
}

#sideBarRight .bodyText
{
	width: 186px;	
}

#sideBarRight h4
{
	background: url('../images/sidebar_press_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 10px;
	font-family: Tahoma;
}

#sideBarRightBottom
{
	margin-left: 20px;
	background: url('../images/sidebar_press_sub_btm.gif');
	background-repeat: no-repeat;
	width: 219px;
	height: 14px;
}


#footer
{
	background-image: url('../images/footer_bg.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 760px;
	padding: 30px 0;
	clear: both;
	float: left;
}
#footer .copyright
{
	color: #024280;
	width: 300px;
	float: left;
	margin-left: 30px;
	display: inline;
}
#footer .links
{
	width: 400px;
	float: right;
}
#footer ul
{
	display: inline;
	float: right;
	margin-right: 30px;
}
#footer ul li
{
	display: inline;
	float: left;

	padding: 0 7px;
	border-right: solid 1px #024280;
}
#footer ul li.last
{
	border-right: none;
}
#footer ul li a
{
	display: block;
	color: #024280;
	text-decoration: none;
	line-height: 11px;
}
/* footer contact */
#footer contactWrapper
{
	width: 760px;
	clear: both;
	float: left;
}
#footer .contact
{
	background-image: url('../images/footer_contact_bg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 11px 30px;
	width: 700px;
	float: left;
	display: inline;
	
	font-size: 9px;
	color: #024280;
}
#sidebar .contact,
#contentWrapper .sidebarHome .contact
{
	background-image: url('../images/sidebar_contact_bg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 28px 0 0 18px;
	width: 160px;
	padding: 15px 34px 0 6px;
	float: left;
	display: inline;
	font-size: 9px;
	color: #999999;
}

#sideBarHeader
{
	background-image: url('../images/sidebar_press_home_bg.gif');
	background-repeat: no-repeat;
	width: 235px;
	min-height: 135px;
}

#contentWrapper .sidebarHome .sidebarList
{
	background-image: url('../images/sidebar_press_home_bkg.gif');
	background-repeat: repeat-y;
	margin: 0 0 0 0;

}

.sideBarItems
{
	padding: 15px 0 0 43px;
	margin: 0;	
}

#footer .contact .region
{
	width: 260px;
	float: left;
}
#footer .contact .regionLast
{
	width: 180px;
}
.contact .region h5,
.contact .region h5
{
	margin: 3px 0;
	padding: 0 0 0 10px;
	background-image: url('../images/footer_contact_hdr.gif');
	background-position: 0 3px;
	background-repeat: no-repeat;
	
	font-size: 9px;
}

#sidebar .contact .region h5
{
	background-image: url('../images/sidebar_contact_hdr.gif');
}
#footer .contact .region p
{
	margin: 0;
	padding: 0 0 0 10px;
}
#sidebar .contact .region p
{
	margin: 0;
	padding: 0 0 10px 10px;
}
.contact .region a
{
	padding: 0 0 0 6px;
	background-image: url('../images/footer_contact_a.gif');
	background-position: 0 4px;
	background-repeat: no-repeat;
	color: #024280;
}
#sidebar .contact .region a
{
	background-image: url('../images/sidebar_contact_a.gif');
	color: #3b7ab7;
}

.contactFooter
{
	background-image: url('../images/footer_contact_b.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 11px;
	width: 760px;
	clear: both;
	float: left;
}
#sidebar .contactFooter
{
	background-image: url('../images/sidebar_contact_b.gif');
	width: 200px;
	margin-left: 18px;
	display: inline; /*IE6 fix*/
}
#contentWrapper .sidebarHome .contactFooter
{
	background-image: url('../images/sidebar_press_home_b.gif');
	width: 235px;
	margin: 0;
}

.sideBarItem
{
	font-size: 9px;	
}

.sideBarItems h5
{
	font-size: 12px;	
	color: #006699;
	font-family: Tahoma;
}

.sideBarItem h5
{
	margin: 0 5px 0 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 9px;	
	color: #006699;
	font-weight: normal;
	font-family: Tahoma;
	background-image: url('../images/sidebar_home_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/* Forms */

.form 
{
}
.form fieldset
{
	border-style: none;
}
.errorText
{
	color: #ff0000;
}
.errorText ul
{
	margin-bottom: 15px;
}
.form fieldset
{
	margin: 5px 0;
	padding: 5px 0;
}
.form .formInput, 
.form .formInputSelect, 
.form .formInputTable,
.form .formInputCheckBoxList
{
	display: inline;
	float: left;
	/*margin-bottom: 6px;*/
	
	margin: 3px 0 6px 0;
	
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #464646;
}
.form .formInputCheckBoxList
{
	/*
	width: 300px;
	margin-left: 140px;
	display: inline;
	*/
}
.form .formInput
{
	width: 270px;
}
.form .formInputTable td
{
	padding: 0;
	margin: 0;
}
.form .formInputTable td label
{
	padding: 0;
	margin: 0;
	padding-left: 3px;
}
.form .formLabel, .form .formLabelRequired
{	
	display: block;
	float: left;
	text-align: right;
	
	width: 120px;
	margin: 0 0 6px 0;
	padding: 3px 20px 0 0;
}
.form .formLabelRequired
{
	font-weight: bold;
}
.form br {
	clear: left;
}
.form .updateText
{
	color: #cc0000;
	display: block;
	margin-bottom: 10px;
}
.form .submit
{
	margin-left: 170px;
}
.form .multiLine
{
	padding-top: 0;
}
.form .formTable
{
	width: 500px;
	border-collapse: collapse;
}
.form .formTable td .formInput
{
	width: auto;
	float: none;
	margin: 2px 5px;
}
.form .formTable th, .form .formTable td
{
	text-align: center;
	padding: 0;
	margin: 0;
}
.form .formTable th
{
	vertical-align: bottom;
	padding: 0 5px 5px 5px;
}
.form .formTable td
{
	border: solid 1px #999999;
}
.form .formLabelCheckBoxList
{
	padding-top: 6px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #0c436a;
	float: none;
	display: block;
	border-bottom: solid 1px #0c436a;
}


.backLinks
{
	padding-bottom: 10px;
}
.backLinks a
{
	display: block;
	width: 160px;
	height: 25px;
	overflow: hidden;
	text-indent: 200px;
	white-space: nowrap;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.backLinks a.productList
{
	background-image: url('../images/a_back_to_product_list.gif');
}
.backLinks a.applicationArea
{
	background-image: url('../images/a_back_to_application.gif');
}
.backLinks a.brand
{
	background-image: url('../images/a_back_to_brand.gif');
}
.backLinks a.product
{
	background-image: url('../images/a_back_to_product.gif');
}