body
{	font-family: arial, Geneva, Arial, Helvetica, sans-serif; 
	color: #333; 
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 750px;
	text-align: center;
	font-size: small;
	line-height: 130%;
	font-weight: normal;
	position: relative;
	background: #192727 repeat-x url(../images/body_bg_10.jpg);
}

p
{
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 220%; 
	margin: 10px 0px 20px 0px;
	padding: 0px;
	letter-spacing: 1px;
	color: #279268; 
}

h2
{
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 4px 5px;
	letter-spacing: 1px;
	color: #333; 
	background: #ded;
	border-top: 1px solid #bcb;
	border-bottom: 1px solid #bcb;
}

h3
{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 120%;
	color: #000; 
	letter-spacing: 0px;
}

a, a:link, a:visited
{
	color: #279268;
}

a:hover, a:active
{
	color: #000;
}

img
{
	vertical-align: middle;
	border: none;
}

#banner		
{	
/*	font-size: 0px;	*/					/* Need to get rid of extra space in Netscape 6 (possibly others */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	width: 750px;
	height: 132px;
	background: #279268;
	position: relative;
	font-size: 0px;
}

#container
{	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 1px 0px;		/* Need bottom padding for space at bottom of page */
	text-align: left;
 	width: 750px;
	vertical-align: top;
	background: #fff url(../images/body_bg.jpg);
	float: left;
}

/* Need to put width in or anything in main below the sidebar will
shift slightly to the left */
#main
{
	width: 600px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#main-content
{
	vertical-align: top;
	padding: 0px;
	margin: 15px 20px 20px 30px;
}

#sidebar
{
	float: left;
	width: 150px;
	margin: 0px; 
	padding: 0px;
/*	background: #279268; */
}

ul#navbar
{
	padding: 0px;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
	clear: left;
	font-size: 90%;
}

ul#navbar li 
{	
	margin: 0px;
	padding: 0px;
	background: none;
	list-style-type: none;
	border-top: 1px solid #47b288;
	border-bottom: 1px solid #077248;
}

ul#navbar li a
{	display: block;
	text-decoration: none;
	background: #e66100;
	font-weight: bold;
	letter-spacing: 1px;
	background: #279268;
	color: #fff;
	margin: 0em 0px 0em 0px;
	padding: .4em 0.5em 0.4em 0.75em;
}

ul#navbar li a:hover, ul#navbar li a:active
{
	color: #000;
	background-color: #67d2a8;
}

#hp-image
{
	float: right;
	width: 280px;
	margin: 0px 0px 10px 10px;
	border-top: 5px solid #000;
	border-left: 5px solid #000;
	border-right: 5px solid #333;
	border-bottom: 5px solid #333;
}

#hp-image img
{
	border: 15px solid #279268;
	border-top: 15px solid #279268;
	border-left: 15px solid #279268;
	border-bottom: 15px solid #ded;
	border-right: 15px solid #ded;
}

#footer
{	width: 750px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 10px 0px;
	text-align: center;
	background: #279268;
	border-top: 5px solid #ffed2a;
	clear: both;
}

#footer h1
{
	color: #fff;
}

#footer ul
{	list-style: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	line-height: 20px;
}

#footer ul li
{	
	margin: 0px;
	display: inline;
	background-image: none;
	padding: 0px 5px 0px 5px;  /* Works for most browsers */
	padding: 0px 2px 0px 2px;  /* Works for most browsers */
}

#footer li a
{	display: inline;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-size: 90%;	
	margin: 0px;
	padding: 5px 3px 8px 5px;
}

#footer li a
{
	background: transparent;
}

#footer li a:hover, #footer li a:active
{
	color: #000;
}

.img-float-right
{
	float: right;
	margin: 5px 0px 10px 20px;
	text-align: center;
}

.img-float-right-small
{
	float: right;
	margin: 5px 0px 10px 20px;
	text-align: center;
	width: 200px;
}

.img-float-right-small img
{
	width: 200px;
}

.img-float-right h1, .img-float-right-small h1
{
	line-height: 120%;
	font-size: 130%;
	background: #279268;
	color: #fff;
	margin-top: 0px;
	padding: 5px;
	letter-spacing: 0px;
}

.img-float-left
{
	float: left;
	margin: 0px 20px 10px 0px;
}

.promo
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.promo a, .promo a:visited
{
	font-size: 80%;
	color: #ffed2a;
}

.promo a:hover, .promo a:active
{
	color: #fff;
}

.button
{
	margin: 10px 0px 15px 0px;
}

.button a, .button a:visited
{
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #fff;
	background: #279268;
}

.button a:hover, .button a:active
{
	background: #57c298;
	color: #000;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

textarea
{
	border: 1px solid #ded;
} 

ul.check
{
	padding: 5px 0px 10px 10px;
	font-size: 100%;
	text-align: left;
}

ul.check li
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 7px 20px;
	background: 0px .2em no-repeat url(../images/checkmark_green.gif);
	line-height: 120%;
}

.photo-gallery-1 img
{
	margin: 20px 0px;
	width: 180px;
}

.hp-table
{
	clear: right;
	margin: 20px 0px 10px 0px;
	width: 550px;
	border: 1px solid #aba;
}

	.hp-table th
	{
		padding: 4px 5px;
		width: 33%;
		font-size: 140%;
		text-align: center;
		background: #ded;
		border-top: 1px solid #aba;
		border-bottom: 1px solid #aba;
	}

		.hp-table th a, .hp-table th a:visited
		{
			color: #000;
			text-decoration: none;
		}

		.hp-table th a:hover, .hp-table th a:active
		{
			color: #333;
			text-decoration: underline;
		}

	.hp-table td
	{
		padding: 10px 0px;
		text-align: center;
	}
	
	.hp-table img
	{
		width: 150px;
		height: 103px;
	}

.form-table
{
	border: 1px solid #eed;
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
	background: #f8fff8;
}

	.form-table th
	{
		padding: 5px 10px;
		vertical-align: top;
		border-top: 1px solid #eed;
		font-size: 100%;
		width: 40%;
	}
		
	.form-table td
	{
		padding: 5px 10px;
		vertical-align: top;
		border-top: 1px solid #eed;
	}

	.required
	{
		font-size: 150%;
		color: #f00;
	}
	
	.form-table input
	{
		margin: 0px 0px 0px 10px;
	}
	
	.form-table input.cbox
	{
		float: left;
		clear: left;
		margin: 2px 0px 0px 0px;
		padding: 0px;
		width: 20px;
	}
	
	.form-table .cbox-text
	{
		float: left;
		clear: none;
		width: 360px;
		width: 300px;
		width: 69%;
		width: 90%;
		margin: 0px 0px 5px 8px;
		padding: 0px;
	}
	
.product-table
{
}

	.product-table th
	{
		background: #279268;
		color: #fff;
		padding: 2px 5px;
		border: 1px solid #ded;
	}
	
	.product-table td
	{
		padding: 4px 5px;
		border: 1px solid #ded;
		background: #f8fff8;
		vertical-align: top;
	}

		.product-table td img
		{
			float: left;
			margin: 0px 10px 10px 0px;
		}
	
		