/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    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: #83b7b9;
    font-size: 80%;
    font-family: Arial, Verdana;
}

H1
{
    color:#6a012b;
    font-size:150%;
    margin-bottom:10px;
    /*padding-left:35px;*/
}

H2
{
    color:#6a012b;
    font-size:120%;
    margin-bottom:10px;
}

H3
{
    color:#002485;
    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: Trebuchet MS, Arial;
    padding-left:35px;
}

#outer
{
    height: 1000000;
    min-height: 100%;
    width: 974px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
    margin-top:25px;
}

html > body #outer
{
    height: auto;
}

#clearfooter
{
    width: 100%;
    height: 50px;
    clear: both;
}

A, A:Visited, A:Active
{
    color:#6a012b;
    text-decoration:none;
}

A:Hover
{
    color:#cc1652;
    text-decoration:none;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 974px;
    height: 381px;
    overflow: hidden;
    color: black;
    z-index: 100;
    background-color:#83b7b9;
}

#logo
{
    position: absolute;
    left: 157px;
    top: 30px;
}

#header_photo
{
    position: absolute;
    left: 400px;
    top: 90px;
}

#top_left_corner
{
    position: absolute;
    left: 0px;
    top: 0px;
}

#top_right_corner
{
    position: absolute;
    right:0px;
    top:0px;
}

#headermenu
{
    position: absolute;
    top:130px;
    width: 100%;
    height: 39px;
    bottom: 0px;
    background-color:#83b7b9;
    color:White;
    font-size:8pt;
    background-image:url(../img/menubg.gif);
    background-repeat:no-repeat;
}

#main_photo
{
    position: absolute;
    top:169px;
}

.menuitems
{
    position:relative;
    top:10px;
    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;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    PRODUCTS / CATEGORIES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.product_outer_gifts
{
    width:136px;
    height:136px;
    background-color:White;
    xborder:solid 1px #C5C5C5;
    margin-bottom:0px;
    padding:12px;
    float:left;
    font-size:10pt;
    text-align:left;
}


.product_outer
{
    width:136px;
    height:220px;
    background-color:White;
    xborder:solid 1px #C5C5C5;
    margin-bottom:0px;
    padding:12px;
    float:left;
    font-size:10pt;
    text-align:left;
}

.product-price
{
    font-size:12px;
    font-weight:bold;
    color:black;  
}

.product-title
{
    color:#9b0020;
    font-size:13px;
    margin-bottom:0px;
    margin-top:0px;
    font-weight:bold;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT 2 COL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left2col
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 650px;
    margin-top: 416px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    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;*/
}

.front-image
{
    padding:12px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   LEFT MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftmenu
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 244px;
    margin-top: 416px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    text-align:justify;
    /*border:solid 1px black;
    background-color:#FEFDCE;*/
}

#leftmenu
{
    padding-left: 35px;
    font-size:14px;
}

#leftmenu p
{
    color: black;
    padding-left:35px;
}


#leftmenu A, #leftmenu A:Visited, #leftmenu A:Active
{
    color:#6b081c;
    text-decoration:none;
    font-weight:bold;
}

#leftmenu A:Hover
{
    color:#cc1652;
}

.left-img
{
    position:relative;
    top:60px;
    left:-15px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   LEFT MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.submenu-container
{
    border-left:solid 1px #510414;
    border-right:solid 1px #510414;
    width:211px;
}

.submenu
{
    background-color:white;
    vertical-align:middle;
    padding:5px;
}

.submenu IMG
{
    margin-left:10px;
    margin-right:8px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 902px;
    margin-top: 500px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    text-align:justify;
    padding-left:35px;
    padding-right:35px;
    /*border:solid 1px black
    background-color:#FEFDCE;*/
}

#leftfull TABLE
{
    /*margin-left:35px;*/
}

/*

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 974px;
    height: 30px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:#510414;
    font-size:90%;
    text-align:center;
}

#footerleft
{
    padding-top:5px;
    color: white;
    font-size:130%;
}

#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, .submitbutton
{
    border: solid 1px white;
    color:White;
    font-weight:bold;
    background-color:#510414;
    width:180px;
    height: 30px
}

.button-delivery
{
    border: solid 1px white;
    color:White;
    font-weight:bold;
    background-color:#002485;
    width:230px;
    height: 35px 
}

.checkbox
{
    border:0px;
}

TEXTAREA
{
    border:solid 1px #7f9db9;
    width:300px;
    height:80px;
    font-family:Arial;
}


.required, TD .Requried
{
    color:red;
}

.btnpayment
{
    border:0px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SHOPPING CART
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.shoppingcart
{		
}

.shoppingcart TD
{
	font-size:12px;
	padding:5px;
}

.headertext 
{
	font-weight:bold;
	font-size:13px;
	background-color: #510414;
	color: white;
	padding:5px;
	padding-left:10px
}

.cartbg
{
	background-color:#d8d8d8;
	padding:5px;
	font-size:12px;
	vertical-align:top;
	height:30px;
}





/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    TABLES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.tbmain .tbheader
{
    background-color:#6a012b;
    color:White;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.tbmain TD
{
    background-color:#d6d6d6;
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.tbmain .white
{
    background-color:White;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   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;
}


