@charset "utf-8";
/* 52framework General StyleSheet - contains styles for all the HTML elements this framework supports */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:52%/1.52em;
}
/* Common Classes */
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0px;
	height:0px;
}
.hide {
	display:none
}
.align_right {
	text-align:right;
}
.align_left {
	text-align:left;
}
.align_center {
	text-align:center;
}
.align_justify {
	text-align:justify;
}
a {
	color:#525252;
}
a:hover,
a:focus {
	text-decoration:underline;
}
a:active,
a:visited {
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:5px;
	padding:10px;
	font-size:1.52em;
	color:#999;
	font-style:italic;
	line-height:1.3em;
	width:100%;
	quotes:none;
}
blockquote.left {
	border-right:1px dashed #ccc;
	width:35%;
}
blockquote.right {
	border-left:1px dashed #ccc;
	width:35%;
}

/*Header Styles*/

h1,
h2,
h3,
h4,
h5 {
	margin:0 0 0.5em;
	line-height:1.1em;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.952em;
}
h3 {
	font-size:1.652em;
}
h4 {
	font-size:1.452em;
}
h5 {
	font-size:1.252em;
}
h6 {
	font-size:1.52em;
}
/*ul li's*/
/*ul li
{
	margin-left:25px;
}*/

/*custom select color*/

::selection {
	background: #525252; /* Safari */
}
::-moz-selection {
 background: #525252; /* Firefox */
 color:#fff;
}

/*paragraph styling*/

p {
	margin:0 0 1.52em;
}
p img.left {
	float:left;
	margin:1.52em 1.52em 1.52em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.52em 0 1.52em 1.52em;
}

/*forms*/

form {
	width:90%;
}
form fieldset {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	padding-top:5px;
	padding-left:5px;
	border:1px solid #ccc;
}
form fieldset legend {
	font-size:1.4em;
	padding:0 5px;
}
form input[type=text],
form input[type=email],
form input[type=url] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	height:20px;
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #ccc;
	padding:4px 0 1px 5px;
}
form label {
	height:20px;
	font-size:1.2em;
	margin-right:4px;
}

/*Pre Set Styles*/

strong {
	font-weight:600;
}
em,
dfn {
	font-style:italic;
}
dfn {
	font-weight:600;
}
sup,
sub {
	line-height:0;
}
abbr,
acronym {
	border-bottom:1px dashed #ccc;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre,
code,
tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
	display:block;
}
code {
	background-color:#d5d2d8;
	display:block;
	padding:0px 2px 4px 26px;
	background:#fff url(../images/code.jpg) no-repeat left top;
	line-height:1.67em;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}

/*Layout Styles*/

#logowrap {
	height:80px;
	width:930px;
	background-color:#333;
	padding-left:30px;
	padding-top:91px;
}
#logowrap .logo h1 {
	float:left;
	width:100%;
	font-size:2.5em;
	color:#CCC;
	font-weight:normal;
	margin:0;
	padding:0;
}
#logowrap .logos h2 {
	float:left;
	width:100%;
	font-size:1.75em;
	color:#FFF;
	font-weight:normal;
		margin:0;
	padding:0;
}
#welcome {
	height:35px;
	background-color:#4C1E13;
	text-align:center;
	padding-top:15px;
}
aside {
	min-height:680px;
	margin-top:20px;
}
#maincontent article {
	margin-top:20px;
	margin-bottom:20px;
}
#where {
	height: 375px;
	width: 100%;
	background: url(../images/where-back.jpg) top left no-repeat;
	padding:15px;
	margin-bottom:15px;
}
#contactus {
	height:28px;
	background-color: #333;
	text-align:center;
	padding-top:10px;
}

/* Selected Pages and Navigation */

body#home a.nav-home,
body#plastering a.nav-plastering,
body#damp a.nav-damp,
body#rendering a.nav-rendering {
	background-color:#37150F;
	color:#fff;
}
nav {
	background-color:#4C1E13;
	color:#fff;
	height:48px;
}
nav ul {
	list-style:none;
}
nav ul li {
	float:left;
	margin-left:0px;
}
nav ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:15px 18px 15px 18px;
}
nav ul li a:hover,
nav ul li.active a {
	background-color:#37150F;
	color:#fff;
	text-decoration:none;
}
.submit,
.submit:visited {
	background: #525252;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border:none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-bottom:5px;
}
footer {
	font-size:1em;
	padding-top:40px;
	height:270px;
	background:url(../images/footer.jpg) top left no-repeat;
}

/* Font and Element Styling */

footer a {
	text-decoration:none;
}
#sidebar p {
	margin-top:20px;
}
#sidebar h2 {
	font-size:1.3em;
	color:#333333;
}
.italic {
	font-style:italic;
}
article p {
	margin-bottom:5px;
}
article ul {
	padding-left: 20px;
	margin-bottom:20px;
}
article h3 {
	font-size:1.4em;
	color:#333333;
	line-height:1.2em;
}
article img {
	float:left;
}
article img.double_border {
	border: 1px solid #333;
	padding: 5px; /*Inner border size*/
	background: #999; /*Inner border color*/
	margin:0px 10px 10px 0px;
}
article h2 {
	color:#333333;
	font-size:3.2em;
	font-weight:normal;
}
p.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#999;
	font-style:italic;
	line-height:1.2em;
	width:90%;
	quotes:none;
}
p.client {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#999;
	font-weight:bold;
	line-height:1.1em;
	width:90%;
	quotes:none;
}
article p {
}
#where h2 { font-size:2em; line-height:1.25em; color:#FFF;
}
#where p {
	font-size:1.2em;
	margin:20px 0px 10px 0px;
}
#where ul {
	margin:0;
	padding:0;
}
#where li {
	margin: 0px 0px 0px 20px;
	font-size:1.2em;
}
iframe {
	margin-top:10px;
	border:0px;
}
#welcome h1 {
	font-size:1.5em;
	color:#FFF;
	font-weight:normal;
}
#welcome span {
	color:#ffffff;
}
#contactus h2 {
	font-size:1.4em;
	color:#ffffff;
	;
	font-weight:normal;
}

#footer-left
{
	width: 700px;
	float: left;
	margin-left:60px;
	padding-top:30px;
}

#footer-right
{
	width: 200px;
	float: right;
}

#footer-left
h4 {
	font-size:1.5em;
	line-height:1em;
	color:#FFF;
	margin:0;
	padding:0;
}
#footer-left
ul {
	margin-left:1em;
	line-height: 2em;
}
#footer-left
li {
	color: #FFF;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	font-size: 1.3em;
}


/* Changes for responsive */

.value-p {
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
}
.img-wrap {
	margin-bottom: 10px;
}
.image1, .image2 {
	width: 95%;
}
.text-block {
	height: 210px;
}
#comment {
	border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    width: 95%;
}
.owl-pagination, #contactus, #contactus h2 {
	width: 960px;
}
.owl-pagination {
	position: absolute;
	top: 10px;
}
.owl-theme .owl-controls {
	margin: 0;
}
.owl-theme .owl-controls .owl-buttons div {
	border-radius: 1px;
} 
.owl-theme .owl-controls .owl-page span {
	background: #333333;
}
.testimonial p {
	font-size: 1.1em;
	line-height: 1.3em;
}
.testimonial {
	margin-bottom: 20px;
}
#maincontent article {
	float: left;
	margin-top: 15px;
}
.contact-text {
	font-size: 16px;
}
.contact {
	clear: both;
}
#name {
	color: #999999 !important;
}
.row .row {
	width: 100% !important;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}