/****************************\
|                            |
| Author: Linus Norton       |
| Date: 05/04/2008           |
|                            |
\****************************/

body {
    padding:0;
    margin:0;
    text-align: center;
    font-family: verdana, Arial, sans-serif;
    font-size:101%;
    font-size: 0.7em;
    line-height:1.25em;
}

/* reset */
    p, form, fieldset, h1, h2, h3, hr, img {
        padding: 0;
        margin: 0;
        border: 0
    }

/* global */
    .clear { clear:both; }
    .hidden { display:none;}
    .right { float: right; }
    .left { float: left; }
    .red { color: red; }
    .textLeft { text-align: left; }
    .textCenter { text-align: center; }
    .textRight { text-align: right; }

    h1 {
        font-family: Arial;
        line-height: 1.5em;
        margin-top: 10px;
        font-weight: normal;
        font-size: 2em;
    }

    h2, h2 a, a.h2:visited, a.h2, a.h2:active, a.h2:hover {
        color: #8F5108 !important;
        font-size: 1.0em;
        line-height: 0.7em;
        text-decoration: none;
    }

    .makeMeBrown a {
            font-weight: bold;
            color: #8F5108;
    }

    a {
        color: black;
    }

    hr {
        border-top: 1px solid #333;
        margin: 7px 0;
    }

    .titleHighlight {
        margin-top: 14px;
        padding: 14px;
        font-size: 1.1em;
        font-weight: bold;
        background-color: #FAF5CD;
        border: 1px solid #D7BC9F;
        border-left: none;
    }

    .greyBorder, #footer, #leftColumn {
        border: 2px solid #E3E2E0;
    }

    img.greyBorder, img.blackBorder {
        padding: 5px;
        margin: 5px 0;
    }

    .blackBorder {
        border: 1px solid #444;
    }

    img.blackBorder {
        margin: 0px 5px 5px 0px;        
    }

    img.blackBorder:hover {
        background-color: #E3E2E0;
    }

    .highlight {
        border: 1px solid #D7BC9F;
        background-color: #FAF5CD;
        padding: 14px;
        font-size: 1.1em;
        line-height: 1.5em;
        margin-top: 12px;
    }

    p {
        margin: 0 0 10px 0;
    }

/* structure */

    #header {
        background-image: url("../image/header-bg.jpg");
        height: 122px;
    }

    #container, #innerTopNavigation, #innerHeader {
        width:996px;
        margin: 0 auto;
        text-align:left;
    }

    #main {
        padding: 0 10px 0 10px;
        margin-bottom: 60px;
    }

    #content {
        padding-left: 14px;
    }

    #contentLeft {
        width: 400px;
    }

    #contentRight {
        width: 267px;
        margin-left: 14px;
    }

    #footer {
        margin: 0 10px;
        position: relative;
        top: -30px;
        padding: 7px;
        color: #23190D;
    }

    #innerFooter {
        background-image: url("../image/footer-bg.jpg");
        height: 55px;
        padding: 0 8px 0 8px;
    }

    #rightColumn {
        width: 705px;
    }

    #leftColumn {
        width: 265px;
        background-color: #fff;
        position: relative; /* forgive me o mighty css lord but ie6 would have it no other way */
        top: -45px;
    }

/* navigation */
    #navigation {
        background-image: url("../image/top-nav-bg.gif");
        height: 31px;
    }
    
    #navigation ul {
        margin: 0;
        padding: 0 0 0 280px;
        list-style: none;
    }

    #navigation ul li {
        float: left;
    }

    #navigation ul li a {
        display: block;
        line-height: 2.05em;
        padding: 0 12px 0 12px;
        margin: 3px 1px 4px 1px;
        text-decoration: none;
    }

    #navigation ul li a:hover, #navigation ul li a.selected {
        background-color: #FAF5CD;
    }

/* left navigation */
    #innerSideNavigation {
        font-size: 1.1em;
        margin: 7px;
        padding: 18px 10px 10px 50px;
        background: url("../image/nav-bg.jpg") no-repeat #F8EC9A;
    }

    #innerSideNavigation ul li:hover div {
        display: block;
    }

    #innerSideNavigation ul ul {
        background-color: #F8EC9A;
        margin: 5px;
    }

    #innerSideNavigation ul div {
        background-color: #fff;
        z-index: 1000;
        width: 220px;
        position: absolute;
        margin-left: 140px;
        margin-top: -30px;
        font-size: 0.9em;
        display: none;
        border: 2px solid #E3E2E0;
    }

    #innerSideNavigation ul ul li a {
        background: none;
    }

    #innerSideNavigation ul {
        position: relative; /* when this is inside a relative div it needs to be relative as well - ie6 */
        padding: 10px 0 10px 0;
        margin: 0;
        list-style: none;       
    }

    #innerSideNavigation ul li {
        border-bottom: 1px solid #F8EC9A;
        width: 100%;	
    }

    #innerSideNavigation a {
        text-decoration: none;
        color: #52514F;
    }
    
    #innerSideNavigation ul li a {
        line-height: 1.6em;
        display: block;    
        padding-left: 19px;
        background-image: url("../image/arrow.gif");
        background-repeat: no-repeat;
        background-position: 0px 1px;
    }

    #innerSideNavigation a:hover,  #innerSideNavigation a.selected{
        font-weight: bold;
        color: #8F5108;
    }


/* footer */

    #footer p {
        margin-top: 24px;
    }

    #footer a {
        color: #23190D;
    }

/* product page */
    div.highlight form input {
        height: 11px;
        width: 18px;
        float: left;
        text-align: center;
        border: 0;
        background-color: transparent;
        font-size: 0.9em;
    }

    .plus, .minus {
        float: left;
        display: block;
        text-decoration: none;
        width: 16px;
        height: 16px;
        background: url("../image/plus.gif") no-repeat;
    }

    .minus {
        background: url("../image/minus.gif") no-repeat;
    }

    .plus:hover {
        background: url("../image/plus-hover.gif") no-repeat;
    }

    .minus:hover {
        background: url("../image/minus-hover.gif") no-repeat;
    }

    p.productName {
        width: 185px;   
        float: left;
        margin: 0;
    }

/* checkout */

#orderForm table {
    margin: 20px;
    border-collapse: collapse;
}

#orderForm table thead {
    border-bottom: 1px solid #D7BC9F;
}

#orderForm label {
    float: right; 
    margin: 0 5px 0 40px;
}

#orderForm textarea, #orderForm button {
    margin: 0 40px 0 0;
}

.basketTable {
    background-color: #FCF7EF;
    width: 500px;
    text-align: left; /* because of ie6 text-align: center on form */
}

.basketTable thead td {
    text-align: center;
    margin-bottom: 5px;
    background-color: #FAF5CD;
}

.basketTable td {
    padding: 1px 4px;
}

.basketTable td.name {
    width: 230px;
    text-align: left;
}

.basketTable tbody {
    margin-top: 25px;
}

.basketTable input {
    height: 14px;
}

/* home */
.dashed { 
    border: 2px dashed #E3E2E0; 
}

#homeLeft {
    width: 388px;
}

#dashedRight { 
    border-top: 0;
    border-bottom: 0;
    width: 285px;
    margin-left: 14px;
}

#dashedRight div {
    margin: 2px 14px;
}

/* category page */
.subCategory h2 {
    font-size: 1.5em;
    margin-bottom: 10px; /*line height would be better but ie disagrees*/
}

.subCategory .text {
    width: 510px;
    margin: 5px 10px 5px 0;
    float: left;
}

.subCategory {
    border-bottom: 2px dashed #E3E2E0;
    cursor: pointer;
}
