body{ 
	margin:0;
	padding:0;
	font-family: Trebuchet MS, Arial, "Sans-Serif";
	font-size:100%;
	background: #705a46 url('../media/back.jpg') repeat-y scroll center;
	color: #2f414c;
}

a:link {color: #275AA7;}
a:visited {color: #275AA7;}
a:hover {color: #002A6A;}
a:focus {color: #002A6A;}
a:active {color: #9AAFCE;}


.product_image{
	border:3px double #2A92CF;
	width:150px; 
	height:150px;
}

.category_block{
	width:245px;
	height:25px;
	padding:4px;
	z-index:1;
	cursor:pointer;
	border: 4px double #2A92CF;
	font-weight:bold;
	text-align:center;
	background-color:#F5EFE1;
        -moz-border-radius: 16px;
        border-radius: 16px;
}

.category_block:hover{
    background-color:#800000;
    color:white;
    border-color:white;
}

.product_block{
	width:190px;
	height:270px;
	padding:4px;
	margin-bottom:10px;
	margin-right:10px;
	cursor:pointer;
	border: 4px double #2A92CF;
	float:left;
	text-align:center;
	background-color:#F5EFE1;
        -moz-border-radius: 16px;
        border-radius: 16px;
}

.product_block:hover{
    background-color:#800000;
    color:white;
    border-color:white;
}

.product_block:hover .descriptor{
    color:#e1f4fe;
}

.product_block:hover .product_image{
    border-color:#e1f4fe;
}

#overlay{
    position:absolute;
    top:124px;
    left:50%;
    margin-left:50px;
    visibility:hidden;
    cursor:pointer;
    background-color:#2A92CF;
    color:white;
    padding:2px 6px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#overlay:hover{
    background-color:#800000;
}

.descriptor{
	font-size:.7em;
	color:#2A92CF;
}

.faq_box_1{
	border-width:3px;
	border-color:#2A92CF;
	border-style:double;
	margin-left:-2px;
	width:540px;
	padding:5px;
}

.faq_box_2{
	border-width:1px;
	border-color:#2A92CF;
	border-style:solid;
	width:540px;
	padding:5px;
}

#big_image{
	border-width:3px; 
	border-color:white; 
	border-style:solid; 
	visibility:hidden; 
	position:fixed; 
	left:50%; 
	top:10%; 
	margin-left:-200px; 
	z-index:8; 
	cursor:pointer;
}

#body_head{
	position:absolute;
	left:50%; 
	top:171px; 
	margin-left:-211px; 
	width:650px;
	z-index:1;
}

#header{
	color:#800000; 
	font-weight:bold; 
	font-size:1.5em;
	margin-top:-75px;
	margin-left:30px;
}

#body_box{
	position:absolute;  
	left:50%; 
	top:220px; 
	margin-left:-210px; 
	width:650px;
	z-index:2;
}

#top_box{
	margin-left:40px; 
	width:550px; 

	text-align:left;

	margin-top:5px;
	padding-right:10px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:3px;
}

.middle_box{
	margin-left:40px;  
	width:550px;

	text-align:left;

	margin-top:15px;
	margin-bottom:5px;
	padding-right:10px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:3px;
}

#title{
	font-weight:bold;
	color:#0D2D3F;
	font-style:normal;
}

#footer{
	height:110px; 
	width:630px; 
	font-size:.8em; 
	text-align:center; 
	padding-top:10px; 
	line-height:130%;
}


#month, #day, #year, #newsYear{
	font-size:.8em;
	font-style:italic;
}

#transparent_layer{
	background-color:black;
	filter:alpha(opacity=50); 
	left: 0px;
	opacity: 0.5;
	position: fixed;
	top: 0px;
	width: 100%;
	height:100%;
	z-index:6;
}

.ingrid_left{
	border-bottom-width:1; 
	border-right-width:3; 
	border-color:#c5eaff; 
	border-bottom-style:solid; 
	border-right-style:double;
	text-indent:40;
}

.ingrid_right{
	border-bottom-width:1; 
	border-color:#c5eaff; 
	border-bottom-style:solid; 
}

.ingrid_bottom_left{
	border-width:3; 
	border-color:#c5eaff; 
	border-right-style:double;
	text-indent:40;
}





#shoppingCart-button{
    position:absolute;
    z-index:5000;
    left:50%;
    top:0px;
    margin-left:-80px;
}

#shoppingCart-button .button{
    display:block;
    margin-left:248px;
    background-color:#2A92CF;
    border:double 3px white;
    padding:4px 12px;
    color:white;
    font-weight:bold;
    font-size:16px;
    -moz-border-radius: 0px 0px 16px 16px;
    border-radius: 0px 0px 16px 16px;
    width:220px;
    text-align: center;
    border-top:none;
    position:absolute;
    cursor:pointer;
    z-index:16;
}

#shoppingCart-button .button span{
    font-weight:normal;
}

#shoppingCart-button:hover div{
    display:block;
}

#shopping_cart
{
    position:relative;
    right:-3px;
    top:34px;
    display:none;
    font-size:14px;
    color:white;
    width:510px;
    z-index:16;
}

#shopping_cart-border
{
    border: double #C5EAFF 3px;
    filter:alpha(opacity=70);
    opacity: 0.7;
    background-color:#2A92CF;
    height:100%;
    width:100%;
    position:absolute;
    display:none;
    z-index:15;
    top:34px;
}

.itemBar
{
    height:30px;
    margin:5px;
    width:500px;
    position:relative;
}

.itemBar div
{
    float:left;
    margin:2px;
    background-color:white;
    padding:2px 6px;
    text-align:center;
    color:Black;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.itemBar-id{
    width:64px;
    cursor:pointer;
}

.itemBar-title
{
    width:310px;
    text-align:left !important;
    
}

div.partRow div.itemBar-id:hover{
    background-color:#66B9F0 !Important;
    color:white !important;
}

.itemBar-quantity{
    width:14px;
    cursor:pointer;
}

div.partRow div.itemBar-quantity:hover{
    background-color:#66B9F0 !important;
    color:white !important;
}

.itemBar-price{
    width:48px;
}

#shopping_cart p{
    background-color:#2A92CF;
    border-bottom:1px solid #C5EAFF;
    border-top:1px solid #C5EAFF;
    text-align:center;
    padding:4px;
    font-size:11px;
}

.topBar div{
    background-color:#800000;
    color:white;
    font-weight:bold;
}

#totalBox{
    float:right;
    margin:2px 7px 14px 0;
    background-color:white;
    padding:2px 6px;
    text-align:center;
    color:Black;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:bold;
}

#totalBox span{
    color:#800000;
}

#checkout-button{
    display:block;
    background-color:#2A92CF;
    border:double 3px white;
    padding:4px 12px;
    color:white;
    font-weight:bold;
    font-size:16px;
    -moz-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
    border-top:none;
    width:120px;
    text-align: center;
    position:relative;
    top:43px;
    left:342px;
    text-decoration:none;
}

#checkout-button:hover, #addToCartButton:hover{
    background-color:#800000;
}

div.itemBar-title span.make{
    display:none;
}

div.itemBar div.deleteRow{
    position:absolute;
    left:498px;
    background:#800000 !important;
    font-weight:bold;
    color:white;
    cursor:pointer;
    display:none !important;
    width:120px;
}

div.itemBar div.deleteRow:hover{
    background:#DC5757 !important;
}

div.partRow:hover div.deleteRow{
    display:block !important;
}

div.partRow:hover div{
    background-color:#C5EAFF;
}

#partQuantity{
    text-align:center;
    width:30px;
    margin-left:4px;
}

#addToCartButton{
    margin-left:20px;
    background-color:#2A92CF;
    border:double 3px white;
    padding:0px 12px;
    color:white;
    font-weight:bold;
    font-size:16px;
    -moz-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
    text-align: center;
    text-decoration:none;
}

#addCartText{
    margin-left:10px;
    font-size:.7em;
    color:#2A92CF;
}

.shoppingCart-toggle{
    display:none;
}

#main_menu
{
    position:absolute;
    z-index:6;
    left:50%;
    top:100px;
    margin-left:-375px;
}

#main_menu div.home_nav
{
    position:absolute;
    left:0px;
}

#main_menu div.shop_nav
{
    position:absolute;
    left:120px;
}

#main_menu div.order_nav
{
    position:absolute;
    left:296px;
    display:none;
}

#main_menu a, #main_menu a img
{
    border:none;
}

.nav_list
{
    position:relative;
    top:-6px;
    display:none;
    background-color:#800000;
    padding-bottom:2px;
    width:140px;
    margin-left:10px;
}

#main_menu div.nav_list a
{
    display:block;
	background-color:white;
	padding-left:4px;
	padding-right:10px;
	border: solid 2px #800000;
	border-bottom:none;
	font-weight:bold; 
	text-decoration:none;
}

#main_menu div.nav_list a:hover
{
    background-color:#800000;
    color:White;
}

div.home_nav:hover div.nav_list, div.shop_nav:hover div.nav_list, div.order_nav:hover div.nav_list
{
    display:block;
}

.product_image img
{
    width:200px;
    height:200px;
}

.forms_list li
{
    margin-bottom:6px;
}


/*
CHECKOUT PAGE STYLES
////////////////////////////////////////////////////////////////////////////////
*/

#checkoutPage{
    background-image:url(../media/backCheckout.jpg);
    background-position: top left;
    background-repeat:repeat-y;
    font-size:14px;
}

#checkoutPage div#headerBox{
    background: transparent url(../media/menu_back_checkoutTop.png) repeat-x top left;
    height:112px;
}

#checkoutPage h1{
    color:#800000;
    font-weight:bold;
    font-size:1.5em;
    margin-left:25px;
}

#checkoutPage h2{
    color:white;
    font-weight:bold;
    font-size:1.2em;
    background-color:#2A92CF;
    margin:0;
    padding:2px 16px;
    -moz-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
}

#checkoutPage h3{
    color:#800000;
    font-weight:bold;
    font-size:1.0em;
}
#checkoutPage div#cart-review, #checkoutPage div#payment-info, #checkoutPage a#checkoutButton{
    float:left;
    width:485px;
    margin:0 0 20px 20px;
    border: solid 2px #2A92CF;
    background-color:white;
    -moz-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
}

#checkoutPage div#payment-info{
    display:none;
}

#checkoutPage div.itemBar{
    background-color:#2A92CF;
    width:465px;
    height:auto;
    margin:0;
    margin-bottom:12px;
    padding:2px 10px;
    float:left;
}

#checkoutPage p{
    margin:8px 16px;
}

#checkoutPage div.itemBar-quantity, #checkoutPage div.itemBar-subtotal, #checkoutPage div.itemBar-price{
    float:right;
    width:auto;
}

#checkoutPage div.itemBar-subtotal{
    clear:right;
}

#checkoutPage div.itemBar span{
    display:block;
    float:right;
    color:white;
    height:20px;
    padding-top:6px;
}

#checkoutPage div.itemBar-title{
    width:300px;
}

#checkoutPage div.itemBar span.itemBar-infoBlock{
    width:316px;
    float:left;
    clear:left;
    padding:0;
    height:auto;
}

#checkoutPage div.itemBar span.itemBar-infoBlock div{
    float:right;
}

#checkoutPage div.itemBar-id{
    margin-right:16px;
    width:auto;
    cursor:auto;
}

#checkoutPage #totalBox{
    float:right;
    clear:both;
    margin:0;
    padding:0;
    margin-bottom:12px;
}

#checkoutPage #totalBox div{
    -moz-border-radius: 16px 0 0 16px;
    border-radius: 16px 0 0 16px;
    background-color:#2A92CF;
    padding:2px 10px;
    color:white;
    float:right;
}

#checkoutPage #totalBox span{
    float:right;
    padding-top:4px;
    display:block;
    margin-right:6px;
}

#checkoutPage a.progressButton{
    border: double 3px white;
    background-color:#2A92CF;
    -moz-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
    text-decoration:none;
    color:white;
    font-weight:bold;
    display:block;
    padding:4px 12px;
    text-align:center;
    float:left;
    clear:both;
}

#checkoutPage a.progressButton:hover{
    background:#800000;
}

#checkoutPage #continue{
    margin-left:396px;
}

#checkoutPage #back{
    display:none;
    margin-left:34px;
}

#checkoutPage #checkout{
    display:none;
    clear:none;
    margin-left:250px;
}

#checkoutPage div#payment-info div{
    margin:4px 16px;
}
