/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:980px;/* for mozilla*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background:#FFFFFF;
	color:#000;
}
#outer{
	height:100%;
	min-height:100%;
	width:980px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background: url(images/main_bg_blue.jpg) repeat-y #FFFFFF center center;
	position:relative;
}

img{
	border: 0;
}

h2{
	font-size: 15pt;
	margin: 0px;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:785px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:980px;
	height:183px;
	background: url(/images/header_blue.jpg) no-repeat;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:193px;
	float:left;
	padding-top:183px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left_header{
 	width: 189px;
	height: 34px;
	font-weight: bold;
	font-size: 11pt;
	padding-top: 3px;
	float:left;
	color: #006188;
	background: url(/images/head_bg_blue.jpg) repeat-x;
}
#left_ads{
    padding-left: 5px;
	text-align: center;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:188px;
	float:right;
	padding-top:183px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#right_header{
 	position: relative;
	width: 188px;
	height: 33px;
	font-size: 11pt;
	font-weight: bold;
	float:right;
	padding-top: 3px;
	color: #006188;
	background: url(/images/head_bg_blue.jpg) repeat-x;
}

#footer {
	width:980px;
	clear:both;
	height:30px;
	background-color: #006188;
	color:#FFF;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}

#menuseparator{
	border-bottom: solid #bdc6cb 1px; 
	width: 187px; 
	font-size: 1px;
}

#includes_style{
	padding-left: 8px; 
	color: #000;  
}

#topmenu_style{
	padding-left: 8px; 
	margin-top: 142px; 
	height: 41px; 
	background: url(/images/menu_bg_blue.jpg) repeat-x;
}

#menu_separator{
	background: url(/images/menu_separ_blue.jpg) repeat-x;
}

* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:589px;
	float:right;
	padding-top:183px;
	padding-bottom:30px;/* needed to make room for footer */
}
#centrecontent p {padding-left:3px}


#product_container{
	float: left;
	width: 589px;
	color: #000;
}
#product_left{
 	position: relative;	
	width: 220px;
 	float: left;
	text-align: center;
}
#product_right{
 	position: relative;
 	float: left;
 	padding: 10px;
	width: 339px;
}
#product_spacer{
	width: 589px;
	height: 3px;
	float: left;
 	background: #FFFFFF;
	font-size: 1px;
}

#centre_header{
 	position: relative;	
	width: 589px;
	height: 27px;
	font-weight: bold;
	float:left;
	color: #FFFFFF;
	background: url(/images/bg2.jpg) repeat-x;
}


#clearfooter {width:100%;height:30px;clear:both} /* to clear footer */

a{
color: #006188;
/*font-size: 10pt;*/
font-weight: normal;
text-decoration: underline;
}

a:visited{
color: #006188;
text-decoration: underline;
}

a:hover{
color: #006188;
text-decoration: underline;
}

a:active{
color: #006188;
text-decoration: underline;
}

a.topmenu{
color: #FFFFFF;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
}

a.topmenu:visited{
color: #FFFFFF;
text-decoration: none;
}

a.topmenu:hover{
color: #9de3fb;
text-decoration: none;
}

a.topmenu:active{
color: #FFFFFF;
text-decoration: none;
}

a.nav{
color: #006188;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
a.nav:visited{
color: #006188;
text-decoration: none;
}
a.nav:hover{
color: #006188;
text-decoration: none;
}
a.nav:active{
color: #0006188;
text-decoration: none;
}

a.footer{
color: #FFF;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
}
a.footer:visited{
color: #FFF;
text-decoration: none;
}
a.footer:hover{
color: #9de3fb;
text-decoration: none;
}
a.footer:active{
color: #FFF;
text-decoration: none;
}