* { margin: 0; padding: 0; outline: none; }

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff url('../images/body_bg.jpg') repeat-x 0 0;
}

#wrapper {	
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#header_container {	
	border: 10px solid #333300;
}

#header {	
	width: 100%;
	height: 210px;
	overflow: hidden;	
	background-color: #990000;
}

#header img {
	border: 0;
	margin: 48px 10px;	
}

#flash {
	margin: 32px 0px;
}

#body_wrapper {
	float: left;
	clear: left;
	width: 100%;
	background-color: #990000;
}

#body_container {
	background-color: #cccc99;
}

#nav_container {
	float: left;
	display: inline;
	width: 160px;
	margin: 10px 0 10px 0;
	background-color: #990000;
	text-align: center;
}

#nav_container img {
	border: none;
	margin: 0px;
}

#nav_container ul {
	list-style-type: none;
}

#nav_container li.view_cart {
	margin-bottom: 15px;
}

#content_container {
	float: left;
	display: inline;
	width: 820px;
	background-color: #cccc99;
}

#content {
	margin: 15px;
	line-height: 16px;
}

#content ul {
	margin-left: 25px;
	padding-bottom: 20px;
	padding-top: 25px;
}

#content ul li {
	line-height: 16px;
}

#content a, #content a:active, #content a:visited {
	color: #990000;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content_footer {
	float: left;
	clear: left;
	width: 100%;
	height: 60px;
	background-color: #990000;
	text-align: center;
}

#content_footer img {
	margin-top: 25px;
}

#footer {
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
	color: #666;
}

#footer a, #footer a:active, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	display: inline;
	line-height: 25px;
	height: 35px;
}

#copyright {
	margin-top: 15px;
}

#footer .dev_link, #footer .dev_link a, #footer .dev_link a:visited, #footer .dev_link a:active, #footer .dev_link a:hover {
	color: #666;
	font-size: 10px;
}

#blog, #blog_body {
	float: left;
	clear: left;
	width: 100%;
}

#blog ul {
	float: left;
	clear: left;
	margin-top: 15px;
	list-style-type: none;
	width: 100%;
}

.product_container {
	float: left;
	clear: left;
	width: 100%;
}

.product_left {
	float: left;
	display: inline;
	width: 150px;
}

.product_right {
	float: left;
	display: inline;
	width: 640px;
}

.product_options {
	float: left;
	clear: left;
	display: inline;
	margin-top: 15px;
}

.option_title, .add_to_cart {
	float: left;
	clear: left;
	display: inline;
	width: 200px;
	margin-right: 5px;
	text-align: right;
	line-height: 22px;
}

.option_field {
	float: left;
	display: inline;
	width: 300px;
	margin-top: 4px;
}

.add_to_cart {
	margin-left: 90px;
	margin-top: 15px;
}

.product_price {
	float: left;
	clear: left;
	display: inline;
	font-weight: bold;
	font-size: 14px;
	margin-left: 205px;
	margin-top: 10px;
}

.blog_last_item {
	margin-bottom: 20px;
}

.title_area {
	float: left;
	clear: left;
	width: 100%;
	height: 97px;
	line-height: 97px;
}

.title_area img {
	float: left;
}

.hr_line {
	float: left;
	clear: left;
	display: inline;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background-color: #000;
	margin: 15px 0 15px 0;
}

h1 {
	float: left;
	display: inline;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	margin: 0 25px;
}

h2 {
	float: left;
	clear: left;
	display: inline;
	text-align: left;
	width: 100%;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	margin: 15px 0;
}

img {
	border: 0;
}

#blog_body p {
	float: left;
	clear: left;
	display: inline;
	margin: 15px 0;
	width: 100%;
}

strong {
	font-weight: bold;
	color: #990000;	
}

.form_row {
	float: left;
	clear: left;
	display: inline;
	width: 100%;
	margin: 10px 0;
}

label {
	float: left;
	width: 100px;
	
}

input.text_field {
	float: left;
	width: 150px;	
	
}

#content table tr td {
	padding: 2px;
}

table#shopping_cart tr td {
	padding: 0;
}

/* no longer using quickpage
.qp_next {
	float: left;
	font-size: 16px;
	margin: 10px;
}
.qp_prev {
	float: left;
	font-size: 16px;
	margin: 10px;
}
.qp_counter {
	float: left;
	font-size: 16px;
	margin: 10px;
}
a.qp_disabled {
	color: #fff;
	display: none;
}*/

/*.line { clear: left; margin: 5px 0; padding: 0; height: 1px; font-size: 0px; background-color: #666; }*/
.line {
	clear: left;
	float: left;
	display: inline;
	margin: 0 20px 0 20px;
	padding: 20px 0 20px;
}

label.search_label {
	float: none;
	font-weight: bold;
}
#search_form {
	float: right;
	padding: 0;
}

.sold_out {
	float: left;
	display: inline;
	margin-left: 115px;
	width: 200px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}
.sold_out_detail {
	float: left;
	display: inline;
	margin-left: 70px;
	width: 200px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}

/** Banner/ promos **/
#banner_slides {
	height: 85px;
	width: 350px;
	float: right;
	position: relative;
	overflow: hidden;
}

#banner_slides img {
	position: absolute;
	top: 0;
	bottom: 0;
}
