body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img{
	border: 0;
	z-index: 99999;
}
a{
	color:white;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 22px;
	padding:0;
	margin:0;
}
input,select{
	border: 1px solid #ccc;
	height: 15px;
	padding: 5px;
	margin: 10px 5px;
}
textarea{
	border: 1px solid #ccc;
	padding: 7.5px;
	margin: 0 5px;
}
select{
	height: 30px!important;
}
.partnerimage{
	float:left;
	width: 200px;
	padding: 10px 20px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.button{
	float: right;
	width: auto;
	border: 1px solid #970608;
	padding: 10px;
	height: auto;
	color: white;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #cd0811; /* Old browsers */
	background: -moz-linear-gradient(top, #cd0811 0%, #970608 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd0811), color-stop(100%,#970608)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cd0811 0%,#970608 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cd0811 0%,#970608 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cd0811 0%,#970608 100%); /* IE10+ */
	background: linear-gradient(top, #cd0811 0%,#970608 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0811', endColorstr='#970608',GradientType=0 ); /* IE6-9 */	
}
.button:hover{
		background: #970608!important;
}
.clear{
	clear:both;
}
.align-center{
	text-align:center;
}
.serviceslist{
	list-style-image: url(/assets/images/arrow.png);
	margin-left: 20px;
	font-size: 14px;
	line-height: 32px;
}
.headertop{
	text-align:center;
	width: 100%;
	height: 150px;
	background: #cd0811; /* Old browsers */
	background: -moz-linear-gradient(top, #cd0811 0%, #970608 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd0811), color-stop(100%,#970608)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cd0811 0%,#970608 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cd0811 0%,#970608 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cd0811 0%,#970608 100%); /* IE10+ */
	background: linear-gradient(top, #cd0811 0%,#970608 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0811', endColorstr='#970608',GradientType=0 ); /* IE6-9 */	
	padding:20px 0;
}
.headerbottom{
	width: 100%;
	height: 10px;
	background:#FFCC00;
}
.maincontent{
	padding: 20px 0;
	width: 1000px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.map{
	float: left;
	width: 350px;
	padding: 10px;
	margin: 10px;
	border:1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.exteriorimage{
	background-image:url(../images/exterior.jpg);
	height: 300px;
	width: 373px;
	margin-bottom: 10px;
	margin-right: 100px;
	float:right;
	border:1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.contactform{
	float: left;
	width: 565px;
	padding: 10px;
	margin: 10px;
	border:1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.contactheading{
	float: left;
	width: 350px;
	padding-right: 200px;
	padding: 0 20px;
}
.footer{
	color: white;
	background: #cd0811; /* Old browsers */
	background: -moz-linear-gradient(top, #cd0811 0%, #970608 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd0811), color-stop(100%,#970608)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cd0811 0%,#970608 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cd0811 0%,#970608 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cd0811 0%,#970608 100%); /* IE10+ */
	background: linear-gradient(top, #cd0811 0%,#970608 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0811', endColorstr='#970608',GradientType=0 ); /* IE6-9 */
	height: 50px;
	line-height: 50px;
	text-align:center;
}
