*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/120508_bg_gradient.gif) repeat-y center;
	text-align: center;
}

#nav img
{
	margin: 31% 0 20px 0;
}

.caption
{
	color: #fff;
	margin-top: -15px;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6 /* HEADER TEXT */
{
	color: #6ca97e;
	font: 0.8em Century Gothic, Verdana, Georgia, Times, Times new roman, serif;
}

h1
{
	font: 1.05em Verdana, Georgia, Times, Times new roman, serif;
	color: #6ca97e;
	padding-left: 20px
	margin-bottom: 10px;
}

#text2 h2
{
	padding-left: 0px;
	font-size: 1em;
}

#content h2
{
	padding-left: 0px;
	font-size: 1em;
}

#text3 h3
{
	color: #003300;
	font-weight: bold;
	font-size: 1.4em;
}

#content h2
{
	padding-left: 20px
	
}

h2
{
	margin-bottom: 5px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	font: 0.75em Century Gothic, Verdana, Georgia, Times, Times new roman, serif;
	padding-left: 0px
}

#content p
{
	padding-left: 20px;
}

#sidebar p
{
	font-size: 0.75em;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.75em;
}

#content p
{
font-size: 1em
}

#text2 p
{
font-size: 1em
}

#text3 p
{
font-size: 1em
}

#text3 li
{
	font-size: 1.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: outside;
}

li
{
	margin: 0 0 10px 37px;
	color: #000;
	font: 0.9em Century Gothic, Verdana, Georgia, Times, Times new roman, serif;
}

#nav li 
{
	display:center;
	float: right;
}

li
{
	list-style: none;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 700px;
	height: 100%;
	margin: 0 auto;
	padding-left: 3px;
	text-align: left;
}

#header
{
	width: 100%;
	height: 297px;
	text-indent: -9999px;
	background: url(../images/120508_header_left.jpg) no-repeat;
}

#productimages
{
	margin-top: -70px;
	margin-left: 20px;
	width: 420px;
}

#productimages a img
{
	width: 100px;
}

#nav
{
	display: inline;
	float: right;
	width: 210px;
	min-height: 600px;
	margin-left: 0px;
	margin-top: 0px;
	background: url(../images/nav_bg.gif) no-repeat top;
	text-align: center;
}

a img
{
	border:0;
}

#content
{
	float: left;
	width: 30%;
	height: auto;
	margin: 20px 20px 0px 10px;
	display: inline;

}

#text2
{
	float: left;
	width: 30%;
	display: inline;
	height: auto;
	margin: 55px 20px 0px 10px;
}

#text3
{
	float: left;
	width: 60%;
	display: inline;
	height: auto;
	margin: 0 10px 0px 20px;
}

#sidebar
{
	float: right;
	width: 210px;
	height: 100%;
	background: url(../images/090508_greeen_column.jpg) no-repeat; float: center;
}

/* for the CSS table design example, starts here */

 .table{
 	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px auto;

 }

 .row{
 	width: 410px;
 	padding: 2px;
	text-align: center;
 }

 .cell{
 	padding-left:5px;
 	width: 45%;
	float:left;
	font-size: 0.8em;
 }
 
.cell2 {
 	padding-left:5px;
 	width: 65%;
	float:left;
}
 
.cell3 {
 	padding-left:5px;
 	width: 100%;
	float:left;
}

 .clear {
 	clear:both;
}

 .tab {
 	background-color:#FFF;
}
 
 .highlight {
 	background-color:#6CA97E;
 	list-style: none;
}


/* LINK STYLES *************************/

#nav a img 
{
	margin-top: 15px;
	margin-bottom: 5px;
}

a
{
	text-decoration: none;
}

a img:hover
{
	opacity: .8;
	filter: alpha(opacity=80);
}

#nav a
{
	color: none;
	text-decoration: none;
}

#nav a:visited
{
	color: none;
	text-decoration: none;
}

#nav a:hover
{
	color: none;
	text-decoration: none;
}