body {
	background: #663300;
	font-family: "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

body, table, p {
	font-size: 12px;
	color: #000;
}

h1, h2, h3, h4 { color: #442200;}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 14px;	margin-bottom: 0.2em; }
h4 { font-size: 12px;	margin-bottom: 0.2em; }

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

* select, * input {	font-size: 10px; }

form { margin: 0; padding: 0; }


/* ----------- */
#wrapper {
	width: 760px;
	overflow: hidden;
	background: #FFF;
	border: 2px solid #331100;
	margin: 0 auto;
	text-align: left;
}

#wrapper h1 {
	height: 168px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#wrapper img {
	border: 0;
	margin: 0;
}

/* ----------- */
#navigation_container {
	background: url(/images/navigation_dark_bg.jpg) top no-repeat;
	width: 760px;
	max-height: 130px;
	border-top: 2px solid #331100;
	border-bottom: 2px solid #442200;
	margin: 0px;
	padding: 0;
}

#navigation_container, #navigation_container a {
	color: #FFF;
}

#navigation_container a:hover {
	color: #A777AC;
}

#navigation_container ul {
	list-style-type: none;
	margin: 0;
} 

#navigation_container ul li {
	display: inline;
	margin-right: 15px;
}

#navigation_container form {
	display: inline;
}

#navigation_container select {
	width: 200px;
	font-size: 10px;
}

#navigation {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
}

#navigation ul {
	padding: 5px 0;
}


#categories, #cart {
	font-size: 12px;
	font-weight: normal;
}

#categories select {
	background: url(/images/categories_bg.gif) white no-repeat;
	width: 180px;
	height: 20px;
	margin: 0 3px;
	padding: 3px;
	border: 0;
}

#cart select {
	background: url(/images/cart_bg.gif) white no-repeat;
	width: 175px;
	height: 20px;
	margin: 0 3px;	
	padding: 3px;
	border: 0;
}



/* ----------- */
#contents {
	min-height: 200px;
	padding: 15px 10px 0px 10px;
}


/* ----------- */
#footer {
	background: url(/images/navigation_dark_bg.jpg) top no-repeat;
	width: 760px;
	margin: 10px 0 0 0;
	clear: both;
	text-align: right;
	font-size: 12px;
	border-top: 2px solid #331100;
	max-height: 130px;
}

#footer p {
	color: #FFF;
	padding: 8px 10px;
	margin: 0;
}

#footer a, #footer a:link {
	color: #FFF;
}


/* ----------- */
.default_content_table h2 {
	margin-top: 0;
}

.default_content_table h3 {
	margin-bottom: 0;
}

.default_content_table ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.default_content_table li {
	padding: 0;
	margin: 0;
}

.default_content_table .image {
	padding-right: 20px;
}

.default_content_table .text {
	background: url(/images/dna_bg.gif);
}

.default_content_table_col1 {
	width: 55%;
	padding-right: 20px;
}

.block {
	display: block;
}

.box {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid silver;
}

.box ul {
	margin-left: 0;
	padding-left: 0;
}

.box li {
	list-style-type: none;
}

.vertical_margin {
	margin: 15px 0 15px 0;
}

.right_margin {
	margin-right: 15px;
}
 




.row_start {
	padding-left: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.product_listing  {
	width: 220px;
	margin: 7px;
	float: left;
}

.product_listing ul {
	list-style-type: none;
	padding: 0px;
	margin: 0;
}

.product_listing h2 {
	margin: 0;
	font-size: 16px;
}

.product_listing h3 {
	margin: 0;
	font-weight: normal;
}

.product_listing .products_image {
	width: 200px;
	text-align: center;
	padding-top: 5px;
	border: 1px solid silver;
}

.product_listing .products_price {
	font-size: 14px;
	display: inline;
}

.product_listing .products_price h3 {
	display: inline;
	margin-right: 6px;
	font-size: 11px;
	font-weight: bold;
}

.products_price .new {
	color: #CC0000;
}

.products_price .old {
	text-decoration:line-through;
}

.product_listing .more_info {
	float: right;
	padding-top: 2px;
	padding-right: 19px;
}

.product_listing .more_info img {
	vertical-align: bottom;
}



.page_navigation {
	padding-top: 15px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: gray;
}

.page_navigation a, .page_navigation a:link {
	color: #442200;
	font-weight: bold;
	
}

.page_navigation .previous {
	float: left;
	width: 20%;	
	text-align: left;
}

.page_navigation .pages {
	float: left;
	width: 60%;
}

.page_navigation .next {
	float: left;
	width: 20%;
	text-align: right;
}






.title {
	float: left;
	width: 100px;
}

.title_long {
	float: left;
	text-align: left;
}

.order_list li {
	text-align: right;
}

.order_total li {
	text-align: right;
}




.inputForm ul {
	padding: 0;
	margin: 0;
}

.inputForm li {
	list-style: none;
}

.inputForm .column {
	float: left;
	width: 175px;
}

.inputForm td {
	padding-right: 15px;
}

.inputForm h4 {
	margin-bottom: 0;
}
.inputForm p {
	margin-top: 0;
}

.inputForm input {
	width: 150px;
}

.inputForm .auto_width input {
	width: auto;
}


.relative_input_width input {
	width: 95%;
}


.checkout_success {
	text-align: left;
	padding: 20px;
	border: 1px solid silver;
}



.product_buy_options .put_down {
	padding-top: 5px;
}





.error_box {
	border: 1px solid #895045;
	background: #F0E6E1;
	padding: 10px;
	margin: 10px 0;
}

.error_box li {
	list-style-type: none;
}

.error_box ul {
	padding-left: 0;
}

.info_box {
	border: 1px solid #376136;
	background: #BFDCB8;
	padding: 10px;
	margin: 10px 0;
}


.inline {
	display: inline;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}

.red {
	font-weight: bold;
	color: #990000;
}

.small {
	font-weight: normal;
	font-size: 10px;
}

.disabled {
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

.line {
	clear: both;
	border-bottom: 1px solid gray;
	margin: 1em 0;
}

.right {
	float: right;
	padding: 10px 25px 10px 10px;
}

.left {
	float: left;
}

.last_li {
	margin-right: 0;
}
