* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: small Verdana, Sans-Serif, Tahoma, Arial;
	background: #ddd url(images/grain.jpg);
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	color: #006400;
	padding-top: 5px;
}

.pagespacer {
	margin: 5px 0px;
}

.clearer {
	clear: both;
}

table {
	margin: 10px 0;
	border: 1px solid #006400;
}

table td {
	border: 1px solid #006400;
	padding: 0 2px 0 2px;
}

.tdcenter {
	text-align: center;
	font-weight: bold;
}

#avail_header {
	margin: 0;
	width: 745px;
	border-bottom: none;
}

#product_list {
	width: 762px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	max-height: 450px;
	overflow: auto;
	border-bottom: 1px solid #999;
}

#product_list table {
	margin: 0;
	width: 745px;
}

#product_list table td img {
	padding-top: 3px;
	padding-right: 2px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* =Frame
----- Holds all the content. 780px is just right for 800x600 screens -----
*/

#frame {
	width: 780px;
	margin: 0px auto;
}

/* =Header
----- Header -----
*/

#header-top {
	width: 100%;
	height: 78px;
	background: #fff url(images/grain.jpg) repeat-x;
}

#header-logo {
}

#header {
	height: 183px;
	background: #fff url(images/header.jpg) bottom no-repeat;
}

#search_box {
	position: relative;
	top: 28px;
	left: 460px;
}

#search_box p {
	font-size: 85%;
}

/* =Nav
----- Main site navigation -----
*/

#nav {
	height: 30px;
	width: 780px;
	border-top: 1px solid #000;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	padding: 7px 21px 7px 21px;
	color: #363;
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
	background: #E4CA95 url(images/nav-bg.gif) repeat-x;
}

#nav ul li.current a {
	padding: 7px 18px 7px 34px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: url(images/leaf.gif) 8px 6px no-repeat;
	color: #006400;
}

#nav ul li.currenthome a {
	padding: 7px 18px 7px 34px;
	border-right: 1px solid #000;
	background: url(images/leaf.gif) 8px 6px no-repeat;
	color: #006400;
}

#nav ul a img {
	border: none;
}

#nav ul li.currentabout a {
	padding: 7px 17px 7px 34px;
	border-left: 1px solid #000;
	background: url(images/leaf.gif) 8px 6px no-repeat;
	color: #006400;
}

#nav ul li.current a:hover, #nav ul li.currenthome a:hover, #nav ul li.currentabout a:hover {
	background: url(images/leaf.gif) 8px 6px no-repeat;
}

#nav ul li a:hover {
	background: #fff url(images/navhover-bg.gif) repeat-x;
	color: #006400;
}

/* =Main
----- Holds navigation and content-holder -----
*/

#main {
	clear: both;
	
	background: none;
}

/* =Content-Holder
----- Holds content and sidebar on the photo gallery page ------
----- This is because of the unique design of the photos page -----
*/

#content-holder {
	width: 780px;
	font-size: 92%;
}

#content-holder h1 {
	font-size: 150%;
	padding: 15px 0 0 10px;
}

#content-holder p {
	padding: 10px 0 0px 10px;
	font-size: 92%;
}

/* =Content
----- Holds the main information -----
*/

#content {
	width: 587px;
	padding: 15px 10px 5px 10px;
	font-size: 92%;
}

#content p {
	padding: 10px 0 5px 0;
}

#content h1 {
	font-size: 150%;
	padding: 0;
}

#content h2 {
	font-size: 130%;
}

#content .feature1 h1, #content .feature2 h1 {
	padding: 7px 0px 0px 7px;
	font-size: 92%;
	color: #fff;
}

.h_features {
	padding-top: 25px;
}

.features {
	list-style-type: none;
	padding: 10px 0;
}

.features li {
	float: left;
}

.features li a {
	display: block;
	width: 179px;
	height: 160px;
	margin-right: 20px;

	text-decoration: none;
	color: #000;
	background: url(images/feature-bg.jpg) no-repeat;
}

.features li a:hover {
	text-decoration: none;
}

.features li.feature_about a {
	margin-right: 0px;
}

.features li a .feature_text {
	position: relative;
	top: 18px;
	left: 5px;
}

.features li a .feature_heading {
	position: relative;
	top: 7px;
	left: 7px;
	
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#content p.index_extra {
	clear: left;
	padding-top: 15px;
}

#search {
	margin-top: 15px;
	border-top: 1px solid #bbb;
}

/* =Sidebar
----- Holds all the extraneous information -----
*/

#sidebar {
	float: right;
	width: 167px;
	background: none;
}

#rotator {
	position: relative;
	overflow: hidden;
	width: 167px;
	height: 550px;
}

#rotator img {
	width: 167px;
	height: 550px;
}

/* =Footer
----- Footer -----
*/

#footer {
	clear: both;
	height: 40px;
	width: 780px;
	padding: 20px 0px;
	
	background: none; /*url(images/round-bottom.gif) bottom left no-repeat;*/
	color: #666;
	border-top: 1px solid #c8c8c8;

	font-size: 15px;
	text-align: center;
}

#footer p {
	clear: left;
	padding: 0px 0 10px 0;
	font-size: 13px;
}

#footer a {
	color: blue;
}

#footer a:hover {
	text-decoration: underline;
}

#footernav {
	height: 20px;
}

#footernav li {
	list-style-type: none;
	float: left;
}

#footernav li a {
	display: block;
	padding: 0 6px 0 10px;
	color: #006400;
}

/* =Availability Navigation
----- Availability Navigation is the navigation used to navigate the availability pages -----
----- ... -----
*/

.availability_nav {
	margin: 10px 0 0 0;
	height: 25px;
	list-style-type: none;
}

.availability_nav li {
	float: left;
}

.availability_nav li a {
	display: block;
	padding: 5px 24px 5px 0px;
	color: blue;
}

.availability_nav li.current a {
	text-decoration: none;
}

/* =Photos
----- Product Photos page unordered list -----
*/

#photos {
	list-style-type: none;

	/*margin-top: 20px;*/
	min-height: 560px;
	height: auto !important;
	height: 560px;
	max-height: 560px;
	overflow: auto;
	
	
}

#photos li {
	text-align: center;
	font-size: 90%;
}

#photos li a {
	display: block;
	padding: 9px 8px 9px 9px;
}

#photos li a:hover {
	background: #ddd;
	text-decoration: none;
}

#photos li a img {
	border: 1px solid #999;
}

#product_image {
	padding: 7px;
	
	background: #d5ebf8;
	border: 1px solid #999;
}

#product_desc {
	font-weight: bold;
	color: #006400;
}

/* 
	Contact page
*/

#sidebar .contact_block {
	width: 180px;
	margin: 20px 20px 20px 0px;
	
	font-size: 85%;
}

#sidebar .contact_block p.c_header {
	padding: 5px;
	
	font-weight: bold;
	color: #025902;
	background: url(images/block_header.gif) no-repeat;
	border-bottom: 1px solid #006400;
}

#sidebar .contact_block p.c_body {
	padding: 5px;
	padding-bottom: 7px;
	background: url(images/block_bottom.gif) no-repeat bottom left;
}

#contact_table .ct_header td {
	font-weight: bold;
	font-size: 112%;
	/*background: #eee;*/
}

#contact_table tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}