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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

a {
	color:#990000;
	text-decoration: none;
	}
a:visited {
	color:#990000;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
	}

#container {
	width:810px;
	margin-left:auto;
	margin-right:auto;
	}
#header {
	clear:both;
	padding-left:5px;
	padding-right:530px;
	padding-top:50px;
	width:275px;
	height:190px;
	background:url(images/bg_header.jpg);
	overflow:hidden;
	}
	
#homebody {
	width:810px;
	clear:both;
	background-repeat:no-repeat;
	background-image: none;
	}
#subbody {
	width:810px;
	clear:both;
	background:url(images/bg_body_sub.jpg);
	background-repeat:no-repeat;
	}
#navhome {
	width:810px;
	clear:both;
	padding-top:26px;
	height:37px;
	text-align:center;
	overflow:hidden;
	}	
	
#news {
	float:left;
	padding-left:20px;
	padding-right:20px;
	width:220px;
	padding-top:200px;
	text-align: center;
	height: 200px;
	background-image: url(images/hot-squeeze-gallon-jug.jpg);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	}
#news_alt {
	float:left;
	padding-left:25px;
	padding-right:25px;
	width:250px;
}
#feature {
	width:260px;
	padding-left:20px;
	padding-right:10px;
	float:left;
	height: 50px;
	color: #666;
	background-image: url(images/hot-squeeze-fall-cooking.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
	text-align: center;
	background-position: center top;
	}
#asksue {
	width:220px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:130px;
	height: 150px;
	background-image: url(images/hot-squeeze-tailgating-recipes2010.jpg);
	color: #333;
	}

#subleft {
	width:215px;
	float:left;
	padding:20px;
	}
#subright {
	width:510px;
	float:left;
	padding:20px;
	border-left: 1px dotted #a00e00;
	}
#subrightb {
	margin-right: auto;
	margin-left: auto;
	border-left-style: none;
	width:510px;
	float:left;
	padding:20px;
	}
#float {
	width:200px;
	padding:20px;
	background:#ffb41a;
	float:right;
	text-align:left;
	}
#copy {
	width:800px;
	padding-left:5px;
	padding-right:5px;
	border-top: 1px dotted #990000;
	text-align:center;
	clear:both;
	}	
.row {
	width:810px;
	clear:both;
	}
.description {
	font-size:13px;
	line-height:18px;
	color:#e5d498;
	}
.definition {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#ffb41a;
	}
.d2 {
	color:#fde39c;
	}
.d3 {
	color:#ff6130;
	}
.d4 {
	color:#ff9130;
	}
.d5 {
	color:#fdb39c;
	}
.navstyle {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#a00e00;
	}
a.navstyle:hover {
	color:#d38600;
	}
.copystyle {
	font-weight:bold;
	color:#a00e00;
	}
a.copystyle {
	color:#a00e00;
	text-decoration:none;
	}
a.copystyle:hover {
	color:#FF6600;
	}
.copystyle2 {
	font-size:10px;
	color:#a00e00;
	}
	
.redhead {
	font-size: 16px;
	font-weight: bold;
	color: #a00e00;
}
.thirtydays {
	list-style-type: none;
}
.thirtydays ul {
	list-style-position: outside;
	list-style-type: none;
}
.thirtydays li {
	list-style-position: outside;
	list-style-type: none;
}
.thirtydays ul li {
	list-style-position: outside;
	list-style-type: none;
}
.bigred {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
}
.teaser {
	margin: 10px;
	padding-left: 10px;
	width: 200px;
}
.smaller {
	font-size: 10px;
}
a.wht {
	color:#fff;
	text-decoration: none;
	}
a.wht:visited {
	color:#fff;
	text-decoration: none;
}
a.wht:hover {
	color:#Fff;
	text-decoration:underline;
	}


