/*
* Organic Empire Style
* Author: Miles Menegon
* 
*/

body{
	margin:3em auto; 
	width:760px; 
	font-family:verdana, sans-serif; 
	font-size:81.25%;
	line-height:1.4em;
	overflow-x:hidden;
}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

/* Navigation  */

#topnav a{color:white; padding:0 0.8em 0 1em; border-left:0.2em solid white;}
body a#current, body#about a.current{color:#016a3a;}
#last{border-right:0.2em solid white;}
#topnav, #email, #phone{
	position:absolute;
	left:0; 
	width:100%; 
	min-height:1.9em; 
	background:#FF6309; 
	text-align:center;
	color:white;
	padding-top:0.5em;
}
#email{top:5.5em; text-align:right; padding-top:0.3em; }
#email a{color:white;}
#phone{top:8em; right:0; padding:0; text-align:right; background:white; color:black; width:auto; color:#016A3A; font-weight:bold;}
#top-logo{position:relative; top:1.275em; z-index:11;}
#top-imgs{position:absolute; z-Index:50; top:6.25em; width:255px; text-align:center; margin-left:252.5px;}
#top-imgs{background:url(images/top-bg.png) 50% 50%;}
#top-tagline{position:absolute; z-Index:51; top:13em; background:transparent; width:760px; text-align:center;}
#top-tagline img{width:300px;}

/*  Page Content  */

#content{float:left; width:100%; margin:7em 0 2em 0;}
#content, #content p, #content h3{background-color:transparent;}
#left-col{float:left;}
#right-col{float:right;}

/* Footer  */
#footer{clear:both; text-align:center;}

/* Home Page */
#home #content{text-align:center; margin-top:5.5em; position:relative; z-Index:3;}
#home #top-imgs{background:white; top:21em; width: 760px; margin:0 0 0 0.25em;}
#home h1{margin-top:0;}
#home h3{color:#FD9847; font-weight:normal;}
#home h3 span{color:#FF6309;}
#home #top-tagline{position:relative; left:-500em; top:-10em;}

/* Delivery Page */
#delivery #content{border-top:0.01em solid #333;}
#delivery #left-col{width:72.5%}
#delivery #right-col{width:25%;}
#delivery ul{padding:0 0 0 1.25em;}
#delivery ul li{list-style-image:url(images/bullet.gif);}
#delivery em{font-size:85%;}
#delivery form{background:#FDAC65; margin:1.4em 0; padding:1em;}
#delivery label{font-weight:bold;}
#delivery input{width:100%;}
#delivery h2{color:#ff6309; font-family:tahoma, verdana, sans-serif;}
#delivery h2 span{color:#fd9847; font-size:75%;}
#delivery h4{color:#ff6309;}

/* Why Eat Organic Page */
#why #content{border-top:0.01em solid #333;}
#why #left-col, #why #right-col{width:48%;}
#why .leader{padding-left:1em; color:#ff6309; font-weight:bold; background:url(images/bullet.gif) no-repeat 0% 50%;}
#why h2{color:#ff6309; font-family:tahoma, verdana, sans-serif;}
#why h2 span{color:#fd9847;}
#why h4{color:#ff6309;}
#choice{color:#ff6309; font-weight:bold;}

/*  About Page  */
#about h2{font-family:tahoma, verdana, sans-serif; color:#ff6309;}
#about #left-col, #about #right-col{width:48%;}
#about .leader{color:#fd9847; font-size:140%;}
.emphasis{color:#ff6309; font-weight:bold;}