/* CSS Document */

img { behavior: url(../iepngfix.htc); }

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#757575;
	margin:0;
	padding:0;
}

h2{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:292929;
	margin-bottom:6px;
}

#wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:78px;
	width:100%;
	float: left;
}

#tag_line {
	float: right;
	margin: 20px 10px 0 0;
}

#lower_content{
	width: 900px;
	float: left;
	background: none;
}

#footer{
	clear:both;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:100%;
	height:58px;
}

#footer_left{
	float:left;
	width:200px;
	margin-left:30px;
	margin-top:15px;
}

#footer_right{
	float:right;
	width:450px;
}

#bottom_gradiant{
	width:100%;
	height:28px;
}

#lower_content_left {
	margin: 50px 0 20px 0;
	float:left;
	width: 100px;
	background: none;
}

#lower_content_right{
	width:720px;
	float:right;
	margin-right:50px;
	background: none;
}

#box1, #box2, #box3{
	width:170px;
	float:left;
	border-right: 1px solid #999;
	padding-left: 7px;
}

#box4{
	width:170px;
	float:left;
	padding-left: 7px;
}

#pm_upper_back{
	background-image:url(../images/pm_upper_back.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:100%;
	height:196px;
	float: left;
}

#pm_lower_back{
	background-image:url(../images/pm_lower_back.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:100%;
	height:123px;
}

#wrapper_low {
	float: left;
	width: 549px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

#pm_lower_right{
	float:right;
	width:549px;
	margin-right:30px;
	border:1px solid #c1c1c3;
	margin-bottom:30px;
	background: url(../images/pm_right_background.jpg) top right no-repeat none;
}

#pm_left{
	float:left;
	width:400px;
}

#pm_right{
	float:right;
	width:143px;
}

#upper_back{
	float: left;
	width:100%;
	height:170px;
}

#lower_back {
	width:100%;
	float: left;
}

#subnav_lower_right{
	float:right;
	width:549px;
	margin-bottom:0px;
	margin-right:30px;
}

#sub_nav ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#sub_nav ul li{
	padding:0;
	margin:0;
	float:left;
	display:block;
	height:25px;
	width:136px;
	color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	line-height:25px;
}

.sub_nav_active{
	background-color:#660000;
	color:#FFF;
}

#f3_motorsports_link{
	margin-top:4px;
	margin-left:284px;
	height:13px;
	width:47px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#292929;
	text-align:center;
}

#f3_motorsports_link_expanded{
	margin-top:4px;
	margin-left:220px;
	height:16px;
	width:115px;
 
}

#error {
	text-align:center;
	width:100%;
	background-color:#FEF8F6;
	color:#CD0A0A;
	border:1px solid #CD0A0A;
	margin-bottom:15px;
}

#success {
	text-align:center;
	width:100%;
	background-color:#fbec88;
	color:#000;
	border:1px solid #fad42e;
	margin-bottom:15px;
}
/*** product images page ***/
.productThumb {
	float: left;
  width: 165px; 
  height: 220px;
  padding-bottom: 15px; 
  margin-right: 5px;
}
.productThumb img {
	border: 1px solid #ece7eb;
}
.productThumb a {
	color: #ece7eb;
}
.productThumb span {
	margin-left: 0px;
}
.productThumb a img:hover {
	filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;

}