/* 
	Color sets
	
	Orange: #cf3f0e
	Orange/brown: #e0b665
	Light orange/brown: #e8c88c
	Lighter orange/brown: #ecd2a2
	Grey: #333333
	Green: #4d5634
	Washed green: #6e7756
	Off-white: #fff8e2
	
*/
* {margin: 0; padding: 0;}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #363636;
	margin: 44px 0 0 0;
	background: #e0b665;
}

a:link {color: #4d5634; text-decoration: none;}
a:visited {color: #4d5634; text-decoration: none;}
a:hover {color: #4d5634; text-decoration: underline;}
img, img a, img a:hover {border: 0;}

h1, h2, h3, h4, h5, h6 {color: #cf3f0e; font-family: "Trebuchet MS", Arial; font-weight: normal;}
h1 {margin: 6px 0 2px 0; font-size: 24px;}
h2 {margin: 4px 0 6px 0; font-size: 20px;}
h3 {font-size:16px; margin: 15px 0 5px 0; }

/*Structure*/
#container {
	width: 800px;
	margin: 0 auto;
	background: #e8c88c;
	padding: 32px 20px 10px 20px;
	height: 100%;
	overflow: hidden;
}
/*This div is used to wrap the sidebar and make sure
  it always spans vertically to align itself with the
  "main" div regardless of the content*/
#contentWrap {
	width: 800px;
	background: #ecd2a2;
	overflow: hidden;
	height: 100%:
}

#main {
	float: right;
	display: inline;
	background: #fff8e2;
	width: 576px;
	overflow: hidden;
}

#main #content {
	padding: 13px 16px;
	overflow: hidden;
	height: 100%;
	min-height:680px;
}

#main #content img{
	padding: 10px 10px 0px 0px;
	margin: 0px;
}

#sideBar {
	float: left;
	display: inline;
	background: #ecd2a2;
	width: 224px;
}

#footer {
	width: 764px;
	background: #ecd2a2;
	overflow: hidden;
	height: 100%;
	padding: 16px 18px;
	margin: 20px 0;
}


/*Main content*/
#flashArea {
	width: 100%;
	height: 217px;
}

.intro {
	overflow: hidden;
	height: 100%;
	margin: 0 0 10px 0;
}
.intro p {
	margin: 6px 0 15px 0;
	text-align: justify;
	line-height: 1.45em;
}
.intro img {
	margin: 8px 0 0 10px;
}

.intro ul{
	margin:0px 30px 0px 30px;
	line-height:20px;
	text-align:justify;
}

.intro li{
	margin:10px 0px 10px 0px;
}

/*Blog and in season boxes*/
#boxArea {
	overflow: hidden;
	height: 100%;
	margin: 0 0 8px 0;
}
#boxArea .featureBox {
	background: #fff8e2;
	padding: 6px;
	width: 249px;
}
#boxArea .featureBox h2 {
	background: url(../images/box_header.png) 0 0 no-repeat;
	width: 249px;
	height: 37px;
	font-size: 26px;
	font-family: "Trebuchet MS", Arial;
	text-align: center;
	line-height: 37px;
	margin: 0;
	color: white;
}
#boxArea .featureBox .box {
	border: 1px solid #cf3f0e;
	padding: 6px;
}
#boxArea .featureBox .box h4 {
	color: #363636;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 5px 0;
}
#boxArea .featureBox .box p {
	font-size: .9em;
	line-height: 1.4em;
}
#boxArea .featureBox .box img {
	float: right;
	display: inline;
	margin: 0 0 3px 3px;
}
#boxArea .featureBox .box ul {
	list-style: none;
}
#boxArea .featureBox .box ul li {
	border-bottom: 1px dotted #748853;
	margin: 6px 0;
	font-size: 12px;
	padding: 0 0 6px 0;
}
#boxArea .featureBox .box ul li.last_li {border: 0; margin: 0; padding: 0;}

#boxArea #marketBlog {
	float: left;
	display: inline;
}
#boxArea #inSeason {
	float: right;
	display: inline;
}


/*Monthly features*/
#featuresArea {
	background: #fff8e2;
	padding: 6px;
	width: 100%:
}
#featuresArea ul#featuresMenu {
	list-style: none;
	overflow: hidden;
	height: 100%;
}
#featuresArea ul#featuresMenu li {
	float: left;
	display: inline;
	font-family: "Trebuchet MS"
	font-size: 12px;
	background: url(../images/menu_hover_left.png) no-repeat left top;
	margin: 0 0 0 -9px;
	padding: 0 0 0 9px;
	overflow: hidden;
}
#featuresArea ul#featuresMenu li.firstMenuItem {margin: 0;}
#featuresArea ul#featuresMenu li span {
	background: #d9663f;
	display: block;
	padding: 3px 18px 2px 18px;
	margin: 0 0px;
}
#featuresArea ul#featuresMenu li a {
	float: left;
	display: block;
	background: url(../images/menu_hover_right.png) no-repeat right top;
	padding: 0px 15px 0px 6px;
	text-decoration: none;
	color: white;
}
#featuresArea ul#featuresMenu li a:hover {color: yellow;}
#featuresArea ul#featuresMenu li.selectedFeature {
	background: url(../images/menu_left.png) no-repeat left top;
	position: relative;
	z-index: 1;
}
#featuresArea ul#featuresMenu li.selectedFeature a {
	background: url(../images/menu_right.png) no-repeat right top;
}
#featuresArea ul#featuresMenu li.selectedFeature span {
	background: #cf3f0e;
	display: block;
	padding: 3px 18px 2px 18px;
	margin: 0 0px;
}
#featuresArea .contentBox {
	border: 1px solid #cf3f0e;
	padding: 10px;
}

#featuresArea .contentBox p {
	margin-bottom:5px;
}

#featuresArea .contentBox img {
	margin-left:5px;
}

/*Search box*/
#searchBox {
	padding: 17px 10px;
	overflow: hidden;
	height: 100%;
}
#searchBox .textBoxOuter {
	background: white;
	padding: 1px;
	width: 160px;
	float: left;
	display: inline;
}
#searchBox input.searchText {
	border: 1px solid #e6e6e6;
	padding: 2px 6px;
	color: #898989;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 146px;
}
#searchBox input.searchButton {
	float: right;
	display: inline;
	border: 0;
}


/*Calendar box*/
#eventCalendar {
	background: #6e7756;
	padding: 9px;
}
#eventCalendar .calendarContent {
	border: 1px solid #606b40;
	padding: 10px 12px;
	text-align: center;
}
#eventCalendar .calendarContent h2 {
	color: white;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0;
}
#eventCalendar .calendarContent select {
	margin: 10px 0 0 0;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

/*Newsletter box*/
#newsletterBox {
	background: #4d5634;
	padding: 9px;
}
#newsletterBox .newsletterContent {
	border: 1px solid #606b40;
	padding: 10px 13px;
	text-align: center;
	overflow: hidden;
	height: 100%;
}
#newsletterBox .newsletterContent h2 {
	color: #fff;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0;
}
#newsletterBox .newsletterContent h2 span {
	display: block;
	font-size: 22px;
}
#newsletterBox .newsletterContent input.newsletterText {
	padding: 2px 6px;
	color: #898989;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 126px;
	float: left;
	display: inline;
}
#newsletterBox .newsletterContent input.newsletterButton {
	float: right;
	display: inline;
	border: 0;
}

/*blog box*/
#blogBox {
	background: #4d5634;
	padding: 9px;
}
#blogBox .blogContent {
	border: 1px solid #606b40;
	padding: 10px 13px;
	text-align: left;
	overflow: hidden;
	height: 100%;
}
#blogBox .blogContent a:link, #blogBox .blogContent a:visited {
	color:#fff;
	margin-left:10px;
}
#blogBox .blogContent h2 {
	color: white;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0;
}
#blogBox .blogContent h2 span {
	display: block;
	font-size: 26px;
}
#blogBox .blogContent input.blogText {
	padding: 2px 6px;
	color: #898989;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 126px;
	float: left;
	display: inline;
}
#blogBox .blogContent input.blogButton {
	float: right;
	display: inline;
	border: 0;
}


/*Contact info*/
h3.contactInfoTag {
	color: #585e3b;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 15px 6px 15px;
}
ul.contactInfo {
	list-style: none;
	padding: 0 15px;
	font-size: 11px;
}
ul.contactInfo li {
	color: #585e3b;
	margin: 2px 0;
}
ul.contactInfo li.public_hours, ul.contactInfo li.city_state_zip, ul.contactInfo li.fax {margin: 0 0 12px 0;}
ul.contactInfo li address {font-style: normal;}


/*Footer*/
#footer ul.wholesaler, #footer ul.tailgating, #footer ul.about, #footer ul.contactInfoFooter {
	list-style: none;
	list-style-position: outside;
	float: left;
	display: inline;
}
#footer ul.wholesaler{
	width: 130px;
	border-right: 1px solid #4d5634;
	padding: 0 16px 0 0;
}
#footer ul.tailgating {
	width: 130px;
	margin: 0 0 0 16px;
	padding: 0 16px 0 0;
}
#footer ul.about {
	width: 130px;
	padding: 0 0 0 16px;
	border-left: 1px solid #4d5634;
	border-right: 1px solid #4d5634;
}
#footer ul.contactInfoFooter {
	width: 220px;
	padding: 0 0 0 16px;
}
#footer ul.wholesaler li, #footer ul.tailgating li, #footer ul.about li,
#footer ul.contactInfoFooter li {
	margin: 3px 0;
	font-size: 10px;
	color: #4d5634;
}
#footer ul.wholesaler li a, #footer ul.tailgating li a, #footer ul.about li a,
#footer ul.contactInfoFooter li a {
	text-decoration: underline;
}
#footer ul.wholesaler li a:hover, #footer ul.tailgating li a:hover, #footer ul.about li a:hover,
#footer ul.contactInfoFooter li a:hover {
	text-decoration: none;
}
#footer ul.wholesaler li.heading, #footer ul.tailgating li.heading, #footer ul.about li.heading,
#footer ul.contactInfoFooter li.heading {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}
#footer ul.contactInfoFooter li.survey_link {margin: 15px 0 0 0;}

p.copyInfo {text-align: center; color: #748853; font-size: 11px;}




/*Main menu*/
#header {
	width: 800px;
	line-height: normal;
}
#header ul#menu {
	list-style: none;
	border-bottom: 1px solid #e8c88c;
	height: 23px;
}
#header ul#menu li {
	float: left;
	display: inline;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	background: url(../images/menu_left.png) no-repeat left top;
	margin: 0 0 0 -9px;
	padding: 0 0 0 9px;
}
#header ul#menu li.firstMenuItem {margin: 0;}
#header ul#menu li span {
	background: #cf3f0e;
	display: block;
	padding: 5px 3px 4px 3px;
	margin: 0 0px;
}
#header ul#menu li a {
	float: left;
	display: block;
	background: url(../images/menu_right.png) no-repeat right top;
	padding: 0px 15px 0px 6px;
	text-decoration: none;
	color: white;
}
#header ul#menu li a:hover {color: yellow;}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header ul#menu li a {float:none;}
/* End IE5-Mac hack */




/*-----------------------*/


#header li:hover a, #mainMenu li a {position: relative; z-index:1000;}
#header ul#menu ul a {	
	display:block;	
	width:129px;
	margin: 0 0 0 0;
	list-style: none;
	padding: 8px 0;
	font-size: 12px;
	color: #ffcc66;
	font-family: "Trebuchet MS", Arial;
	background: none;
	text-indent: 0;
	height: auto;
}
#header ul#menu ul li {background: none; padding: 0; border-bottom: 1px dotted white; margin: 0;}
#header ul#menu li ul {position: absolute; background: url(../images/menu_box_bg.png) 0 0 repeat-y; width: 129px; margin: 0; left: -9999px; z-index: 1000; padding: 10px;}

#header ul#menu li:hover ul, #header ul#menu li ul li:hover ul, #header ul#menu li.sfhover ul, #header ul#menu li ul li.sfhover ul {left: auto; margin: 0 0 0 -2px;}
#header ul#menu li:hover ul ul, #header ul#menu li.sfhover ul ul {
	left: -999em;
}
#header ul#menu li ul {margin: 0; padding-top: 0; }
#header ul#menu li ul li span {background: none;}
#header ul#menu ul li.last_li {padding: 0; border: 0; margin: 0;}
#header ul#menu ul li.last_li a {padding: 8px 0 0 0;}

/* IE7 specific: Stops drop down from "sticking" */
*:first-child+html #header li:hover, *:first-child+html #header li.hover {
    position: static;
}
*:first-child+html #header ul#menu li span {
	padding: 5px 3px 1px 3px;
}


/*Images*/
.logo {background: #cd3301; padding:15px 13px 16px;}
.logo img {border: 1px solid #cd3301;}

#emagc {background:url(../images/emagc.png) no-repeat;position:absolute;left:10px;top:10px;width:72px;height:61px;z-index:1;}

/*Calendar*/
#calendar {font-family: Arial, Helvetica, sans-serif;font-size:11px;}
#calendar td {padding:2px;}

/*Blow-Out Gallery*/
#blowout {
	width:72px;
	height:72px;
	padding: 5px;
	margin: 5px 5px 5px 0px;
	border: 1px solid #ccc;
	float:left;
}
.news_date{color:#999;}
.comment_head {font-size:1.6em; font-weight:400; margin:0 0 10px;padding-top:5px;border-bottom:1px dotted #000;font_weight:bold;}
.comment {width:93%;background-color:#f0f6f8;font-family: Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;padding:5px;margin-bottom:20px;margin-left:auto;margin-right:auto;}
.comment2 {width:93%;background-color:#0b77b7;font-family: Arial, Helvetica, sans-serif;font-size:10px;font-weight:bold;color:#fff;padding:5px;margin:0px;margin-left:auto;margin-right:auto;}

#portfolio {width:576;height:222;overflow:hidden;}
#portfolio ul {list-style:none;}

#directory { font-size:12px; margin-top:8px; }
#directory td { padding:4px; }