/* Site: Corvette AM */

* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body{
   background: #123B53;
   font-size: 62.5%;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container-outer{
   float: left;
   width: 100%;
   background: #0D2635 url(/images/bg_body.gif) repeat-x left 143px;
}

#container{
   background: url(/images/bg_header.jpg) no-repeat center top;
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 864px;
   margin: 0 auto;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 25px 0 32px 25px;
   width: 260px;
   height: 87px;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 260px;
   height: 87px;
}

#header #searchForm{
   float: right;
   margin-top: 7px;
}

#header #searchForm input#search_term{
   float: left;
   width: 175px;
   margin-right: 5px;
   padding: 2px 5px;
   border: 1px solid #DFDDD2;
   background: #BBB9AC;
   color: #706F68;
   font-size: 10px;
   font-weight: bold;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#header #searchForm a#search_go{
   float: left;
   display: block;
   width: 28px;
   height: 18px;
   background: url(/images/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   clear: both;
   margin-left: 12px;
   list-style: none;
}

#nav li{
   float: left;
   background: url(/images/bg_nav_li.gif) no-repeat left center;
   text-transform: uppercase;
}

#nav li#nav_home{
   background: none;
}

#nav li a{
   display: block;
   padding: 10px 10px 13px;
   color: #FFF;
   text-decoration: none;
}

#nav li a:hover{
   background: #595851 url(/images/bg_nav_li_a_hover.gif) repeat-x;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 150px; /* Needs to be same as other 150px value */
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 1.2em;
}

#nav li ul ul{
   margin: -25px 0 0 150px; /* the -25px and 150px need to be adjusted until the sub-sub-menu sits in the right place */
}

#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: 1em;
}

#nav li li a{
   width: 150px; /* Needs to be same as other 150px value, less any padding or margin */
   background: #F00; /* Change to more appropriate value */
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   clear: both;
   width: 864px;
   margin: 0 auto;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   width: 864px;
   padding-top: 10px;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 629px;
   margin: 0 16px;
   padding-top: 49px;
   background: url(/images/bg_content.gif) no-repeat 4px 2px;
}

body#withSidebar #content{
   width: 429px;
}

body#home #content{
   width: 449px;
   margin: 0 0 0 12px;
}

body#productlist #content{
   margin: 0 0 0 12px;
   padding-top: 69px;
   background: none;
}

body#categorylist #content,
body#cart #content{
   margin: 0 0 0 12px;
   padding-top: 100px;
}

/* It's ghetto, i know */
#content #familyImage {
   margin-top: -69px;
   width: 628px;
   height: 99px;
}
/*#content h2{
   margin: 1px 0 .75em 0;
   color: #FCB218;
   font-size: 1.8em;   
}

body#home #content h2{
   width: 424px;
   height: 45px;
   margin: 2px 0 2px 4px;
   background: url(/images/bg_content_h3_home.gif) no-repeat;
   text-indent: -9999px;
}

body#productlist #content h2{
   width: 428px;
   height: 88px;
   margin: 2px 0 0 4px;
   background: url(/images/bg_content_h3_productlist.jpg) no-repeat;
   text-indent: -9999px;
}

body#productdetail #content h2{
   width: 429px;
   height: 87px;
   margin: 2px 0 0;
   background: url(/images/bg_content_h3_productdetail.jpg) no-repeat;
   text-indent: -9999px;
}*/

#content h3{
   margin: 1px 0 1em 0;
   color: #FCB218;
   font-size: 1.8em;
}

#content h4,
#content h5,
#content h6{
   font-size: 1.2em;
}

#content p,
#content ul,
#content ol{
   margin-bottom: 1em;
   color: #FFF;
   font-size: 1.2em;
   line-height: 1.5;
}

#content p.description{
   clear: left;
}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content li{
   line-height: 1.5;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #FCB218;
}

#content a:hover{
   text-decoration: none;
}

#content a:hover img{
   border: 3px solid #FCB218;
}

#content img{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 0 5px 10px 4px;
   border: 3px solid #706F68;
}

#content img.mcms_stats{
   display: none;
}

#content #text{
   clear: both;
}

#content .sermonbox{
   margin-bottom: 20px;
}

#content .sermonbox h4{
   margin-bottom: 5px;
}

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

#content #product-thumbs{
   float: left;
   width: 448px;
   margin: 0 -3px;
}

#content .product-thumb{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 98px;
   height: 150px;
   margin: 0 7px 9px;
}

#content .product-thumb h4{
   margin: 0;
   font-size: .9em;
}

#content .product-thumb h4 a{
   color: #FCB218;
   text-decoration: none;
}

#content .product-thumb p{
   margin: 0;
   color: #FFF;
   font-size: .9em;
   text-align: right;
}

#content .product-thumb img{
   float: none;
   margin: 0 0 5px;
}

#content #text .product-thumb img{
   width:64px;
}

#content .product-image{
   float: left;
   width: 205px;
   margin-bottom: 10px;
   padding-right: 10px;
}

#content .product-image img{
   float: none;
   margin: 0 0 10px;
}

#content .product-image p{
   float: right;
   text-indent: -9999px;
}

#content .product-image a{
   display: block;
}

#content .product-image .larger a{
   width: 121px;
   height: 18px;
   background: url(/images/bg_view_larger.gif) no-repeat;
}

#content p.email{
   float: right;
   width: 100%;
   margin-bottom: 20px;
   font-size: 1.1em;
}

#content p.email a{
   padding-left: 20px;
   background: url(/images/bg_email.gif) no-repeat left center;
   color: #FCB218;
   text-decoration: none;
   text-indent: 0px;
}

#content p.email a:hover{
   text-decoration: underline;
}

#content div.product-right {
   float: right;
   width: 400px;
}

#content table{
   width: 214px;
   margin-bottom: 30px;
   border-collapse: collapse;
}

#content table tr{
   font-size: 1.8em;
}

#content table tr.sku{
   color: #FFF;
   font-weight: normal;
}

#content table tr.sku th{
   font-weight: normal;
}

#content table tr.price{
   color: #3492C8;
   font-weight: bold;
}

#content table tr.price th{
   font-weight: bold;
}

#content table th{
   padding-bottom: 10px;
   text-align: left;
}

#content table td{
   padding-bottom: 10px;
   text-align: right;
}

#content table#shipping {
  width: 100%;
}

#content table#shipping tr {
  font-size:1.2em;
}
#content table#shipping td{
   padding: 5px;
   text-align: left;
}

#content p select{
   width: 214px;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content p.cart{
   float: right;
   margin: 10px 0;
   text-indent: -9999px;
}

#content p.cart a{
   display: block;
   width: 97px;
   height: 18px;
   background: url(/images/bg_cart.gif) no-repeat;
}

#content .gallery{
   clear: left;
   float: left;
   margin-bottom: 20px;
}

#content .skulist {
   color: #FCB218;
}

#content .skulist select{
   width: 80px;
}

#content .skulist tr{
   font-size: 1.1em;
}

#content .skulist td{
   text-align: left;
   line-height: 14px;
   padding: 3px;
}

form *
{
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

form input,
form select,
form textarea{
   font-size: 13px;
}

fieldset { border:0; }
#content form textarea
{
    width: 320px;
    height: 170px;
}
#content form input.text,
#content form textarea
{
    padding: 3px;
    border: 1px solid #B2C9CE;
}
#content form input.text
{
    width: 200px;
}
#content form label{
    display: block;
    width: 400px;
    margin-bottom: .25em;
}

#content form td{
    vertical-align:top;
    padding: 3px;
}
#content form fieldset
{
    border:0;
}

/* =monkCart
---------------------------------------------------------------------
*/

#content table.monkCart{
   width: 500px;
   /*margin-bottom: 10px;*/
   border: 1px solid #7B7A72;
   border-collapse: collapse;
}

#content table.monkCart tr{
   font-size: 1em;
}

#content table.monkCart th{
   padding: 5px;
   background: #7B7A72;
   color: #FFF;
   font-size: 1.2em;
}

#content table.monkCart th.product{
   width: 200px;
}

#content table.monkCart td{
   padding: 20px;
   color: #FFF;
   font-size: 1.2em;
   text-align: left;
}

#content table.monkCart tr.total{
   border-top: 1px solid #7B7A72;
   font-weight: bold;
}

#content table.monkCart tr.total td{
   padding: 5px 20px;
   text-align: right;
}

#content table.monkCart input{
   vertical-align: middle;
}

/* orders */

#content #orders table{
   width: auto;
}

#content #orders table tr{
   font-size: 1.2em;
   color: #FFF;
}

#content #orders table td{
   text-align: left;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   float: left;
   width: 178px;
}

#sidebar #products{
   margin-bottom: 14px;
   background: url(/images/bg_products.gif) repeat-y;
}

#sidebar #products h3{
   width: 178px;
   height: 41px;
   background: url(/images/bg_products_h3.gif) no-repeat;
   text-indent: -9999px;
}

#sidebar #products ul{
   padding-bottom: 7px;
   background: url(/images/bg_products_ul.gif) no-repeat left bottom;
   list-style: none;
}

#sidebar #products li{
   margin: 0 7px;
   padding-bottom: 2px;
   background: url(/images/bg_products_li.gif) repeat-x left bottom;
   font-size: 1.1em;
   font-weight: bold;
   text-transform: uppercase;
}

#sidebar #products li a{
   display: block;
   padding: 7px 24px;
   background: url(/images/bg_products_li_a.gif) no-repeat 8px center;
   color: #2C77A2;
   text-decoration: none;
}

#sidebar #products li a:hover{
   background: url(/images/bg_products_li_a_hover.gif) no-repeat left center;
}

#sidebar #products li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 165px;
   margin: -26px 0 0 164px;
   padding: 0 0 1px;
   background: url(/images/bg_nav_li_ul.gif) no-repeat left bottom;
   list-style: none;
   line-height: 1;
}

#sidebar #products li li{
   margin: 0;
   padding: 0;
   background: none;
   font-size: 1em;
}

#sidebar #products li:hover ul,
#sidebar #products li.sfhover ul{
   left: auto;
}

#sidebar #products li li li{
   font-size: 1em;
}

#sidebar #products li li a{
   width: 154px;
   padding: 8px 0 7px 11px;
   background: url(/images/bg_nav_li_li_a.gif) no-repeat;
}

#sidebar #products li li a:hover{
   background: url(/images/bg_nav_li_li_a_hover.gif) no-repeat;
}

#sidebar #my-account{
   padding-left: 22px;
}

#sidebar #my-account h3{
   width: 109px;
   height: 27px;
   margin: 0 0 14px -11px;
   background: url(/images/bg_my-account_h3.gif) no-repeat;
   text-indent: -9999px;
}

#sidebar #my-account p{
   margin-bottom: .5em;
   color: #DFDDD2;
   line-height: 1.25;
}

#sidebar #my-account a{
   color: #DFDDD2;
   text-decoration: none;
}

#sidebar #my-account a:hover{
   text-decoration: underline;
}

#sidebar #my-account form{
   margin: 10px 0 15px;
}

#sidebar #my-account form fieldset{
   border: 0;
}

#sidebar #my-account form label{
   display: block;
   margin-bottom: .75em;
   color: #3492C8;
   font-size: 1em;
   font-weight: bold;
}

#sidebar #my-account form input#newsletter_text{
   display: block;
   float: left;
   width: 107px;
   margin-right: 6px;
   border: 1px solid #2C77A2;
   background: #235F80;
   vertical-align: 0;
}

#sidebar #my-account form input#newsletter_submit{
   display: block;
   float: left;
   vertical-align: 0;
}

/* =Specials
---------------------------------------------------------------------
*/

#specials{
   float: left;
   width: 225px;
   background: url(/images/bg_specials.gif) repeat-y;
}

#specials h3{
   width: 225px;
   height: 39px;
   background: url(/images/bg_specials_h3.gif) no-repeat;
   text-indent: -9999px;
}

#specials h4{
   float: left;
   width: 200px;
   margin: 0 7px;
   padding: 10px 5px 14px;
   background: url(/images/bg_products_li.gif) repeat-x left bottom;
   color: #5D5C56;
   font-size: 1.2em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#specials h5{
   margin-bottom: .25em;
   font-size: 1.1em;
   text-transform: uppercase;
}

#specials h5 a{
   color: #2C77A2;
   text-decoration: none;
}

#specials h5 a:hover{
   text-decoration: underline;
}

#specials p{
   color: #DFDDD2;
   line-height: 1.2;
}

#specials p.more{
   padding-right: 15px;
   background: url(/images/bg_more.gif) no-repeat right center;
   text-align: right;
}

#specials p.more a{
   color: #2C77A2;
   text-decoration: none;
}

#specials p.more a:hover{
   text-decoration: underline;
}

#specials p.date{
   float: left;
   width: 32px;
   margin: 0 10px 15px 0;
   border: 1px solid #706F68;
   background: #FFF;
   color: #3492C8;
   text-align: center;
}

#specials p.date span{
   display: block;
   padding: 6px 0;
}

#specials p.date span.month{
   padding: 2px 0;
   background: #0D2635;
   font-weight: bold;
   text-transform: uppercase;
}

#specials img{
   float: left;
   margin: 0 10px 15px 0;
   border: 2px solid #706F68;
}

#specials-inner{
   float: left;
   padding-bottom: 6px;
   background: url(/images/bg_specials-inner.gif) no-repeat left bottom;
}

#specials-inner div{
   float: left;
   width: 200px;
   margin: 0 7px;
   padding: 10px 5px;
   background: url(/images/bg_products_li.gif) repeat-x left bottom;
}

#specials-inner div:hover{
   background: url(/images/bg_special_hover.gif) no-repeat left bottom;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   float: left;
   width: 100%;
   margin: 10px 0 0;
   padding: 28px 0;
   background: #123B53 url(/images/bg_footer.gif) repeat-x;
}

#footer h3{
   margin-bottom: .5em;
   color: #3492C8;
   font-size: 1.2em;
}

#footer p{
   display: inline; /* IE6 double margin float bug hack */
   clear: left;
   float: left;
   width: 300px;
   margin: 25px 0 0 82px;
   padding-bottom: 5px;
   color: #235E7F;
   font-size: .9em;
}

#footer p.powered{
   clear: none;
   float: right;
   margin: 25px 82px 0 0;
   text-align: right;
}

#footer ul{
   margin-left: 15px;
}

#footer li{
   margin-bottom: .5em;
   color: #3492C8;
   font-size: 1.1em;
}

#footer li a{
   color: #DFDDD2;
}

#footer a{
   color: #3492C8;
   text-decoration: none;
}

#footer a:hover{
   text-decoration: underline;
}

#footer #footer-inner{
   width: 864px;
   margin: 0 auto;
}

#footer #footer-inner div{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 176px;
   margin: 0 20px;
}

#footer #footer-inner div p{
   width: auto;
   margin: 7px 0 0 3px;
   text-indent: -9999px;
}

#footer #footer-inner div p a{
   display: block;
   width: 101px;
   height: 18px;
   background: url(/images/bg_contact-us.gif) no-repeat;
}