/* Sunny Queen Farms 'Cage Free Eggs' CSS
   Created By: Aaron Lepik
   Date: 21/01/09 */
   
html, body {
	background-color: #FFC82E;
	color: #464646;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: left;	
}

body {
	overflow: hidden;
}

#flashContent {
	margin: 0 auto;
}

a {
	background-color: transparent;
	color: #9C3022;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	background-color: transparent;
	color: #702218;
	text-decoration: underline;
	font-weight: normal;
}

img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	background: #FFC82E url("../images/nf_bg.gif") center top repeat-x;
	width: 100%;
	height: 850px;
	text-align: left;
}

#noFlash {
	margin: 0 auto;
	width: 1000px;
	height: 580px;
}

#header {
	margin: 0;
	padding: 0;	
	width: 1000px;
	height: 350px;
}

#header h1 {
	margin: 0;
	padding: 0;
	background: #FFC82E url("../images/nf_header.jpg") left top no-repeat;
	color: #464646;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	height: 350px;
}

#header h1 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#leftYellow {
	background: #FFC82E url("../images/nf_yellow_left.jpg") left top no-repeat;
	color: #464646;
	float: left;
	width: 193px;
	height: 230px;
}

#maincopy {
	background: #FFC82E url("../images/nf_yellow_middle.jpg") left top no-repeat;
	color: #464646;
	float: left;
	width: 473px;
	height: 230px;
}

#maincopy p {
	font-size: 0.9em;
	margin: 0;
	padding: 0 20px 20px 0;
	line-height: 20px;
}

#highlight {
	background-color: transparent;
	color: #9C3022;
	font-weight: bold;
}

#getFlash {
	margin: 0;
	padding: 4px 0 0 149px;
	width: 155px;
	height: 25px;
}

#getFlash h2 {
	margin: 0;
	padding: 0;
	text-align: left;
}

#getFlash h2 a {
	background: #FFC82E url("../images/nf_getflash_btn.gif") left top no-repeat;
	width: 155px;
	height: 25px;
	display: block;
}

#getFlash h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#formContent {
	margin: 0;
	padding: 5px 0 0 0;
	width: 473px;
}

#formContent fieldset {
	margin: 0;
	padding: 0;
	width: 473px;
	border: none;
}

#formContent fieldset ol,
#formContent fieldset ol li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	font-weight: bold;
	font-size: 0.95em;	
}

#formContent fieldset ol li label {
	margin: 0;
	padding: 0 5px 0 0;
}

#formContent fieldset ol li input {
	width: 219px;
	margin: 0;
	padding: 3px;
	border: 1px solid #EB9934;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #464646;
}

#formContent fieldset p#letmeknow {
	margin: 0;
	padding: 0 0 0 14px;
	float: left;
}

#formContent fieldset p#letmeknow input {
	width: 130px;
	height: 25px;
	border: none;
	cursor: pointer;	
}


#logoWrapper {
	float: left;
	width: 141px;
	height: 230px;	
}

#cfLogo {
	width: 141px;
	height: 93px;	
}

#cfLogo h2 {
	margin: 0;
	padding: 0;
	background: #FFC82E url("../images/nf_cf_logo.jpg") left top no-repeat;
	color: #464646;
	width: 141px;
	height: 93px;
}

#cfLogo h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#sqfLogo {
	width: 141px;
	height: 137px;	
}

#sqfLogo h2 {
	margin: 0;
	padding: 0;
}

#sqfLogo h2 a {
	margin: 0;
	padding: 0;
	background: #FFC82E url("../images/nf_sqf_logo.jpg") left top no-repeat;
	color: #464646;
	display: block;
	width: 141px;
	height: 137px;
}

#sqfLogo h2 a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#rightYellow {
	background: #FFC82E url("../images/nf_yellow_right.jpg") left top no-repeat;
	color: #464646;
	float: right;
	width: 193px;
	height: 230px;
}