
body {
	margin:0;
	padding:0;
	font-family:Arial;
	color:#888988;
	font-size: 12px;
}
a {
	text-decoration:none;
	border: none !important;
}
a img {
	border:none;
}

h1 {
	background-color: #069f00;
	font-size: 24px;
}
h2 {
	background-color: #000;
	font-size: 14px;
}
h1, h2 {
	color:#fff;
	text-transform: uppercase;
	font-weight: normal;
	text-align: right;
	padding:7px 20px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	margin: 0;
}
h3 {
	font-family: 'Muli', sans-serif;
}
 .days {font-size: 15px; display: block; color: #fff;}
body.home {
	background:none;
	background-color:#e3e4e2;
}
.bg-img {
	background:  #484e42 url("images/monster-new-bg1.jpg" );
    background-position: center top;     
    background-repeat: no-repeat;
}
.bg-img-home {
	background:  #484e42 url("images/monster-wash-bg.jpg" );
    background-position: center top;     
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height:768px;
}
.container {
	width:960px;
	margin: auto;
}
.header, .transparent-bg-container {
	background:  url("images/semi-transparent-bg.png" );
	color:#fff;
}
.header {
	height:100px;
	margin:auto;
}
.logo {
	float: left;
	width:280px;
}
.navigation {
	float: right;
	text-align: right;
	line-height: 16px;
	margin-top: 17px;
}
.navigation a {
	color: #e4e5e3;	
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 15px;
	letter-spacing: 0.3px;
	vertical-align: middle;
}
.navigation p span {
	font-size: 24px;
	color:#069f00;
	font-weight: 300;
}
.header .navigation a img {
	margin-top:0;
	vertical-align: middle;
}
.header img {
	margin-top:10px;
}
.dark {
	background-color: #2d3328;
	padding:36px 0;
	min-height:274px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.dark .container .left {
	width:600px;
	color:#555952;
	font-size: 14px;
}
.dark .container .left h3 {
	color:#fff;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.dark .container .right img {
	margin-top: 26px;
}
.button {
	background-color: #585f53;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	margin-right:20px;
}
.button a {
	color: #FFF;
	display: inline-block;
	padding: 9px 23px;
	font-size: 11px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
} 
.white {
	background-color: #fff;
}
.white a {
	color:#069f00;
}
.home-main {
	vertical-align: bottom;
	top: 270px;
	position: relative;
}
.home-main h1 {
	width: 409px;
	display: inline-block;
}
.home-main h2 {
	width: 168px;
	display: inline-table;
}
.home-main .right .home-titles {
	text-align: right;
} 
.transparent-bg-container {
	color:#e4e5e3;
}
.left .transparent-bg-container {
	text-align: center;
	padding:30px 55px;
	margin-top: 124px;
}
.left .transparent-bg-container h3  {
	font-size: 36px;
	margin-bottom: 25px;
}
.left .transparent-bg-container h3, .right .transparent-bg-container h3  {
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 0;
}
.left .transparent-bg-container p {
	font-size: 24px;
	font-family: 'Muli', sans-serif;
	margin: 0 0 15px 0;
}
.home-main .left .transparent-bg-container .button {
	margin-right: 0;
}
.home-main .right .transparent-bg-container .left {
	line-height: 20px;
}
.right .transparent-bg-container {
	min-width: 560px;
	min-height: 178px;
	padding:30px;
	font-size: 14px;
}
.home-main .right h2 {
	margin-bottom: 48px;
	background-color: #252b21;
}
.home-main .right .right a {
	color:#e4e5e3;
	font-size: 12px;
}
.right .transparent-bg-container .left {
	width:226px;
	margin-right:20px;
}
.right .transparent-bg-container h3 {
	font-size:24px;
}
.map {
	-webkit-box-shadow: #999 0 0 17px 0px;
    -moz-box-shadow:#999 0 0 17px 0px;
    box-shadow:#999 0 0 17px 0px;
    margin:20px 0;
}
.content {
	background-color: #e3e4e2;
	padding: 35px;
	width: 890px;
	line-height: 18px;
}
.content a {
	color:#069f00;
}
.content h1, .content h2 {
	text-align: center;
}
.content h3 {
	font-size: 24px;
	color: #474f41;
	font-weight: 400;
}
.content .summary {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	line-height: 24px;
}
.content .center {
	text-align: center;
	margin: auto;
}
.content table td {
	padding: 35px 32px 35px 0;
	position: relative;
	min-width: 410px;
	vertical-align: top;
}
.content table td img {
	position: absolute;
}
.content table td h3 {
	line-height: 27px;
}
.content table td h3, .content table td p {
	padding:0 0 0 175px;
}
.content .titles {
	display: inline-block;
}
.container .dark {
	padding:35px;
}
.footer {
	padding-top: 10px;
}
.footer a {	
	color:#888988;
}
.footer .left {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
}
.footer .left span {
	color:#2d3328;
}
.footer .right {
	margin-top: 10px;
}
.bottom table td {
	vertical-align: top;
	width: 257px;
	padding:0 20px 10px 20px;
	text-align: center;
}
.bottom h3 {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	color:#fff;
	font-weight: 400;
}
.bottom .button {
	margin:10px 0 0 0;
}
.forms {
	background: #ACB2A7;
	color: white;
	padding: 15px 25px;
	margin:20px 0 auto;
}
.form-contact {
	background: none;
	color:#666;
	margin-left: 30px;
}
.forms tr:nth-child(even) {
	text-align: left;
	border: 1px solid red;

}
.forms .submit {
	background-color: #069F00;
	color:#fff;
	padding:10px;
}
.forms td {
	padding:5px !important;
	min-width: 250px !important;
}

.forms td input, .forms td textarea {
	padding:5px;
	border: none;
}
.bottom .hours {
	color: #62655f;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Muli', sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}
.bottom .time {
	font-size: 24px;
	font-family: 'Muli', sans-serif;
	margin-top: 0;
	padding-top: 0;
}
.bottom p {
	line-height: 18px;
}
