* {

}
html {
	height: auto;
	background-color:#000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	height: auto;
	background: #000000 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: #2e2e2e;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}



/* centers the page */
#container {
	width: 940px;
	height: auto;
	margin: 0 auto 0 auto;
	background: #000000;
    border: dotted #a30b08 1px;
}	
	

/* the topbar - links at the top of the site */
#topbar {

	background-color: #121318;
	color:#FFFFFF;
}

/* the links at the top of the site */

	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#FFFFFF;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #a30b08; /*RED*/
		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;
	
}




/* Top half of the links in the header */

	#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: #121318;
		color: #FFF;
	}


	#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: #121318;
		color: #FFF;
	}
/* contains all the site contents */
#core {
	width: 940px;
	height: auto;
	margin-top: 5px;
	background-color:#b2b3b8;

}
#core ul {

}

/* coreleft - NavMenu.ascx */
#coreleft {
	width: 140px;
	height: auto;
	background: #121318;
	float: left;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:dotted;
	border-top-style:none;
}


	#coreleft li {
		display: block;
		height: auto;
		width: 138px;
		margin-top: -1px;
		margin-bottom: -2px;
		text-align: left;
		border-style:none;
	}
	#coreleft a {
		color:#FFFFFF;
		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: #11102e url(/4wheelproducts/siteimages/readmore_over.gif) 1% center no-repeat;
		color: #ffffff;
	}
	
	#coreleft h3 {
		padding: 4px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#a30b08;
		color: #FFFFFF;
	}
	

/* main content */
#maincontent {
        width:763px;
		border-top-color: #ffffff;
		border-right-color: #ffffff;
		border-left-color: #ffffff;
		border-bottom-color: #ffffff;
        padding: 10px 10px 10px 10px;
/*		background-color: #141414;*/
        background-color: #fffff;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;



}	


/* the footer */
#footer {
	background: #a30b08;
}





a:link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

a.link1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
a.link1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
a.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

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); */


