body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#main_container {
	margin: auto;
	width: 744px;
}
#title {
	float: left;
	width: 155px;
	padding-top: 22px;
}
#logo {
	float: right;
	padding-bottom: 3px;
	padding-top: 3px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left_menu {
	background-image:url(../images/backgrounds/menu_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 246px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	display: block;
	padding-top: 10px;
	padding-bottom:8px;
	float: left;
}
.left_menu:hover {
	background-color: #BC181D;
	background-image: url(../images/backgrounds/menu_shadow_hover.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.left_menu_selected {
	background-color: #BC181D;
	background-image: url(../images/backgrounds/menu_shadow_hover.jpg);
	background-repeat: repeat-y;
	background-position: right;width: 246px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	display: block;
	padding-top: 10px;
	padding-bottom:8px;
	float: left;
}
.item .photo img {
	border: 1px solid red;
}
#content .item {
	float: left;
	height: auto;
	width: 152px;
}
.right_menu {
	width: 248px;
	display: block;
	padding-top: 10px;
	padding-bottom:8px;
	float: left;
}
.right_menu:hover {
	background-color: #BC181D;
}
.right_menu_selected {
	width: 248px;
	display: block;
	padding-top: 10px;
	padding-bottom:8px;
	float: left;
	background-color: #BC181D;
}
#content {
	background-color: #414141;
	background-image: url(../images/backgrounds/menu_shadow2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 5px;
	padding-top: 25px;
	padding-right: 80px;
	padding-left: 80px;
}
.clearer {
	clear: both;
}
#menu_bar {
	display: block;
	height: 30px;
	width: auto;
	background-color: #E11E25;
}
.item .price {
	padding-top: 3px;
	padding-bottom: 3px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 130px;
}
.item .add_to_cart {
	padding-top: 5px;
	padding-bottom: 15px;
}
.add_to_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E11E25;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
}
.item-divider {
	float: left;
	width: 64px;
	height:100px;
	display:block;
}
.add_to_btn:hover {
	background-color:#990000;
	cursor:pointer;
}
.item .quantity {
	padding-top: 3px;
	padding-bottom: 3px;
}
#content a {
	font-weight: bold;
	color: #FFFFFF;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
