/*Use IE Developer Toolbar or Firebug to refer to these id and classes*/

/*This controls the background of the page*/
html{
background:#340003 url(../simages/outside-bg.jpg) repeat-x scroll 0 0;
}

body{
background:url(../simages/shadow-bg.png);
background-repeat:repeat-y;
background-position:center;
background-color:transparent;
}


/*This controls the container*/
#container{
background:url(../simages/page-bg.jpg);
background-repeat:repeat;
border:1px solid #360003! important;
}


/*This controls the topbar*/
#topbar{
background:#000000;
color:#FFFFFF;
}

#topbar a, #navbar a, #navbar2 a{
color:#FFFFFF;
}

#topbar a:hover, #navbar a:hover, #navbar2 a:hover {
background: #360003;
}


/*This controls the left navigation*/
#coreleft{
border:0px;
background:transparent none repeat scroll 0 0;
width:140px;
}

#coreleft h3{
font-weight:bold;
background:url(../simages/navmenu-bg.jpg);
height:27px;
background-repeat:no-repeat;
margin-top:5px;
}

#coreleft a {
color: #FFFFFF;
}

#coreleft a:hover {
background: #360003 url(/4wheelproducts/siteimages/readmore_over.gif) 1% center no-repeat;
color: #ffffff;
}

#coreleft li{
border: 1px solid #080000;
background:#1B0001;
padding-bottom:2px;
margin-right:20px;
}

/*This controls the content area*/
#corecenter{
padding:5px;
width:785px;
}

.description{
color:#FFFFFF;
}

.description table{
color:#FFFFFF;
}
.description a{
color:#FFFFFF;
}

.description a:hover{
color:#FFCFD0;
}

/*This controls the footer*/
#footer{
background:#4F0005;
}

/*This controls the JeepTops-Direct header text*/
#header h1{
font-weight:bold;
top:55px;
}

