/***********************
Plumb Buster Main Style Sheet 
Developer: Tery Dallimer - TND Creative
URL: http://www.tndcreative.co.uk/
Created: 23/06/16
***********************/

@charset "utf-8";
#html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;

	margin: 0px;
	padding: 0px;
}

/*divs**********/

#logo {
	height: 150px;
	width: 400px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#quote-container {
	width: 940px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#main-content {
	width: 940px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 22px;
}
#services-banner {
	margin-top: 50px;
	background-color: #18B6EA;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
}
#gallery-container {
	overflow: auto;
}
#gallery {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 40px;
}
#contact-form-container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#contact-form {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}




#services-banner-container {
	background-color: #18B6EA;
}

/*classes**********/

.img-border {
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

/*headings**********/

#quote-container h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 8px;
	color: #333;
}
#quote-container h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #18B6EA;
	font-style:italic;
}
#main-content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-bottom: 8px;
	color: #FFF;
	line-height: 26px;
}
#main-content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #18B6EA;
}
#services-banner h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
#services-banner h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight:100;
	color: #FFF;
}
#contact-form h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-bottom: 8px;
	color: #333;
	line-height: 26px;
}

/*links**********/

#footer a:link {
	color: #18B6EA;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #18B6EA;
}
#footer a:hover {
	text-decoration: none;
	color: #FFF;
}
#footer a:active {
	text-decoration: none;
	color: #18B6EA;
}

/*contactform**********/

.Contact_Form_Boxes {
	height: 24px;
	width: 582px;
	border: 2px solid #CCCCCC;
	margin-top: 4px;
	margin-bottom: 4px;
}
.Contact_Form_Boxes_Message {
	height: 120px;
	width: 582px;
	border: 2px solid #CCCCCC;
	margin-top: 4px;
	margin-bottom: 4px;
}
.Send_Button {
	width: 582px;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #18B6EA;
	cursor: pointer;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	-webkit-appearance: none;
}
#footer {
	background-color: #333;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 60px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}
