/* screen.css */


/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{
	text-align:center;
	min-width:984px;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	background-color: #01c0f3;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	margin-top:45px;
	}
h1
	{
	font-weight:bold;
	color: #FFFFFF;
	border: 1px solid #efefef;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	background-color: #0B6597;
	}
#prodimg {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.boxed {
	background-color: #efefef;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom:10px;

}

.boxed p{
	margin:0px 0px 10px 0px;
	font-size: 11px;
}

#guarantee {
	border: 1px solid #999999;
}

p
	{
	line-height:18px;
	margin:0px 0px 18px 0px;
	}
#outer
	{

	width:984px;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #fff;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:984px;
	height:233px;
	overflow:hidden;
	z-index:100;
	background-image: url(images/header.png);
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding:243px 20px 0px 0px;
	}
#main
	{
	width:530px;
	float:left;
	padding:0px 0px 0px 0px;

	}
#right
	{
	width:202px;
	float:right;

	}
#right img
	{
	margin:0px 0px 10px 0px;
	}
#footer 
	{
	width:984px;
	clear:both;
	height:80px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	color:#fff;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top:20px;
	background-color: #303030;
	}
#footer p { padding:16px 0px 0px 10px; margin:0px; }
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:80px;/* for ie5 */
	he\ight:79px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:750px;
	float:right;
	padding:243px 0px 0px 0px;
	}
#clearfooter {width:100%;height:100px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-102px;} /*safari wrapper */

#nav li a
	{
	padding:10px 10px 10px 10px;
	width:190px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #fff;
	color:#367ecf;
	}
#nav li a:hover { background:#cccccc; color:#fff; }

#topnav
	{
	position:absolute;
	top:202px;
	left:10px;
	}
#topnav li 
	{
	float:left;
	margin:0px 0px 0px 0px;
	}
#topnav li a
	{
	color:#fff;
	text-decoration:none;
	background:url(images/bg_nav.png) no-repeat ;
	padding:5px 15px 10px 15px;
	font-size:12PX;
	display:block;
	}
#imgb 
	{
	border: 1px solid #666666;
	}
#sponsorimage
	{
	margin:-10px 0px 0px 0px;
	border:solid;
	border-color:#333;
	border-width:1px;
		}
.boxed h2 a {
	color: #666666;
	text-decoration: none;
	line-height:20px;
}

.subnav li {
margin-left:0px;
margin-bottom:10px;
padding-bottom:5px;
border-bottom: solid 1px #006699;
}

.subnav li a{
text-decoration:none;
color:#000000;
font-weight:bold;
}


.shoptable td {
	padding: 8px;
	line-height:18px;
	font-size:11px;
}


.shoptable tr .tableheader {
background-color:#E3DEDA;
}
.tick li {
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	padding:10px;
	margin-bottom:5px;
padding-left:40px;
font-weight:bold;	
}

.tick2 li {
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	padding:10px;
	margin-bottom:5px;
padding-left:40px;
line-height:18px;
}