/*****************************/
/* Default element styles */
/*****************************/

body { 
	text-align:center; /* for IE */ 
	margin: 0;
	padding: 0;
	background-color: #fff;
	
} 

html, body {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-size: small;
	background-color: #fff;
}

h1 {
  color: #5877b1;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}

h2 {
  color: #a21215;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

h2 a {
	color: #a21215;
	text-decoration: none
}

p {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #a21215;
	text-decoration: underline;
}

a:hover {
	color: #d03337;
	text-decoration: underline;
}

.small {
	font-size: 9px;
	align: right;
}

img {
	border: none;
}


.clear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
}

li, ul {
	padding: 0;
	margin: 0;
}


/*****************************/
/* Structural styles */
/*****************************/

#wrapper { 
	text-align:left; /* reset text alignment for non-IE*/ 
	width:955px; 	
	margin:0 auto; /* for the rest */ 
		
} 


/*****************************/
/* Top Nav */
/*****************************/
#top-nav {
	height: 128px;
	width: 955px;
	background:  #03286f url(images/gingham-bg.gif) no-repeat; 
	border-bottom: 2px solid #a21215;
	
}

#nav {	
	float: left; 
	width: 600px;
	
	margin-left: 24px;
	display: inline;
	

}

#nav img.nav-divider {
	float: left;
	width: 22px;
}

#nav a {
	text-decoration: none;
	overflow: hidden;
	text-indent: 1000px;
	display: block;
}

#nav a:hover {
	text-decoration: none;
}

#nav a#home-link {
	float: left;
	width: 41px;
	height:27px;
	margin-top: 2px;	
	background:  url(images/home-link.jpg) top left no-repeat;
}

#nav a#products-link {
	float: left;
	width: 69px;
	height:27px;
	margin-top: 2px;
	background:  url(images/products-link.jpg) top left no-repeat;
}
#nav a#recipes-link {
	float: left;
	width: 51px;
	height:27px;
	background:  url(images/recipes-link.jpg) top left no-repeat;
}
#nav a#offers-link {
	float: left;
	width: 99px;
	height:27px;
	background:  url(images/offers-link.jpg) top left no-repeat;
}
#nav a#about-link {
	float: left;
	width: 64px;
	height:27px;
	background:  url(images/about-link.jpg) top left no-repeat;
}
#nav a#wtb-link {
	float: left;
	width: 96px;
	height:27px;
	background:  url(images/wtb-link.jpg) top left no-repeat;
}

/* navigation "on" and "on current page" states*/

#nav a#home-link.on, #nav a#home-link:hover, #nav a#products-link.on, #nav a#products-link:hover, #nav a#recipes-link.on, #nav a#recipes-link:hover, #nav a#offers-link.on, #nav a#offers-link:hover, #nav a#about-link.on, #nav a#about-link:hover, #nav a#wtb-link:hover {
	background-position: bottom left;
}

#header-people {	
	float: right;
	width: 331px; 
	margin-top: 0px;
}

#logo {	
	float: left;
	width: 224px;
	margin-top: 26px;
}

#logo a {
	text-decoration: none;
	text-indent: 0px;
	display: block;
}

/*****************************/
/* Content */
/*****************************/

/* home page */
#col-left-home {
	float: left;
	width: 621px;
	background-color: #fff;
}

#home-feature-img {
	padding: 3px 3px 3px 5px;
}

#col-right-home {
	float: right;
	width: 334px;
	background-color: #f6f4d8;
}

#col-right-home-bg  {	
	height: 443px;
	background: #f6f4d8 url(images/recipe-card.jpg) bottom left no-repeat; 
}

#col-right-home-bg h1 {
  color: #5877b1;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  margin: 0;
  padding: 18px 15px 0 26px;
}

.home-intro {
	margin: 0;
	padding: 0;
	height: 293px;

}


#feature-recipe-home {
	float: left;
	width: 265px;
	display: inline;
	margin: 0;
	padding-left: 34px;
}

#lt-blue-bar {
	background:  #b3bed4 url(images/bottom-blue-bar.gif) bottom left; 
	height: 110px;
}

#home-features-wrapper {

	
}

#home-feature-left {
	float: left;
	width: 150px;
	padding: 27px 0 0 24px;
	display: inline;
	
	
}


#home-feature-left h2, #home-feature-left p, #home-feature-right h2, #home-feature-right p {
	margin: 0 0 5px 0;
	padding: 0;
}

#feature-recipe-home a {
	color: #a21215;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

#feature-recipe-home a:hover {
	color: #d03337;
}

#home-feature-left p, #home-feature-right p {
	line-height: 1.2em;
}

 #feature-recipe-home p {
 	line-height: 1.35em;
	 margin: 0;
  	 padding: 0 0 5px 0;
}

#product-feature-wrapper {
	float: right;
	width: 377px;
	height: 110px;
}

#product-shot {
	float: left;
	width: 212px;
}



#home-feature-right {
	float: left;
	width: 150px;
	margin: 27px 0 0 7px;
	padding: 0;
	display: inline;
}



#feature-recipe-home img {
	border: 1px solid #000;
}

#content {	
	float: left;	
	width: 955px;
	padding-bottom: 3px;
	background-color: #f6f4d8;
}

#content-contact {	
	float: left;	
	width: 938px;
	padding: 20px 0 11px 17px;
	display: inline;
}

#content-wrapper {
	clear: both;	
}

#header-feature-left {
	float: left;
	padding-bottom: 25px;
}

#header-feature-right {
	float: right;
	width: 248px;
	margin-top: 3px;
	margin-bottom: 0;
	padding: 0;
	background-color: #f6f4d8;
	display: inline;
}

#col-left {
	float: left;
	width: 702px;
	padding: 3px 0 25px 5px;
	color: #000;
	background-color: #fff;
}

#col-left p {
	font-size: 11px;	
	color: #000;
}


#col-right {
	float: right;
	width: 248px;
	background-color: #f6f4d8;
	margin: 0;
	padding: 0;
}


#col-right img, #col-right-products img, #col-right-about img, #col-right-offers img {
	padding-top: 3px;
}

#recipe-wrapper {
	float: left;
	width: 670px;
	padding-left: 23px;
	display: inline;
}

#about-wrapper{
	float: left;
	width: 670px;
	padding-left: 23px;
	display: inline;
	background: #fff url(images/postcard.jpg) top right no-repeat;
}

#feature-recipe {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 131px;
}

#feature-recipe p {
	font-size: 9px;	
	line-height: 1em;
	color: #000;
	margin: 3px 0;
	padding: 0;
}

#recipes {
	float: left;
	width: 520px;
	font-size: 11px;	
}

#recipes ul {
	list-style: none;
	margin: -4px 0 0 14px;
	padding: 0;
}



#recipes a {
	color: #a21215;
}

#recipes a:hover {
	color: #d03337;
}

/* products */
#products-l-wrapper {
	float: left;
	width: 302px;
	
}
#products-l-wrapper p, #products-r-wrapper p  {
	margin:0;
	padding: 0;
	clear: both;
}
 
#products-r-wrapper {
	float: left;
	width: 302px;
	margin-left: 50px;
	display: inline;
}

.product-cat {
	padding-bottom: 11px;
}

.left {
	float: left;
    width: 150px; 
    margin: 0;
    padding: 0;
	font-size: 11px;	
	
}

.right {
	float: right;
    width: 151px; 
    margin: 1px 0 11px 0;
    padding: 0;
	font-size: 11px;	
}





 p.about {
 	display: inline;
 }
  
#wrapper-footer {
	width: 955px;
	height: 23px;
	text-align:left;
	font-size: 66%;
	background-color: #274c95;
	color: #fff;
}

#footer-left {
	float: left;
	padding-left: 24px;
	padding-top: 4px;
	display: inline;
}

#footer-right {
	float: right;
	padding-right: 24px;
	padding-top: 4px;
	display: inline;
}

#wrapper-footer a {
	padding: 0 3px;
	color: #fff;
}

#wrapper-footer a:hover {
	padding: 0 3px;
	color: #7d94bf;
}

.frame {
	padding: 3px 3px 3px 5px;

}

.bigBlue {
	color: #03286f;
	font-family: arial, helvetica, sans-serif;
  	font-size: 18px;
}

.title {
	font-size: 18px;
	color: #03286f;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.subtitle {  
		font-family: arial, helvetica, sans-serif; 
		font-size: 12px; 
		font-weight: bold; 
		color: #03286f;
}

.copysmall {
	font-size: 11px;
	line-height: 13px;
	color: #000;
}



