* {

}
html {
	height: auto;
	background-color:#6f89ae;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	height: auto;
	background: #647ea3 url(../simages/strip.jpg) repeat-x;
	background-attachment: inherit;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

/* background: #000000 url(simages/strip.jpg) repeat-x;*/

/* hyperlinks */
a {
	color: #272727;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}



/* centers the page */
#container {
	width: 940px;
	height: auto;
	margin: 0 auto 0 auto;
	background: #ffffff;
    border: dotted #6f89ae 1px;
}	
	

/* the topbar - links at the top of the site */
#topbar {
	width: 940px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
	background-color: #ffffff;
}

/* 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: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #e5e9f4;
		color: #000000;
	}


/* 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;
		color: #fff;
		left: 05px;
		top: -23px;
		^top:-1px;
	}
	
	#header h1  a{
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		color: #fff;
	}

/* Header title text black */
	#header h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #000000;
		position: absolute;
		top: 60px;
		left: 20px;
	}
	
	#header h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #000000;
		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: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #e5e9f4;
		color: #272727;
	}
/* 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: Arial, Helvetica, sans-serif;
		font-size: 8px;
		text-transform: uppercase;
	}
	#navbar2 a:hover {
		background: #e5e9f4;
		color: #000000;
	}
/* contains all the site contents */
	#core {
		width: 940px;
		height: auto;
		margin-top: 5px;
		background-color:#fafafa;
	}
	#core ul {

	}

/* coreleft - NavMenu.ascx */
#coreleft {
	width: 140px;
	height: auto;
	background: #e5e9f4; /*lightest blue*/
	float: left;
	border-style:none;
}

/* 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;
		border-color: #ffffff;/*#6f89ae;*/
		border-style:dotted;
	}
	#coreleft a {
		display: block;
		height: auto;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		width: 128px;
		color: #272727;
		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: #6f89ae url(/4wheelproducts/siteimages/readmore_over.gif) 1% center no-repeat; /*dark blue #647ea3*/
		color: #e5e9f4;
	}
	
	#coreleft h3 {
		padding: 4px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#6f89ae; /*yellow e1a100*/
		color: #fff;
	}
	
	#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: #e5e9f4;
		border-right-color: #e5e9f4;
		border-left-color: #e5e9f4;
		border-bottom-color: #e5e9f4;
        padding: 10px 10px 10px 10px;
/*		background-color: #141414;*/
        background-color: #fafafa;
        color: #546366;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	}	

/* the center part  */
	#corecenter {
		margin-left:2px;
		margin-right:3px;
	}


/* the footer */
	#footer {
		clear: both;
		width: 940px;
		height: 30px;
		background: #6f89ae;
		line-height: 30px;
		vertical-align: middle;
		text-align: right;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	#footer p {
		color: #272727;
		padding-right: 20px;
	}
	#footer a {
		color: #000000;
	}
	#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: #272727;
		padding-right: 20px;
	}
	#footlinks a {
		color: #000000;
	}


	a:link1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #272727;
	}
	a.link1:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #272727;
		text-decoration: none;
	}
	a.link1:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #272727;
		text-decoration: none;
	}
	a.link1:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
		text-decoration: overline;
		letter-spacing: 3px;
		border: 0px;
	}

	#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;
	}

	#hours {
		background:#fff;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
		border: solid 1px #999;
		height: 100px;
		left: 490px;
		top: 24px;
	}

#hoursline1, #hoursline2, #hoursline3, #hoursline4 {
	color:#000;
}

/*a:hover img {filter:alpha(finishopacity=50, style=2); border:0px;}
/*a:hover {font-size:9px; text-decoration:overline; letter-spacing:3px; border:0px;} */

filter:alpha(finishopacity=0, style=2); filter:blur; width: inherit; height: 1; filter: alpha(Opacity=100, FinishOpacity=50, Style=1, StartX=0, StartY=0, FinishX=580, FinishY=0);

#CategoryControlDiv {
padding-left:0px;
padding-right:0px;
}
#CategoryControl {
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
height: auto;
}
#ProductControlDiv {
padding-left:0px;
padding-right:0px;
}
#ProductControl {
padding-left:0px;
padding-right:0px;
}


