/*******Colors*******/
/*Green		#67832C*/
/*Orange	#DB7735*/
/********************/


/* @group Template Layout */

* {
	font-family: verdana, helvetica, arial;
}

body {
	margin-top: 20px;
	background-color: #fff;
	font-size: 10px;
}

table.main {
	border: 1px solid #5c5c5c;
	background-color: #fff;
}

td.sandbg {
	background-image: url(/images/main_07.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top;
	height: 500px;
	min-height: 500px;
}

td.leftsandbg {
	background-image: url(/images/left_flash_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top;
	height: 500px;
	min-height: 500px;
}

td.stonebgleft {
	background-image: url(/images/main_08.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top;
}

td.stonebgright {
	background-image: url(/images/main_10.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top;
}

td.footerleft {
	background-image: url(/images/main_12.gif);
	background-repeat: repeat-x;
	height: 39px;
}

td.footercenter {
	background-image: url(/images/main_13.gif);
	background-repeat: repeat-x;
}

td.footerright {
	background-image: url(/images/main_14.gif);
	background-repeat: repeat-x;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

td.footerright a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* @end */

/* @group Content Styles */

/*These need to be identified with #content_area since they nest inside of a <td>*/

#content_area {
	text-align: center;
}

#content_area a:link, #content_area a:visited {
	color: #247538;
	text-decoration: underline;
	/* border-bottom: 1px dotted #DB7735; */
}

#content_area a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #DB7735;	
}

#content_area a:active {
	
}

#content_area h1 {
	font-size: 2em;
	margin: 0 0 .5em 0;
	text-align: left;
	color: #745436;
}

#content_area h2 {
	font-size: 1.5em;
	margin: 0 0 0 0;
	text-align: left;
	color: #088241;
}

#content_area h3 {
	font-size: 1.3em;
	margin: 0 0 1.5em 1em;
	text-align: left;
}

#content_area p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	text-align: left;
}

#content_area ul {
	font-size: 1.1em;
	line-height: 1.5em;
	list-style-type: square;
	margin: 0 0 1.5em 2em;
	padding: 0 0 0 1em;
	width: 300px;
	text-align: left;
}

div.product_image {
	float: right;
	margin: 0 0 2em 1em;
}

img.product_image {
	float: right;
	margin: 0 0 2em 1em;
}

img.product_lights {
	float: right;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 0 2em 1em;
}

img.product_group {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 0 1.5em 0;
}

/* @end */