body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main {
}

/* @group Header */

#headers {
	background: url(../images/header_bkground.jpg) no-repeat center bottom;
}

#header {
	overflow: auto;
	width: 100%;
	margin-bottom: 10px;
}

#header div {
	float: left;
}

/* @end */

/* @group Nav */

#nav {
	width: 150px;
}

#nav a, #nav a:visited {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
}

#nav, #logo {
	margin-right: 10px;
}

/* @end */

/* @group Sub Header */

#sub_header {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

#sub_header div {
}

#sub_header div h1 {
	font-weight: bold;
	font-size: 2.5em;
	color: #000;
}

#site_name, #cart_nav {
	width: 50%;
	float: left;
}

#cart_nav {
	text-align: right;
	margin-top: 1.25em;
}

/* @end */

/* @group Content */

#content {
	overflow: hidden;
	width: 100%;
}

#content div {
	float: left;
}

#content_left {
	width: 150px;
	margin-right: 20px;
}

#content_left ul {
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
}

#content_left ul a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#content_left ul ul {
	margin-left: 1em;
	list-style-type: square;
}

#content_right {
	width: 799px;
	border-left: 1px solid #000;
}

#content_right h1 {
	padding-left: 30px;
}

/* @end */

table#shop_listing {
	border-spacing: 10px;
}

table#shop_listing > tbody > tr > td {
	width:  250px;
	border: 1px solid #333;
	padding: 10px;
}

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	text-align: right;
}

.clear {
	clear: both;
}

.product_title {
	font-weight: bold;
	font-size: 1.2em;
}

.product_price {
	font-weight: bold;
}

.product_description {
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.product_image {
	background-color: #e6e6e6;
	text-align: center;
}

.product_image img {
	margin-top: 15px;
	margin-bottom: 15px;
}

.empty {
	border: none;
}

#shop_listing td {
	display: table-cell;
	vertical-align: top;
}

.zoom_content > p {
	color: #000;
	margin: 2px 0;
	padding: 0;
}

.zoom_content > p.title {
	color: #7c0509;
	font: bold 1.1em/1em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 7px;
}

.zoom_content > p.description {
	color: #000;
	font-size: 0.9em;
}

h1 {
	font-size: 2em;
}

h2 {
	margin-top: 20px;
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
	margin-bottom: 10px;
}

/* @group News */

.entry {
	padding-left: 30px;
	background: url(../images/entry_marker.jpg) no-repeat left top;
}

.entry div p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.entry div img {
	border: 1px solid #444;
	padding: 10px;
	background-color: #fff;
}

.entry a {
	text-decoration: none;
	font-weight: bold;
	color: maroon;
}

.entry a:hover {
	color: #0097ff;
}

.entry div {
	font-size: 0.8em;
}

#news_nav {
	padding-left: 30px;
	margin-top: 30px;
}

#news_nav a {
	text-decoration: none;
	font-weight: bold;
	color: maroon;
}

#news_nav a:hover {
	color: #0097ff;
}

/* @end */