/* 
Good Foods Group Layout
Version 1.0

*/

/* -------- RESET -------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


#inner_container {
	height: 500px;
	width: 601px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 50px;
}

#inner_header {
	width: 601px;
	height: 177px;
}

#inner_middle {	
	width: 601px;

}

#inner_footer {	
	width: 601px;
	height: 19px;
}

#content {
	padding: 0px;
	padding-bottom: 75px;
	width: 601px;
}

#nav {
	width: 155px;
	height: 155px;
	margin-left: 1px;
	padding-top: 15px;
	float: left;
}

#content_area {
	padding: 15px;
	margin: 0px;
	width: 382px;
	float: right;
	margin-bottom: 25px;
}

#content_area_header {
	height:22px;
}

#content_area_header_internal {
	height:47px;
	
}

#content_area_middle {
	padding: 20px;
}

#content_area_footer {
	height:22px;
}
/* 
Good Foods Group Styles
Version 1.0

*/
body {
	background-color: #ffdd9c;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	color: #54301a;
	background-image:url('../../images/layout/bg_tile.jpg');
}

#main_container {

}

#inner_container {

}

#inner_header {
	background-image:url('../../images/layout/content_header.png');
	background-repeat: no-repeat;
}

#home_link, #home_link a, #home_link a img {
	width: 350px;
	height: 175px;
	float: left;
}

#gfg_link, #gfg_link a, #gfg_link a img {
	width: 200px;
	height: 90px;
	float: right;
	margin-top:-25px;
}

#inner_middle {	
	background-image:url('../../images/layout/content_middle.png');
	background-repeat: repeat-y;
}

#inner_footer {	
	background-image:url('../../images/layout/content_footer.png');
	background-repeat: no-repeat;
}

#content {
	background-image:url('../../images/layout/content_graphic.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content_area_header {
	background-image:url('../../images/layout/content_area_header.png');
	background-repeat: no-repeat;
}

#content_area_header_internal {
	background-image:url('../../images/layout/content_header_internal.png');
	background-repeat: no-repeat;
	text-align:center;
}

#content_area_middle {
	background-image:url('../../images/layout/content_area_middle.png');
	background-repeat: repeat-y;
	font-size: 14px;
	text-align: left;
}

#content_area_footer {
	background-image:url('../../images/layout/content_area_footer.png');
	background-repeat: no-repeat;
}

#menu {
	text-align:right;
	padding: 10px;
	font-size: 14px;
	color: #54301a;
}

.menu_graphic {
	margin-bottom: -2px;
	padding-left: 5px;
}

.menu_item {
	padding-top: 5px;
}

.menu_item a {
	text-decoration: none;
	font-weight: bold;
	color: #54301a;
}

.menu_item a:hover {
	color: #FFFFFF;
}

.headline {
	font-size: 22px;
	width: 577px;
	padding: 7px;
	padding-left: 15px;
	margin-left: 1px;
}

.copyright {
	padding-top:30px;
	margin-right: 15px;
	text-align: left;
	color: #F5EFDF;
}

.clear_float {
	clear: both;
}

.nav {
	text-align:left;
	color: #FFFFFF;
}

.nav_item {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 155px;
	margin-top: 3px;
	padding-left: 8px;
}

.nav_item a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.nav_item a:hover {
	color: #54301a;
}

.nav_red {
	background-image:url('../../images/layout/nav_red.png');
	background-repeat: no-repeat;
}

.nav_green {
	background-image:url('../../images/layout/nav_green.png');
	background-repeat: no-repeat;
}

.nav_blue {
	background-image:url('../../images/layout/nav_blue.png');
	background-repeat: no-repeat;
}

.nav_orange {
	background-image:url('../../images/layout/nav_orange.png');
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: #7f621d;
}

a:hover {
	color: #277A9F;
}

.title_headline {
	font-size: 22px;
	font-weight: bold;
	padding-top: 15px;
	color: #ffffff;
}

.subhead {
	color: #277A9F;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

.subhead2 {
	font-size: 16px;
	padding: 3px 0px 3px 0px;
	line-height: 20px;
}

.subhead3 {
	color: #277A9F;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

.subhead4 {
	color: #A9CF0C;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

.subhead5 {
	color: #AF9C8E;
}

.product {
	width: 345px;
}

.product_desc {
	width: 210px;
	float: right;
}

.thumb {
	float: left;
	padding-right: 10px;
	height: 100%;
	width: 100px;
	margin-bottom: 20px;
	text-align:center;
}

.product_detail {
	text-align:center;
	width: 355px;
}

.full_image{
	padding-bottom: 10px;
}

.ingr {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}

.nut {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: -12px;
}

.but {
	
}

.bold {
	font-weight: bold;
}



/* ------------------------------------ Begin Utility Divs ------------------------------------*/

.alignleft {
	text-align: left;
	float: left;
	width: 33%;
}
.alignmiddle {
	text-align: center;
	float: left;
	width: 33%;
}
.alignright {
	text-align: right;
	float: left;
	width: 33%;
}

/* Just some quick float and align classes for specefic layous */
.floatLeft {
	float:left;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
}

.floatRight {
	float:right;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
}

.alignRight {
	width: 100%;
	text-align:right;
}

.alignLeft {
	width: 100%;
	text-align:left;
}

/* Use the clearFloat class to clear floats in the layout */
.clearFloat {
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
/* ------------------------------------ END tility Divs ------------------------------------*/


/* Headlines */
.headline1 {
	font-size: 15px;
	text-align:left;
	font-weight: bold;
	color: #635F3A;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

.headline2 {
	font-size: 20px;
	text-align:left;
	font-weight: bold;
	color: #635F3A;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Verdana, sans-serif;
}

/* Sub Headlines */
.subHeadline1 {
	font-size: 14px;
	font-weight: bold;
	color: #635F3A;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px 0px 5px 0px;
}

.subHeadline2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	text-align:left;
	color: #000000;
	padding: 5px;
	margin: 10px 0px 5px 0px;
	display:block;
}

.subHeadline3 {
	font-size: 14px;
	font-weight: bold;
	color: #635F3A;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px 0px 5px 0px;
}

.subHeadline4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px 0px 5px 0px;
}