/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    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: #797981;
    font-size: 80%;
    font-family: Trebuchet MS, Arial;
    background-image:url(../img/mainbg.gif);
    background-repeat:repeat;
}

H1
{
    color:#cc0022;
    font-size:160%;
    margin-bottom:10px;
    /*padding-left:35px;*/
}

H2
{
    color:#cc0022;
    font-size:125%;
    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: Trebuchet MS, Arial;
    padding-left:35px;
}

#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:#cc0022;
    text-decoration:none;
}

A:Hover
{
    color:#0a246a;
    text-decoration:none;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 974px;
    height: 350px;
    overflow: hidden;
    color: black;
    z-index: 100;
    background-color:white;
}

#logo
{
    position: absolute;
    left: 20px;
    top: 20px;
}

#header_photo
{
    position: absolute;
    right: 0px;
    top: 0px;
    text-align:right;
}

#headermenu
{
    position: absolute;
    top:259px;
    width: 100%;
    height: 52px;
    bottom: 0px;
    background-color:black;
    color:White;
    font-size:11pt;
    background-image: url(../img/menubg.gif);
    background-repeat:repeat-x;
}

#main_photo
{
    position: absolute;
    top:205px;
    text-align:right;
}

.menucontainer
{
    height:52px;
    border-right:solid 1px #6c6c6c;
    float:left;
    width:200px;
    text-align:center;
}

.menuitems
{
    position:relative;
    top:12px;
    float:left;
    text-align:center;
}

.menuitems-spacer
{
    position:relative;
    top:0px;
    float:left;
}

.menuitems A, .menuitems A:Active, .menuitems A:Visited
{
    font-size:130%;
    color:White;
    
}

.menuitems A:Hover
{
    color:#5a5a5a;
}

.logos
{
    position:absolute;
    top:-40px;
    left:10px
}

.logos IMG
{
    float:left;
    border:0px;
    margin-right:8px;
}

#sell
{
    position:relative;
    left:45px;
}

#about
{
    position:relative;
    left:50px;
}

#contactmenu
{
    position:relative;
    left:50px;
}

#home
{
    position:relative;
    left:70px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 350px;
    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:white;*/
}

#title
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#left p
{
    color: black;
    /*padding-left:35px;*/
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    PRODUCTS / CATEGORIES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.product_outer_dealoftheweek
{
    width:256px;
    height:480px;
    background-color:White;
    border:solid 3px #C5C5C5;
    margin-right:15px;
    margin-bottom:15px;
    padding:8px;
    float:left;
    font-size:10pt;
}

.product_content_dealoftheweek
{
    position:Relative;
    top:0px;
    text-align:left;
    overflow:hidden;
    xborder:solid 1px black;
    height:480px;
    
}

.product_outer
{
    width:256px;
    height:600px;
    background-color:White;
    border:solid 1px #C5C5C5;
    margin-right:15px;
    margin-bottom:15px;
    padding:8px;
    float:left;
    font-size:10pt;
}

.product_title
{
    color:#1F0090;
    font-size:120%;
    font-weight:bold;
}

.product_price
{
    font-weight:bold;
    color:#C60006;  
}


.product_content
{
    position:Relative;
    top:0px;
    text-align:left;
    overflow:hidden;
    xborder:solid 1px black;
    height:600px;
    
}


.product_links A, .product_links A:Active, .product_links A:Visited
{
    color:#cc0022;
    text-decoration:underline;
    font-weight:bold;
    font-size:120%;
}

.product_links A:Hover
{
    color:#1F0090;
    text-decoration:none;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    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;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right
{
    position: relative; /*ie needs this to show float */
    float: right;
    width: 180px;
    margin-top: 368px; /*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: 892px; 
    margin-top: 348px; /*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;*/
    padding-left:40px;
    padding-right:40px;
}

#leftfulltitle
{
    padding-top: 48px;
    padding-bottom: 32px;
}

#leftfull p
{
    color: black;
}

#leftfull TABLE
{
    /*margin-left:35px;
    background-color:#FEFDCE;*/
}


.home-right
{
    float:right;
    margin-left:30px;
    margin-bottom:30px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    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: 52px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:#191919;
    font-size:140%;
    background-image: url(../img/menubg.gif);
    background-repeat:repeat-x;
}

#footerleft
{
    margin-left: 120px;
    margin-top: 13px;
    float: left;
    color: white;
}

#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:#cc0022;
    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;
    padding-left:15px;
    padding-bottom:15px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   FORMS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
INPUT, TEXTAREA
{
    border:solid 1px black;
    font-size:8pt;
    font-family:arial
}

TEXTAREA
{
    width:200px;
    height:150px;
}

.Required
{
    color:red;
}

.buttons
{
    width:120px;
    background-color:#BC0000;
    color:White;
    border:solid 1px black;
    height:25px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   TABLE
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.tbheader
{
    background-color: #666666;
    color:White;
    font-weight:bold;
}

.tbmain
{
    background-color:#CECECE;
    color:Black;
    text-align:left;
}

.tbmain A, .tbmain A:Active, .tbmain A:Visited
{
    color:Black;
    text-decoration:none;
}

.tbmain A:Hover
{
    text-decoration:underline;
}

A.lnkblue, A:Visited.lnkblue, A:Active.lnkblue
{
    color:Blue;
    font-weight:bold;
    text-decoration:underline;
}

A:Hover.lnkblue, A:Hover.lnkred
{
    text-decoration:none;
}

A.lnkred, A:Visited.lnkred, A:Active.lnkred
{
    color:red;
    font-weight:bold;
    text-decoration:underline;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   TABLE
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.cardetails TD
{
    font-size:90%;
}

.cardetails_choice 
{
	background-color:#666666;
	color:#FFFFFF;
	height:25;
	padding:8px;
}

A.lnkwhite, A:Visited.lnkwhite, A:Active.lnkwhite
{
    color:white;
    font-weight:bold;
    text-decoration:none;
}

A.lnkwhite:hover
{
    text-decoration:underline;

}

