body
{
    background: url('../img/redesign_img/bg_pattern.png');
}
h1, h2, h3, h4, h5, h6
{
    font-family: Verdana;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 10px;
}
p, div, a, li
{
    font-family: Lucida Grande, Lucida Sans, Arial;
}
p, li
{
    color: #000000;
}
a
{
    text-decoration: none;
}

div#BodyWrapper
{
    width: 960px;
    margin: 0 auto;
    padding: 0px 20px;
}

/** HEADER **/
div#NavWrapper
{
    width: 100%;
    height: 29px;
    margin-top: -4px;
    background: #9a0000 url('../img/redesign_img/bg_navi.png') repeat-x;
    border-top: 1px solid #9a0000;
    border-bottom: 1px solid #310000;
}

div#Nav a
{
    color: white;
    letter-spacing: -0.1ex;
    font-family: verdana;
    text-decoration: none;
    text-transform: lowercase;
}

div#Nav
{
    height: 100%;
}
div#Nav ul
{
    height: 100%;
    width: 100%;
    padding-top: 1px;
    overflow: hidden;
}
div#Nav ul li
{
    float: left;
    width: 119px;
    height: 100%;
    text-align: center;
    padding-top: 5px;
    border-right: 1px solid #912928;
}
div#Nav ul li:hover
{
    background: url('../img/redesign_img/bg_navi_rollover.png') repeat-x;
}


/** PRODUCT MENU **/
div#MainWrapper
{
    padding-top: 1px;
    background: #ffffff url('../img/redesign_img/bg_main.png') repeat-x;
}

div#ProductMenu, #main
{
    float: left;
    overflow: hidden;
}

div#ProductMenu h6
{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

div#ProductMenu a
{
    color: #0A0A26;
    font-weight: normal;
    font-family: Lucida Grande, Lucida Sans, Verdana;
}
div#ProductMenu a:hover
{
    color: #d00;
    text-decoration: none;
}
div#ProductMenu
{
    width: 210px;
    background: #fff8f2;
font-size:12px;
}

#CatMenus h3 {
    border-bottom: solid 1px #ccc;
    padding: 3px 3px 3px 3px;
    background: url('../img/redesign_img/sidebar_menu.png') no-repeat right 10px;
    font-size:12px;
}
#CatMenus h4 {
    border-bottom: solid 1px #ccc;
    padding: 3px 3px 3px 3px;
font-size:12px;
}
#CatMenus ul li a
{
    color: #c00;
font-size:12px;
}
#CatMenus ul li a:hover
{
    color: #06f;
font-size:12px;
}


div#ProductMenu ul
{
    width: 195px;
    padding-left: 10px;
    margin-bottom: 10px;
    list-style: none;
font-size:12px;
}
div#ProductMenu li
{
    border-bottom: solid 1px #ccc;
    padding: 1px 1px 1px 10px;
    background: url('../img/redesign_img/sidebar_menu.png') no-repeat right 10px;
font-size:12px;
}
div#ProductMenu ul li ul
{
    padding: 0;
    margin: 0;
}
div#ProductMenu ul li ul li
{
    background-image: none;
    border-bottom: none;
    padding: 2px 0;
}
div#ProductMenu ul li ul li a
{
    color: #c00;
}
div#ProductMenu ul li ul li a:hover
{
    color: #e00;
}
div#ProductMenu img.feature
{
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
}
div#ProductMenu div.footer
{
    clear: both;
    width: 100%;
    text-align: center;
}


/** MAIN **/
div#MainWrapper
{
    width: 100%;
    clear: both;
    overflow: hidden;
}

div#main
{
    width: 720px; 
    overflow: hidden;
    padding-left: 20px;
}

div#main div, div#main form
{
    overflow: hidden;
}
div#main p
{
    width: 100%;
    line-height: 1.5;
}

div#main > div img:first
{
    float: left;
}

div#main img.feature
{
    position: relative;
    left: -20px;
    top: -20px;
}

div#main legend
{
    font-family: Verdana;
    text-transform: uppercase;
    color: #b13d3e;
    padding-bottom: 0px;
    margin-bottom: 2px;
}
div#main fieldset li
{
    width: 100%;
    overflow: hidden;
}
div#main label
{
    display: block;
    clear: both;
    width: 200px;
    text-align: left;
}
div#content { padding-top: 15px; }
div#productwrapper
{
    float: left;
    width: 100% !important;
}
div#products
{
    float: left;
    width: 500px !important;
}
div#div h1, div#products h2, div#products h3, div#products h4, div#products h5, div#products h6
{
    font-family: Verdana;
    color: #b13d3e;
}

p.displaytext
{
    clear: both;
    padding-top: 5px;
    
}

div.displayproduct
{
    float: left;
    width: 230px !important;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 15px;
    text-align: left;
}

div.displayproduct p { clear: both; }
div.displayproduct > a img:first-child
{
    width: 180px; float: left; margin: 0 10px 10px 0 ; border: solid 2px #960E10;
}
div.displayproduct h3
{
    padding-bottom: 5px;
    margin-top: 0; padding-top: 0;
}
div.displayproduct h3, div.displayproduct h3 a
{
    text-transform: uppercase;
    text-decoration: none;
    font-family: Verdana;
    font-weight: bold;
    color: #b13d3e;
}

div.displayproduct span.pricerrp
{
    display: block;
    color: #000;
    font-weight: bold;
    text-decoration: line-through;
}
div.displayproduct span.pricediscount
{
    display: block;
    color: #f00;
    font-weight: bold;
}

div.categories a, p.back a
{
    font-weight: bold;
    color: #b13d3e;
}

div.productheader
{
    float: left;
    width: 300px !important;
    overflow: visible;
    text-align: left;
}
div.productdescription
{
    margin-top: 30px;
    padding: 10px;
    color: #000000;
    
}
p.product
{
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1px;
    color: #b13d3e;
    border-bottom: 1px solid #eeeeee;
}
div.productOptions ul
{
    float: left;
    width: 300px;
}
div.productOptions span.pricerrp
{
    text-decoration: line-through;
    font-weight: bold;
}
div.productOptions span.pricediscount, div.productOptions span.info
{
    color: red;
}
div.productOptions div.optiontext
{
    float: left;
    width: 150px !important;
}
div.productOptions div div
{
    float: left;
    width: 150px !important;
}
div.productOptions span#productprice
{
    display: block;
    clear: both;
    width: 100% !important;
    font-style: italic;
    text-align: right;
}

table.cart tr
{
    border-bottom: 1px solid #eeeeee;
}
table.cart td a
{
    text-decoration: none;
    border-bottom: 1px dotted;
}
table.cart td
{
    padding-top: 4px;
    padding-bottom: 4px;
}
table.cart td.item
{
    width: 50%;
    padding-right: 30px;
}
table.cart td.price
{
    width: 35%;
}
table.cart td.linetotal
{
    width: 15%;
}

div#sidebar
{
    float: right;
    width: 170px !important;
    padding: 10px;
    background-color: #fdfdfd; }
}
div#sidebar div, div#sidebar p, div#sidebar form
{
    width: 100%;
    overflow: visible;
}
/** Overrides div#main instruction **/
div#sidebar div
{
    margin-bottom: 15px;
}
div#sidebar select
{
    width: 100%;
}
div#sidebar input, div#main div#sidebar label
{
    width: 165px;
}

div#main > div.shopform
{
    float: left;
    width: 250px !important;
}
div#main > form.shopform
{
    float: left;
    width: 430px !important;
}

/** FOOTER **/
div#footer
{
    clear: both;
    padding: 20px;
    padding-top: 28px;
    background: #8d0706 url('../img/redesign_img/bg_mainwrapper_bottom.png') repeat-x top;
    text-align: center;
    color: #eee;
}
div#footer a
{
    color: #fff;
}
/** SiteMap **/

div.siteMap ul { padding-left: 20px; list-style: outside disc;}
div.siteMap ul ul { list-style-type: square; color: #ccc;}

/** Currency Picker **/

div#currency {  width: 560px; overflow: hidden; margin-bottom: 5px; padding-bottom: 0; }
div#currency label { float: left; margin-top: 4px;width: 400px; display: block; text-align: right;  }
div#currency input { float: right; color: #900; }
