
/* HTML TAG CODES */
body{
font-family: "Times New Roman", Times, serif;
scrollbar-base-color: #686868;
font-size: 12px;
}
#bghome{
background-image: url(../images/flames.jpg);
}
#bgpowersports{
background-image: url(../images/clouds.jpg);
}
#bgpaintball{
background-image: url(../images/grass.jpg);
}
#bgautomotive{
background-image: url(../images/fire.jpg);
}
#bgtiresandwheels{
background-image: url(../images/rock.jpg);
}
#content a{
font-weight: bold;
text-decoration: none;
color: #B76000;
}
#content a:hover{
color: #E07500;
}
/* SITE DIV HOLDER AND BG HOLDER */
#sitebgcenter{
position: absolute;
left: 0px;
top: 7%;
width: 100%;
}
#sitebg{
width: 878px;
height: 554px;
overflow: visible;
}
#sitecenter{
position: absolute;
left: 0px;
top: 7%;
width: 100%;
}
#site{
width: 878px;
height: 554px;
overflow: visible;
text-align: left;
}
/* CONTENT HOLDER DIVS */
#banner{
width: 878px;
height: 211px;
}
#topnav{
width: 878px;
height: 29px;
}
#leftnav{
width: 192px;
height: 274px;
position: relative;
left: 43px;
top: 0px;
overflow: visible;
margin: 0px;
padding: 0px;

border-bottom-width: 0px;
font-size: 14px;
line-height:18px;
z-index:100;
width: 192px;
color: #ffffff;
}
#title{
width: 550px;
height: 30px;
position: relative;
left: 20px;
top: 15px;
overflow: hidden;
font-size: 20px;
text-align: right;
color: #222222;
}
#contentholder{
width: 580px;
height: 215px;
position: relative;
left: 20px;
top: 20px;
overflow: auto;
}
#content{
width: 550px;
position: relative;
left: 0px;
top: 0px;
}

/* STYLING DIVS */


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

#leftnav a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #888888; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #dddddd;
}

* html #leftnav a{ /*IE only hack*/
width: 100%;
}

#leftnav a:hover{ /*THEME CHANGE HERE*/
background-color: #555555;
}


/* DROP DOWN MENU CODE FOR THE TOP NAV MENU HERE!!!!!!!!!!!!!!!!! */
.chromestyle{
width: 99%;
font-weight: bold;
font-size: 14px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0px;
margin: 0px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #eeeeee;
padding: 4px 20px 5px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #999999;
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #555555; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font-size: 14px;
line-height:18px;
z-index:100;
background-image: url(../images/subnav_tile.gif);
width: 200px;
visibility: hidden;
}

.dropmenudiv ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #888888; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #dddddd;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #555555;
}