@import url("../fonts/stylesheet.css");

*{
	margin: 0;
	padding: 0;
}


.clear
{
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

html
{
	background: #323030 url(../images/bodybg.gif) top left repeat-x;
}

body
{
	font: 0.8125em Verdana, Arial, Helvetica, sans-serif;
	background: url("../images/plants.png") no-repeat scroll center top transparent;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2{	font-size: 1.875em; /*30px*/ margin-bottom: 10px;}
h3{	font-size: 1.5em; /*24px*/ margin-bottom: 10px;}
h4{	font-size: 1.25em; /*20px*/ margin-bottom: 10px;}
h5{	font-size: 1em; /*16px*/ margin-bottom: 10px;}

h6{ /*substituted for span in CMS therefore needs to be same size as p tag */
	color: #32ccfe;
	float: left;
	font-size: 0.8125em;
	font-weight: 400;
	margin-right: 0.3em;
}

#header h1 {
	background: url(../images/logo.png) top left no-repeat;
	width: 337px; 
	height: 109px;
	margin: 3px 15px -10px 0;
	text-indent: -9999px;
	float: right;
	padding: 0;
	position:relative;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

address{
	font-size: 0.8125em;
	font-style: normal;
	margin-bottom: 10px;
}

/* LIST STYLES *************************/

/* LAYOUT DIVS **************************/

#container
{
	width: 898px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../images/body.png) top left no-repeat;
}

#container-bg {
	/*width: 1000px;*/
	height: auto;
	margin: 0 auto;
	background: url(../images/bg.png) top center repeat-y;
}

#plants {
	/*width: 1250px;*/
	height: 861px;
	margin: 0 auto;
	/*background: url(../images/plants.png) top left no-repeat;*/
}

#header
{
	float: left;
	width: 100%;
	height: 81px;
}

#nav
{
	clear:both;
	float:left;
	margin-top:-12px;
}

#nav img {
	margin-top: -10px;
}

#nav-top
{
	position: relative;
	position: relative;
}

#nav-top ul {
	list-style: none;
	margin-left: 20px;
	width: 375px;
}

#nav-top ul li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}

#nav-top ul li a {
	display: block;
	margin: 0; padding: 0;
	font-family: HammerFatRegular, verdana, arial;
	font-size: 19px;
	color: #fff;
	padding-top: 3px;
	text-decoration: none;
}

#nav-top ul li a:hover {
	color: #71bf48;	
}

	#nav-top ul li a img {
		vertical-align:top;
	}

#home {
	background: url(../images/home.png) top left no-repeat;
	width: 45px; height: 28px;
	text-indent: -9999px;
}

#transport {
	background: url(../images/transport.png) top left no-repeat;
	width: 138px; height: 28px;
	text-indent: 50px;
}

#shipping {
	background: url(../images/shipping.png) top left no-repeat;
	width: 133px; height: 28px;
	text-indent: 50px;
}

#nav-bottom
{
	float:left;
	margin-left:238px;
	margin-top:-40px;
	padding-left:23px;
	position:relative;
	background: transparent url('../images/bottom-nav.png') top left;
}

#nav-bottom ul {
	background:none repeat scroll 0 0 #000000;
	float:left;
	list-style:none outside none;
	padding:3px 0 3px 396px;
	width:241px;
}

#nav-bottom ul li {
	display: inline;
	border-left: 1px solid #fff;
}
#nav-bottom ul li.first {
	border: 0 none;
}

#nav-bottom ul li a {
	margin: 0;
	padding: 0 0 0 5px;
	color: #fff;
}

#nav-bottom a {
	margin: 0; padding: 0;
	color: #fff;
	text-decoration: none;
}

#content
{
	padding-left:40px;
	float: left;
	height: auto;
	width: 510px;
	margin-top: 23px;
}

#content h2 {
	/*font-family: HammerFatRegular;*/
	font-family: Verdana, Arial, Helvetica;
	border-bottom: 1px solid #71bf48;
	color: #000;
	font-size: 2em;
	letter-spacing: -1px;
	padding-bottom:5px;
}

#content h3 
{
	/*font-size: 1.65em;*/
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica;
	/*font-family: HammerFatRegular;*/
	color: #71bf48;
	margin-bottom:7px;
	letter-spacing:-1px;
}

#content h4 {
	color: #71bf48;
	font-size: 1em;
}

#content ul
{
	margin-bottom: 10px;
}

	#content li
	{
		font-size: .81em;
		padding-left: 15px;
		margin-bottom: 5px;
		list-style: none outside none;
		background: url('../images/bullet.gif') no-repeat left center;
	}


#sidebar {
	float: right;
	width: 266px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica;
}

#content p a 
 {
	color: #71bf48;
	font-size: 1em;
	text-decoration: underline;
	
 }
.sidebar-item
{
	/*padding: 15px 0 19px 15px;*/
	margin-bottom: 20px;
	background: #4a4a4a url('../images/sidebar-corner.jpg') 0% 100% no-repeat;
	float: left;
	padding: 15px;
    width: 236px;
}

.sidebar-item h5
{
	font-size: 1.2em;
	font-family: HammerFatRegular;
	font-weight: 200;
}

.sidebar-item p, h5, a {
	/*padding: 0 10px 0 15px;*/
}

.sidebar-item p {
	color: #fff;
	padding-bottom: 10px;
}

.sidebar-item img {
	padding-bottom: 10px;
	margin-left: -15px;
}

.sidebar-item a {
	color: #fff;
	float: right;
	text-decoration: none;
	font-size: 0.8125em;
	clear: both;
	display: block;
	padding-right:10px;
}
	.sidebar-item a:visited, .sidebar-item a:hover
	{
		text-decoration: none;
	}
	
#sidebar2
{
	float: right;
	width: 35%;
	height: auto;
	padding-left: 15px;
	padding-top:15px;
	padding-right:10px;
	background-color: #4a4a4a;
	margin-right: 20px;
	padding-bottom: 35px;
	font-family: Verdana, Arial, Helvetica;
}

#sidebar h5{
	color: #71bf48;	
}

#sidebar2 h5{
	color: #71bf48;
	
}

#footer
{
	border-top: 1px solid #ccc;
	padding: 7px 20px;
	background-color: black;
	color: white;
	overflow: hidden;
}

#footer a {
	color: #62a53f;
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px 0 0;
}

#footer p {
	font-size: 11px;
	display: inline;
	margin: 0;
}

/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#content a{
	color:#71BF48;
	text-decoration: none;
}

#content a:visited{
	color:#71BF48;
	text-decoration: none;
}

#content a:hover{
	color:#71BF48;
	text-decoration: underline;
}

/* IMAGE ALIGNMENT */

.img-left{
	float: left;
	margin: 0 10px 10px 0;
}

.img-right{
	float: right;
	margin: 0 0 10px 10px;
}

.img-center{
	text-align: center;
	margin: 0 10px 10px;
}

/* TABLE STYLING **/

table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
}

table{
	width: 100%;
	margin-bottom: 10px;
}

th{
	font-weight: 700;
}

td, th{
	font-size: 0.8125em;
	padding: 3px;
	vertical-align: bottom;
}

/* FORM **/

p.warning
{
	background: #F00;
    color: #FFF;
    padding: 8px;
}

fieldset{
	background: #ffffff;
	border: 0;
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 0;
}

label
{
	display: block;
	/*font-size: 0.81253em;*/
	padding: 10px 0 5px 0;
}

input[type=text]
{
	border: 1px solid #000;
	padding: 3px;
	width: 75%;
}

input[type=text]:focus, textarea:focus{
	background: #d1f4ff;
}

textarea
{
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100px;
	margin-bottom: 10px;
	padding: 3px;
	width: 75%;
}

input[type=submit]{
	margin-bottom: 10px;
	padding: 2px;
	display: block;
	cursor: pointer;
}

/* SLIDER STYLING **/

#slider-container
{
	background: url('../images/slider-top.jpg') no-repeat;
	padding-top: 34px;
	clear: both;
	float:left;
	margin-top:-9px;
	width:898px;
}

#slider-left
{
	float:left;
}

#nav img#slider-left, #nav #slider img
{
	margin-top: 0;
}

#slider {
	float:right;
	position: relative;
}
	#slider-overlay
	{
		position: absolute;
		z-index: 777;
	}
	
	#slider-text-overlay
	{
		background: url('../images/slider-text-overlay.png') no-repeat;
		padding:0 15px 0 50px;
		height:66px;
		float: right;
		margin-top:-140px;
		position:relative;
		z-index: 888;
		width: 475px;
	}
	
		#nav #slider-text-overlay img
		{
			margin-top: 6px;
		}

#slider
{

}

#slider, .slide
{
	height: 291px;
	/*width:411px;*/
	width:626px;
	overflow: hidden;
}

#slider2, .slide2
{
	height: 66px;
	width: 629px;
	margin-top: -56px;
}

#slider2, .slide2 img {
	float: right;
}
