/* ---------------------------------------------------------------------------------
   
   Capital 17 - Master Stylesheet 
   Author: Feris Technologies
   Website: www.feris.com.au 

--------------------------------------------------------------------------------- */

.hide { display: none; }
body { background: url(../images/bg-texture.jpg) repeat-y center 0px #000; margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.5em 0; }
h1, h2, h3 { font-weight: normal; }
h1 { color: #a20303; text-transform: uppercase; font-size: 1.5em; }
h2 { color: #666; font-size: 1.3em; }
h3 { font-size: 1.2em; margin: 0 0 0.3em 0; color: #a20303; }
h5, h6 { font-size: 0.95em; color: #a20303; }
h5 { color: #666; }
p { margin: 0 0 1.0em 0; font-size: 0.8em; color: #4b4b4b; line-height: 1.4em; }
p a { color: #a20303; }

a img { border: none; }
form { margin: 0; padding: 0; }

#wrapper { width: 929px; margin: 0px auto; }
#header { height: 175px; background: url(../images/bg-header-texture.gif) no-repeat 351px 0px; position: relative; }

#header,
#content
{ width: 929px; float: left; }

#leftOuter,
#left,
#leftInner
{ width: 263px; float: left; }

#leftOuter { background: url(../images/side-shadow.gif) no-repeat 0px bottom; padding-bottom: 21px; }
#left { background: url(../images/side-bg.jpg) repeat-y 0 0 #eedec3; margin-top: 17px; }
#leftInner { background: url(../images/side-bg-bottom.jpg) no-repeat 0px bottom; position: relative; padding-bottom: 60px; }

#rightOuter { float: right; width: 666px; }
#right { width: 666px; background: url(../images/right-bg.jpg) no-repeat 0 0 #fff; float: right; }
#rightInner { width: 598px; background: url(../images/right-bg-bottom.jpg) no-repeat 0 bottom; float: left; padding: 37px 34px 50px 34px; min-height: 778px; }

#header,
#left,
#footer,
#breadcrumbs,
#pages,
#pagesBottom,
#products,
#products h2,
#zoom,
.submit,
legend
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.70em; }

#header,
#left,
#products
{ font-size: 0.75em; }


#homeBanner { margin-bottom: 20px; }

#row { float: left; width: 100%; padding: 18px 0px 0px 0px; border-top: solid 1px #bcbcbc; margin: 17px 0px 0px 0px; }
.left { float: left; }
.right { float: right; }

/* ---------------------------------------------------------------------------------
   
HEADER

--------------------------------------------------------------------------------- */

#header h1 { background: url(../images/logo.gif) no-repeat 0 0; text-indent: -9000px; margin: 20px 0px 0px 0px; padding: 0px; }
#header h1 a { width: 318px; height: 120px; display: block; background: url(../images/logo.jpg) no-repeat right 30px; }

#header ul {
   width: 666px;
   margin: 8px 0px 0px 0px; padding: 0px; 
   float: right; 
   background: url(../images/nav-divider.gif) no-repeat right 0px; 
}

#header ul li { float: left; list-style-type: none; padding: 0px; }
#header ul li a {
   float: left;
   height: 20px;
   padding: 7px 27px 0px 11px;
   color: #fecb00; 
   text-decoration: none; 
   display: block; 
   background: url(../images/nav-divider.gif) no-repeat left 0px;
   font-weight: bold;
   text-transform: uppercase;
}
#header ul li a span { color: #fff; }
#header ul li a:hover { background: url(../images/nav-divider.gif) no-repeat left 0px #000; }

#cart { 
   width: 128px; 
   height: 25px;
   padding: 10px 0px 4px 11px;
   position: absolute; 
   left: 790px; top: 0px;
   background: url(../images/bg-cart.jpg) no-repeat 0 0; 
   font-size: 0.9em;
}
#cart p { display: block; background: url(../images/cart-icon.gif) no-repeat 0 0; padding: 2px 0px 5px 23px; font-size: 1.0em; }
#cart p a { color: #fff; text-transform: uppercase; font-weight: bold; text-decoration: none; }
#cart p a:hover { color: #fecb00; text-decoration: underline; }

/* ---------------------------------------------------------------------------------
   
RIGHT

--------------------------------------------------------------------------------- */

#breadcrumbs { margin: 0px; padding: 0px 0px 5px 0px; width: 100%; float: left; clear: both; }
#breadcrumbs li { color: #7d7d7d; background: url(../images/breadcrumbs-div.gif) no-repeat 0px 5px; padding: 0px 5px 0px 10px; list-style-type: none; float: left; }
#breadcrumbs li a { color: #7d7d7d; float: left; }
#breadcrumbs #home { padding-left: 0px; background: none; }
#breadcrumbs li a:hover { color: #000; }

#rightInner h1 { border-bottom: solid 1px #cbcbcb; display: block; float: left; width: 100%; clear: both; margin-bottom: 20px; }

/* ---------------------------------------------------------------------------------
   
LEFT

--------------------------------------------------------------------------------- */

#searchbar {
  width: 263px; 
  height: 66px;
  position: relative;  
  background: url(../images/side-bg-top.jpg) no-repeat 0 0 #e7ca9a; 
}

#search, #go 
{position: absolute; top: 25px; }

#search { border: solid 1px #9b7735; padding: 3px 3px 2px 3px; width: 138px; left: 55px; }
#go { left: 208px; }

#goggles {
  width: 154px;
  height: 194px; 
  background: url(../images/side-goggles.jpg) no-repeat 0 0;
  position: relative;
  left: -100px;
  top: -68px;
  z-index: 50;
}

#main { width: 263px; position: relative; margin-top: -160px; z-index: 60; }

#subnav, #sponsors { width: 217px; float: left; padding-left: 46px; padding-bottom:20px; text-transform: uppercase; font-weight: bold; }
#left ul { margin: 0px; padding: 0px; }
#left ul li { list-style-type: none; position: relative; float: left; }
#subnav ul li a, #subnav h2 { 
   color: #632d00; 
   text-decoration: none; 
   width: 203px;
   background: url(../images/subnav-divider.gif) no-repeat 0px bottom;
   display: block;
   padding: 6px 0px 7px 13px;
   z-index: 25;
}

#left h2 { font-size: 1.0em; font-weight: bold; color: #000; margin: 0; background: url(../images/subnav-heading.gif) no-repeat 0px bottom; padding-left: 0px; width: 216px; }
#left a img { border: none; }

#subnav ul li a:hover { background: url(../images/subnav-divider-hover.gif) no-repeat 0px bottom #a20303; color: #fff; padding: 6px 0px 7px 18px; width: 198px; }

#phoneUs { width: 263px; height: 171px; float: left; background: url(../images/contact-phone-01.jpg) no-repeat 0 0; margin: -20px 0px 0px 0px; z-index: 15; position: relative; }

#sponsors h2 { padding: 6px 0px 7px 0px; width: 216px; margin-bottom: 2px; }
#sponsors ul li { padding: 10px 0px 0px 0px; }


/* ---------------------------------------------------------------------------------
Navigation Bar - Dropdown Styles 
--------------------------------------------------------------------------------- */

#left ul li:hover ul, #left li.over ul {
   display: block;
}
#left ul li ul {
   margin: 0px;
   padding: 0px;
}
#left .subuls {
   display: none;
   position: absolute;
   top: 0px;
   left: 216px;
   background: none;
   z-index: 20;
   padding: 8px; 
   background: #efdcbc;
   border: solid 1px #ad935e;
}
#left .subuls li {
   float: left;
   clear: both;
   border-bottom: 1px solid #bca16b;   
}
#left .subuls li a { 
   text-decoration: underline; 
   float: left; 
   display: block; 
   padding: 6px; 
   width: 203px; 
   font-size: 12px; 
   text-transform: none; 
   background: #fff;
}
#left .subuls li a:hover { text-decoration: none; background: #a20303; padding: 6px; width: 203px; }


/* ---------------------------------------------------------------------------------
   
FIELDSETS

--------------------------------------------------------------------------------- */

fieldset { margin: 20px 0px 0px 0px; border: solid 1px #ccc; padding: 4px 14px 14px 14px; float: left; width: 95%; background: url(../images/bg-fieldset.gif) repeat-x 0 0; }
p { margin: 0.6em 0; }
label { float:left; width: 18%; }
fieldset span { color: #ba0000; }
legend { color: #636363; text-transform: uppercase; font-weight: bold; }

fieldset textarea { width: 70%; }

#productLeft label { float:left; width: 22%; }
.pField, .pFieldSm, .pTextarea { border: solid 1px #d2d2d2; padding: 2px; width: 200px; }
.pTextarea { width: 458px; }
.pFieldSm { width: 50px; }
.alignR { text-align: right; }
.topPad { padding-top: 12px; }

/* ---------------------------------------------------------------------------------
   
PRODUCTS

--------------------------------------------------------------------------------- */

#pages, #pagesBottom { border-bottom: solid 1px #bcbcbc; width: 100%; float: left; }
#pagesBottom { border: none; border-top: solid 1px #bcbcbc; margin: 17px 0px 0px 0px; }

#pages p, #pagesBottom p { margin: 0; color: #636363; font-size: 1.0em; padding: 5px 0px 5px 0px; }
#pages p a, #pagesBottom p a { color: #2d2d2d; font-weight: bold; }
#pages p a:hover, #pagesBottom p a:hover { color: #a20303; }
.pgLeft { float: left; }
.pgRight { float: right; }

#products { margin: 0px 0px 0px -17px; padding: 0; }
#products li { 
   float: left; 
   width: 178px;
   /* height: 241px; */
   padding: 4px 4px 0px 4px;
   text-align: center;
   background: url(../images/products-bottom.gif) repeat-x 0px bottom; 
   border: solid 1px #aeaeae; 
   list-style-type: none; 
   margin: 17px 0px 0px 17px;
   display: inline; 
}
#products li a { display: block; height: 123px; }
#products h2 { color: #a20303; font-size: 1.0em; font-weight: bold; text-transform: uppercase; margin: 0px 0px 4px 0px; display: block; height: 28px; }
#products h2 a { color: #a20303; text-decoration: none; }
#products .price { font-size: 2.1em; font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 4px 0px; }
#products p { margin: 0; }
#products p span { font-size: 0.75em; }
#products img a { border: none; }

#products .qty { width: 20px; float: left; border: solid 1px #ccc; padding: 2px; }
#products .add2cart { float: right; }
#products .add { width: 127px; margin: 0px auto; }
#products .details { float: left; width: 100%; padding: 21px 0px 0px 0px; margin: 0; }
#products .details a { color: #582a03; font-weight: bold; text-transform: uppercase; font-size: 1.1em; text-decoration: none; display: block; width: 100%; padding: 4px 0px 6px 0px; height: auto; }
#products .details a:hover { color: #a20303; text-decoration: underline; }

#productLeft { float: left; width: 300px; }
#productRight { float: right; width: 272px; margin-top: 10px; }
#productRight img { border: solid 1px #ccc; margin: 0px; float: left; }
#zoom { background: url(../images/bg-zoom.gif) no-repeat 0px 0px; width: 242px; height: 35px; display: block; float: left; color: #582a03; text-transform: uppercase; margin: 0px; padding: 6px 0px 0px 30px; text-decoration: none; font-weight: bold; }
#zoom:hover { color: #ad0101; }

.fromPrice { font-size: 1.4em; }
.fromRed { color: #a20303; }
.fromSm { font-size: 0.8em; }

.submit { background: #a20303; color: #fff; border: none; padding: 4px; text-transform: uppercase; font-weight: bold; font-size: 0.85em; margin: 6px 0px 0px 0px; }
.submit:hover { background: #fecb00; color: #582a03; }

.smMargin { margin: 4px 0px; }

/* ---------------------------------------------------------------------------------
   
FOOTER

--------------------------------------------------------------------------------- */

#footer { width: 666px; float: left; height: 60px; background: url(../images/bg-footer.gif) no-repeat right top; padding-top: 10px; }
#footer p { color: #d9b59a; font-size: 1.0em; } 
#footer p a { color: #d9b59a; }
#footer p a:hover { color: #fff; }





