/*  
Theme Name: Ecostrand
Theme URI: http://www.ecostrand.co.nz
Description: Custom theme for Ecostrand websites developed by staff at OgilvyInteractive Auckland
Version: 1.0
Author: OgilvyInteractive New Zealand
*/

/* Eric Meyer's Reset Reloaded: because all browsers are not created equal :) */
@import url('reset.css');

/* shared navigation styles */
@import url('style-nav.css');



/* start of Default Universal Styles */


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #383730;
	margin:0;
	padding:0;
	font-size:68.75%; /* this makes 1em = 11px */
	line-height: 1.35em;
}

p{
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 1.1em;
	line-height: 1.4em;
	
}

.bodyLine{
	background: #a4bb39 url(../images/bg-line.gif) repeat-y center 0;
}

#titleBlock {
	background:transparent url(../images/line-brown.gif) repeat-x scroll 0 bottom;
	height:76px;
	padding:0 0 0 30px;
	width:252px;
}

h1{
	color:#78A440;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.9em;
	font-style:italic;
	font-weight:normal;
	line-height:100%;
	margin:0;
	padding:0;
}

h2{
	padding: 15px 0 20px 5px;
	margin: 0 0 0 10px;
	width: 267px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #c6c09e;
	background: url(../images/line-brown.gif) repeat-x 0 bottom;
}

h2 span{
	display: block;
	font-size: 0.6em;
	text-transform: none;
	font-style: italic;
	margin: 0 0 10px 0;
}

h3{
	padding: 0;
	margin: 0 0 10px 0;
	color: #78a440;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 1.6em;
	font-style: italic;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

a{
	color: #0068b9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
	height: 0px;
    overflow: hidden;
}

/* end of Default Universal Styles */

/* start of structure Styles */

#topLineOutter{
	background: #a4bb39;
	widht: 100%;
}

#topLineInner{
	position: relative;
	width: 890px;
	height: 25px;
	margin: 0 auto;
}

#downloadBtn{
	position: absolute;
	width: 320px;
	height: 56px;
	top: 0;
	right: 12px;
}

#middleOutter{
	width: 100%;
}

.homeLine{
	background: url(../images/bg-color-1.gif) repeat-x 0 0;
}

.contentLine{
	background: url(../images/bg-color-2.gif) repeat-x 0 0;
}
.storeFinderLine {
	background: url(../images/bg-color-3.gif) repeat-x 0 0;
}


#leaf{
	background: url(../images/img-leaf.png) no-repeat 0 111px;	
}

#middleInner{
	width: 870px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	background: url(../images/bg-innerLine.gif) repeat-y 0 0;
}

#headerHolder{
	width: 870px;
	height: 96px;
	padding: 0 0 11px 0;
}

#logo{
	position: absolute;
	width: 142px;
	height: 114px;
	top: 7px;
	left: 0px;
}

#mainBanner{
	width: 850px;
	height: 365px;
	background: #fff;
	margin: 9px 0 0 0;
	padding: 10px;
}

#mainContent{
	width: 860px;
	background: #fff;
	margin: 9px 0 0 0;
	padding: 13px 10px 10px 0;
	min-height:600px;
  	height:auto !important;
  	height:600px;
}

#mainLeft{
	float: left;
	width: 282px;
	margin: 0 45px 0 0;
}
/*#themeImg{
	width: 272px;
	margin: 0 0 0 10px;
}*/

#themeImg{
	width: 272px;
	margin: 0 0 20px 10px;
}

#mainRight{
	float: left;
	width: 513px;
	padding: 20px 20px 0px 0px;
}

#homeText{
	width: 810px;
	height: 80px;
	margin: 20px 0 0 0;
	padding: 25px 30px;
	background: #fff;
}

#homeText img{
	float: left;	
}

#homeText p{
	float: left;
	width: 610px;
	padding: 5px 0 0 60px;	
}

.homeTile{
	float: left;
	background: #fff;
	padding: 10px;
	margin: 20px 10px 0 0;
}

.homeTileLast{
	margin: 20px 0 0 0;	
}

p#copyright{
	float: left;
	margin: 10px 0 110px 0;
	color: #fff;
}

ul#bottomNav{
	margin: 10px 0 110px 0;
	float: right;	
}

ul#bottomNav li{
	float: left;
	margin: 0 0 0 13px;
	padding: 0 0 0 9px;
	border-left: 1px solid #263612;
}

ul#bottomNav li.lastBNav{
	border-left: none;	
}

ul#bottomNav li a{
	color: #263612;
	text-decoration: none;
}


/* STORE FINDER */
#storeContent {
	padding-top: 40px;
	background: url(../images/Where-to-buyBG.gif) no-repeat scroll top center #fff;
}


/* HOME TILES */
.boxgrid{
	overflow: hidden;
	width: 190px;
	height: 150px;
	float:left; 
	position: relative; 
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
.boxcaption{ 
	position: absolute; 
	bottom: -15px;
	left: 35px;
	height: 50px;
	width: 100%;
	padding-top: 10px;
}

.boxcaption h3 {
	font-size: 1.2em;
	padding: 0px 0px 0px 10px;
	text-transform: lowercase;
	background: none;
	margin: 0px;
}

.boxcaption h4 {
	font-size: 11px;
	padding: 5px 0px 0px 10px;
	text-transform: lowercase;
}

.boxcaption h4 a {
	text-decoration: none;
}


.brouchgrid {
	overflow: hidden;
	width: 282px;
	height: 77px;
	position: relative;
	padding-left: 38px; 
}

.brouchcaption{ 
	position: absolute; 
	bottom: 20px;
	height: 77px;
	width: 282px;
}




/* BOTTOM DOT */
#bottomDot {
	height: 1px;
	background: url(../images/whiteDot.gif) repeat-x center;
	}

#footer {
	width: 870px;
	margin: 0 auto;
	padding: 0 10px;
	}

.Footerselected {
	font-weight: bold;
}



















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

