/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:952px;/* for mozilla*/
	background-color: #000000;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width: 952px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(../images/bg_outer.gif);
	background-repeat: repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:952px;
}
#header{
	position:absolute;
	top:0;
	width:952px;
	height:244px;
	background-image: url(../images/bg_hdr.jpg);
	background-repeat: no-repeat;
	background-position: 0 25px;
	background-color:#000000;
	overflow:hidden;
	color: #000000;
	z-index:100;
	padding-top: 25px;
}
#img_nav {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 178px;
	margin-left: 15px;
}
#img_nav li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
#img_nav li a {
	display: block;
}
#logo {
	float: right;
}
#hdr_nav {
	margin: 0;
	padding: 35px 34px 0 0;
	list-style-type: none;
	float: right;
	display: block;
	width: 550px;
}
#hdr_nav li {
	float: left;
	margin-right: 16px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#hdr_nav li a {
	display: block;
}
#left {
	position:relative;/*ie needs this to show float */
	width:0;
	float:left;
	padding-top:338px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:0;
	float:right;
	padding-top:338px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:952px;
	clear:both;
	height:75px;
	background-color: #231F20;
	color: #000000;
	text-align:left;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer {/*only ie gets this style*/
	\height:77px;/* for ie5 */
	he\ight:75px;/* for ie6 */
	overflow-x: hidden;
}
#footercontent {
	background-image: url(../images/bg_ftr.gif);
	background-repeat: no-repeat;
	background-color: #3964AB;
	min-height: 21px;
}
* HTML #footercontent {height: 21px;}
#ftr_nav {
	list-style-type: none;
	width: 892px;
	padding: 26px 0 10px 65px;
	margin: 0;
}
#ftr_nav li {
	float: left;
	color: #F0F3F9;
	font-size: 11px;
/*	font-weight: bold; */
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 4px 0 4px;
	margin: 0;
	white-space: nowrap;
}
#ftr_nav li a {
	text-decoration: none;
	color: #F0F3F9;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centre {
	width:798px;
	float:right;
	background-image: url(../images/bg_tab.jpg);
	background-position: 0 269px;
	background-repeat: no-repeat;
	min-height: 192px;
/*	padding: 338px 73px 75px 76px; */
	padding: 280px 78px 75px 76px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; */
}
* HTML #centre {
	height: 192px;
}
#centre ul, #centre ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: auto;
    margin-right: auto;
}
#centre #tab_label {
	margin: 0;
	padding: 0;
	color: #3D86C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding: 25px 0 20px 600px;
	position: relative;
	left: 25px;
	text-align: center;
}
#prod_nav {
	margin-bottom: 20px;
}
#prod_nav li.active a {
	color: #065A94;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */