	/* ----======== Reseting All Browsers ========---- */		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{ margin:0; padding:0; }
	fieldset, img { border:0; }
	ul { list-style:none; }
	caption, th { text-align:left; }
	h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
	abbr, acronym { border:0; }
	



	/* ----======== HTML Selectors ========---- */
	
	html
	{
	overflow: -moz-scrollbars-vertical;	    
	}
	
	body
	{
	text-align: center;
	margin: auto;
	color: #a6976d;
	font-size: 12px;
	padding: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
    background: #120E0D url(../images/bg.jpg) repeat top center fixed;
	}
	
	a
	{
	color: #FFD200;
	text-decoration: none;
	}
	
	a:hover { color: #fff; border-bottom: 1px solid #FFD200; }
	
    #header a:hover
    {
    border-bottom: 0;
    }
    
	h1
	{
	color: #fff;
	font-size: 25px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #FFD200;
	font-weight: bold;
	}
	
	h2
	{
	color: #fff;
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: bold;
	}
    
    .submenu h2
	{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	}
    
    h2 a
	{
	color: #fff;
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: bold;
	}
    
    h2 a:hover
	{
	color: #FFD200;
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: bold;
    border: none;
	}
	
	h3
	{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 14px;
	}
	
	h5 { color: #fff; }
	
	p
	{
	margin-bottom: 14px;
	line-height: 18px;
	}
    
    #columnRight img
    {
    border: 1px solid #a6976d;
   	padding: 2px;
    }
	
	
	/* ----======== Custom Selectors ========---- */
	
	#columnLeft ul, #columnRight ul { margin-bottom: 10px; }
	
	#columnLeft li, #columnRight li
    {
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	line-height: 18px;
	}
    
    .submenu li.last
    {
    background: url(../images/bullet.gif) no-repeat !important;
    background-position: 0 5px !important;
    }
	
	.floatRight
	{
	float: right;
	margin-left: 13px;
	margin-bottom: 13px;
	position: relative;
	}
	
	.floatLeft
	{
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	position: relative;
	}
	
	.noMargin { margin: 0 !important; }
	
	.clearer { clear: both; }
	
    .noBorder { border: none !important; }
    
    .noPadding { padding: none !important; }
    

	
	/* ----======== Layout and Styling ========---- */
	
	#wrapper
	{
	width: 834px;
	margin: auto;
	position: relative;
	z-index: 99;
	text-align: left;
	}
    
    #header
    {
    background: url(../images/header_bg.png) no-repeat;
    height: 265px;
    }
	
	#columnLeft
	{
	width: 272px;
	float: left;
	padding-top: 15px;
    margin-left: 6px;
	}
	
	#columnRight
	{
	float: left;
	width: 490px;
    padding: 23px 20px 8px 20px;
    background: url(../images/transparent_bg.png);
    margin-left: 20px;
    margin-top: 15px;
    -moz-border-radius: 4px;
    margin-bottom: 10px;
	}
    
    .panel
	{
    padding: 15px 15px 1px 15px;
    background: url(../images/transparent_bg.png);
    -moz-border-radius: 4px;
    margin-bottom: 14px;
	}
	
	#logo { padding-left: 10px; padding-top: 5px; }
	
	#breadCrumbs { }
	
	
	/* ----======== Main Menu ========---- */
	
	#mainMenu
	{
	position: absolute;
    top: 211px;
    left: 2px;
	}
	
	#mainMenu ul
	{
	padding-top: 10px;
	padding-left: 3px;
	}
	
	#mainMenu ul li
	{
	float: left;
	padding: 0 6px 0 4px;
    background: url(../images/menu_seperator.gif) no-repeat right center;
    height: 34px;
    display: inline-block;
	}
	
	#mainMenu ul li a
	{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 10px 10px;
	}
	
	#mainMenu .active a span, #mainMenu a:hover span
	{
	background: url(../images/menu_bg.gif) no-repeat top right;
    width: 4px;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
	}
	
	li.last { background: none !important; }
	
	#mainMenu ul li a:hover, #mainMenu ul li.active a
	{
	color: #fff;
	background: url(../images/menu_bg.gif) no-repeat top left;
	}
	
	#content { }
	
	#footer { 
    background: url(../images/footer.png) no-repeat top center;
    height: 58px;
    padding-top: 41px;
    padding-left: 15px;
    }
	
	#footer a { }
	
	#footer a:hover { }
	
	
	/* ----======== Table and Form Elements ========---- */	
	
	table { margin-bottom: 14px; }
	
	th
	{
	background: #4a5d2d url(../images/th.jpg);
	padding: 8px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	}
	
	td
	{
	padding: 8px;
	background: #3F361F;
	line-height: 18px;
	}
	
	input, textarea, select
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 12px;
	}
    
    .textField
    {
    padding: 5px;
    border: 1px solid #8DA96C;
    width: 330px;
    background: #2B1D17;
    color: #fff;
    }
    
    input.button
    {
    background: #4a5d2d url(../images/th.jpg);
	padding: 8px 10px;
    color: #fff;
    border: #8DA96C;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    }
    
    div#popup 
    {
    background:#fff;
    margin:0px;
    padding:7px;
    width:270px;
    }
    
    #map
    {
    height: 300px;
    border: 1px solid #a6976d;
   	padding: 2px;
    overflow: hidden;
    margin-bottom: 14px;
    }

.recipe
{
border-bottom: 1px solid #594D25;
margin-bottom: 20px;
padding-bottom: 5px;
}
	