﻿
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #222222;
	margin: 0;
	padding: 0;
	border: 0;
	color:#ffffff;
}
#container {
	background-color: #484848;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border: 0;

}
#masthead {
	text-align: right;
	background-image: url('img/header.gif');
	width: 800px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	height: 151px;
}
#navigation {
	background: url('img/nav-bg.gif') repeat-x;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	height: 30px;
}
#column_l {
	width: 165px;
	padding: 15px;
	position: relative;
	float: left;
	margin: 0;
}
#column_l ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#column_l li {
	float: none;
}
#column_l a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px;
	margin: 0;
	padding: 10px;
	border: 0;
	color:#ffffff;
}
#column_l a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFAA33;
}

#column_r {
	border-left: 1px #E9C362 dashed;
	float: right;
	margin: 0;
	color: #FFFFFF;
	width: 579px;
	padding: 15px 10px;
}
#content {
	background-color: #fff;
	width: 630px;
	margin: 0;
	padding: 15px;
	border: 0;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px 10px 5px 10px;
	line-height: 18px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #8b0000;
	background: #FFAA33 url('img/nav-hover.gif') repeat-x;
}
/* Right Column */
#column_r img {
	margin: 8px;
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: large;
	color: #FFFFFF;
}
h2 {
	font-size: small;
	color: #FFAA33;
	margin-top: 10px;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #FFFFFF;
}
/* Links */
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* ----------- stylized ----------- */
#entry {
	float: left;
	width: 400px;
	margin-left: 50px;
}
#entry h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
#entry p{
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#entry label{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 150px;
	float: left;
	font-size: .9em;
	line-height: 13px;
}
#entry label.spam{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 400px;
	float: left;
}

#entry .small{
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 110px;
}
#entry input, textarea, select {
	margin: 2px 0 20px 5px;
	width: 210px;
}
#entry input{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
	border: solid 1px #aacfe4;
}

#entry textarea{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
	border: solid 1px #aacfe4;
}
#entry select{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
	border: solid 1px #aacfe4;
}
#entry .price {
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
	text-align: center;
	font-size: .95em;
}

/* ----------- cart ----------- */
#cart {
	float: left;
	width: 550px;
}
#cart label{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 150px;
	float: left;
	font-size: .9em;
	line-height: 13px;
}
#cart input, textarea, select {
	margin: 2px 0 20px 5px;
	width: 210px;
}
#cart input{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
	border: solid 1px #aacfe4;
}
#cart .button{
	float: left;
	width: 100px;
}


#cart textarea{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
	border: solid 1px #aacfe4;
}
#cart select{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
	border: solid 1px #aacfe4;
}
#clear {
	clear:both;
}
