* {

}

html,body {
	background: #b2b1b1;
}


/* centers the page */
#container {
	border: solid #000 1px;
}	

/* the links at the top of the site */
	#topbar a {
		font-weight:bolder;
	}
	#topbar a:hover {
		background: #192438;
		color: #ca9e31;
		font-weight:bolder;
	}


/* the header that contains the image and title text */

/* Header title text */
	#header h1 {
		color:#ca9e31;
		position: absolute;
		top: -20px;
		^top: 0px;
		left: 10px;
	}
	
		#header h1 a{
		color:#fff;
	}

/* Top half of the links in the header */

#navbar a {
	color: #333;
}

#navbar a:hover {
	background: #192438;
	color: #ca9e31;
	font-weight:bolder;
}
	
#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;
	color: #333;
}
#navbar2 a:hover {
	background: #192438;
	color: #ca9e31;
	font-weight:bolder;
}
/* contains all the site contents */


/* coreleft - NavMenu.ascx */
#coreleft {
	width: 140px;
	height: auto;
	background: #efefef;
	float: left;
	border-style: Solid; border-width: 1px;
}

/* coreleft - NavMenu.ascx */

	#coreleft a {

		display: block;
		height: auto;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		width: 128px;
		color: #192438;
		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: #ccc url(/4wheelproducts/siteimages/readmore_over.gif) 1% center no-repeat;
		color: #192438;
		font-weight:bolder;
	}
	
	#coreleft h3 {
		padding: 2px 4px 3px 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#394862;
		color: #fff;
		font-weight:bolder;
	}
	
	#coreleft h3 a{
		padding: 2px 4px 3px 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#394862;
		color: #fff;
		font-weight:bolder;
		text-decoration:none;
		background-image:none;
	}
	
	#coreleft h3 a:hover{
		padding: 2px 4px 3px 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#394862;
		color: #fff;
		font-weight:bolder;
		text-decoration:none;
		background-image:none;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	#corecenter a {
		color:#000;	
	}
	
	#corecenter a:hover {
		color:#999;	
	}
	
#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;
}


#typeheader {
	text-align:center;
	background-image:url(/simages/divider.jpg);
	background-color:#fff;
	width:100%;
	margin:auto;
	padding-top:2px;
	padding-bottom:4px;
	font-size:16px;
	font-weight:bolder;
	color:#fff;
}

#typeheader a{
	color:#fff;
	font-size:16px;
	font-weight:bolder;
	text-decoration:none;	
}

#typeheader a:hover{
	color:#999;
	font-size:16px;
	font-weight:bolder;
	text-decoration:underline;
}
/* the footer */
#footer {
	clear: both;
	width: 940px;
	height: 30px;
	background: #999999;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}


	#footlinks a {
		color: #000;
	}

/* tblink - static page content links */
#tblink  {
	background: #FFFFFF;
	font-weight:bolder;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:140px;
	

}
#tblink a {
		background: #fff;
		padding-bottom: 3px;
		padding-left: 3px;
		display: block;
		color: #192438;

	}
	#tblink a:hover   {
		display: block;
		color: #666;
	}



#hours {
	top: 12px;
	^top: 25px;	
}

