/**********************************************************************************************

	CSS on Sails
	Title: Site Name
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: June 2009

***********************************************************************************************

	1. BASE
			1.1 Reset
			1.2 Accessibility Navigation & Hide
			1.3 Clearfix
			1.4 Default Styles

	2. LAYOUT
			2.1 Structure
			2.2 Header
			2.3 Navigation
			2.4 Content
			2.5 Sidebar
			2.6 Footer

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/


/* 1.1 Reset
-----------------------------------------------------------------------------------------------*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
a, ins, del { text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th { text-align: left; }

/* 1.2 Accessibility Navigation & Hide
-----------------------------------------------------------------------------------------------*/

ol#accessibility-nav, .hide { position: absolute; top: -999em; left: -999em; height: 1px; width: 1px; }


/* 1.3 Clearfix
-----------------------------------------------------------------------------------------------*/

.clearfix:after,
#content:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }


/* 1.4 Default Styles
-----------------------------------------------------------------------------------------------*/

body { background: #8dd056 url(../images/bg-body.gif) repeat-x top; color: #010101; font: 62.5%/1.3 "Myriad Pro", "Arial", "Helvetica", sans-serif; text-align: center; padding-top: 12px; }
hr { display: none; }
strong { font-weight: bold; }
em { font-style: italic; }
del { text-decoration: line-through; }
th { font-weight: normal; }
address, cite, dfn { font-style: normal; }
li { list-style: none; }
abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }
input, textarea, select { font-family: "Arial", "Helvetica", sans-serif; }
a, a:visited { color: #61472c; text-decoration: underline; }
a:hover, a:active { color: #61472c; text-decoration: none; }


/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/


/* 2.1 Structure
-----------------------------------------------------------------------------------------------*/

.container { width: 1023px; position: relative; margin: 0 auto; text-align: left; font-size: 1.2em; background: #fff url(../images/bg-top.gif) no-repeat 0 0; }
#footer { width: 1023px; margin: 0 auto; padding: 23px 0 30px; background: url(../images/bg-bottom.gif) no-repeat top; }


/* 2.2 Header
-----------------------------------------------------------------------------------------------*/

#header{padding: 7px 24px 15px 21px; width: 978px; overflow: hidden; }

#header .site-name,
#header .site-name span { display: block; overflow: hidden; width: 237px; height: 148px; }
#header .site-name { position: relative; float: left; }
#header .site-name span { background: url('../images/logo-envirocoaster.gif') no-repeat; position: absolute; top: 0; left: 0; z-index: 10; }
#header a.site-name span { cursor: pointer; }

#header .logo-greendrinks{ position: relative; width: 237px; height: 125px; float: right; margin-top: 14px; overflow: hidden; }
#header .logo-greendrinks span{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/logo-greendrinks.gif) no-repeat 0 0; }


/* 2.3 Navigation
-----------------------------------------------------------------------------------------------*/

#navigation{ padding-left: 13px; }
#navigation ul{ width: 997px; background: #6e5335 url(../images/navigation.gif) repeat-y 0 0; overflow: hidden;}
#navigation ul li{ float: left; padding-bottom: 8px; }
#navigation ul li a{ float: left; height: 35px; color: #fff; font-size: 2em; line-height: 1em; padding: 12px 24px 0; text-decoration: none;}
#navigation ul li a:hover{ color: #fff; text-decoration: underline;}
#navigation ul li.active a{ font-weight: bold; text-decoration: underline; }


/* 2.4 Content
-----------------------------------------------------------------------------------------------*/

#content { padding-top: 20px; }
#content .left{ float: left;  margin-bottom: -15px; width: 392px; padding-left: 20px; text-align: justify; font-size: 1.25em; line-height: 1.33em; }
#content .left p{ padding-bottom: 25px; }
#content .left ul{ padding-bottom: 25px;}
#content .left li{ padding-left: 8px; background: url(../images/bullet.gif) no-repeat 0 8px;}

#content .right{ float: right; width: 572px; margin-bottom: -10px; }
#content .right .promo { position: relative; width: 183px; height: 523px; padding: 0 0 0 375px; background: url(../images/bg-promo.gif) no-repeat 365px 0; }
#content .right .promo .image-wrapper { position: absolute; left: 0; top: 0; }
#content .right .promo ul{ padding-top: 10px;}
#content .right .promo li{ padding-left: 8px; background: url(../images/bullet-brown.gif) no-repeat 0 9px;}
#content .right .promo li a{ font-weight: bold; text-decoration: none; font-size: 1.084em; line-height: 1.7em;}
#content .right .promo li a:hover{ text-decoration: underline;}
#content .right .promo .template-box{ position: absolute; z-index: 1; right: 0; bottom: 13px; text-indent: -999em; width: 276px; height: 273px; background: url(../images/brand-templates.png) no-repeat;}
#content .right .promo .buy-now{ position: absolute; z-index: 2; right: 10px; bottom: 16px; width: 75px; height: 25px; }
#content .right .promo .buy-now span{ cursor: pointer; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/btn-buynow.gif) no-repeat;}

.green{ color: #6a9943; }

/* 2.5 Sidebar
-----------------------------------------------------------------------------------------------*/


/* 2.6 Footer
-----------------------------------------------------------------------------------------------*/

#footer p{ color: #fff; font-size: 1.2em; }
