/* CSS Document */

/**Structural Styles **/

body {
	margin: 0;padding: 0;
	background: #4d4e52 url(../images/bg.jpg) repeat-x;
}

#page {
	width: 830px;
	margin: 0 auto;
}

#page-inner {
	width: 830px;
}


#header {
	width:830px;
	margin:0 auto;
	background: url(../images/bg_head.jpg) repeat-x;
	height:150px;
}


#logo {
	width: 275px;
	height: 150px;
}

#nav {
	width: 400px;
	height: 150px;
	float: right;
	display: inline;
}


#content {
	width: 830px;
	margin: 0; padding: 0;
	background: #e36f1d url(../images/bg_content.jpg) repeat-x;
}

#content-inner {
	width: 730px;
	padding: 65px 50px 0 50px;
	background: url(../images/bg_content2.jpg) bottom no-repeat;
}

#leftcol {
	width: 390px;
	margin: 0 40px 0 0;
	float: left;
	display: inline;
}

#rigthcol {
	width: 295px;
	margin: 0; padding: 0;
	float: right;
	display: inline;
}


#footer {
	clear:both;
	width:830px;
	margin:15px 0 40px 0;
}


/** Supporting Sturcutral Styls **/


.press {
	clear: both;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #fff;
}

.clear-bottom {
	clear: both;
	height: 40px;
}

.clear {
	clear: both;
}

p.credit {
	margin: 0;
	font-size: 0.65em;
	text-align: right;
}




/** Font Styles **/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;
	color: #FFFFFF;
}


h1 {
	font-size: 1.2em;
	line-height: 18px;
	color:#FFF;
	margin:0 0 20px 0;
}

h2 {
	font-size: 0.9em;
	margin: 15px 0 0 0;
}


p {
	font-size: 0.75em;
}

#footer p {
	font-size: 0.65em;
	line-height: 12px;
	color: #FDF4E6;

}


#menutitle {
	color: #B42C34;
	font-weight: bold;
}
.ingredients {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}


/** List Styles **/
ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

li {
	margin: 0 0 8px 0;
	font-size: 0.75em;
}





/** Link Styles **/


a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#91060d;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#footer a {
	color: #fff;
}



/**  Nav Styles  - rollovers use single image and negative positioning **/

#about, #menus, #farmers, #press {
  display: inline;
  height: 150px;
  float:left;
  padding: 0;

}

#about:hover, #menus:hover, #farmers:hover, #press:hover { 
  background-position: 0 -150px;
}

#about span, #menus span, #farmers span, #press span {
  display: none;
}

#about {
	 width: 95px;
	 background: url(../images/nav/about.jpg) no-repeat 0 0;
}

#menus {
	 width: 93px;
	 background: url(../images/nav/menus.jpg) no-repeat 0 0;
}

#farmers {
	 width: 94px;
	 background: url(../images/nav/farmers.jpg) no-repeat 0 0;
}

#press {
	 width: 118px;
	 background: url(../images/nav/press.jpg) no-repeat 0 0;
}




/** Image Styles **/

img {
	border: 0;
}

img.large {
	border: #b51b1f 1px solid;
}

.floatleft {
	float: left;
	margin: 0 15px 15px 0;
}







