@charset "UTF-8";


/**
* GENERAL FONTS 
*/
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family: "Trebuchet MS";
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:10px;
}

p,
td,
th,
.text {
	font-size: 13px;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: "Trebuchet MS";
	color: #000;
	line-height:20px;
}

ul, li, ol, a {
	font-family: "Trebuchet MS";
}

blockquote {
	font-family:"Trebuchet MS";
	font-size:11px;
	color: #000;
}

th {
	font-weight:bold;
}

a:link {
	color:#ff5000;
}

a:hover, a:focus {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#999;
}


/**
* END GENERAL FONTS
*/



/******* Home Page Styles *******/

html, body {
    width: 100%;
    height: 100%;
	margin: 0 0;
	background-color: #333;
	font-family: "Trebuchet MS";
}

#container {
	margin:0 auto;
	background: #333 url(/_images/bg.jpg) 0 0 repeat-y;
	width:945px;
	padding-left: 26px;
	padding-right: 26px;
}

a {
	text-decoration:none;
}

#midwrap {
	width: 945px;
	margin:0 !important;
}

#content {
	padding-top:54px;
	width: 945px;
	position: relative;
	
}

* html #content {
	padding-top: 54px;
}

#overlay {
	width: 945px;
	height: 424px;
	position:absolute;
	top:0;
	background: transparent url(/_images/overlay.png) 0 0 no-repeat;
	margin:0 !important;
}

* html #overlay {
	height: 424px;
	overflow:hidden;
}

#productwrap {
	margin:0 !important;
	width: 945px;
	height: 159px;
	background: transparent url(/_images/product_bg.jpg) 0 0 no-repeat;
	border-top: 1px solid #000; 
}

* html #productwrap {
	background: #000 url(/_images/product_bg.jpg) 0 0 no-repeat;
}
	
#products {
	padding-left: 150px;
	width: 775px;
	height: 159px;
	overflow: hidden;
	z-index: 1005;
}

#products ul {
	margin-top: 30px;
}

* html #products ul {
	margin-top: 20px;
}

#products li {
	margin: 0 45px 0 0;
	display: block;
	list-style: none;
	float:left;
	width: 198px;
	height: 95px;
	text-align:center;
}

#products li h1 {
	text-align:center;
	font-size: 11px;
	text-transform: capitalize;
	letter-spacing: 2px;
	color: #fff;
	margin-top:-5px;
}

#products li h1 span.lcase {
	text-transform: lowercase;
}

*+ html #products li h1 {
	line-height: 12px;
	margin: 0px 0px 2px 0px;
}
* html #products li h1 {
	line-height: 12px;
	margin-top: 2px;
}

#products li:hover h1 {
	color: #ff5000;
}

#leftarrow a, #rightarrow a {
	height: 15px;
	border: 0;
	margin-top: 80px;
}

#products img, #leftarrow img, #rightarrow img {
	border: 0;
}

* html #products img {
	margin-top: -7px;
}

#productscroll {
	overflow: hidden;
	height: 159px;
	width: 725px;
}

#productscroll ul {
	width: 3000px;
}

#leftarrow a {
	float: left;
}

#rightarrow a {
	float: right;
}


#navHome {
	position:absolute; 
	top:29px; 
	left:106px;
}

#navAd { margin-top:304px; margin-left:3px;}
#navAd * { border:none;}
