@charset "utf-8";
/* CSS Document */

html,body {
	height: auto;
	background: #2f5623;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../Images/bgshadow.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

hr {
	color:#007a03;

}


/* hyperlinks */
a {
	color: #002200;
	text-decoration: underline;
}
a:hover {
	color: #007a03;
}



/* centers the page */
#container {
	width: 940px;
	height: auto;
	margin: 0 auto 0 auto;
	background: #535353;
	border: solid #FFFFFF 1px;
	position: relative;
}	


/* the topbar - links at the top of the site */
#topbar {
	width: 100%;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	text-align: center;
}

/* the links at the top of the site */

	#topbar a {
		color: #FFFFFF;
		text-decoration: none;
		padding: 0 3px 0 3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight:bolder;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #232323;
		color: #007a03;
	}


/* the header that contains the image and title text */
#header {
	width: 940px;
	height: 291px;
	background: #535353 url(/UserControls/header.jpg) top center no-repeat;
	position: relative;
	
}

/* Header title text */
	#header h1 {
		font-family: "Impact", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color:#FFFFFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* 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: -4px;
	right: 6px;
	color: #FFF;
	font-weight: bolder;
	font-size: 18px;
}

/* 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: #000000;
		color: #FFFFFF;
		font-weight:bolder;
	}
/* Bottom half of the links in the header */
	#navbar2 { 
	position: absolute;
	bottom: -4px;
	left: 6px;
	color: #FFF;
	font-weight: bolder;
	font-size: 18px;
}

/* 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;
		font-weight:bolder;
		text-transform: uppercase;
	}
	#navbar2 a:hover {
		background: #192438;
		color: #ca9e31;
		font-weight:bolder;
	}
/* contains all the site contents */
#core {
	width: 940px;
	height: auto;
	margin-top: 5px;

}
#core ul {

}

/* contains all the minicart contents */
#minicartcontainer {
	background: #FFF;
	border: solid #333333 1px;
	position: absolute;
	top: 24px;
	left: 725px;
	height: 135px;
	width: 220px;
	z-index:1;
	overflow: auto;
	filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;


}


/* coreleft - NavMenu.ascx */
#coreleft {
	width: 138px;
	height: auto;
	background: #474747;
	float: left;
	border-style: Solid; border-width: 1px; border-color:#000000;
}

/* coreleft - NavMenu.ascx */
	#coreleft ul {
	margin: 0;
	padding: 0px;


	}
	#coreleft li {
		display: block;
		height: auto;
		width: 140px;
		margin-top: -1px;
		margin-left: -2px;
		margin-bottom: -2px;
		text-align: left;
		border-style: Solid; border-width: 1px; border-color:#FFFFFF;
	}
	#coreleft a {

		display: block;
		height: auto;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		width: 128px;
		color: #FFFFFF;
		font-weight:bolder;
		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: #232323 url(/4wheelproducts/siteimages/readmore_over.gif) 1% center no-repeat;
		color: #007a03;
		font-weight:bolder;
		width: 128px;
		margin-left: 1px;
	}
	
	#coreleft h3 {
		padding: 4px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#474747;
		color: #FFFFFF;
		font-weight:bolder;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* the center part  */
#corecenter {
	width: 790px;
	height: auto;
	float: left;
	background-color:#FFFFFF;
}


/* the footer */
#footer {
	color: #000000;
	clear: both;
	background: #474747;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    margin-left: 140px;
    margin-right: 9px;
}
	#footer p {
		color: #FFFFFF;
	}
	#footer a {
		color: #FFFFFF;
	}
	#footer a:hover {
		color: #007a03;
	}


#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: #474747;
		padding-right: 20px;
	}
	#footlinks a {
		color: #FFFFFF;
	}
	#footer a:hover {
		color: #007a03;
	}
