@charset "UTF-8";
/* CSS Document */

body 
{
	margin: 0;
	padding: 0;
	background-image: url(../images/background-repeat.png);
	background-repeat: repeat-x;
	background-color: #a5cd3a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

#container
{
	position: relative;
	width: 998px;
	left: 50%;
	margin-left: -499px;
}

#header
{
	height: 181px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#home
{
	position: absolute;
	top: 27px;
	left: 0;
}

#menu
{
	position: absolute;
	top: 111px;
	right: 50px;
}

#flash
{
	height: 254px;
	background-image: url(../images/flash.png);
	background-repeat: no-repeat;
}

#flash_foods
{
	height: 254px;
	background-image: url(../images/flash_foods2.png);
	background-repeat: no-repeat;
}

#flash_kitchen
{
	height: 254px;
	background-image: url(../images/flash_kitchen2.png);
	background-repeat: no-repeat;
}

#flash_story
{
	height: 254px;
	background-image: url(../images/flash_story.png);
	background-repeat: no-repeat;
}

#flash_moms
{
	height: 254px;
	background-image: url(../images/flash_moms.png);
	background-repeat: no-repeat;
}

#flash_generic
{
	height: 254px;
	background-image: url(../images/flash.png);
	background-repeat: no-repeat;
}

#content
{
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
}

#footer
{
	height: 85px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

#footermenu
{
	float: right;
	padding-right: 50px;
}

p {
text-align:justify;
font-size:12px;
color:#66755d;
}

ul {
font-size:14px;
color:#66755d;
list-style-image: url(../images/bullet.gif);
}

ul li{
margin:0 0 1em 0;
}

h1 {
padding:0;
margin:0;
}

a { 
color:#33CC66;
}

/* Newsletter */

#newsletter {
	background-image: url('../images/newsletter.png');
	background-repeat: no-repeat;
	width: 877px;
	height: 59px;
	margin-left: 60px;
	padding-bottom: 15px;
	margin-top: 10px;
	position: relative;
}

#newsletter div.form {
	background-image: url('../images/newsletter_join.png');
	background-repeat: no-repeat;
	background-position: 20px 16px;
	padding-left: 310px;
	height: 59px;
}

#newsletter .field {
	width: 189px;
	height: 32px;
	padding: 0px 10px;
	background-image: url('../images/newsletter_input.png');
	border: 0px;
	background-color: transparent;
	margin-top: 14px;
	color: #000;
}

#newsletter .submit {
	background-image: url('../images/newsletter_submit.png');
	width: 130px;
	height: 59px;
	border: 0px;
	background-color: transparent;
	line-height: 500px;
	overflow: hidden;
	float: right;
}

#newsletter input.fieldInactive {
	color: #bda166;
}

#newsletter div.thanks {
	display: none;
	color: #4e643d;
	line-height: 59px;
	text-align: center;
}

#error {
	background-image: url('../images/newsletter_error.png');
	width: 547px;
	height: 36px;
	position: absolute;
	margin-top: -36px;
	margin-left: 165px;
	line-height: 36px;
	text-align: center;
	color: #6F4107;
	display: none;
}
