/* CSS Document */

html {
	display: block;
	height: 100%;
}

body {
	background-image: url(images/background_body.jpg);
	display: block;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #555E37;
}

a, a:visited {
	color: #C60;
	text-decoration: none;
}

a:hover, a.active {
	color: #CC0000;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

h1 {
	border: none;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0;
	outline: none;
}

h2 {
	border: none;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0;
	outline: none;
}

p {
	margin: 0px 0px 15px 0px;
}

#main {
	background-image: url(images/background_main.jpg);
	background-repeat: repeat-y;
	display: block;
	height: 100%;
	width: 950px;
	margin: 10px auto;
	clear: both;
}

#header {
	background-image: url(images/background_header.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: black;
	overflow: hidden;
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 2px solid #555E37;
	margin-bottom: 5px;
}

#nav .menuitem {
	display: inline-block;
}

#nav .menuitem a {
	display: block;
	padding: 1px 8px 2px 8px;
	background-color: #555E37;
	font-size: 20px;
	text-align: center;
	color: white;
	border-bottom: 3px solid #555E37;
}

#nav .menuitem a:hover, #nav .menuitem a.active {
	border-bottom: 3px solid #C09600;
}

#content { 
	background-image: url(images/background_content.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

#content div#headline_img {
	position: absolute;
}

#footer {
	height: 20px;
	overflow: hidden;
	font-size: 11px;
	color: #EDEDED;
	padding: 0px 50px 5px 55px;
}

#footer a {
	color: #C60;
}

#footer a:hover {
	color: white;
}

#socialnav {
	border-left: 1px solid #555E37;
	border-right: 1px solid #555E37;
	border-bottom: 1px solid #555E37;
	margin: 0px 50px 0px 55px;
	padding-bottom: 5px;
	color: white;
	letter-spacing: 0.2em;
}

#socialnav .menuitem {
	display: inline-block;
}

#socialnav .menuitem a {
	background-color: #555E37;
	display: block;
	padding: 1px 8px 1px 8px;
	font-size: 18px;
	color: white;
	border-bottom: 2px solid #555E37;
}

#socialnav .menuitem a:hover, #nav .menuitem a.active {
	border-bottom: 2px solid #C09600;
}


/***** CONTENT INNER SHADOW CLASSES *****/

.innershadow {
	/*
	behavior: url(js/PIE.htc);
    box-shadow: 0 0 10px #000000 inset;
    -moz-box-shadow: 0 0 10px #000000 inset;
    -webkit-box-shadow: 0 0 10px #000000 inset;
	position: relative;
	*/
}

.innershadow_top {
	background-image: url(images/background_content_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.innershadow_bottom {
	background-image: url(images/background_content_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.bg_grass {
	background-image: url(images/background_grass.jpg);
	background-repeat: repeat;
}


/***** COMMON CLASSES *****/

.bg_olive {
	background-color: #555E37;
}
.bg_ltolive {
	background-color:#CED6A3;
}

.bg_ededed {
	background-color: #EDEDED;
}

.olive {
	color: #555E37;
}

.borderbottomolive1 {
	border-bottom: 1px solid #555E37;
}

.bordertopolive1 {
	border-top: 1px solid #555E37;
}

.col40 {
	width: 40px;	
}

.col220 {
	width: 220px;	
}

.col260 {
	width: 260px;	
}

.col280 {
	width: 280px;	
}

.col330 {
	width: 330px;	
}

.col578 {
	width: 578px;	
}

.col175 {
	width: 175px;
}

.box200 {
	height: 200px;
}

.row500 {
	height: 500px;
}

.row560 {
	height: 540px;
}

.row100 { height: 100px; }
.row300 { height: 300px; }
.row650 { height: 650px; }
.row470 { height: 470px; }

.row440 {
	height: 440px;
}

.box450 {
	width: 250px;
}

.col275 { width: 275px; }

._recipe { color: #000; }
._recipe a { display: block; }
._recipe ._border {	border: 1px solid #939393; }
._recipe ._button { border: 1px solid #222; background-color: #CCC; padding: 5px; text-align: center; }
._recipe ._button:hover { background-color: #C90; }
._recipe ._content { height: 150px; overflow: hidden; margin-bottom: 10px; }
._recipe ._details > div { margin-bottom: 15px; }
._recipe ._ingredients { font-size: 11px; color: #222; }
._recipe ._ingredients > div { margin-bottom: 5px; }
._recipe ._tile { background-image: url(images/recipe_holdtile270x340.png); background-position: center; background-repeat: no-repeat; width: 270px; height: 215px; overflow: hidden;border-top: 1px solid #A9A9A9; border-bottom: 1px solid #A9A9A9; }
._recipe ._title { font-size: 14px; margin-bottom: 10px; }
._recipe ._thumbnail { float: left; margin-right: 15px; margin-bottom: 15px; }
._recipe ._thumbnail_breif { float: right; margin-left: 15px; margin-bottom: 15px; }

#special {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 45px;
	padding: 5px;
}


.bclr_green_sbe { background-color: #002907; }
.brdclr_yellow_sbe { border: 1px solid #C09701; }
.absolute { position: absolute; }

._button { border: 1px solid #222; background-color: #CCC; padding: 5px; text-align: center; }
._button:hover { background-color: #C90; }


/***** PRODUCTS *****/

._product {
	background-image: url(images/background_product.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 200px;
	overflow: hidden;
	border-top: 1px solid #284819;
	border-bottom: 1px solid #284819;
}

._product a._add {
	display: block;
	height: 200px;
	background-image: url(images/products/button_add.png);
	background-repeat: no-repeat;
	background-position: center right;
}

._product a._add:hover {
	background-image: url(images/products/button_add_over.png);
}

._product .soldout {
	display: block;
	height: 200px;
	background-image: url(images/products/soldout.png);
	background-repeat: no-repeat;
	background-position: center right;
}
/***** SLIDEBOX FOR RECIPES *****/
.slide_box {
	
	display: block !important;
	width: 535px;
	background-color: #D7E1AC;
	height: 600px;
	padding:20px;
	margin-bottom:20px;
	border-left: 2px solid #FFF;
	margin-top: -1px; 
}
/*TABS MENU*/

#tabsmenu { 
	font: bold 11px verdana, arial, sans-serif; 
	border-bottom: 1px solid #D7E1AC;
}

#tabsmenu .pagers {
	padding-left: 10px;	
}

#tabsmenu ._tab {
	display: inline-block;
}

#tabsmenu a {
	display: inline-block; 
	padding: 3px 4px; 
	background-color:  #FC6; 
	color: #C09600;
	margin-right: 4px;
	text-decoration: none;
	border: 1px solid #FC6; 
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#tabsmenu a:hover, #tabsmenu a.activeSlide { 
	background-color: #D7E1AC;
	color: #555E37; 
	border-color: #D7E1AC;
}
#tabsmenu a.activeSlide { 
	padding: 6px 12px;
}