/* COLORS
Red: #981e19
Green:  #4eaf45 
*/

body { 
	background: #390400;
	background-image: url(/media/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family:  Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: center; }
	
img { 
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0px; }
	
table { 
	border: 0; }
	
tr { 
	vertical-align: top; }
	
td { 
	margin: 0;
	padding: 0 5px 5px 0; }
	
a, a:link, a:active, a:visited { 
	color: #981e19; 
	text-decoration: none; }
	
a:hover { 
	color: #981e19;
	text-decoration: underline; }
	
h1 { 
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	clear: right; }
	
h2 { 
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-weight: bold; }
	
ul { 
	margin: 0;
	padding: 10px 15px 15px 30px;
	list-style-image: url(media/li.png); }
	
#container { 
	margin: 0 auto 0;
	padding: 0 51px 0 51px;
	background-image: url(/media/contbg.png);
	background-position: center top;
	background-repeat: repeat-y;
	width: 900px;
	text-align: left; }

#header { 
	margin: 0;
	padding: 10px;
	background: #981e19;
	background-image: url(/media/headerbg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px; }
	
#header a { 
	color: #fff; }
	
#header #logo {  }

#header #social { 
	float: right; }
	
#navcont {
	width: 900px;
	height: 43px;
	background: #4eaf45;
	background-image: url(media/navbg.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 18px; }
	
ul#nav { 
  	padding: 0;
  	margin: 0;
  	list-style: none; } 

#nav a {
  	display: block;
	padding: 13px 15px 12px 15px;
  	margin: 0;
	color: #fff;
  	text-decoration: none; }

#nav a:hover, #nav a:active {
  	color: #fff;
  	text-decoration: none;
	background: #4eaf45;
	background-image: url(/media/navbg_on.png);
	background-position: center top;
	background-repeat: repeat-x; }

#nav li {
  	display: inline;
  	float: left;
  	margin: 0; }
	
/* second-level lists */

#nav ul {
  	padding: 0;
  	margin: 0;
  	list-style: none; }

#nav li ul {
  	position: absolute;
  	width: 165px;
  	margin: 0;
  	text-transform: none;
  	left: -999em; }

#nav li li {
  	float: left;
  	width: 165px;
	background: none; }

#nav li ul a {
  	padding: 3px 11px 3px 11px;
  	width: 100%;
	background: #032209;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	border-top: 1px solid #fff; }

#nav li ul a:hover {
  	background: #032209;
	filter: alpha(opacity=100);
	-moz-opacity: 1; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  	left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  	left: auto; }
  
#container2 { 
	clear: both;
	margin: 0;
	padding: 0; }
	
#cont2bg { 
	float: right;
	margin: 0 0 15px 15px; }
	
#main { 
	clear: both;
	margin: 0;
	padding: 15px; }
	
#main2 {
	float: left;
	margin: 0;
	padding: 0 15px 15px 15px;
	width: 605px; }
	
#sidebar { 
	margin: 10px 15px 10px 635px;
	padding: 0;
	background: #981e19;
	background-image: url(/media/sidebarbottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #fff; }
	
#sidebar h1 { 
	background-image: url(/media/sidebartop.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 10px 15px 5px 15px; }
	
#sidebar p { 
	margin: 0;
	padding: 0 15px 15px 15px; }
	
#sidebar a {
	color: #4eaf45; }
	
#gallery { 
	float: right;
	width: 338px;
	height: 500px;
	margin: 0 0 16px 16px; }
	
#footer { 
	clear: both;
	margin: 0;
	padding: 15px;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #981e19; }
	
.contentpic { 
	float: right;
	margin: 0 0 16px 16px; 
	padding: 0; }
	
.clearer { 
	clear: both; }
	
.icon { 
	vertical-align: text-bottom; }
	
table.gallery { 
	width: 100%; }
	
table.gallery td { 
	width: 25%;
	margin: 0;
	padding: 0 0 15px 0; }
	
form { 
	margin: 0;
	padding: 0;
	width: auto; }
	
fieldset { 
	margin: 0;
	padding: 0;
	line-height: 0;
	border: 0; }
	
input, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #c7c7c7;
	padding: 2px;
	width: 145px; }
	
input.phone { width: 80px; }

input.zip { width: 50px; }
	
input.security, input.qty { 
	width: 30px;
	text-transform: lowercase; }
	
input.qty { 
	text-align: right;
	margin: 2px 0 2px 0; }
	
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #c7c7c7;
	padding: 3px;
	width: 450px;
	height: 200px;
	font-size: 12px; }
	
textarea.address { 
	width: 150px;
	height: 75px; }

.submit, .reset, .button { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: none;
	padding: 0;
	width: auto;
	color: #fff; 
	background-color: #4eaf45;  }
	
.checkbox, .radio { 
	margin: 0 3px 0 0;
	padding: 0;
	width: auto;
	vertical-align: text-top; }
	
	
