@charset "utf-8";


* {
	
	margin: 0px;
	padding: 0px;

}
body {
	
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-color: #666666;
	margin-right: auto;
	margin-left: auto;
}

indextable {
	background-position: center;
	text-align: center;
	height: 802px;
	width: 918px;
	margin-right: auto;
	margin-left: auto;
	
	
}

a {
	color: #2FB5D2;
	text-decoration: none;
}
a:hover, a:visited:hover {
			
	color: #8FC73E;
	text-decoration: underline;
}
a:visited {
		
	color: #82C0FF;
}

li {

	margin-left: 10px;
}
ol {
	
	list-style-type: lower-roman;
}

h1, h2 {
	
	margin-bottom: 9px;
	margin-top: 18px;
}

h1 {

	font-size: 24px;
}

h6 {
	
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
}

h2 {
	 
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	margin-left: 5px;
}


p {
	 
	margin-bottom: 9px;
	margin-left: 5px;
	font-size: 15px;
	color: #82C0FF;
	font-family: Arial, Helvetica, sans-serif;
}

 #container {
	 
	width: 915px;											 
	margin-right: auto;										 
	margin-left: auto;
	background-color: #ffffff;	
	background-image: url(/secondary/images/body_shadow.jpg);
}

#masthead {
	 
	height: 66px;											
	background-color: #ffffff;
	background-image: url(/index/images/masthead.png);
	color: #FFFFFF;
}
#masthead h1 {
 
	font-size: 36px;
}
#navigation {
	 		
	height: 52px;
	background-image: url(/secondary/images/nav.jpg);
	background-color: #ffffff;

}


#left, #content {
	 
	min-height:300px;
	height:auto !important;
	height:500px;
}

#logo {
	background-image: url(index/images/logo.png);
	float: left;
	width: 101px;
	height: auto;
}

#content {
	float: left;
	width: 563px;
	height: 385px;
}

#contentright {
	float: left;
	width: 230px;
	height: 385px;
}

#sharegreen {
	float: left;
    width: 237px;
    height: 194;
}

#organicliving {
	 
    float: left;
	width: 326px;
	height: 194px;
}

#rightnav {
    float: left;
	width: 225px;
	height: 325px;
}

#storelocator {
	clear: both;
	float: left;
	width: 664px;
	height: 79px;
}

#footer {

	clear: both;
	height: 120px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: right;
}
#footer a {
	 
	color: #82C0FF;
	font-size: 10px;
}
#footer a:hover {
	 	
	color: #8FC73E;
}

#footer p {
	 	
	color: #82C0FF;
	font-size: 10px;
}

.centered { 	

	margin-left: auto; 	
	margin-right: auto; 	
	display: table; 
	
} 


#review {
text-align: right;
}

#review a {
color: #2FB5D2
}