@charset "utf-8";

/*
	resets by Yahoo! (http://developer.yahoo.com/yui/reset/)
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 

	margin:0;

	padding:0;

}

table {

	border-collapse:collapse;

	border-spacing:0;

}

fieldset,img { 

	border:0;

}

address,caption,cite,code,dfn,em,strong,th,var {

	font-style:normal;

	font-weight:normal;

}

ol,ul {

	list-style:none;

}

caption,th {

	text-align:left;

}

h1,h2,h3,h4,h5,h6 {

	font-size:100%;

	font-weight:normal;

}

q:before,q:after {

	content:'';

}

abbr,acronym { border:0;

}

/*
	written by Eric J. Boyer (http://ejboyer.com)
*/

/*
	site wide classes
*/

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

/*
	structure
*/

body{
	background: #ebb131;
	font-family: Helvetica Neue, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

#wrapper{

}

div.inner_wrapper{
	width: 960px;
	margin: auto;
	overflow: hidden;
}

div.showall{
	overflow: visible;
}

div.featured_inner_wrapper{
	width: 960px;
	margin: auto;
	overflow: visible;
	position: relative;
}

div.wrapper_padding{
	padding: 35px 0 35px 0;
}

#header{
	height: 115px;
	background: url(../images/bg_head.png) 0 0 repeat-x;
}

#header_left{
	float: left;
}

#header_right{
	float: right;
}

#client_login{
	margin-top: 42px;
}

#client_login p{
	font-size: 11px;
	color: #5d5d5d;
	display: block;
	float: left;
	margin-left: 6px;
}

#client_login span{
	line-height: 30px;
}

#client_login input{
	width: 94px;
	height: 25px;
	border: 0;
	background: #f6efdc;
	color: #5d5d5d;
	border: 1px solid #eee5cc;
	font-size: 12px;
	margin-top: 2px;
}

#client_login #client_submit{
	width: 79px;
	height: 31px;
	background: transparent url(../images/button_signin.png) 0 0 no-repeat;
	text-indent: -999px;
	margin: 0;
	border: 0px solid #000;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

#navigation{
	overflow: hidden;
	height: 40px;
	background: url(../images/bg_nav.png) 0 0 repeat-x;
	border-top: 1px solid #b2ab9b;
}

#navigation ul{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#navigation li a{
	display: block;
	float: left;
	text-indent: -999px;
	overflow: hidden;
}

#navigation li a.nav_home{
	background: url(../images/nav_home.png) 0 0 no-repeat;
	width: 77px;
	height: 40px;
}

#navigation li a.nav_home_selected, #navigation li a.nav_home:hover{
	background: url(../images/nav_home.png) 0 0 no-repeat;
	background-position: -77px;
	width: 77px;
	height: 40px;
}

#navigation li a.nav_about{
	background: url(../images/nav_about.png) 0 0 no-repeat;
	width: 86px;
	height: 40px;
}

#navigation li a.nav_about_selected, #navigation li a.nav_about:hover{
	background: url(../images/nav_about.png) 0 0 no-repeat;
	background-position: -86px;
	width: 86px;
	height: 40px;
}

#navigation li a.nav_beverages{
	background: url(../images/nav_beverages.png) 0 0 no-repeat;
	width: 119px;
	height: 40px;
}

#navigation li a.nav_beverages_selected, #navigation li a.nav_beverages:hover{
	background: url(../images/nav_beverages.png) 0 0 no-repeat;
	background-position: -119px;
	width: 119px;
	height: 40px;
}

#navigation li a.nav_responsibility{
	background: url(../images/nav_responsibility.png) 0 0 no-repeat;
	width: 149px;
	height: 40px;
}

#navigation li a.nav_responsibility_selected, #navigation li a.nav_responsibility:hover{
	background: url(../images/nav_responsibility.png) 0 0 no-repeat;
	background-position: -149px;
	width: 149px;
	height: 40px;
}


#navigation li a.nav_employment{
	background: url(../images/nav_employment.png) 0 0 no-repeat;
	width: 140px;
	height: 40px;
}

#navigation li a.nav_employment_selected, #navigation li a.nav_employment:hover{
	background: url(../images/nav_employment.png) 0 0 no-repeat;
	background-position: -140px;
	width: 140px;
	height: 40px;
}

#navigation li a.nav_contact{
	background: url(../images/nav_contact.png) 0 0 no-repeat;
	width: 101px;
	height: 40px;
}

#navigation li a.nav_contact_selected, #navigation li a.nav_contact:hover{
	background: url(../images/nav_contact.png) 0 0 no-repeat;
	background-position: -101px;
	width: 101px;
	height: 40px;
}

#sub_navigation{
	background: url(../images/bg_subnav.png) 0 0 repeat-x;
	height: 23px;
	overflow: hidden;
}

#sub_navigation ul{
	margin-left: 10px;
	margin-top: 3px;
}

#sub_navigtaion ul li{
	display: inline;
	margin-right: 10px;
}

#sub_navigation ul li a{
	float: left;
	margin-right: 22px;
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#sub_navigation ul li a:hover{
	text-decoration: underline;
}

#nav_replacement{
	width: 960px;
	margin: auto;
}

#nav_replacement p{
	font-size: 20px;
	font-style: italic;
	margin-top: 9px;
	font-family: Georgia, sans-serif;
}


#featured{
	background: url(../images/bg_featured.png) 0 0 repeat-x;
	border-top: 1px solid #4b702e;
	border-bottom: 1px solid #427e32;
	color: #fff;
	height: 274px;
	z-index: -1;
	overflow: visible;
}

#featured_left{
	float: left;
	padding: 35px 20px 35px 0;
	background: url(../images/bg_featured_graident.png) 0 0 no-repeat;
	height: 204px;
	width: 582px;
}

span.learn_more a{
	display: block;
	width: 134px;
	height: 64px;
	background: transparent url(../images/button_learnmore.png) 0 0 no-repeat;
	text-indent: -999px;
	overflow: hidden;
	float: right;
	margin-top: 2px;
}

span.yes a{
	display: block;
	width: 123px;
	height: 68px;
	background: transparent url(../images/button_yes.png) 0 0 no-repeat;
	text-indent: -999px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	margin-left: 60px;
	margin-bottom: 52px;
}

span.no a{
	display: block;
	width: 118px;
	height: 68px;
	background: transparent url(../images/button_no.png) 0 0 no-repeat;
	text-indent: -999px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	margin-left: 60px;
	margin-bottom: 52px;
}

#featured_right{
	float: right;
	width: 358px;
	height: 274px;
	position: relative;
}

div.img_bottles{
	width: 340px;
	height: 331px;
	background: transparent url(../images/bottles.png) 0 0 no-repeat;
	position: absolute;
	bottom: -10px;
	right: 0px;
	z-index: 10;
}

#page_title{
	background: url(../images/bg_featured.png) 0 0 repeat-x;
	border-top: 1px solid #4b702e;
	border-bottom: 1px solid #427e32;
	color: #fff;
	height: 60px;
}

#content{
	background: #ffefcc;
	border-top: 1px solid #b2a78e;
	padding: 22px 0 22px 0;
}

div.row{
	display: inline;
	float: left;
	width: 960px;
	margin: auto;
}

div.col{
	display: inline;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	width: 286px;
}

div.alpha {
	padding-left: 0;
}

div.omega{
	padding-right: 0;
}

div.row-2{
	display: inline;
	float: left;
	width: 960px;
	margin: auto;
}

div.col-2-l{
	width: 474px;
	padding-right: 50px;
	padding-left: 10px;
	float: left;
	display: inline;
}

div.col-2-r{
	width: 416px;
	float: left;
	display: inline;
	padding-top: 10px;
}

div.img_border{
	width: 406px;
}

div.img_border img{
	float: right;
	border: 10px solid #fff;
}

div.img_subtitle{
	text-align: right;
	width: 416px;
	margin-top: 20px;
}

div.img_subtitle p{
	font-size: .9em;
}

#footer{
	border-top: 1px solid #fbe3ad;
	padding-top: 15px;
}

#footer_left{
	float: left;
}

#footer_left a{
	text-decoration: underline;
}

#footer_left a:hover{
	color: #fff;
}

#footer_left p{
	color: #000;
	font-size: 11px;
	line-height: 20px;
}

#footer_right{
	float: right;
}

#footer_right ul{
	display: inline;	
}

#footer_right li{
	display: inline;
	margin: 2px;
	text-transform: uppercase;
	font-size: 10px;
}

#footer_right a{
	color: #000;
}

#footer_right a:hover{
	color: #fff;
}

/*
	typography	
*/
h1{
	font-family: Georgia, serif;
}

h1 a{
	display: block;
	width: 516px;
	height: 115px;
	background: url(../images/logo.png) 0 0 no-repeat;
	text-indent: -999px;
	overflow: hidden;
}

h2{
	font-family: Georgia, serif;
	font-size: 34px;
	font-style: italic;
	line-height: 56px;
}

h2.big{
	font-size: 44px;
}

#page_title h2{
	display: block;
	width: 653px;
	height: 60px;
	padding-left: 15px;
	background: url(../images/bg_featured_graident.png) 0 0 no-repeat;
}

h3{
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 32px;
	border-bottom: 2px solid #146003;
	margin-bottom: 8px;
}

h3.noborder{
	border-bottom: 0;
}

.uppercase{
	text-transform: uppercase;
}

p{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

p.subtext{
	font-size: .9em;
}

p.read_more{
	margin-top: 10px;
}

p.read_more a:hover{
	color: #000;
}

a{
	text-decoration: none;
	color: #000;
}

.read_more a{
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #146103;
}

.responsibility_holder {
	overflow: hidden;
	width: 100%;
	margin-top: 1em;
	text-align: center;
}

div.responsibility_holder img {
	margin-left: 0;
	margin-right: 0;	
	margin: auto;
	display: inline;
	float: none;
}

ul.rss-feed-list {
	margin-left: 20px;
	list-style-type: disc;
}
