@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
h1, h2, h3, h4 {color:#fd0101;}
h2 {font-size:120%;margin:0; padding:0;}
h3 {font-size:100%;margin:0; padding:0;}
a {color:fd0101; text-decoration:none;}
li {list-style:none;}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 130px; 
	margin-bottom:20px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url("images/header.jpg");
	background-repeat:no-repeat;
} 
.twoColFixLtHdr #header h1 {
height:110px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color:#fd0101;
}
/*ALL STYLING FOR NAVBAR IN THIS SECTION*/
#navbar {
margin:0;
height:30px;
line-height:30px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}
#navbar a {
color:#fff;
padding: 0 10px;
line-height:30px;
font-weight:bold;
text-decoration:none;
}
/*END NAVBAR STYLES*/
#fullwidth {
padding: 10px 25px;
margin-bottom:20px;
height:100px;
border:1px solid #373737;
}
.tabBox {float:left; background-image:url("images/fwseparator.jpg"); background-position:left; background-repeat:no-repeat;}
.tabBox a {text-decoration:none;}
.tabBox img {float:right; margin-left:10px; }
.tabBox a img {text-decoration:none;}


/*FRONT PAGE COLUMN CSS*/
.twoColFixLtHdr #leftColumn {
	float: left; /* since this element is floated, a width must be given */
	margin-bottom:10px;
	width: 385px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 10px 400px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*FRONT PAGE COLUMN CSS*/
/*PRODUCT PAGE COLUMN CSS*/
.twoColFixLtHdr #ProductleftColumn {
	float: left; /* since this element is floated, a width must be given */
	margin-bottom:10px;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height:350px;
/*	background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 10px 10px;
	border:1px solid #373737;
}
#ProductleftColumn ul {padding:0; margin:0;}
.twoColFixLtHdr #ProductmainContent { 
	margin: 0 0 0px 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	min-height:340px;
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:1px solid #373737;
}
.twoColFixLtHdr #ProductmainContent img {margin:10px; padding:10px; border: 1px solid #ccc;}
.twoColFixLtHdr #ProductmainContent a {text-decoration:none;}
.productNav {margin-top:40px; font-size:12px; font-weight:bold; line-height:20px; }
.productNav h2 {color:fd0101; font-weight:bold;}
.productNav li {padding-left:10px;}
.productNav a {color:#fff;}

/*END PRODUCT PAGE COLUMN CSS*/
/*PRODUCT CONTENT PANE CSS*/
#productdetail {margin-top:30px; width:405px;height:280px;overflow:auto; }
#productpics {width:150px; height:280px; margin-top:30px; background-image:url("images/prodseparator.jpg"); background-repeat:no-repeat; background-position:right;}
#productpics img {margin-left:10px;}
/*END PRODUCT CONTENT PANE CSS*/
/*NEWSBOXES*/
.newsbox{
width:385px;
border:1px solid #373737;
}
.newsbox_title {padding: 3px 10px;border-bottom:1px solid #fd0101;}

.NewsSep { background-image:url("images/newsseparator.jpg"); background-position:left; background-repeat:no-repeat;}
.NewsSep a {color:fd0101;}
/*END NEWSBOXES*/

/*FEATUREBOXES*/
.featureBoxCar {
width:305px;
height:169px;
background-image:url("images/featuredCar_bg.jpg");
background-repeat:no-repeat;
padding: 40px 40px 0 30px;
}
.featureBoxBike {
width:305px;
height:169px;
background-image:url("images/featuredBike_bg.jpg");
background-repeat:no-repeat;
padding: 40px 40px 0 30px;
}
.fbleft {float:left;width:180px;padding-top:50px;padding-left:20px;}
.fbleft p {margin:0;padding:0;}
.fbright {float:right;padding-top:20px;padding-right:20px; text-align:center;}
.featureBoxBike a img {text-decoration:none;}
.featureBoxCar a {color:fd0101;}
.featureBoxBike a.link {color:fd0101;}
.featureBoxCar a.link {color:fd0101;}
.featureBoxBike a.visited {color:fd0101;}
.featureBoxCar a.visited {color:fd0101;}
.imgborder {border:1px solid #CCCCCC; margin:5px;}
/*END FEATUREBOXES*/
/*HOTPRODUCTS BOX*/
#hotProductsBox {
padding: 10px 40px;
margin-bottom:10px;
height:125px;
border:1px solid #373737;
background-image:url("images/hotProducts.jpg"); background-position:left; background-repeat:no-repeat;
}
#hotP {width:320px;}
#hotP h3 {color:#fff;font-weight:bold;text-decoration:none; !important}
#hotP a {color:#fd0101;font-weight:bold;text-decoration:none;}
#hotP img {float:right; margin-left:10px; }
/*END HOTPRODUCTS BOX*/
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#fd0101;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.readmore {clear:both;color:#fd0101;}
.readmore a {color:#fd0101;}
/*TOP FRONT PAGE ACCORDIAN*/
#basic-accordian{
	height:100px;
	z-index:2;
	margin:0 auto;
}
#accordion_titlies {width:200px;float:left;}
.righty {float:right;}
.accordion_headings{
	padding:5px;
	color:#fd0101;
	cursor:pointer;
}
.accordion_headings:hover{
background-image:url("images/tabBox_hover.jpg");
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
}
#accordion_contenties {float:right; width:490px;}
.accordion_child a {
color:#fd0101;
}
.header_highlight{
background-image:url("images/tabBox_hover.jpg");
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
}
/*NEWSBOXES FRONT PAGE ACCORDIAN*/
#Dnews-accordian{
	min-height:250px;
	padding-top:10px;
	z-index:2;
	margin:0 auto;
}
#Pnews-accordian{
	min-height:250px;
	padding-top:10px;
	z-index:2;
	margin:0 auto;
}
#Newsaccordion_titlies {width:150px;float:left;}
.righty {float:right;}
.accordion_headings{
	padding:5px;
	color:#fd0101;
	cursor:pointer;
}
.accordion_headings:hover{
background-image:url("images/newsBox_hover.jpg");
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
}
#Newsaccordion_contenties {float:right; width:220px;padding-right:5px;}
.accordion_child{
padding-left:10px;
}
.header_highlight{
background-image:url("images/newsBox_hover.jpg");
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
}
.centered {text-align:center;}
#nmsracing a {text-decoration:none;}
#nmsracing img {border:none;}

/*GALLERY*/
#galleryfull {margin-bottom:10px;padding:10px;border:1px solid #373737;}

/*BLOG STYLING FROM HERE ON IN*/
/*THERE ARE 2 COLUMNS - DETAIL AND RIGHT, THE RIGHT IS THE SIDEBAR*/
#left_content {float:left;width:500px;}
#sidebar {float:right; width:250px; margin-top:20px; }
#sidebar ul li {
margin:0px;
color:#fd0101;
list-style:none;
}
#sidebar ul {
margin: 0;
padding: 0 0 10px 0;
list-style: none;
}
#sidebar a {
margin:0px;
color:#fd0101;
}
#sidebar h2 {
margin:0px;
color:white;
}
#content {
float:left;
width: 510px;
margin-top:10px;
padding:5px;
border:1px solid #333;
}
#content p {color:white;}
#content a {color:white;}
#content h2 a{color:#fd0101;}
#content a.visited {color:#fd0101;}
#content h2, #content h3  {
color: #gray;
}
.postinfo {color:gray; margin:10px 0 20px 0;}
.commentArea {
clear:both;
margin-top: 10px;
}
textarea#comment {width:450px;}