* {
   margin: 0;
   padding: 0;
}

body{
   background: url(/images/bg_body.gif);
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   font-size: 62.5%;
}

hr{
   display: none;
}

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

#container{
   width: 760px;
   margin: 35px auto;
   border: 1px solid #000000;
   background: #FFEC1A;
}

a{
   overflow: hidden;
}

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

#header{
   position: relative;
   float: left;
   width: 760px;
   /*height: 157px;*/
   background: url(/images/bg_header.jpg) no-repeat;
   border-bottom: 1px solid #000;
}

body#home #header{
   height: 180px;
   background: url(/images/bg_header_home.jpg) no-repeat;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 423px;
   height: 89px;
   margin: 2px 0 3px 20px;
   text-indent: -9999px;
}

body#home #header h1{
   margin: 2px 0 66px 107px;
}

#header h1 a{
   display: block;
   width: 423px;
   height: 89px;
}

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

#header form#searchForm{
   position: absolute;
   bottom: 0px;
   right: 9px;
}

#header form#searchForm input#search_term{
   float: left;
   width: 91px;
   margin-right: 7px;
   color: #666;
   font-size: 1.1em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#header form#searchForm a#search_go{
   float: left;
   display: block;
   width: 52px;
   height: 18px;
   background: url(/images/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

#header #store-hours{
   position: absolute;
   text-indent: -9999px;
}

body#home #header #store-hours{
   display: block;
   position: absolute;
   bottom: 30px;
   left: 10px;
   color: #FFF;
}

#header #store-hours h3{
   margin-bottom: .25em;
   font-size: 1em;
   text-transform: uppercase;
}

#header #store-hours p{
   margin-bottom: .25em;
   font-size: .9em;
}

#header #flashcontent{
   position: absolute;
   top: 88px;
   left: 96px;
}

#header #services{
   float: right;
   width: 175px;
}

body#home #header #services{
   width: 185px;
}


#header #services h3{
   font-size: 1em;
   text-indent: -9999px;
}

#header #services ul{
   margin-top: 11px;
   list-style: none;
}

body#home #header #services ul{
   margin-top: 9px;
}

#header #services li{
   float: left;
   margin: 1px;
   line-height: 1;
   text-indent: -9999px;
}

body#home #header #services li,
#header #services li.full{
   clear: left;
   /*float: none;*/
}

#header #services a{
   display: block;
   width: 85px;
   padding: 1px 0;
}

body#home #header #services a{
   width: 185px;
}

#header #services li.full a{
   width: 172px;
}

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

#nav-login{
   clear: left;
   float: left;
   width: 115px;
   height: 22px;
   line-height:23px;
   padding-left: 14px;
   border-top: 1px solid #000;
   background: #C89804;
   color: #FFF;
}

#nav-login a{
   color:#fff;
   text-decoration:none;
   padding-top: 0px;
   font-weight: bold;
   /*float: left;*/
   font-size: 12px;
   font-weight: bold;
}

#top-nav{
   float: left;
   width: 620px;
   height: 22px;
   margin-right: -3px;
   padding-left: 11px;
   border-top: 1px solid #000;
   background: #C89804;
   list-style: none;
}

#top-nav li{
   float: left;
   font-size: 1.2em;
   font-weight: bold;
}

#top-nav li a{
   display: block;
   padding: 4px 9px;
   color: #FFF;
   text-decoration: none;
}

#top-nav li a:hover{
   color: #FF3;
}

#top-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;
}

#top-nav li li{
   font-size: 1.2em;
}

#top-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 */
}

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

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

#top-nav li li li{
   font-size: 1em;
}

#top-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{
   float: left;
   background: url(/images/bg_container-inner.jpg) no-repeat;
}

body#home #container-inner{
   background: url(/images/bg_container-inner_home.jpg) no-repeat;
}

#product-nav{
   float: left;
   width: 592px;
   height: 19px;
   padding: 1px 0 0 168px;
   background: url(/images/bg_product-nav.gif) no-repeat right top;
}

#product-nav p{
   float: left;
   margin: 4px 5px 0 0;
   color: #999;
   font-weight: bold;
}

#product-nav ul{
   list-style: none;
}

#product-nav li{
   float: left;
   margin: 1px 16px 0 0;
   font-size: 1.3em;
   font-weight: bold;
   text-transform: uppercase;
}

#product-nav a{
   color: #999;
   text-decoration: none;
}

#product-nav a:hover{
   color: #FF3;
}

#product-nav p#cart{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 100px;
   margin: 0 26px 0 0;
   text-align: right;
}

#product-nav p#cart a{
   display: block;
   height: 16px;
   padding: 3px 20px 0 0;
   background: url(/images/bg_cart.gif) no-repeat right center;
   color: #FFF;
}

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

#content-wrap{
   float: left;
   width: 760px;
}

body#home #content-wrap,
body.sidebar #content-wrap{
   background: url(/images/bg_content-wrap.gif) repeat-y right top;
}

#nav{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 100px;
   height: 400px;
   margin: 67px 0 0 8px;
   list-style: none;
}

body#home #nav{
   margin-top: 4px;
}

#nav li{
   clear: left;
   float: left;
   width: 100px;
   margin-bottom: .25em;
   font-size: 1.2em;
   font-weight: bold;
}

#nav a{
   display: block;
   padding-left: 10px;
   color: #999;
   text-decoration: none;
}

#nav a:hover{
   background: url(/images/bg_meta-nav_a.gif) no-repeat left 5px;
   color: #FF3;
}

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

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 577px;
   margin: 26px 0 25px 40px;
}

body#home #content,
body.sidebar #content{
   width: 420px;
}

#content h3{
   color: #C00;
   font-size: 1.4em;
}

#content h3 em{
   color: #000;
   font-size: .7143em;
   font-weight: normal;
}

body#product #content h3{
   border-bottom: 2px solid #91860F;
}

#content h4{
   margin: 15px 0 .25em;
   font-size: 1.3em;
}

#content h5{
   margin-bottom: .25em;
   font-size: 1.2em;
   font-weight: normal;
}

#content h6{
   
}

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

#content p.price{
   float: left;
   margin: 10px 0;
   padding: 3px 7px;
   border: 1px solid #CD9B01;
   font-size: 1.6em;
   font-weight: bold;
}

#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 hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #000;
}

#content a:hover{
   text-decoration: none;
}

#content img{
   /*float: right;
   margin: 0 0 15px 15px;
   border: 1px solid #CD9B01;*/
}

#content img.right{
   float: right;
   margin: 0 0 15px 15px;
}

#content img.border{
   border: 1px solid #CD9B01;
}

#content a.thickbox img{
   border: 0;
}

#content p.skuimg img{
   margin: 0 15px 15px 10px;
}

body#home #content img{
   border-color: #2C2918;
}

#content img#mcms_stats{
   display: none;
}

#content #text{
   clear: both;
}

#content #photos{
   float: left;
   width: 288px;
}

#content #photos p{
   clear: left;
   font-style: italic;
   font-size: 1.1em;
}

#content #photos a{
   text-decoration: none;
}

#content #photos a:hover{
   text-decoration: underline;
}

#content #photos img{
   float: left;
   margin: 0 15px 15px 0;
}

#content #description{
   display: inline;
   position: relative;
   float: right;
   width: 324px;
   margin-right: -35px;
}

#content #description h3{
   margin-bottom: .5em;
   padding-bottom: 3px;
   border-bottom: 2px solid #91860F;
}

#content #description h4{
   margin-bottom: .25em;
   color: #C00;
   font-size: 1.4em;
}

#content #description h5{
   font-size: 1.2em;
}

#content #description p{
   margin: 0 30px 0 0;
}

#content #description table{
   width: 324px;
   margin: 10px 0 25px;
   border-collapse: collapse;
}

#content #description table th{
   color: #C00;
   border-bottom: 2px solid #91860F;
   text-align: left;
}

#content #description table td{
   padding: 5px 10px 0 0;
   font-size: 1em;
   font-weight: bold;
}

#content #description #price{
   margin: 20px 0;
}

#content #description #price p{
   color: #C00;
   font-size: 1.3em;
   font-weight: bold;
}

#content #description #price p.partno{
   color: #000;
   font-size: 1em;
   font-weight: normal;
   font-style: italic;
}

#content #description #related{
   /* display: inline; IE6 double margin float bug hack */
   /*float: left;
   margin-left: 15px;*/
   margin: 20px 0;
}

#content #description #other{
   /* display: inline; IE6 double margin float bug hack */
   /*float: left;
   margin-left: 15px;*/
   margin: 20px 0;
}

#content #description #cart-box{
   clear: both;
   float: left;
   width: 324px;
   margin-top: 25px;
   text-align: right;
}

#content #description #cart-box p{
   margin-bottom: .5em;
}

#content p.gallerythumb{
   float: left;
   margin: 10px;
}

#content p.gallerythumb img{
   display: block;
   float: none;
   margin: 0;
}

#content .gallery-image{
   width: 550px;
}

#content .gallery-image p{
   margin: 0;
   font-size: 1.1em;
   text-align: right;
}

#content .gallery-image img{
   display: block;
   float: none;
   margin: 10px auto;
}

#content .meta{
   clear: left;
   padding-right: 15px;
}

#content .meta p{
   margin: 0 0 .25em 25px;
   font-size: 1.1em;
   text-indent: -25px;
}

#content .thumbnails{
   clear: both;
}

#content .thumbnails img{
   float: left;
   margin: 10px 20px 10px 0;
}

#content .event,
#content .article{
   clear: both;
}

/* =monkCart
---------------------------------------------------------------------
*/

table.monkCart{
   width: 575px;
   margin-bottom: 10px;
   border: 1px solid #000;
   border-collapse: collapse;
}

table.monkCart th{
   padding: 3px 0;
   background: #000;
   color: #FFEC1A;
}

table.monkCart td{
   padding: 10px 20px;
}

table.monkCart tr.total{
   border-top: 1px solid #000;
   font-weight: bold;
   text-align: right;
}

table.monkCart tr.total td{
   padding: 5px 20px;
}

table.monkCart input{
   vertical-align: middle;
}

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

#sidebar{
   float: right;
   width: 150px;
   padding-top: 26px;
}

#sidebar h3{
   margin-top: 10px;
   font-size: 1.4em;
}

#sidebar blockquote{
   font-size: 1.3em;
   font-weight: bold;
   font-style: italic;
}

#sidebar img{
   border: 1px solid #000;
}

/*#sidebar div.item{
   padding: 5px 10px 5px 0;
   border-bottom: 2px solid #725602;
}*/

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

#footer{
   clear: both;
   padding: 5px;
   border-top: 1px solid #000;
   background: #C89804;
}

body#home #footer{
   margin: 0 162px 0 46px;
   padding: 7px 0;
   border: 0;
   background: none;
}

#footer p{
   font-size: 1.1em;
   text-align: center;
}

#footer a{
   color: #000;
   text-decoration: none;
}

#footer a:hover{
   text-decoration: underline;
}

div.clear{
   clear: both;
}
