/* HTML ********************************************************************/
html, body { height: 100%; }
body {
	padding: 0;
	margin: 0 0 0 0;
	background: #FFF;
	color: #FFF;
	font: 76% Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.4em;
}
div { text-align: left; }
h1 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #CC4D00;
	margin: 5px 0 15px 0;
	padding: 0;
	color: #015836;
}
h1 a {
	float: right;
	border-left: 2px solid #CC4D00;
	padding: 0 25px 0 5px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
}
table { font-size: 1em; }
a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
form { display: inline; }
img { border: 0px none; }

ul { padding-left: 15px; margin: 5px 0 10px 0; }

/* Navigation ***************************************************************/
ul#links {
	background: #005837;
	margin: 0;
	padding: 3px 0 2px 0;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
}
ul#links li { display: inline; }
ul#links li a { margin: 0 20px; font-weight: normal; }
ul#links li a.on { text-decoration: underline; }

/* HOME *********************************************************************/
#contentHome {
	text-indent: -9999px;
	background: url(images/home_image_2.jpg) no-repeat left top;
	height: 387px;
}
#tomatoText { display: none; }

/* Ids ***********************************************************************/
#container { 
	width: 770px;
	margin: 0 auto;
	min-height: 100%;
	background: #CC4D00;
}
#header {
	height: 113px;
	margin: 0;
	padding: 0;
	background: url(images/home_header.gif) no-repeat left top;
	border: 0 none;
	position: relative;
}
#header a {
	overflow: hidden;
	position: absolute;
	width: 240px;
	height: 105px;
	text-indent: -9999px;
}
#content { 
	background: #FFF url(images/bg_content.jpg) repeat-x left top;
	color: #015836;
	padding: 20px;
}
#content a {
	color: #015836;
}
#footer {
	border-top: 20px solid #005837;
}
#footerContent { 
	padding: 10px 0; 
	text-align: center;
	font: 0.9em Arial, Helvetica, sans-serif;
}
div#footerContent a { text-decoration: underline; }

/* Classes *********************************************************************/
.copyright { font-size: 0.9em; }
.ingredients { font-size: 0.9em; }
ul.altUL { list-style-type: none; padding: 0; }
.printHide { display: none; }
div.alt {
	background: #E5EEEB;
	margin: 0 0 10px -20px;
	padding: 10px 20px;
	position: relative;
}
.ruler {
	position: relative;
	margin: 0 -20px 30px -20px;
	padding: 20px 0;
	font-size: 2px;
	border-bottom: 1px dotted #005837;
}
a.top { text-decoration: underline; }
a.all { 
	display:block;
	background: #005837;
	padding: 3px;
	margin: 10px 0;
	color:#FFF !important;
	text-align: center;
}
/* Tomato Questions*************************************************************/
#questions h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC4D00;
}
#questions h4 {
	font-weight: normal;
	margin: 0 0 5px 0px;
	padding: 0 0 0 10px;
	background: url(images/bullet_333.gif) no-repeat;
}
#questions div.answer {
	font-weight: bold;
	margin: 0px 0 10px 8px;
	padding: 0;
}
#questions .qGroup { margin-bottom: 20px; }

/* Mac Hide \*/
* html #container { height: 100%; }
/* */

/* Print Styles ****************************************************************/
@media print {
	.noPrint { display: none; }
	.printHide { display: block !important; }
	#header, #links, h1 a { display: none; }
	.printHide { text-align: center; margin-bottom: 10px; }
	#container, #content {
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	h1 { 
		height: auto !important; 
		text-indent: 0 !important; 
		font-size: 1.4em !important; 
	}
	#footer {
		border-top-width: 1px !important;
		margin-top: 10px;
	}
	#tomatoText { display: block !important; }	
}
