/* global styles */
@font-face {
	font-family: 'OptimaLTStdBold';
	src: url('../font/optimaltstd-bold-webfont.eot');
	src: local('☺'), url('../font/optimaltstd-bold-webfont.woff') format('woff'), url('../font/optimaltstd-bold-webfont.ttf') format('truetype'), url('../font/optimaltstd-bold-webfont.svg#webfontZdTccYKq') format('svg');
	font-weight: normal;
	font-style: normal;
}
html{ overflow-y:scroll; }
body{
	background:url(../pics/bg.jpg) repeat-x top left #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#4c4c4c;
	margin:0;
	padding:0px;
	text-align:left;
}
a{
	outline:none;
	cursor:pointer;
}
a,a:link,a:visited{
	color:#2273ad;
	text-decoration:underline;
}
a:hover,a:active{
	color:#2273ad;
	text-decoration:none;
}
img{ border:none; }
h1,h2,h3,h4{
	display:block;
	text-align:left;
	margin:0;
	padding:0;
}
h1{
	width:741px;
	font-family:'OptimaLTStdBold',sans-serif;
	font-size:36px;
	line-height:36px;
	text-transform:uppercase;
	color:#12266f;
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:15px;
}
h2{
	width:741px;
	font-family:'OptimaLTStdBold',sans-serif;
	font-size:20px;
	line-height:20px;
	color:#12266f;
	padding-bottom:5px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:15px;
}
h3{
	width:741px;
	font-family:'OptimaLTStdBold',sans-serif;
	font-size:14px;
	line-height:16px;
	color:#12266f;
	margin-bottom:10px;
}
h4{
	width:729px;
	color:#41435a;
	background-color:#eef1f4;
	padding:0 6px;
	margin-bottom:20px;
	line-height:20px;
}
p{
	margin:0;
	padding:0;
}
.block{ display:block; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
.fade{
	clear:both;
	background:url(../pics/bg_fade.jpg) no-repeat top left;
	width:741px;
	height:22px;
}
.splitter{
	clear:both;
	width:741px;
	height:1px;
	background-color:#b0bac5;
}
a[href ^="mailto:"],ul a[target="_blank"]{
	padding-left:20px;
	background:transparent url(../pics/ico_mail.png) no-repeat center left;
	line-height:14px;
}
ul a[target="_blank"]{
	background:transparent url(../pics/ico_link.png) no-repeat center left;
}
a[href $='.pdf']{
	display:block;
	padding-left:20px;
	line-height:16px;
	background:transparent url(../pics/ico_pdf.png) no-repeat center left;
}
.ico{
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
}

/* boxes */
#wrapper{}
#header{ width:990px; }
#headerimg{
	width:781px;
	height:200px;
}
#utils{
	height:24px;
	width:781px;
	padding-left:209px;
	text-align:left;
	text-transform:uppercase;
	color:#ffffff;
	line-height:24px;
	overflow:hidden;
}
#utils a,
#utils a:link,
#utils a:visited{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
}
#utils a:hover,
#utils a:active{ color:#daecff; }
#search{
	width:192px;
	float:right;
	height:18px;
	padding:3px 0;
}
#search .field{
	float:right;
	margin:0;
	padding:0 2px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:1px solid #b5bcd5;
	border-right:none;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #b5bcd5;
	width:169px;
	height:16px;
	color:#616161;
}
#search .button{
	float:right;
	margin:0;
	padding:0;
	width:18px;
	height:18px;
	border:none;
}
#container{
	width:990px;
	overflow:hidden;
}
#nav{
	margin:0;
	padding:37px 5px 0 0;
	width:204px;
	font-size:13px;
	line-height:15px;
	background:url(../pics/bg_nav.jpg) top left no-repeat;
}
#nav li{
	margin:0;
	padding:0;
	list-style:none;
	width:204px;
	font-family:'OptimaLTStdBold',sans-serif;
}
#nav li a,
#nav li span,
#nav #subnav li a,
#nav #subnav #subsubnav li a{
	color:#777474;
	display:block;
	width:204px;
	line-height:20px;
	text-decoration:none;
	text-align:left;
}
#nav li.active a,
#nav li.active span{
	color:#12266f;
}
#nav #subnav *{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
}
#nav #subnav,
#nav #subnav li,
#nav #subnav #subsubnav,
#nav #subnav #subsubnav li{
	margin:0;
	padding:0;
}
#nav #subnav li a{
	color:#a1a6ac;
	background:url(../pics/bg_subnav_arrow_lo.gif) no-repeat top left;
	padding-left:8px;
	width:196px;
}
#nav #subnav li a:hover,
#nav #subnav li a:active,
#nav #subnav li a.active,
#nav #subnav #subsubnav li a:hover,
#nav #subnav #subsubnav li a:active,
#nav #subnav #subsubnav li a.active{ color:#12266f; }
#nav #subnav #subsubnav li a{
	color:#b9bfc5;
	padding-left:25px;
	background-image:none;
	width:165px;
}
#contentwrap{
	padding:37px 0 0 0;
	width:781px;
	height:100%;
}
#content{
	padding:0 20px 15px 20px;
	width:741px;
	min-height:100%;
	overflow:hidden;
}
#content ul,
#content ol{
	margin:0 0 20px 0;
	padding:10px 35px;
	background-color:#f7f9f9;
}
#content ul li,
#content ol li{
	margin:0 0 9px 2px;
	padding:0;
}
#content ul li{
	list-style-image:url(../pics/ico_list.gif);
}
#content ul ul,
#content ol ol{
	margin:0;
	padding:10px 15px 0 15px;
}
#content ul ul li,
#content ol ol li{
	margin:0 0 9px 2px;
	padding:0;
	color:#87a0af;
}
#content ul ul li{
	list-style-image:url(../pics/ico_sublist.png);
}
#content label{
	float:left;
	width:243px;
	text-align:right;
	cursor:pointer;
	line-height:20px;
	padding:0;
	margin:0;
	color:#555b63;
}
#content input,
#content textarea,
#content select{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	border-top:1px solid #bdc7e3;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #bdc7e3;
	background-color:#f5f7fa;
	padding:2px;
	width:378px;
	height:14px;
	margin:0 6px;
	color:#555b63;
}
#content select{
	width:383px;
	height:20px;
}
#content textarea{
	height:100px;
}
#content .formrow{
	clear:both;
	overflow:hidden;
	width:741px;
	margin-bottom:5px;
}
#content .button{
	float:left;
	height:18px;
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
}
#homecategories,
#homenews{
	width:741px;
	text-align:left;
	overflow:hidden;
}
#homecategories{
	height:426px;
	background:url(../pics/bg_home_boxes.jpg) left top repeat-y;
}
.homecategory{
	float:left;
	width:245px;
	height:211px;
	background-repeat:no-repeat;
	text-align:left;
	cursor:pointer;
	margin:0 2px 2px 0;
	overflow:hidden;
}
#home_bps,#home_training{
	margin-right:0;
}
.home_morebut{
	margin-top:10px;
	display:block;
	text-align:right;
}
.home_txt{
	display:block;
	height:48px;
	font-size:11px;
	line-height:14px;
}
.newsdate{
	float:left;
	width:30px;
	height:40px;
}
.newstit{
	float:left;
	width:691px;
	color:#ffffff;
	background-color:#071648;
	padding:0 10px;
	line-height:25px;
	margin:8px 0 7px 0;
	font-weight:bold;
	font-size:13px;
}
.rowwrapper .newstit{
	width:690px;
}
.newstxt{
	float:left;
	width:479px;
	padding:4px 10px 4px 41px;
}
.rowwrapper,
.largerowwrapper{
	width:741px;
	overflow:hidden;
	margin-bottom:20px;
	text-align:justify;
}
.bottom{
	padding-bottom:30px;
	background:url(../pics/bg_formrow_bottom.jpg) no-repeat bottom left;
}
.rowwrapper h2,
.rowwrapper h3,
.largerowwrapper h2{
	padding:0;
}
.highlight{
	border:1px solid #c9deef;
	width:701px;
	padding:5px 19px;
	background:url(../pics/bg_highlight.jpg) repeat-x top left #dfeefb;
	text-align:justify;
}
.contentimg{
	display:block;
	margin-bottom:20px;
	padding-bottom:13px;
}
.bigbg{ background:url(../pics/bg_img_big.jpg) no-repeat bottom left; }
.mediumbg{ background:url(../pics/bg_img_medium.jpg) no-repeat bottom left; }
.smallbg{ background:url(../pics/bg_img_small.jpg) no-repeat bottom left; }
.tinybg{ background:url(../pics/bg_img_tiny.jpg) no-repeat bottom left; }
.nobg{
	background:none;
	padding-bottom:0;
}
.leftcontentimg,
.leftcontentimgbig{
	float:left;
	width:243px;
	margin-right:6px;
	padding-bottom:13px;
	background:url(../pics/bg_img_small.jpg) bottom left no-repeat;
}
.leftcontentimgbig{
	width:492px;
	background:url(../pics/bg_img_medium.jpg) bottom left no-repeat;
}
.lefttxt,
.leftblue,
.lefttxtsmall,
.lefttxtitem{
	float:left;
	width:492px;
	overflow:hidden;
}
.lefttxtsmall{
	width:243px;
}
.leftblue{
	background-color:#f4f8fb;
	padding:10px 0;
	width:516px;
}
.leftblue .item{
	background:url(../pics/ico_ok.png) no-repeat top left;
	padding:0 0 10px 45px;
	width:471px;
	line-height:16px;
}
.leftblue .splitter{
	background-color:#ffffff;
	border-top:1px solid #dde8ef;
	margin-bottom:10px;
	width:516px;
}
a.lefthover{ float:left; }
.labtestlink{
	margin:0 3px 5px 0;
}
.latestess{
	margin:0 0 5px 0;
}
a.producthover{
	display:block;
}
.productoverview{
	float:left;
	width:245px;
	height:216px;
	background:url(../pics/bg_product.jpg) top left no-repeat;
	overflow:hidden;
	padding-bottom:11px;
}
.productoverview .productimg{
	width:245px;
	height:183px;
	text-align:center;
	vertical-align:middle;
}
/*.productoverview a.producthover .productimg img,.productoverview .producthover:hover .productimg img,.productoverview .producthover:active .productimg img{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(); }*/
.productoverview .producttit{
	width:224px;
	height:33px;
	color:#ffffff;
	font-weight:bold;
	padding:2px 9px 0 12px;
	text-align:left;
	font-size:12px;
	line-height:14px;
}
.producttit a,
.producttit a:link,
.producttit a:visited{
	color:#ffffff;
	text-decoration:none;
	background:url(../pics/but_more_lo.gif) right top no-repeat;
}
.producttit a:hover,
.producttit a:active{
	background:url(../pics/but_more_hi.gif) right top no-repeat;
}
#productinfo{
	float:left;
	width:492px;
}
.productid,
.productname,
.productspecs,
.tabletit{
	font-weight:bold;
	color:#005580;
}
.productname,
.productspecs,
.tabletit{
	font-size:13px;
	margin:5px 0 30px 0;
}
.productspecs,
.tabletit{
	margin:0 0 5px 0;
	text-align:left;
	width:741px;
	padding:0 16px;
}
.movieborder{
	border:1px solid #c6cad3;
	width:737px;
	padding:1px;
}
.tableborder{
	border:1px solid #c6cad3;
	width:739px;
}
.tableborder table{
	width:739px;
}
th{
	background-color:#12266f;
	color:#ffffff;
	padding:0 6px;
}
.odd,
.even{
	height:18px;
	padding:0 6px;
}
.odd{
	background-color:#f4f8fb;
}
.even{
	background-color:#e2e9f0;
}
.ma{
	height:95px;
	padding:0;
	margin:0 0 2px 0;
	background:url(../pics/bg_team_row.jpg) no-repeat top left;
}
.ma h3{
	padding:0 0 0 12px;
	width:300px;
	font-family:'OptimaLTStdBold',sans-serif;
	color:#12266f;
}
.ma br{ margin-bottom:5px; }
.ma .name{ color:#12266f; }
.ma a{ color:#005d9d; }
.largerowwrapper .item,
.largerowwrapper .item_to_cart{
	width:741px;
	overflow:hidden;
}
.largerowwrapper .item{
	padding:10px 0;
	background:url(../pics/bg_item.jpg) repeat-x bottom left;
}
.largerowwrapper .item img{
	padding:0 8px 0 18px;
}
.largerowwrapper .item_to_cart{
	width:462px;
	background:url(../pics/bg_item_to_cart.jpg) repeat-x bottom left;
	height:24px;
	margin-bottom:10px;
	padding:8px 14px 12px 265px;
	overflow:hidden;
}
.largerowwrapper .item_to_cart .price{
	float:left;
	height:24px;
	line-height:24px;
	padding:0 6px;
	background-color:#12266f;
	color:#ffffff;
}
.largerowwrapper .item_to_cart .add{
	float:right;
	padding-top:2px;
	height:24px;
}
.largerowwrapper .item_to_cart .add table{
	width:200px;
}
.largerowwrapper .lefttxtitem{
	width:462px;
}
.lefttxtitem h3{
	padding-left:0;
}
#contactmap{
	width:741px;
	height:295px;
	overflow:hidden;
}
#contactmap #hmtctl input{
	width:auto;
	height:auto;
}
#route{
	width:741px;
	overflow:hidden;
}
#googleDirections{
	width:735px;
	margin-top:5px;
	padding:0;
	visibility:hidden;
	height:auto;
}
#googleDirections div div.googledir div{
	padding:0;
	margin:0;
}
#googleDirections div div.googledir div table,
#googleDirections div div.googledir div div table{
	width:735px;
}
a.sitemap1,
a.sitemap1:link,
a.sitemap1:visited{
	display:block;
	padding:0 5px;
	line-height:16px;
	color:#1e323c;
	background-color:#f3f6f9;
	width:233px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
}
a.sitemap1:hover,
a.sitemap1:active{
	text-decoration:underline;
}
a.sitemap2,
a.sitemap2:link,
a.sitemap2:visited{
	display:block;
	line-height:18px;
	padding-left:20px;
	width:223px;
	background:url(../pics/but_sitemap2.gif) left top no-repeat;
	color:#5e6a70;
	text-decoration:none;
	text-align:left;
}
a.sitemap2:hover,
a.sitemap2:active{
	text-decoration:underline;
}


#footer{
	clear:both;
	height:80px;
	width:100%;
}
#footercontent{
	width:775px;
	background:url(../pics/bg_footer.png) no-repeat top left;
	padding:36px 3px 0 3px;
	margin-left:209px;
	color:#b1b2b4;
	font-size:12px;
	text-align:left;
	line-height:14px;
}
#footercontent a{
	color:#b1b2b4;
	text-decoration:none;
}
#footercontent a:hover,
#footercontent a:active{ text-decoration:underline; }
.footertxt{
	width:715px;
	padding:8px 0;
}
.footerbut{
	font-size:11px;
	line-height:18px;
}
