/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:780px;/* for mozilla*/
	background:url(images/bg_body.gif) repeat-x top center #5987c5;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	}
h1
	{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:2px dotted #41ad48;
	padding-bottom:5px;
	margin-top:0px;
	}
h2
	{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	}
ul
	{
	list-style-image:url(images/arrow.gif);
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:730px;
	text-align:left;
	margin:auto;
	position:relative;
	background: url(images/bg_outer.gif) repeat-y center;
	padding:0px 25px;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	left:0;
	width:780px;
	height:305px;
	overflow:hidden;
	z-index:100;
	background:url(images/bg_header.gif);
	}
#header a { color:#2e3f6d; font-weight:bold; text-decoration:none; }
#header a:hover { text-decoration:underline; }
#left 
	{
	position:relative;/*ie needs this to show float */
	width:237px;
	float:left;
	padding:8px 10px;
	border-top:1px solid #5888c8;
	margin-top:305px;
	}
#left a { color:#41ad48; text-decoration:underline; }
#left a:hover { text-decoration:none; }
#footer 
	{
	width:730px;
	clear:both;
	height:75px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background:url(images/bg_footer.gif) no-repeat top center;
	padding: 0px 25px;
	color:#fff;
	}
#footer p { margin-top:53px; }
#footer a { color:#fff; text-decoration:underline; }
#footer a:hover { text-decoration:none; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:77px;/* for ie5 */
	he\ight:75px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:460px;
	float:right;
	padding:305px 0px 0px 0px;
	}
#clearfooter {width:100%;height:77px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-77px;} /*safari wrapper */
#topnav
	{
	position:absolute;
	top:99px;
	right:25px;
	}
#topnav a
	{
	color:#fff;
	font-weight:bold;
	font-size:9px;
	width:89px;
	text-align:center;
	display:block;
	float:left;
	margin: 0px 0px 0px 3px;
	}
.mainimages
	{
	position:absolute;
	top:120px;
	left:25px;
	}
	
#subnav
	{
	line-height:2.0em;
	margin: 10px 0px 0px 30px;
	padding:0px;
	}
#subnav li a
	{
	color:#2c3f6a;
	text-decoration:none;
	}
#subnav li a:hover
	{
	text-decoration:underline;
	}#outer #centrecontent #prod {
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 2px;
	margin-left: 20px;
}
#outer #centrecontent h2 {
	font-size: 11px;
	font-weight: bold;
	color: #0033CC;
	text-transform: uppercase;
}

