/* screen.css */

/*----- GLOBAL STYLES ----- */

a { color:#00a94f; }
h1
	{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 18px 0px;
	color:#00a94f;
	width:440px;
	}
p
	{
	margin:0px 0px 18px 0px;
	}
	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:900px;
	background:#fff;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:900px;
	text-align:left;
	margin:auto;
	position:relative;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:12px;
	line-height:18px;
	color:#676767;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:900px;
	height:278px;
	overflow:hidden;
	z-index:100;
	background:url(../images/bg_header02.jpg) no-repeat;
	}
#left 
	{
	position:relative;
	width:210px;
	float:left;
	padding:278px 0px 0px 0px;
	}
#footer 
	{
	width:900px;
	clear:both;
	height:200px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif) no-repeat;
	}
#footer p
	{
	line-height:15px;
	font-size:11px;
	padding:58px 0px 0px 230px;
	}
#footer a { color:#990033; text-decoration:underline; }
#footer a:hover { color:#000; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:202px;/* for ie5 */
	he\ight:200px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:670px;
	float:right;
	padding:298px 0px 0px 0px;
	}
#clearfooter {width:100%;height:202px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-202px;} /*safari wrapper */

div#login
	{
	margin:243px 0px 0px 12px;
	}
div#login table td
	{
	padding:0px 5px 0px 0px;
	vertical-align:middle;
	}
div#login input
	{
	width:110px;
	color:#999999;
	}
div#login span
	{
	color:#00a94f;
	}
div#minibasket
	{
	width:198px;
	height:65px;
	padding:38px 0px 0px 12px;
	background:url(../images/bg_basket.gif) no-repeat;
	color:#00a94f;
	}
div#minibasket a
	{
	color:#00a94f;
	text-decoration:underline;
	}
div#minibasket span
	{
	color:#000;
	}
div#phone
	{
	position:absolute;
	top:285px;
	right:0px;
	}
div#search
	{
	width:198px;
	height:50px;
	padding:50px 0px 0px 12px;
	background:url(../images/bg_search.gif) no-repeat;
	}
div#search table td
	{
	padding:0px 5px 0px 0px;
	vertical-align:middle;
	}
div.spacer
	{
	width:210px;
	height:10px;
	background:url(../images/contentbox_bottom.gif) no-repeat;
	}
div#specialoffers
	{
	width:186px;
	padding:38px 12px 0px 12px;
	margin:12px 0px 0px 0px;
	overflow:hidden;
	background:url(../images/bg_specialoffers.gif) no-repeat #dcf0e1;
	}
div#specialoffers p
	{
	margin:0;
	}
div#top10
	{
	clear:both;
	padding:12px 15px 15px 15px;
	background:#e1e1e1;
	}


img.catlink
	{
	float:left;
	margin:0px 20px 15px 0px;
	}

ul#leftnav
	{
	}
ul#leftnav li
	{
	border-bottom:4px solid #fff;
	}
ul#leftnav li a
	{
	text-decoration:none;
	color:#fff;
	background:url(../images/bg_nav.gif) no-repeat;
	display:block;
	width:198px;
	height:26px;
	padding:6px 0px 0px 12px;
	}
	
ul.normallist li
	{
	background:url(../images/arrow_green_small.gif) no-repeat left center;
	padding:0px 0px 0px 15px;
	}

ul#topnav
	{
	float:right;
	}
ul#topnav li
	{
	float:left;
	padding:12px 0px 0px 30px;
	}
ul#topnav li a
	{
	text-decoration:none;
	color:#00a94f;
	padding:0px 0px 12px 0px;
	}
