@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #002D59 url(img-ui/bg_outer.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #002D59;
}
#container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 
#header {
	background: #002D59 url(img-ui/bg_inner.gif) repeat-x bottom;
	margin: 0px 0px 40px;
	padding: 0px;
	position: relative;
	height: 280px;
}
#hdrProducts {
}
#hdrDetails {
	height: 117px;
	width: 263px;
	position: absolute;
	left: 35px;
	top: 155px;
	font: 160% Arial, Helvetica, sans-serif;
	color: #414E5A;
}
#hdrProducts h1 {
	color: #7BDEFF;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#hdrLogo1 {
	background: url(img-ui/logo_p1.gif) no-repeat;
	height: 112px;
	width: 506px;
	position: absolute;
	left: 0px;
	top: 35px;
}
#hdrLogo2 {
	position: absolute;
	top: 146px;
	left: 0px;
	width: 23px;
	height: 133px;
	background: url(img-ui/logo_p2.gif) no-repeat top;
}
#hdrContRight {
	width: 250px;
	text-align: right;
	position: absolute;
	top: 165px;
	right: 16px;
	font-size: 16px;
	color: #6B6E70;
	font-weight: normal;
}
#hdrContRight p {
	margin: 0px;
	padding: 0px;
}
#gNav {
	text-align: center;
	width: 100%;
	top: 279px;
	position: absolute;
	left: 0px;
	background: #002D59;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#gNav ul {
	margin: 0px;
	padding: 0px 0px 0px 36px;
	list-style: none;
}
#gNav ul li {
	display: inline;
}
#gNav ul li a{
	line-height: 41px;
	display: block;
	float: left;
	color: #ADEAFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 12px;
	padding-left: 12px;
}
#gNav ul li a:hover {
	font-weight: bold;
	color: #002D59;
	text-decoration: none;
	background: #FFFFFF url(img-ui/bg_btn_over.jpg) repeat-x top;
}
#sideBarWrap {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
} 
.sidebar1 {
	background: #FFFFFF url(img-ui/bg_teaser.jpg) repeat-x;
	padding: 0px 10px 15px;
	margin-top: 24px;
	font-size: 95%;
	border: 1px solid #022D5A;
	margin-right: 16px;
}
.sidebar1 h3 {
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	color: #ADEAFF;
	text-align: center;
}
.sidebar1 img {
	margin-top: 12px;
	margin-bottom: 12px;
	border: 4px solid #002D59;
}

#mainContent {
	margin: 0 250px 0 0;
	padding: 0 20px 24px;
}
.hProduct {
	background: #C4F1FF url(img-ui/bg_hdr_icon.gif) no-repeat;
	border-bottom: 3px solid #002D59;
	height: 25px;
	padding-left: 22px;
	line-height: 25px;
	color: #002D59;
} 
#mainContent h1 {
	margin: 0px;
	padding-top: 24px;
	padding-bottom: 12px;
}

#footer {
	padding: 10px 10px 10px 20px;
	background:#D8DDE2;
	height: 70px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#footer a {
	font-weight: normal;
	color: #8596A7;
	text-decoration: none;

}
#footer a:hover {
	color: #002B57;
	text-decoration: underline;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	width: 330px;
	list-style: none;
}
#footer li {
	display: inline;
}
#footer li a {
	padding-right: 3px;
}
#credits {
	float: right;
	width: 330px;
	clear: both;
	text-align: right;
}
.dBlue {
	color: #006699;
}
.imgFltLft, .imgFltRt {
	border: 4px solid #002D59;
}


.fltrt, .imgFltRt {
	float: right;
	margin-left: 12px;
	margin-bottom: 9px;
}
.fltlft, .imgFltLft {
	float: left;
	margin-right: 12px;
	margin-bottom: 9px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
