/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
    color:black;

}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 800px; /* for mozilla*/
    background-color: #ffffcc;
    font-size: 80%;
    font-family: Arial, Verdana;
}

H1
{
    color:#81181C;
    font-size:125%;
    margin-bottom:10px;
    /*padding-left:35px;*/
}

H2
{
    color:#81181C;
    font-size:125%;
    margin-bottom:0px;
    padding-bottom:0px;
}

H3
{
    color:#81181C;
    font-size:110%;
    margin-bottom:0px;
    padding-bottom:0px;
}

IMG
{
    border:0px;
}

.proptitle
{
    color:#007DFE;
    padding-left:35px;
    font-size:120%;
}

UL
{    
    margin-left: 0px;
    padding-left: 0px;
}

LI
{
    margin-left: 30px;
    list-style-image: url(../img/bullets.gif);
}

pre
{
    font-size: 100%;
    font-family: Arial;
}

#outer
{
    height: 1000000;
    min-height: 100%;
    width: 974px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
}

html > body #outer
{
    height: auto;
}

#clearfooter
{
    width: 100%;
    height: 50px;
    clear: both;
}

A, A:Visited, A:Active
{
    color:#81181C;
    text-decoration:none;
}

A:Hover
{
    color:#0a246a;
    text-decoration:none;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 974px;
    height: 522px;
    overflow: hidden;
    color: black;
    z-index: 100;
    background-color:white;
}

#logo
{
    position: absolute;
    left: 20px;
    top: 20px;
}

#header_photo
{
    position: absolute;
    right: -1px;
    top: 0px;
    text-align:right;
}

#headermenu
{
    position: absolute;
    top:155px;
    width: 100%;
    height: 56px;
    bottom: 0px;
    background-color:#81181c;
    color:White;
    font-size:90%;
    background-image:url(../img/mainmenubg.gif);
    background-repeat:repeat-x;
}

#main_photo
{
    position: absolute;
    top:211px;
    text-align:right;
}

.menuitems
{
    position:relative;
    top:18px;
    left:20px;
    margin-right:40px;
    float:left;
}

.menuitems A, .menuitems A:Active, .menuitems A:Visited
{
    font-size:130%;
    color:White;
    
}

.menuitems A:Hover
{
    color:#c6555a;
}


.shopping-basket
{
    position:absolute;
    left:750px;
    top:100px;
}

.shopping-basket A, .shopping-basket A:Active, .shopping-basket A:Visited
{
    font-size:150%;
    color:White;
}

.shopping-basket A:Hover
{
    text-decoration:none;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.toolbar-image
{
    float:left;
    text-align:center;
}

.toolbar-image IMG
{
    margin-left:1px;
    margin-top:1px;
}

.toolbar-image A, .toolbar-image A:Active, .toolbar-image A:Visited
{
    color:Black;
    font-weight:bold;
    font-size:110%;
}

.toolbar-image A:Hover
{
    color:Red;
}

.toolbar-link-container
{
    padding-top:5px;
}

.toolbar-container
{
    position:relative;
    top:-3px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    PRODUCTS / CATEGORIES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.product_outer
{
    width:160px;
    height:241px;
    background-color:White;
    border:solid 1px #C5C5C5;
    margin-right:20px;
    margin-bottom:20px;
    padding:4px;
    float:left;
    font-size:10pt;
}

.product_details
{
    width:144px;
    height:245px;
    background-color:#E3E3E3;
    margin:0px;
    padding:8px;
    line-height:20px;
}

.product_title
{
    color:#1F0090;
    font-size:105%;
    font-weight:bold;
}

.product_price
{
    font-weight:bold;
    color:#C60006;  
}

.further_links
{
    position:Relative;
    top:210px;
}

.product_footer
{
    position:relative;
    top:10px;
}

.product_content
{
    position:Relative;
    top:-20px;
    /*border:solid 1px black;*/
    height:150px;
    text-align:left;
}


.product_links A, .product_links A:Active, .product_links A:Visited
{
    color:#1F0090;
    text-decoration:underline;
    font-weight:bold;
}

.product_links A:Hover
{
    color:#1F0090;
    text-decoration:none;
}

.products
{
    width:95%;
    border:solid 1px black;
    margin-bottom:20px;
    overflow:hidden;
}

.products IMG
{
    border:solid 1px gray;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT 2 COL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left2col
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 720px;
    margin-top: 550px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:20px;
    text-align:justify;
    /*border:solid 1px black;
    background-color:#FEFDCE;*/
}

#title
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#left2col p
{
    color: black;
    /*padding-left:35px;*/
}


.cattable TD
{
    width:121px;
    line-height:20px;
    background-color:#D6D6D6;
    border:solid 1px #A7A49D;
    text-align:left;
    padding:10px;
}

.cattable A, .cattable A:Visited, .cattable A:Active
{
    color:black;
    text-decoration:underline;
}

.cattable A:Hover
{
    color:green;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   LEFT MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftmenu
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 204px;
    margin-top: 550px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:justify;
    /*border:solid 1px black;
    background-color:#FEFDCE;*/
}

#leftmenu
{
    padding-left: 20px;
}

#leftmenu p
{
    color: black;
    padding-left:35px;
}

.leftmenubg
{
    background-color:#d6d6d6;
}

#leftmenu A, #leftmenu A:Visited, #leftmenu A:Active
{
    color:black;
    text-decoration:none;
}

#leftmenu A:Hover
{
    color:red;
    text-decoration:none;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 460px;
    margin-top: 550px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:justify;
    /*border:solid 1px black;
    background-color:white;*/
}

#title
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#left p
{
    color: black;
    /*padding-left:35px;*/
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right
{
    position: relative; /*ie needs this to show float */
    float: right;
    width: 234px;
    margin-top: 550px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    /*border:solid 1px black;*/
    line-height:25px;
}

#righttitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left:20px;

}

#rightphoto
{
    padding-top: 108px;
    padding-bottom: 32px;

}


.right
{
    text-align:right;
    padding-right: 35px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 750px;
    margin-top: 368px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:justify;
    /*border:solid 1px black
    background-color:#FEFDCE;*/
}

#leftfulltitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#leftfull p
{
    color: black;
    padding-left:35px;
}

#leftfull TABLE
{
    margin-left:35px;
    /*background-color:#FEFDCE;*/
}




/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    FULL HOME
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#full
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 750px;
    margin-top: 368px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:center;
}

#titlecenter
{
    padding-top: 48px;
    
}

#full p
{
    color: black;
    padding-left:35px;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 974px;
    height: 30px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:#81181C;
    font-size:90%;
    text-align:center;
}

#footerleft
{
    margin-top: 8px;
    color: white;
    text-align:center;
}

#footerright
{
    margin-right: 20px;
    margin-top: 8px;
    float: right;
    color: white;
}

#footer A, #footer A:Visited, #footer A:Active
{
    color:White;
    text-decoration:underline;
}

#footer A:Hover
{
    color:#FEFDCE;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FORMS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
INPUT
{
    border:solid 1px #7f9db9;
}

.button
{
    border: solid 1px white;
    color:White;
    font-weight:bold;
    background-color:#002485;
    width:120px;
    height: 24px;
}

.button-delivery
{
    border: solid 1px white;
    color:White;
    font-weight:bold;
    background-color:#002485;
    width:230px;
    height: 35px 
}

.checkbox INPUT
{
    border:0px;
}

TEXTAREA
{
    border:solid 1px #7f9db9;
    width:300px;
    height:80px;
    font-family:Arial;
}

.required
{
    color:red;
}


.checkout-icons
{
    float:left;
    padding-left:50px;
    padding-bottom:30px;
}

.btnpayment
{
    border:0px;
}
/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   HOME BRANDS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.home-brands P
{
    margin-left:-20px;
    padding-left:-20px;
}

.home-brands
{
    padding-top:20px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
div, p
{
    margin-top: 0;
}

.small
{
    font-size:80%;    
}


#contact
{
    color: black;
    margin-left: 100px;
}

#contact .left
{
    text-align: right;
    vertical-align: text-top;
    font-weight: bold;
    padding:12px;
}

#contact .right
{
    text-align: left;
    padding:12px;
}

.red, .topsellers
{
    color:Red;
}

.blue
{
    color:Navy;
}

.back
{
    position:absolute;
    right:5px;
    top:0px;
}

.detailphoto
{
    float:left;
    padding-right:70px;
    padding-bottom:70px;
}

.details
{
    float:left;
}

.imgright
{
    float:right;
    margin-left:20px;
    margin-bottom:20px;
    margin-top:5px;
}

.products .noborder
{
    border:0;
}
/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    CART
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.cart
{
    border:solid 1px #D3D3D3;
}

.cart-header
{
    background-color:#828282;
    color:#FFFFFF;
    padding-left:10px;
    padding-right:10px;
}

.cart-main
{
    padding:10px;
}


.additional-photos
{
    clear:both;
}