@charset "UTF-8";
/* CSS Document */
/* Built for Dave Mason - Kitchen and Bathroom Installer */
/* Code and Design by Matt Alderson, aka supermingo, http://supermingo.com, http://twitter.com/super_mingo */
/* For support contact matt@supermingo.com */

/* Font Loading In - Google Webfonts */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

/* Reset */
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	-webkit-font-smoothing: antialiased;
}

/* Clear Class */
.clear {
	clear: both;
}

/* Default */
body {
	margin: 0px auto;
	background-image: url('../imgs/bg-pattern.jpg');
	background-repeat: repeat;
	font-size: 10px;
	line-height: 10px;
}
#wrapper {
	width: 940px;
	height: 100%;
	margin: 50px auto;
	padding: 0px 10px 0px 10px;
}

/* Header */
#header h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-size: 6.0em;
	line-height: 1.2em;
	color: #242424;
}
a.mail:link, a.mail:visited, a.mail:active {
	color: #1bc5e3;
	text-decoration: none;
}
a.mail:hover {
	color: #242424;
	text-decoration: none;
}
a.kitchen:link, a.kitchen:visited, a.kitchen:active {
	color: #f7da1e;
	text-decoration: none;
}
a.kitchen:hover {
	color: #242424;
	text-decoration: none;
}
a.bathroom:link, a.bathroom:visited, a.bathroom:active {
	color: #49cf15;
	text-decoration: none;
}
a.bathroom:hover {
	color: #242424;
	text-decoration: none;
}

/* Content */
#content {
	width: 100%;
	height: 100%;
	margin: 40px 0px 60px 0px;
}

/* Written Content (left) */
#content_left {
	width: 470px;
	float: left;
	margin: 0px 125px 0px 0px;
}
#content_left p.desc {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
}
ul.service-list {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
ul.service-list li {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	list-style-type: circle;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
}

/* Contact Form (right) */
#content_right {
	width: 345px;
	float: left;
	margin: 4px 0px 0px 0px;
}
#form {
	margin: -4px 0px 0px 0px;
}

/* Name | Town | Phone | Email | Send Button */
.form-section {
	width: 345px;
	height: 45px;
}
.form-section label {
	float: left;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
}
.form-section input.text {
	float: right;
	width: 203px;
	height: 28px;
	border: 1px solid #242424;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url('../imgs/form-bg.jpg');
	background-position: top left;
	background-repeat: repeat;
	padding: 0px 15px 0px 15px;
	margin: -4px 0px 0px 0px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
}
.form-section input.text:focus {
	border: 1px solid #FFF;
}
.form-section input.required {
	border: 1px solid #FF0000;
}
.form-section input.required:focus {
	border: 1px solid #FF0000;
}
.form-section button#submit {
	width: 100%;
	height: 34px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #242424;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	outline: none;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #fff;
}

/* Radio Buttons | Found */
.form-section2 {
	width: 345px;
	margin: 0px 0px 15px 0px;
}
.form-section2 label {
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
	margin: 0px 15px 0px 60px;
}
.form-section2 label.long {
	float: left;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.form-section2 span.label {
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
}
.form-section2 .radio-store {
	width: 100%;
}
.form-section2 input.radio {
	width: 16px;
	height: 16px;
}
.form-section2 input.long-text {
	float: right;
	width: 313px;
	height: 28px;
	border: 1px solid #242424;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url('../imgs/form-bg.jpg');
	background-position: top left;
	background-repeat: repeat;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 15px 0px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
}
.form-section2 input.long-text:focus {
	border: 1px solid #FFF;
}
.form-section2 input.required {
	border: 1px solid #FF0000;
}
.form-section2 input.required:focus {
	border: 1px solid #FF0000;
}

/* Message */
.form-section3 {
	width: 345px;
	margin: 15px 0px 0px 0px;
}
.form-section3 label {
	float: left;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
	width: 100%;
}
.form-section3 textarea#message {
	float: right;
	width: 313px;
	height: 90px;
	border: 1px solid #242424;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url('../imgs/form-bg.jpg');
	background-position: top left;
	background-repeat: repeat;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
	resize: none;
}
.form-section3 textarea#message:focus {
	border: 1px solid #FFF;
}
.form-section3 textarea#message.required {
	border: 1px solid #FF0000;
}
.form-section3 textarea#message.required:focus {
	border: 1px solid #FF0000;
}

/* Thankyou Message */
#message_submit {
	margin: -5px 0px 0px 0px;
}
#message_submit h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 32px 0px;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.8em;
	color: #242424;
}

#message_submit p.thanks {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #242424;
}

/* Gallery */
#gallery {
	width: 100%;
	height: 100%;
	margin: 0px 0px 40px 0px;
}
#gallery .img {
	width: 300px;
	height: 250px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#gallery .img-mid {
	width: 300px;
	height: 250px;
	float: left;
	margin: 0px 20px 0px 20px;
}

/* Footer */
#footer {
	*margin: 0px 0px 50px 0px;
}
#footer p.copy {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #242424;
}
a.kudos:link, a.kudos:visited, a.kudos:active {
	color: #d90000;
	text-decoration: none;
}
a.kudos:hover {
	color: #242424;
	text-decoration: none;
}