#container {
	margin: 0 auto;
	margin-top: 30px;
	width: 912px;
	height: auto;
	border: 1px solid #000000;
	text-align: left;
}

#header {
	background: url('images/layout_black/header.jpg') no-repeat;
	height: 150px;
	width: 912px;
}	

#categories {
	background-color: #fff;
	width: 912px;
	height: auto;
}

.category {
	width: 152px;
	height: 40px;
	background: url('images/layout_black/category_bg_out.png') no-repeat;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	line-height: 40px;
	float: left;
}
.category a {
	color: #fff;
}

.category_over {
	width: 152px;
	height: 40px;
	background: url('images/layout_black/category_bg_on.png') no-repeat;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	line-height: 40px;
	float: left;
}
.category_over a {
	color: #000;
}

.category2 {
	width: 152px;
	height: 40px;
	background: url('images/layout_black/category_bg_out.png') no-repeat;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	line-height: 40px;
	float: left;
	margin-top: -10px;
}
.category2 a {
	color: #fff;
}

.category_over2 {
	width: 152px;
	height: 40px;
	background: url('images/layout_black/category_bg_on.png') no-repeat;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	line-height: 40px;
	float: left;
	margin-top: -10px;
}
.category_over2 a {
	color: #000;
}

.category3 {
	width: 152px;
	height: 30px;
	background: url('images/layout_black/category_bg_out.png') no-repeat;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	line-height: 30px;
	float: left;
	margin-top: -10px;
}
.category3 a {
	color: #fff;
}

.category_over3 {
	width: 152px;
	height: 30px;
	background: url('images/layout_black/category_bg_on.png') no-repeat;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	line-height: 30px;
	float: left;
	margin-top: -10px;
}
.category_over3 a {
	color: #000;
}

#menu_bar {
	background-color: #9C2231;
	font-family: verdana;
	font-size: 12px;
	color: white;
	line-height: 31px;
	border-bottom: 1px solid #000000;
}	

#menu_bar a {
	color: white;
	font-family: verdana;
	font-size: 12px;
}

#menu_table {
	margin-left: 5px;
	margin-right: 5px;
	color: white;
}

#content {
	width: 912px;
	height: auto;
}

#table_shoppingcart {
	font-family: verdana;
	margin-top: 3px;
	margin-bottom: 3px;
}

#footer {
	background-color: #9C2231;
	font-family: verdana;
	font-size: 10px;
	color: white;
	font-weight: none;
	line-height: 31px;
	border-bottom: 1px solid #9C2231;
	text-align: center;
}

#footer a {
	color: white;
	font-family: verdana;
	font-size: 10px;
}

#spacer {
	height: 30px;
}

A.information_link { font-family: verdana; font-size: 12px; text-decoration: none; }
A.information_link:hover { text-decoration: underline; color: black; }
.clear { clear: both; }
