/* global styles */
html{
	overflow: -moz-scrollbars-vertical;
	min-height:100%;
	margin-bottom:1px;
}
body{
	background-color:#00374c;
	background-image:url(../pics/img_bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#323232;
	margin:0px;
	padding:0px;
}
a{ outline:none; }
a,a:link,a:visited{
	color:#659dc7;
	text-decoration:none;
}
a:hover,a:active{
	color:#659dc7;
	text-decoration:underline;
}
img{ border:none; }
p{
	margin:0;
	padding:0;
}
.block{ display:block; }
.left{ float:left; }
.right{ float:right; }

/* boxes */
#wrapper{
	position:absolute;
	top:1px;
	left:50%;
	margin-left:-490px;
	width:950px;
	padding:0 15px;
	min-height:100%;
	background-image:url(../pics/img_bg_content.gif);
	background-repeat:repeat-y;
	background-color:#d4dcdf;
}
#mainnav{
	background-image:url(../pics/nav_bg.gif);
	background-repeat:repeat-x;
	width:950px; /* 800 */
	height:30px;
	padding-left:0px; /* 150 */
}
#search{
	position:absolute;
	top:106px;
	left:815px;
	width:145px;
	height:20px;
}
#search .field{
	float:left;
	margin:0;
	padding:2px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:1px solid #7a7a7a;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	border-left:1px solid #7a7a7a;
	background-color:#ffffff;
	width:105px;
	height:14px;
	color:#616161;
}
#search .button{
	float:left;
	margin:0 0 0 2px;
	padding:0;
	height:20px;
	border:none;
}
#container{
	clear:both;
}
#productnav{
	width:120px;
	padding:20px 0 0 30px;
}
#productnav a{
	display:block;
	margin-top:12px;
	height:14px;
	width:119px;
	border-bottom:1px solid #659dc7;
	color:#659dc7;
	font-weight:bold;
	text-decoration:none;
}
#productnav a:hover,
#productnav a:active{
	border-bottom:1px solid #fef9c1;
	color:#fef9c1;
}
#productnav a.subnav{
	margin-left:12px;
	width:107px;
}
#content{
	padding:0 30px 30px 30px;
	width:590px;
}
#content .tit{
	margin-top:28px;
	width:590px;
	font-size:15px;
	line-height:19px;
	color:#0062a0;
	font-weight:bold;
	border-bottom:1px solid #0062a0;
}
#content .tit a{
	color:#0062a0;
	text-decoration:none;
}
#content .txt,
#content .txtimg,
#content .pdf{
	padding:15px 0;
	width:590px;
	text-align:justify;
	border-bottom:1px dotted #323232;
}
#content .txtimg{
	clear:both;
	overflow:hidden;
}
#content .txtimg .txtleft{
	float:left;
	padding-right:13px;
	width:364px;
}
#content .txtimg .imgright{
	float:left;
	background-color:#bbbaba;
	padding:1px;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	width:209px;
	text-align:left;
	font-size:9px;
	line-height:11px;
}
#content .pdf{
	text-align:right;
}
#content .txt strong,
#content .txt em,
#content .txtimg .txtleft strong,
#content .txtimg .txtleft em,
#content #formcontent strong{
	color:#0062a0;
}
#content .txt u,
#content .txtimg .txtleft u{
	color:#d20775;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	line-height:19px;
}
#content .sitemap{
	clear:both;
	overflow:hidden;
	padding:15px 0 0 0;
	width:590px;
}
#content .sitemap .brand,
#content .sitemap .label{
	float:left;
}
#content .sitemap .brand{
	width:150px;
}
#content .sitemap .label{
	width:440px;
}
#content .sitemap .brand a,
#content .sitemap .label a{
	color:#82aabe;
	font-weight:bold;
	text-decoration:none;
}
#content .sitemap .brand a:hover,
#content .sitemap .label a:hover,
#content .sitemap .brand a:active,
#content .sitemap .label a active{
	color:#82aabe;
	text-decoration:underline;
}
#content #contact{
	clear:both;
	overflow:hidden;
	margin-top:20px;
}
#content #contact #details{
	float:left;
	margin-right:27px;
	width:215px;
}
#content #contact #details strong{
	display:block;
	width:215px;
	font-size:13px;
	line-height:17px;
	color:#0062a0;
	font-weight:bold;
	border-bottom:1px solid #0062a0;
}
#content #contact #details u{
	font-weight:bold;
	text-decoration:none;
}
#content #contact #mapborder{
	float:left;
	overflow:hidden;
}
#content #contact #map{
	width:347px;
	height:503px;
}
#content #formcontent{
	width:590px;
	padding:0;
	margin:0;
	overflow:hidden;
}
#content #formcontent form{
	margin-top:10px;
	margin-left:0;
}
#content #formcontent label{
	display:block; 
	cursor:pointer; 
	padding:2px 0;
}
#content #formcontent input,
#content #formcontent select,
#content #formcontent textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:434px;
	height:15px;
	border:1px solid #bbbaba;
	margin-bottom:2px;
	padding:2px;
	color:#323232;
}
#content #formcontent select{
	width:433px;
	height:23px;
}
#content #formcontent textarea{
	height:100px;
	margin-bottom:5px;
}
#content #formcontent input:focus,
#content #formcontent input:hover,
#content #formcontent select:focus,
#content #formcontent select:hover,
#content #formcontent textarea:focus,
#content #formcontent textarea:hover{
	background-color:#ebebeb;
}
#content #send{
	width:590px;
}
#content #formcontent .button,
#content #formcontent .longbutton{
	padding:0;
	height:20px;
	width:100px;
}
#content #formcontent .longbutton{
	width:200px;
}
#content #error,
#content #confirmation{
	width:433px;
	margin-top:10px;
}
#highlights{
	padding:12px 1px 0 2px;
	width:147px;
}
#highlights img{
	display:block;
	margin-bottom:10px;
}
#highlights .nav{
	margin-top:2px;
	padding:2px 8px;
	width:130px;
	background-color:#2c6382;
	border-right:1px solid #002130;
	border-bottom:1px solid #002130;
	color:#ffffff;
	font-weight:bold;
}
#highlights .nav a{
	color:#fef9c1;
	font-weight:bold;
	text-decoration:none;
}
#highlights .nav a:hover,
#highlights .nav a:active{
	text-decoration:underline;
}


#footer{
	position:absolute;
	top:100%;
	margin-left:-15px;
	background-image:url(../pics/img_bg_footer.gif);
	background-repeat:repeat-y;
	padding:10px 166px 0 165px;
	height:39px;
	width:650px;
	text-align:center;
	color:#999999;
	font-size:10px;
	line-height:15px;
}
#footer a{
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover,
#footer a:active{
	text-decoration:underline;
}
