/* COLORS:
purple: #57444E
green: #45812B
light purple: #BCB3A5
light green: #B5CDAA */

body { 
	margin: 0;
	padding: 0;
	background: #45812B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: center; }
	
body.print { 
	margin: 0;
	padding: 10px;
	background: #fff;
	text-align: left; }
	
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: #278200; 
	text-decoration: none; }
	
a:hover { 
	color: #278200;
	text-decoration: underline; }
	
h1 { 
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px; }
	
h2 { 
	clear: right;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px; }
	
#container { 
	background-image: url(/media/contbg.png);
	background-position: center top;
	background-repeat: repeat-y;
	width: 900px;
	margin: 0 auto 0;
	padding: 0 40px 0 40px;
	text-align: left; }
	
#header {
	background-image: url(/media/headerbg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 10px;
	height: 100px;
	text-align: center;
	color: #278200; }
	
#header #logo { 
	float: left; }
	
#header #fbicon { 
	vertical-align: text-bottom; }
	
#header h1 { 
	color: #57444E;
	margin: 31px 0 0 0; }

#nav ul {
	margin: 0 15px 0 15px;
	padding: 0 17px 0 17px;
	background-color: #57444E;
	background-image: url(/media/navbg.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	width: 836px;
	border-bottom: 10px solid #45812B;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; }

#nav ul li { display: inline; }

#nav ul li a {
	padding: 9px 12px 9px 13px;
	color: #fff;
	text-decoration: none;
	float: left; }

#nav ul li a:hover {
	background: #45812B;
	color: #fff; }
	
#adspace { 
	clear: left;
	margin: 0 15px 0 15px;
	padding: 0;
	height: 345px;
	background: #BCB3A5;
	background-image: url(/media/adspacebg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	text-align: right; }
	
#adspace #welcometext { 
	float: left;
	margin: 0;
	padding: 95px 15px 0 15px;
	width: 259px;
	text-align: center;
	font-size: 16px;
	line-height: 22px; }
	
#adspace #welcometext h1 { 
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	font-style: italic;
	text-transform: uppercase; }
	
#art { 
	border-left: 1px solid #fff; }
	
#main { 
	clear: left;
	margin: 0 15px 0 15px;
	padding: 15px;
	background: #B5CDAA;
	border-top: 1px solid #fff; }
	
#printmain { 
	margin: 0;
	padding: 15px; }
	
#sidebar { 
	float: right;
	width: 270px;
	margin: 0 0 15px 15px;
	padding: 15px;
	background: #BCB3A5;
	border: 1px solid #45812B; }
	
#sidebar h1 { 
	padding: 5px 0 5px 0; }

#footer { 
	clear: both;
	margin: 0;
	padding: 15px;
	text-align: center;
	font-size: 11px;
	line-height: 18px; }
	
.clearer { 
	clear: both; 
	margin: 0;
	padding: 0; }
	
.contentpic { 
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	text-align: center; }
	
.contentpic2 { 
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: center; }
	
.alert { 
	color: #A10000; }
	
.purple { 
	color: #57444E; }
	
table.list { 
	width: 100%;
	background: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
		
tr.listheaders { 
	background: #57444E;
	vertical-align: top;
	font-weight: bold;
	color: #fff; }
		
tr.listitemsodd { 
	background: #fff;
	vertical-align: top; }
		
tr.listitemseven {
	background: #BCB3A5;
	vertical-align: top; }
	
table.list td { 
	padding: 0 3px 0 3px; }
	
td.actions { 
	width: 50px;
	text-align: center; }
	
td.qty { 
	width: 80px; 
	text-align: right; }
	
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: 3px;
	width: 150px; }
	
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: #45812B;  }

/* SLIDES */

#slides {
	z-index:100;
	border-left: 1px solid #fff;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:579px;
	overflow:hidden;
	position:relative;
	display:none;
	border-left: 1px solid #fff;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:579px;
	height:345px;
	display:block;
}


/*
	Next/prev buttons


#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}*/

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	display: none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:0;
	left:0;
	height:30px;
	padding:0 20px 15px 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
	text-align:left;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}

