html, body
{
	font-family: georgia, Times New Roman, Serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #472F25;
	font-size: 9pt;
	height: 100%;
}
p
{
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
a
{
	color: #472F25;
	font-size: 9pt;
	text-decoration: none;
}
a:hover, #menu a.on
{
	color: #DD6931;
	font-size: 9pt;
	text-decoration: none;
}

#wrapper
{
	/*background: url(../images/bg.jpg) no-repeat;*/
	background: url(../images/bg_home.jpg) no-repeat;
	width: 972px;
	height: 578px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-404
{
	background: url(../images/bg_radishes.jpg) no-repeat;
	width: 972px;
	height: 578px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-product-landing
{
	background: url(../images/bg_product_landing.jpg) no-repeat;
	width: 972px;
	height: 578px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-veg
{
	background: url(../images/bg_veggies.jpg) no-repeat;
	width: 972px;
	height: 578px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-template
{
	width: 972px;
	height: auto;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-iframe
{
	width: 972px;
	height: auto;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-philosophy
{
	background: url(../images/bg_philosophy.jpg) no-repeat;
	width: 972px;
	height: 578px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-branching
{
	background: url(../images/bg_branching.jpg) no-repeat;
	width: 972px;
	height: 585px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-cafe
{
	background: url(../images/bg_cafe.jpg) no-repeat;
	width: 972px;
	height: 625px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-hudsonguild
{
	background: url(../images/bg_hudsonguild.jpg) no-repeat;
	width: 972px;
	height: 605px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-grants
{
	background: url(../images/bg_grants.jpg) no-repeat;
	width: 972px;
	height: 610px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-radishes
{
	background: url(../images/bg_radishes.jpg) no-repeat;
	width: 972px;
	height: 578px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-blank
{
	background: url(../images/bg_blank.jpg) no-repeat;
	width: 972px;
	height: 625px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
#wrapper-bumper
{
	background: url(../images/bg_tomatoes.jpg) no-repeat;
	width: 972px;
	height: 578px;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
.logo
{
	width: 205px;
	height: 74px;
	position: absolute;
	top: 22px;
	left: 25px;
	z-index: 1;
}
#homemsg
{
	color: #472f25;
	width: 420px;
	position: absolute;
	top: 110px;
	left: 380px;
}
#homemsg h1 {
	font-size: 22pt;
	font-weight: normal;
	margin: 0;
	overflow: visible;
}
#homemsg span {
	display: block;
	text-align: right;
	font-size: .74em;
	position: relative;
	top: -.5em;
}
#title
{
	color: #708524;
	font-size: 42pt;
}
.food
{
	width: 425px;
	height: 255px;
	position: absolute;
	top: 323px;
	left: 547px;
	z-index: 2;
	border: none;
}

#carousel {
	position: absolute;
	top: 168px;
	left: 290px;
	width: 558px;
}

#carousel .slide {
	position: relative;
}

#carousel .img {
	position: absolute;
	left: 100px;
}

#carousel .label {
	position: relative;
	text-align: right;
	top: 272px;
	right: 328px;
	width: 250px;
}

#carousel .label h2 {
	color: #472f25;
	font-size: 11pt;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	margin: 15px 0 0 0;
	line-height: 1.4;
}

#carousel .label h2 span {
	display: block;
	font-weight: normal;
	font-size: .85em;
}

#carousel .description {
	position: relative;
	top: 272px;
	left: 240px;
	border-left: 1px solid #efb892;
	padding-left: 10px;
	width: 257px;
}

#carousel .description p {
	margin: 0;
	line-height: 1.4;
}

#carousel .description img {
	position: absolute;
	bottom: -30px;
	right: -40px;
}

#carousel .nav {
	display: none;
}

#carousel .prev {
	position: absolute;
	top: 230px;
	left: 100px;
	z-index: 2;
	cursor: pointer;
}

#carousel .next {
	position: absolute;
	top: 230px;
	right: 40px;
	z-index: 2;
	cursor: pointer;
}

/* Footer styles */

#tell-friend
{
	float: left;
	display: inline; /* IE double margin bug */
	padding: 5px 25px;
	margin-left: 20px;
	background: url(../images/bg_tell_friend.gif) no-repeat 0 50%;
}

#print-page
{
	float: left;
	display: inline; /* IE double margin bug */
	padding: 5px 25px;
	margin-left: 5px;
	background: url(../images/bg_print_page.gif) no-repeat;
}

#footer
{
	margin: 0 auto;
	overflow: auto;
	padding: 10px 0;
	width: 942px;
}

#footer p
{
	color: #472F25;
	margin: 0;
}

#footer #footer-left
{
	float: left;
	width: 600px;
	font-size: 11px;
	line-height: 14px;
}

#footer #footer-right
{
	float: right;
	text-align: right;
	width: 300px;
	padding-bottom: 20px;
}

#footer a
{
	color: #472F25;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#landingbutton
{
	text-align: center;
}
#landingbutton a
{
	color: #472F25;
	font-size: 11pt;
}
#landingbutton a:hover
{
	color: #DD6931;
	font-size: 11pt;
}
#landingbutton #text {
	margin-top: 10px;
}

.detail-title
{
	color: #708524;
	font-size: 9pt;
}
.detail-info
{
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
strong
{
	color: #472F25;
	text-transform: capitalize;
	font-weight: bold;
}
.productlink
{
	margin-bottom: 10px;
}

/* MENU */
#menu
{
	font-size: 7pt;
	font-weight: bold;
	color: #472F25;
	width: 360px;
	position: absolute;
	top: 45px;
	left: 590px;
	z-index: 150;
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	float: left;
	margin-right: 45px;
	position: relative;
}

#menu li a {
	position: relative;
	z-index: 152;
}

#menu li ul {
	display: none;
	position: absolute;
	left: -10px;
	top: 0;
	line-height:18px;
	z-index:151;
	border-left: solid 3px #472F25;
	padding-top: 20px;
}

#menu li:hover ul, #menu li.hover ul {
	display: block;
}

#menu li li {
	float: none;
	padding: 7px;
	width: 125px;
	background-color: #DE6F39;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#menu li li a {
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	line-height: 1.1;
}

#menu li li a:hover {
	color: #472F25;
}

.trebtext
{
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
.rollover
{
	position:absolute;
	top:270px;
	left:750px;
}


#faq a
{
	color: #472F25;
	font-size: 9pt;
	text-decoration: underline;
}
#faq a:hover
{
	color: #DD6931;
	font-size: 9pt;
	text-decoration: underline;
}
h2
{
	color: #708524;
	font-size: 11pt;
	font-weight: bold;
	
}

.symbol {
	position: absolute;
	top: 10px;
	font-size: 18px;
}

#grant-home a {
	position: absolute;
	text-indent: -500em;
	overflow: hidden;
}

#grant-links {
	color: #DD6931; font-weight: bold; font-size: 9pt;
}

#grant-links a {
	color: #DD6931;
}

#grant-links a:hover {
	color: #472F25;
}

#CritCommWrapper {
	background: transparent url(http://library.kelloggs.com/critcomm/assets/alert_red_small.png) no-repeat;
	height: 40px;
	margin: 20px auto;
	padding: 0 0 0 70px;
	width: 970px;
}

#CritCommWrapper p {
	height: 25px;
	padding: 10px 0;
}

#CritCommWrapper a {
	color: #000;
	font-size: 16px;

}

#CritCommWrapper a:hover {
	color: #cf000d;
}
