@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c9252d;
	color: #333;
	font-family: 'PT Sans', sans-serif;
}
.wrapper{
	width:100%;
}
.header{
	text-align:center;
	height:110px;
	vertical-align:middle;
		min-width:1050px;
}
.nav{
	text-align:center;
	height:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d97e64;
	padding-top:6px;
		min-width:1050px;
}
.nav a{
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
	text-decoration:none;
	color: #FCF238;
}
.nav a:hover{
	color: #000;
	}

h1{
	font-family: 'PT Sans', sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
	color:#FCF238;
}
h2{
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: 7px;
	margin-left: 5px;
	color:#FCF238;
}
h3{
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #fff;
}
.contentarea{
	background-color: #FCF238 !important;
	background-image: url(images/ingredients_bg.png) !important;
	background-position: left top;
	min-height:800px;
	padding-top:25px;
	padding-bottom:25px;
	min-width:1050px;
}
.content{
	width:1000px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:25px;
	background-color:rgba(201, 37, 45, 0.1);
	padding: 25px;
	border: 1px solid #c9252d;
}
.clear1{
	clear:both;
}
.locationarea{
	background-color:#666;
	padding-top:30px;
	padding-bottom:40px;
}
.location{
	width:1050px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.location h3{
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #fff;
	margin-right: 0px;
	margin-left: 0px;
}
	
	.location h5{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
}
.map{
	border: 1px solid #333333;
}
.footerarea{
	background-color:#00803f;
	padding-top:30px;
	padding-bottom:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FCF238;
}
.footer{
	width:1050px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	height:50px;
	padding-top:50px;
	color: #ffffff;
	text-align: center;
}
.footer a{
	color: #ffffff;
	text-decoration:none
}
.footer a:hover{
	color: #333;
}
