* {
   margin: 0;
   padding: 0;
}

body{
   background: #7D7D7D url(/images/bg_body.gif) repeat-x center top;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size: small;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 780px;
   margin: 0 auto;
   padding: 0 20px;
   background: url(/images/bg_container.gif) no-repeat;
}

h3{
   margin-bottom: .25em;
   color: #0054A6;
   font-size: 105%;
   font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
   text-transform: uppercase;
}

a{
   color: #0054A6;
   overflow: hidden;
}

a:hover{
   text-decoration: none;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   float: left;
   width: 780px;
   height: 160px;
   /*padding-bottom: 17px;*/
   background: url(/images/bg_header.jpg) no-repeat;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 555px;
   height: 81px;
   margin: 7px 0 26px 20px;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 555px;
   height: 81px;
}

#header h2{
   text-indent: -9999px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   clear: left;
   margin-left: 5px;
   list-style: none;
}

#nav li{
   float: left;
   background: url(/images/bg_nav_li.gif) no-repeat left center;
   font-size: 12px;
   font-weight: bold;
   font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
   text-transform: uppercase;
}

#nav li#nav_home{
   background: none;
}

#nav li a{
   display: block;
   /*padding: 7px 10px 7px 12px;*/
   padding: 7px;
   padding-left: 9px;
   color: #FF0;
   text-decoration: none;
}

#nav li a:hover{
   color: #EE2D24;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 150px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 90%;
}

#nav li ul ul{
   margin: -25px 0 0 150px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 100%;
}

#nav li li a{
   width: 150px;
   background: #F00;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   width: 780px;
   float: left;
   background: #FFF;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/



/* =Content
---------------------------------------------------------------------
*/

#content{
   float: left;
   width: 743px;
   padding: 0 18px;
}

body#home #content{
   float: none;
   padding: 0 19px 271px 19px;
   background: url(/images/bg_content_home.jpg) no-repeat left bottom;
}

#content h4,
#content h5,
#content h6{
   font-size: 100%;
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1em;
   color: #000;
   font-size: 85%;
   line-height: 1.5;
}

#content p#breadcrumb{
   font-size: 70%;
}

#content ul,
#content ol{
   margin-left: 3em;
}

#content img{
   float: left;
   margin: 4px 8px 8px 0;
   padding: 4px;
   border: 1px solid #919191;
   background: #FFF;
}

#content img#mcms_stats{
   display: none;
}

#content table{
   margin: 0 auto;
}

#content #truck-list{
   width: 600px; /* can change */
   margin: 0 auto;
}

#content #series-text{
   margin-bottom: 10px;
   border-bottom: 1px solid #7D7D7D;
}

#content #truck-list .truck{
   float: left;
   width: 250px;
   margin-bottom: 25px;
   padding: 0 25px;
   text-align: center;
}

#content #truck-list .truck h4{
   color: #0054A6;
   font-size: 105%;
   font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   text-align: center;
}

#content #truck-list .truck a{
   text-decoration: none;
}

#content #truck-list .truck img{
   display: block;
   float: none;
   margin: 0 auto;
}

#content #truck-list .truck a:hover img{
   border: 1px solid #EE2E24;
}

#content .news-item{
   margin-top: 25px;
}

#content form#contact-form{
   width: 360px;
   margin: 5px 0 10px;
   padding: 10px;
   border: 1px solid #D5D5D5;
}

#content form#contact-form fieldset{
   border: 0;
}

#content form#contact-form p{
   margin-bottom: .5em;
}

#content form#contact-form label{
   font-size: 88%;
   font-weight: bold;
   text-transform: uppercase;
}

#content form#contact-form input,
#content form#contact-form textarea,
#content form#contact-form select{
   width: 350px;
   padding: 3px;
   font-size: 88%;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content form#contact-form select{
   width: 360px;
}

#content form#contact-form input#submit{
   width: auto;
}

#content .gallery{
   float: left;
   width: 230px;
   height: 215px;
   margin: 0 8px;
}

#content .gallery-thumbnail{
   float: left;
   width: 180px;
   height: 150px;
   margin-right: 5px;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   float: right;
   width: 1px;
   height: 560px;
}

/* =Products
---------------------------------------------------------------------
*/

#products{
   width: 740px;
   float: left;
   padding: 0 20px 10px;
}

#products h3{
   padding-top: .25em;
   border-top: 1px solid #7D7D7D;
}

#products a img{
   display: block;
   margin-bottom: 3px;
   padding: 4px;
   border: 1px solid #BFBFBF;
}

#products a:hover img{
   border: 1px solid #EE2E24;
}

#products ul{
   margin: 0 -4px;
   list-style: none;
}

#products li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 0 3px;
   width: 181px;
   font-size: 85%;
}

#products li a{
   text-decoration: none;
}

/* =Lower
---------------------------------------------------------------------
*/

#lower{
   clear: both;
   float: left;
   width: 740px;
   padding: 2px 20px;
   border-top: 1px solid #7D7D7D;
   background: #C2C2C2;
}

#lower h3{
   margin-bottom: 0;
}

#lower h4{
   font-size: 75%;
}

#lower p{
   margin-bottom: 1em;
   color: #000;
   font-size: 75%;
   line-height: 1.3;
}

#featured{
   position: relative;
   float: left;
   width: 550px;
}

#featured p#more{
   position: absolute;
   bottom: 0;
   right: 10px;
   text-transform: uppercase;
}

#featured a img{
   float: left;
   margin: 4px 8px 8px 0;
   padding: 4px;
   border: 1px solid #919191;
   background: #FFF;
}

#featured a:hover img{
   border: 1px solid #EE2E24;
}

#news{
   float: right;
   width: 180px;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   position: relative;
   clear: both;
   width: 760px;
   height: 35px;
   padding: 22px 10px 30px;
   background: url(/images/bg_footer.jpg) no-repeat;
}

body#home #footer{
   background: url(/images/bg_footer_home.jpg) no-repeat;
}

#footer h3{
   margin-bottom: 0;
   color: #EE2E24;
   font-size: 90%;
   line-height: 1.5;
}

#footer p{
   color: #FFF;
   font-size: 70%;
   font-weight: bold;
   font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
   line-height: 1.5;
}

#footer p#tagline{
   position: absolute;
   top: 22px;
   left: 0;
   width: 780px;
   color: #FFF;
   font-size: 70%;
   font-weight: normal;
   font-style: italic;
   text-align: center;
}

#footer p#phone{
   position: absolute;
   top: 40px;
   right: 10px;
   font-weight: normal;
}

#footer p#powered{
   position: absolute;
   bottom: 10px;
   right: 10px;
   font-size: 60%;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#footer p#powered a{
   color: #464646;
   text-decoration: none;
}