#container900 {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DFDFDF;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-image: url(/images/body_back.jpg);
	background-position: center;
}

#header {
	background-image: url(/images/header_back.png);
	background-repeat: no-repeat;
	float: left;
	height: 122px;
	width: 900px;
}

#search_bar {
	background-image: url(/images/search_back.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 900px;
}

#main_body {
	float: left;
	width: 900px;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
}

#footer {
	float: left;
	height: 55px;
	width: 900px;
	margin-top: 3px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CB2965;
	background-image: url(/images/footer_back.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	color: #8F1949;
}
#footer  a  {
	color: #901A4A;
	text-decoration: none;
}

#main_body #menu {
	float: left;
	width: 160px;
	padding: 5px;
}

#menu .box {
	background-color: #AE2957;
	padding: 2px;
	width: 154px;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}

#menu .box h3 {
	font-size: 14px;
	color: #CA356D;
	background-color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	height: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	display: block;
	clear: both;
	float: none;
	width: 154px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AE2957;
}

h3#products_head {
	background-image: url(/images/h3_menu_products.png);
	background-repeat: no-repeat;
}

h3#menu_head {
	background-image: url(/images/h3_menu_menu.png);
	background-repeat: no-repeat;
}

#menu .box ul {
	margin: 0px;
	padding: 0px;
}

#menu .box ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 22px;
	background-color: #AE2957;
}

#cards {
	float: left;
	width: 160px;
	text-align: center;
}

#menu .box ul li a {
	font-size: 11px;
	color: #F3F3F3;
	text-decoration: none;
	display: block;
	line-height: 18px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #AE2957;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	background-image: url(/images/back_menu_item.jpg);
	background-repeat: repeat-x;
}

#menu .box ul li a:hover {
	background-color: #F3F3F3;
	color: #AE2957;
	background-image: url(/images/back_menu_item_hover.jpg);
	background-repeat: repeat-x;
}

#search_bar #mailing {
	float: left;
	width: 600px;
	padding-top: 3px;
}

#search_bar #search {
	float: left;
	width: 300px;
	padding-top: 3px;
}

form#mailing_list {
	margin: 0px;
	padding: 0px;
}

form#mailing_list label {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	display: block;
	width: 80px;
	float: left;
	height: 25px;
	padding-left: 25px;
	text-align: right;
	padding-right: 5px;
	color: #FFFFFF;
}

form#mailing_list input#email {
	font-size: 12px;
	height: 16px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	width: 240px;
}

form#mailing_list input#submit_mailing {
	color: #C12A5D;
	font-weight: bold;
	background-color: #FFFFFF;
	float: left;
	height: 18px;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form#search_form {
	margin: 0px;
	padding: 0px;
}

form#search_form input#s {
	font-size: 12px;
	height: 16px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	width: 140px;
}

form#search_form input#submit {
	color: #B02659;
	font-weight: bold;
	background-color: #FFFFFF;
	float: left;
	height: 18px;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#main_body #content {
	float: left;
	width: 720px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

ul#top_menu {
	margin: 0px;
	padding: 0px;
}

ul#top_menu li {
	list-style-type: none;
	font-size: 12px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
}

ul#top_menu li a {
	color: #C52762;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: block;
	margin-right: 5px;
}

ul#top_menu li a:hover {
	color: #FFFFFF;
	background-color: #C52762;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.box_white {
	display: block;
	width: 700px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/images/main_back.png);
	background-repeat: repeat-y;
	float: left;
}

.box_white_foot {
	background-image: url(/images/main_back_foot.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 720px;
	float: left;
}

.box_white_ordering {
	display: block;
	width: 700px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/images/back_ways_to_order.png);
	background-repeat: repeat-y;
	float: left;
	height: 80px;
}
