@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,400italic|Alegreya:400,400italic,700);
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) center top no-repeat fixed #888;
}
.clearall {
	clear: both;
}
a {
	color: inherit;
}
img {
	border-style: none;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
h1 {
	font: 30px "Alegreya";
	font-weight: 700;
	color: #940000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: -5px;
}
h2 {
	font: 24px "Alegreya";
	font-weight: 700;
	color: #447633;
}
h3 {
	text-align: center;
}
p {
	font: 16px "Open Sans";
	color: #000000;
}
.red {
	color: #940000;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.centertxt {
	text-align: center;
}
#content ul {
	color: #000000;
	font: 14px/19px "Open Sans";
	letter-spacing: 0px;
}
#content li {
	list-style-type: square;
}
#header {
	width: 1000px;
	height: 277px;
	margin-top: 40px;
	background-color: #ffffff;
	-webkit-clip-path: polygon(0 50%, 50% 0, 100% 50%, 100% 100%, 0% 100%);
	clip-path: polygon(0 50%, 50% 0, 100% 50%, 100% 100%, 0% 100%);
}
#logo {
	position: relative;
	width: 250px;
	height: 209px;
	padding-top: 20px;
	margin: 0 auto;
}
#logo img {
	width: 250px;
	height: 209px;
}
#headerphone {
	font: 28px "Alegreya";
	font-weight: 700;
	color: #940000;
	margin-top: -50px;
	margin-left: 130px;
}
#headeremail {
	font: 24px "Alegreya";
	font-weight: 700;
	color: #940000;
	margin-top: -34px;
	margin-left: 630px;
}
#headeremail a {
	text-decoration: none;
}
#headeremail a:hover {
	text-decoration: underline;
}
#nav {
	position: relative;
	width: 1000px;
	height: 30px;
	margin-top: 30px;
	background: #940000;	
	top: 2px;
}
#nav ul {
	list-style: none;
	color: #ffffff;
	font: bold 16px Alegreya;
	text-transform: uppercase;
	padding-top: 5px;
	margin-left: 40px;
}
#nav li {
	display: inline;
	margin-left: 95px;
}
#nav a {
	color: ;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#banner {
	position: relative;
	margin-top: 0px;
	width: 1000px;
	height: 300px;
}
#content {
	background-color: #ffffff;
	width: 940px;
	margin-top: -16px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.halfcol {
	width: 460px;
	margin-right: 20px;
	float: left;
}
.thirdcol {
	width: 300px;
	margin-right: 20px;
	float: left;
}
.twothirdcol {
	width: 620px;
	margin-right: 20px;
	float: left;
}
.last {
	margin-right: 0px;
	float: left;
}
.cleangreen {
	position: absolute;
	margin-top: -100px;
	margin-left: 150px;
}
.bbqcleaner {
	position: absolute;
	margin-top: -100px;
	margin-left: 270px;
}
.h1divline {
	width: 400px;
	height: 2px;
	background-color: #940000;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: -10px;
}
#footer {
	width: 940px;
	padding-left: 30px;
	padding-right: 30px;
	height: 155px;
	background-color: #ffffff;
	border-top: 7px solid #940000;
}
#footer p {
	font-size: 15px;
	font-family: 'Open Sans';
	text-align: center;
}
#footer h3 {
	font: 20px "Alegreya";
	font-weight: 700;
	color: #940000;
}
#socialico {
	margin-left: 26px;
}
#socialico img {
	padding-left: 15px;
	padding-right: 15px;
}
label {
	font: 15px "Open Sans";
	color: #000000;
	font-weight: 400 !important;
}