@charset "UTF-8";
body {
	font: 100%/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #8a8a8a;
}






/* @group Text & Links */

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
}
a img { 
	border: none;
}

a:link {
	color: #28bdb3;
	text-decoration: none; 
}
a:visited {
	color: #28bdb3;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #8a8a8a;
}


p {
	font-size: 13px;
	padding: 0 0 7px;
	margin: 0;
	line-height: 19px;
}

a {
	font-size: 13px;
	padding: 0 0 7px;
	margin: 0;
	line-height: 18px;
}

h1 {
	font-size: 24px;
	padding: 0 0 20px;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	color: #28bdb3;
	line-height: 27px;
}

h2 {
	font-size: 15px;
	padding: 12px 0 8px;
	margin: 0;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
	color: #28bdb3;
}

h3 {
	font-size: 15px;
	padding: 10px 0 8px;
	margin: 0;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
	color: #8a8a8a;
}

h4 {
	font-size: 13px;
	padding: 10px 0 4px;
	margin: 0;
	line-height: 17px;
	font-weight: bold;
	color: #8a8a8a;
}

.col1 h2, .col2 h2 {
	font-size: 14px;
	padding: 0 0 2px;
	margin: 0;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	color: #8a8a8a;
}

.right_column h2 {
	font-size: 14px;
	padding: 0 0 6px;
	margin: 0;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
	color: #28bdb3;
}


#content ul {
	font-size: 13px;
	line-height: 18px;
	list-style-position: outside;
	padding-left: 0;
	padding-bottom: 4px;
	margin-left: 5px;
	list-style-image: url(../images/bullet.png);
}

#content ol {
	font-size: 13px;
	line-height: 18px;
	list-style-position: outside;
	padding-left: 0;
	padding-bottom: 4px;
	margin-left: 11px;
}

#content li {
	padding-bottom: 2px;
	margin-left: 8px;
}






a.arrowlink, .right_column a {
	font-size: 13px;
	padding: 0 0 2px 9px;
	color: #8a8a8a;
	background: url(../images/arrow.png) no-repeat 0 5px;
	line-height: 19px;
	display: block;
}

a.arrowlink:hover, .right_column a:hover {
	color: #28bdb3;
	text-decoration: none; 
}


#secondaryNav {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

#secondaryNav a {
	position: relative;
	display: block;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	padding: 4px 8px 4px 0;
	background-image: none;
}

#secondaryNav a.selected {
	color: #28bdb3;
}













/* @end */










/* @group Containers */

.header {
	width: 960px;
	margin: 37px auto 33px;
}

.logo {
	float: left;
}

#navigation {
	float: right;
	margin-top: 55px;
}



.banner_content {
	width: 960px;
	margin: 0 auto;
}

#content {
	width: 960px;
	margin: 0 auto;
}

.main_column {
	float: left;
	width: 568px;
	margin-left: 98px;
}

.right_column {
	float: left;
	width: 176px;
	margin-left: 118px;
}

.right_panel {
	margin-bottom: 20px;
}

.right_panel_border {
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	padding: 10px;
}




/* @end */

/* @group Home */

.home_columns {
	margin-top: 30px;
	margin: 0;
}

.col1 {
	width: 274px;
	margin-right: 20px;
	float: left;
}

.col2 {
	width: 274px;
	float: left;
}

.col3 {
	width: 176px;
	margin-left: 118px;
	float: left;
}

.col1 p, .col2 p {
	padding: 0 0 3px;
}

.col3 p {
	margin: 0;
	padding: 0;
}

.contact_panel p {
	margin: 0;
	padding: 0;
}

.contact_panel h2 {
	margin: 0;
	padding: 0 0 2px;
}

.lower_panel {
	margin-top: 30px;
	float: left;
	width: 862px;
	margin-left: 98px;
}

/* @end */






/* @group Banners */

#banner {
	height: 325px;
	margin-bottom: 50px;
}

#banner.no_banner {
	height: 1px;
}

.banner_line  {
	border-top: 1px solid #e5e5e5;
	height: 1px;
	margin-left: 98px;
	width: 862px;
	float: left;
	margin-bottom: 50px;
}

.home {
	background: url(../images/banners/home.jpg) no-repeat center;
	height: 325px;
}

.about {
	background: url(../images/banners/about.jpg) no-repeat center;
	height: 325px;
}

.articles {
	background: url(../images/banners/articles.jpg) no-repeat center;
	height: 325px;
}

.recipes {
	background: url(../images/banners/recipes.jpg) no-repeat center;
	height: 325px;
}

.conditions {
	background: url(../images/banners/conditions.jpg) no-repeat center;
	height: 325px;
}




/* @end */





/* @group Footer */

#footer {
	width: 960px;
	margin: 38px auto 60px;
}

.footer_flowers {
	height: 32px;
	background: url(../images/footer_flowers.png) no-repeat 686px;
	border-bottom: 1px solid #e5e5e5;
	margin-left: 98px;
}

.footer_content {
	margin-left: 98px;
	margin-top: 14px;
}

.divider {
	padding-right: 10px;
	padding-left: 10px;
}

#footer p, #footer a {
	font-size: 11px;
	padding: 0 0 8px;
	margin: 0;
	line-height: 19px;
	color: #8a8a8a;
}

#footer a:hover {
	color: #28bdb3;
	text-decoration: none; 
}



/* @end */






/* @group Misc */

html {
	-webkit-text-size-adjust: none
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
}
.fltlft { 
	float: left;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.home_header {
	margin-bottom: 9px;
}

.sandra {
	margin-left: 98px;
	margin-top: 96px;
}

td {
	font-size: 13px;
	padding: 6px 0 0;
	vertical-align: top;
	border-top: 1px solid #a8aaaa;
}

table {
	border-collapse:collapse;
}

.footnote_top {
	border-top: 1px solid #a8aaaa;
	padding-top: 12px;
	font-size: 12px;
}

.footnote {
	font-size: 12px;
}


/* @end */





/* @group Recipes */


#ingredients p {
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 19px;
}

#ingredients, #method, #benefits {
	padding-bottom: 17px;
}








/* @end */






























