@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	background-color: #efddcc;
	font-family:Arial;
}
#top{
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	height:219px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;	
}
#middle{
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	height:400px;
	background-image:url(images/middle.jpg);
	background-repeat:no-repeat;
}
#middle2{
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	height:373px;
	background-image:url(images/middle2.jpg);
	background-repeat:no-repeat;
}
#bottom{
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	height:18px;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
}
#login_wrapper{
	margin-left:auto;
	margin-right:auto;
	width:743px;
	color:#991600;
	font-family:Arial;
	font-size:12px;
}
#login{
	float:left;
	width:300px;
	padding-top:120px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px
}
#new_account{
	float:left;
	width:390px;
	padding-top:3px;	
	padding-left:10px;
	padding-bottom:10px	
}
#new_account a{
	color:#991600;
	text-decoration:underline;
}
.button{
	background-color:#b22a0f;
	border:1px solid #dac9ba;
	color:#ffffff;
	width:60px;
}
.button:hover{
	background-color:#981600;
}

.button_order{
	background-color:#b22a0f;
	border:1px solid #dac9ba;
	color:#ffffff;
}
.button_order:hover{
	background-color:#981600;
}


#order_top{
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	height:219px;
	background-image:url(images/order_top.jpg);
	background-repeat:no-repeat;	
}
#banner{
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	height:144px;
	background-image:url(images/order_banner.jpg);
	background-repeat:no-repeat;	
}
#border_top{
	margin-left:auto;
	margin-right:auto;
	width:765px;
	height:23px;
	background-image:url(../images/border_top.jpg);
	background-repeat:no-repeat;
}
#white_box{
	margin-left:auto;
	margin-right:auto;
	width:761px;
	padding-right:15px;
}
#border_left {
	background-image:url(../images/border_left_1px.jpg);
	background-position:left center;
	background-repeat:repeat-y;
}
#border_right {
	background-image:url(../images/border_right_1px.jpg);
	background-position:right center;
	background-repeat:repeat-y;
}
#content {
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:741px;
}
#content_text {
	color:#6B3200;
	font-family:Arial;
	font-size:12px;
	padding:20px;
}
#menus{
	font-size:14px;
	color:#881500;
	font-weight:bold;
	margin-left:430px;
	padding-top:20px;
	width:475px;
	height:75px;
}
.printlogo {
	display: none;
}

.menu_name{
	float:left;
	width:155px;
	height:23px;
}
.menu_name a{
	text-decoration:none;
	color:#881500;
}
#footer_links{
	margin-left:auto;
	margin-right:auto;
	color:#b3a08e;
	text-align:center;
	font-size:11px;
	margin-top:10px;
}
#footer_links a{
	color:#b3a08e;
	text-decoration:none;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	color:#b3a08e;
	text-align:center;
	font-size:10px;
	margin-top:10px;
}
#footer a{
	color:#b3a08e;
	text-decoration:none;
}
.item{
	padding-bottom:10px;
	padding-top:3px;
	float:left;
}

.item_amount{
	float:left;
	width:55px;
	text-align:center;
}
.item_name{
	float:left;
	width:550px;
	text-align:left;
}
.item_price{
	float:left;
	width:50px;
	text-align:right;
	padding-right:5px;
}
.item_total{
	float:left;
	width:50px;
	text-align:right;
	padding-right:5px;
}
.item.even { 
	background-color: #ffffff; 
}
.item.odd { 
	background-color: #f7eee7; 
}

.divhover:hover .item {
	background-color:#fee6c0;
}
#order_info{
	padding-left:10px;
	margin-top:20px;
}
fieldset{
	border:1px solid #b22a0f;
	margin-left:5px;
}
#address_wrapper{
	width:765px; 
	margin-left:auto; 
	margin-right:auto; 
	padding-top:10px;
	color:#6B3200;
	font-family:Arial;
	font-size:12px;
	padding:10px;
}
#address_left{
	width:752px;
	background-image:url(images/address_left.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFFFF;
}
#address_right{
	width:761px;
	background-image:url(images/address_right.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#shipping_add a{
	color:#6B3200;
	text-decoration:none;
}
#shipping_add th{
	text-align:left;
}
.button_address{
	background-color:#b22a0f;
	border:1px solid #dac9ba;
	color:#ffffff;
	width:40px;
}
.button_address:hover{
	background-color:#981600;
}
#faq{
	margin-left:auto;
	margin-right:auto;
	padding-top:175px;
	text-align:right;
	width:700px;
	color:#FFFFFF;
	font-size:12px;
}
#faq a{
	text-decoration:none;
	color:#FFFFFF;
}
#faq a:hover{
	text-decoration:none;
	color:#efddcc;
}
#questions a{
	color:#6b3200;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:1100px;	
}
#another_menu{
	text-align:right;
	font-weight:bold;
	color:#608126;
	float:right;
	margin-right:30px	
}
#another_menu a{
	text-decoration:none;
	color:#608126;
}