* {

}
html {
	height: auto;
	background-color:#9f8e70;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	height: auto;
	background-color:#9f8e70;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

/* hyperlinks */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
}



/* centers the page */
#container {
	width: 940px;
	height: auto;
	margin: 0 auto 0 auto;
	background: #fff;
}	
	

/* the topbar - links at the top of the site */
#topbar {
	width: 940px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
	background: #fff;
}

/* the links at the top of the site */
		#topbar ul {
		float: right;
		margin: 0;
	padding: 0;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #A18D6A;
		color: #FFF;
	}


/* the header that contains the image and title text */
#header {
	width: 950px;
	height: 180px;
	background: #FFFFFF url(/UserControls/header.jpg) top left no-repeat;
	position: relative;
	
}

/* Header title text */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 115px;
		left: 05px;
		^top: 135px;
	}

/* Header title text black */
	#header h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #000;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* Top half of the links in the header */
#navbar {
	position: absolute;
	bottom: 22px;
	right: 6px;
}

/* Top half of the links in the header */
	#navbar ul { 
		margin: 0;
	padding: 0;
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #A18D6A;
		color: #FFF;
	}
/* Bottom half of the links in the heade */
	#navbar2 { 
	position: absolute;
	bottom: 6px;
	right: 6px;
}

/* Bottom half of the links in the header */
	#navbar2 ul {
		margin: 0;
	padding: 0;
	}
	
	#navbar2 li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar2 a {
		text-decoration: none;
		display: block;
		padding: 4px 13px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8px;
		text-transform: uppercase;
	}
	#navbar2 a:hover {
		background: #A18D6A;
		color: #FFF;
	}
/* contains all the site contents */
#core {
	width: 940px;
	height: auto;
	margin-top: 5px;
	background-color:#fff;
}
#core ul {

}

/* coreleft - NavMenu.ascx */
#coreleft {
	width: 140px;
	height: auto;
	background: #fff;
	float: left;
}

/* coreleft - NavMenu.ascx */
	#coreleft ul {
	margin: 0;
	padding: 0px;


	}
	#coreleft li {
		display: block;
		height: auto;
		width: 138px;
		margin-top: -1px;
		margin-bottom: -2px;
		text-align: left;
	}
	#coreleft a {

		display: block;
		height: auto;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		width: 128px;
		color: #000;
		background: url(/4wheelproducts/siteimages/readmore_arrow.gif) 1% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	#coreleft a:hover {
		background: #090D0C url(/4wheelproducts/siteimages/readmore_over.gif) 1% center no-repeat;
		color: #FFF;
	}
	
	#coreleft h3 {
		padding: 4px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#7C6C50;
		color: #FFFFFF;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

/* main content */
#maincontent {
        width:763px;
		border-top-color: #272727;
		border-right-color: #272727;
		border-left-color: #272727;
		border-bottom-color: #272727;
        padding: 5px 5px 5px 5px;
        background-color: #fff;
        color: #000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}	

/* the center part  */
#corecenter {
	background-color:#fff;
	padding-left:3px;

}


/* the footer */
#footer {
	clear: both;
	width: 940px;
	height: 30px;
	background: #000;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #000;
		padding-right: 20px;
	}
	#footer a {
		color: #000;
	}


#footlinks {
	width: 940px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footlinks p {
		color: #FFF;
		padding-right: 20px;
	}
	#footlinks a {
		color: #000;
	}




table {font-size: 11px; color: #000;} 

.style1 {
	color: #003399;
	font-weight: bold;
}
.style2 {
	color: #000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #039;
}

.style5 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.promo2 {
   background-image:url('http://4wheelonline.com/images/promos/warn_winch_rebate.jpg');
   background-repeat:no-repeat;
   background-position:left top;
   height:130px;
   width:390px;
   font-weight:bold;
   color:#000 !important;
}
.promo2 a {
   text-decoration:none;
   color:#000 !important;
}
.promo2 a:hover {
   color:red !important;
}
.promo3 {
   background-image:url('http://4wheelonline.com/images/promos/warn_winch_rebate.jpg');
   background-repeat:no-repeat;
   background-position:left top;
   height:130px;
   width:390px;
   font-weight:bold;
   color:#000 !important;
   float:right;
}
.warnrebate {
   padding-top:0px;
   position:relative;
   top:18px;
   border-collapse:collapse;
   color:#000 !important;
}
.warnrebate td {
   padding-left:4px;
   padding-right:4px;
}
div.product_container {
margin-left: 0px;
margin-right: 0px;
width: auto;
}

div.product_3 {
text-align: center;
float: left;
padding: 0px;
margin-left: 28px;
margin-right: 28px;
margin-bottom: 30px;
width: 206px;
height: 180px;
}

#left-banner {
	background-image:none;
	float:left;
	padding-top: 00px;
	padding-bottom: 00px;
	margin-top: 00px;
	margin-bottom: 00px;
	position:relative;
	height: 160px;
}  
  
#left-banner a{
	background-image:none;
	padding-left:0px;
	padding-top: 0px;
	margin-top: 0px;
	height: 130px;
}

#left-banner a:hover {
	background: #fff;
}

#left-banner-spacer {
	height: 30px;
}
