/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:970px;
	background:url(../images/bg_body.gif) #fff;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:950px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(../images/bg_outer.gif) repeat-y center center;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;

	border-left:10px solid #fff;
	border-right:10px solid #fff;
	}
a { color:#000; text-decoration:underline; }
a:hover { color:#666666; }
p
	{
	font-size:11px;
	line-height:18px;
	margin:0px 0px 10px 0px;
	}
h1
	{
	width:576px;
	height:30px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background:url(../images/bg_h1.png);
	padding:12px 0px 0px 10px;
	margin:0;
	border-bottom:10px solid #fff;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:950px;
	height:100px;
	overflow:hidden;
	z-index:100;
	background:#fff;
	}
#left 
	{
	position:relative;
	width:180px;
	float:left;
	padding:100px 0px 0px 0px;
	border-right:1px solid #fff;
	}
#footer 
	{
	width:950px;
	clear:both;
	height:140px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif) #fff;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:142px;/* for ie5 */
	he\ight:140px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:769px;
	float:right;
	padding:100px 0px 0px 0px;
	}
#clearfooter {width:100%;height:142px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-142px;} /*safari wrapper */
#content
	{
	float:left;
	width:586px;
	}
#content p{
	line-height:20px;
	}
	
#right
	{
	width:180px;
	float:right;
	border-left:1px solid #fff;
	margin-top:-10px;
	}
#right img
	{
	margin:10px 10px 0px 10px;
	}
	
/* MAIN LAYOUT STYLES END */
	
	
	
	
div.heading
	{
	width:170px;
	height:30px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background:url(../images/bg_heading.gif);
	padding:12px 0px 0px 10px;
	border-top:10px solid #fff;
	}
div#header table td
	{
	vertical-align:middle;
	color:#fff;
	font-weight:bold;
	}
div#introtext
	{
	clear:both;
	margin:0px 10px;
	padding:10px;
	border-top:1px dotted #DC241F;
	}
div#introtext a { color:#000; text-decoration:none; font-weight:bold; }
div#introtext a:hover { color:#666666; }
div#logos
	{
	padding:10px;
	}
div#logos img
	{
	margin:0px 0px 20px 0px;
	}
div.prod
	{
	float:left;
	width:260px;
	height:74px;
	padding:10px;
	background:url(../images/bg_prod.gif);
	margin:0px 2px 10px 8px;
	}
* html div.prod { margin:0px 3px 10px 5px; padding:10px 10px 2px 10px; }
div.prod img
	{
	border:2px solid #fff;
	float:left;
	margin:0px 10px 0px 0px;
	}
div.prod p
	{
	line-height:17px;
	}
div.prod p.price
	{
	font-size:13px;
	}
div#topbar
	{
	clear:both;
	width:950px;
	height:42px;
	background:url(../images/bg_topbar.gif);
	border-top:1px solid #fff;
	}
table#logotable td
	{
	text-align:center;
	vertical-align:middle;
	}
ul#bestsellers li
	{
	padding:10px;
	text-decoration:none;
	border-bottom:1px solid #fff;
	}
ul#bestsellers li a
	{
	color:#343434;
	text-decoration:none;
	}
ul#bestsellers td.bestsellersnumber
	{
	text-align:center;
	color:#fff;
	font-weight:bold;
	background:url(../images/bg_bestsellersnumber.gif) no-repeat -1px 3px;
	width:20px;
	padding:0px 10px 0px 0px;
	font-size:10px;
	}
ul.footerprods
	{
	float:left;
	padding:20px 30px 0px 1px;
	}
ul.footerprods li a
	{
	color:#666666;
	text-decoration:none;
	}
ul#prodnav li a
	{
	color:#343434;
	background:url(../images/bg_prodnav.gif);
	display:block;
	text-indent:24px;
	width:180;
	height:25px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0px 0px 0px;
	}
ul#prodnav li a:hover
	{
	text-decoration:underline;
	}
ul.smallnav
	{
	padding:10px;
	}
ul.smallnav li a
	{
	background:url(../images/bg_smallnav.gif) no-repeat 0px 3px;
	color:#DC241F;
	text-decoration:none;
	padding:0px 0px 0px 10px;
	}
ul.smallnav li a:hover
	{
	text-decoration:underline;
	}
ul#topnav
	{
	float:right;
	margin:17px 0px 0px 0px;
	}
ul#topnav li
	{
	float:left;
	margin:0px 0px 0px 5px;
	}
ul#topnav li a
	{
	display:block;
	background:url(../images/bg_topnav.gif) no-repeat;
	width:90px;
	height:20px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:2px 0px 0px 0px;
	}
ul#topnav li a:hover
	{
	color:#ccc;
	}
h2 {
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.txtfield {
	padding: 3px;
	border: 1px solid #A3A3A3;
	width: 275px;
}
	.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.greybox {
	background-color: #E1E1E1;
	float: left;
	height: 100px;
	width: 240px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#arrowul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
}
.text
	{
	column-count:2;
	column-gap:35px;
	margin:13px;
	}
#boxes li {
	float: left;
	height: 120px;
	width: 100px;
	text-align:center;
	margin:4px;
	padding:10px;
	background-color:#efefef;
	border: 1px solid #666666;
}
#boxes li img {

	margin-bottom:7px;

}
.highlight {
	background-color: #efefef;
	padding: 7px;
	border: 1px solid #CCCCCC;
	clear:both;
}
h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	font-weight: bold;
	clear:both;
}
#lsimg {
	padding-right: 15px;
	padding-bottom: 10px;
	float:left;
}

