*
{
	padding: 0;
	margin: 0;
}

.clear
{
display: block;
clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #323030;
	text-align: center;
}

#content2 img
{
	margin-top: 5px;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6 /* HEADER TEXT */
{
	color: #000;
}

h2
{
	font-size: 1.45em;
	margin-bottom: 10px;
	font-weight: normal;
	color: #72bf46;
	margin-left: 40px;
}

h3
{
	font-size: 0.8em;
	margin: 0 0 10px 0;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	font-size: 0.8em;
}

p .on
{
	color: #72bf46;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

address
{
	font-size: 0.8em;
	margin-bottom: 15px;
	font-style: normal;
}

/* LIST STYLES *************************/

ul
{
	font-size: 0.8em;
	list-style: outside;
	margin-left: 15px;
}

ul .bullet
{
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
}

li
{
	margin-bottom: 10px;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
	margin-right: 5px;
	border-left: 1px solid #666;
	padding: 4px 0 7px 12px;
	line-height: 150%;
	font-size: 1.2em;
}

#nav ul
{
	text-align: right;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 666px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 100%;
	height: 463px;
	text-indent: -9999px;
}

#nav
{
	position: absolute;
	width: 666px;
	height: auto;
}

#contentwrapper
{
	width: 100%;
	padding-top: 10px;
	background: url(../images/content_bg.jpg) no-repeat top right #fff;
}

#content
{	margin-left: 40px;
	display: inline;
	float: left;
	width: 32%;
	height: auto;
}

#content2
{
	float: left;
	width: 32%;
	height: auto;
	margin-left: 20px;
}

#footer
{
	background: url(../images/footer_bg.jpg) no-repeat bottom;
	height: 40px;
}


/* HEADER IMAGES */

.home
{
	background: url(../images/header_home.jpg) no-repeat;
}

.about
{
	background: url(../images/header_about.jpg) no-repeat;
}

.products
{
	background: url(../images/header_products.jpg) no-repeat;
}

.testimonials
{
	background: url(../images/header_testimonials.jpg) no-repeat;
}

.contact
{
	background: url(../images/header_contact.jpg) no-repeat;
}

/* form styles */

input, label, textarea
{
	display: block;
	width: 200px;
	margin-bottom: 5px;
	font-size: 0.8em;
}

textarea{
	font-size: 1em;
}

input[type=submit]{
	width: 100px;
}

/* LINK STYLES *************************/

a
{
	font-weight: bold;
	color: #72bf46;
	text-decoration: none;
}

a:visited 
{
	color: #72bf46;
	text-decoration: none;
}

a:hover 
{
	color: #390;
	text-decoration: none;
}

#nav a
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover
{
	color: #ccc;
	text-decoration: none;
}