/* -------------------------------------------------------------- 
  
Site Name: 
Description: 
Author: 
Copyright (c): 

-------------------------------------------------------------- */

/* --------------------------------------------------------------
  
INDEX:

[1] Base styles
[2] General Styles
[3] Header Styles
[4] Navigation Styles
[5] Content Styles
[6] Footer Styles
[7] Typography Styles
[8] Misc Styles
[9] Link Styles
[10] IE Styles

Append a * to the number to quick jump to a section.

-------------------------------------------------------------- */

/* --------------------------------------------------------------
  
[*1] Base Styles

-------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* --------------------------------------------------------------
  
[*2] General Styles

-------------------------------------------------------------- */

html, body {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	font-family:"Helvetica", Arial, sans-serif;
	line-height:1.5;
	background: url(../images/browser-background.gif) top left repeat-x;
}

#container {
	width: 740px;
	margin: 0 auto;
}

/* --------------------------------------------------------------
  
[*3] Header Styles

-------------------------------------------------------------- */

header {
	width: 740px;
	margin: 20px 0 0 0;
}

.logo {
	float: left;
	margin-bottom: 10px;
}

.contact {
	float: right;
	font-size: 20px;
	line-height: 20px;
	color: #002587;
	margin: 60px 10px 0 0;
}


/* --------------------------------------------------------------
  
[*4] Navigation Styles

-------------------------------------------------------------- */

nav#navigation {
	clear: both;
	background: url(../images/nav-background.gif) no-repeat;
	width: 725px;
	height: 53px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 15px
}

nav#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav#navigation ul li {
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-size: 14px;
	line-height: 53px;
	background: url(../images/nav-divder.gif) 0% 50% no-repeat	
}

nav#navigation ul li:first-child {
	background: none;
}


nav#navigation ul li a {
	color: #919191;
	text-decoration: none;
	display: block;
	padding: 0px 15px;
}

nav#navigation ul li.active a {
	background: #2bb8e2;
	color: #FFF;
}

nav#navigation ul li a:hover,
nav#navigation ul li:hover a,
nav#navigation ul li.active a:hover {
	background: #2bb8e2;
	color: #FFF;
}

nav#navigation li ul {
	position: absolute;
	background: #2bb8e2;
	display: none;
	z-index: 100;
}

nav#navigation li ul li {
	width: 124px;
	float: none;
	background: none;
	line-height: normal;
	border-bottom: 1px solid #FFF;
}

nav#navigation li ul li a,
nav#navigation li ul li.active a {
	background: none !important;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
}

nav#navigation li ul li a:hover,
nav#navigation li.active ul li a:hover {
	background: none;
	color: #003591;
}


/* --------------------------------------------------------------
  
[*5] Content Styles

-------------------------------------------------------------- */

.home-banner {
	background:url(../images/home-banner.jpg) no-repeat;
	width: 740px;
	height: 311px;
	margin-bottom: 20px;
}

.commercial-banner {
	background:url(../images/banner-commercial.jpg) no-repeat;
	width: 740px;
	height: 311px;
	margin-bottom: 20px;
}

.domestic-banner {
	background:url(../images/banner-domestic.jpg) no-repeat;
	width: 740px;
	height: 311px;
	margin-bottom: 20px;
}

.jet-washing-banner {
	background:url(../images/banner-jet-washing.jpg) no-repeat;
	width: 740px;
	height: 311px;
	margin-bottom: 20px;
}

.conservatories-banner {
	background:url(../images/banner-cons.jpg) no-repeat;
	width: 740px;
	height: 311px;
	margin-bottom: 20px;
}

.contact-banner {
	background:url(../images/banner-contact.jpg) no-repeat;
	width: 740px;
	height: 311px;
	margin-bottom: 20px;
}

.cladding-banner {
	background:url(../images/banner-cladding.jpg) no-repeat;
	width: 740px;
	height: 311px;
	margin-bottom: 20px;
}

.upvc-banner {
	background:url(../images/banner-upvc.jpg) no-repeat;
	width: 740px;
	height: 311px;
	margin-bottom: 20px;
}

.solar-banner {
	background:url(../images/banner-solar.jpg) no-repeat;
	width: 740px;
	height: 311px;
	margin-bottom: 20px;
}


#left-col {
	float: left;
	width: 460px;
	padding-right: 40px;
	padding-bottom: 20px;
}

#right-col {
	float: right;
	width: 240px;
}

.panel {
	width: 218px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 20px;
}

.panel p {
	font-size: 12px;
	line-height: 17px;
}


a.button {
	background: #1e3659 url(../images/button.gif) 0px 0px repeat-x;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	border-radius: 6px;
}

a.button:hover {
	background: #1e3659 url(../images/button.gif) 0px -22px repeat-x;
}

a.button-right {
	background: #2bbae2 url(../images/button-large.jpg) top left repeat-x;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	font-size: 18px;
	line-height: 23px;
}

a.button-right:hover {
	background: #0088c4 url(../images/button-large-hover.jpg) top left repeat-x;
}

.driveway-before a {
	background: url(../images/driveway-before.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	text-decoration: none;
}

.driveway-after a {
	background: url(../images/driveway-after.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	text-decoration: none;
}

.patio-before a {
	background: url(../images/patio-before.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	text-decoration: none;
}

.patio-after a{
	background: url(../images/patio-after.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	text-decoration: none;
}

.cladding-before a {
	background: url(../images/cladding-before.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	text-decoration: none;
}

.cladding-after a {
	background: url(../images/cladding-after.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	text-decoration: none;
}

.cons-before a {
	background: url(../images/cons-before.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	text-decoration: none;
}

.cons-after a {
	background: url(../images/cons-after.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	text-decoration: none;
}


.upvc-before a {
	background: url(../images/upvc-before.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	text-decoration: none;
}

.upvc-after a {
	background: url(../images/upvc-after.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	text-decoration: none;
}

.solar-panel {
	background: url(../images/solar-panels.jpg) 10px 10px no-repeat;
	width: 200px;
	padding: 150px 10px 10px 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #868686;
	float: left;
	margin-bottom: 20px;
}

form#form label {
	width: 100%;
	font-size: 14px;
	color: #2bb8e2;
	margin-bottom: 5px;
	display: block;
}

form#form input {
	width: 448px;
	border: 1px solid #999;
	padding: 5px;
	color: #868686;
	margin-bottom: 12px;
}

form#form textarea {
	width: 448px;
	border: 1px solid #999;
	padding: 5px;
	color: #868686;
	height: 200px;
	resize: none;
	margin-bottom: 12px;
}

form#form input#btnsubmit {
	background: #1e3659 url(../images/button.gif) 0px 0px repeat-x;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	width: auto;
	border: none;
	border-radius: 6px;
	padding: 5px 20px;
}

form#form input#btnsubmit:hover {
	background: #1e3659 url(../images/button.gif) 0px -22px repeat-x;
}




	
	


/* --------------------------------------------------------------
  
[*6] Footer Styles

-------------------------------------------------------------- */

footer#footer {
	clear: both;
	background: url(../images/fooer-repeat.gif) top left repeat-x;
	width: 100%;
}

footer#footer .footer-inner {
	width: 740px;
	margin: 0 auto;
	font-size: 11px;
	color: #868686;
	padding: 20px 0px 10px 0px;
}


/* --------------------------------------------------------------
  
[*7] Typography Styles

-------------------------------------------------------------- */

h1 {
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #868686;
	padding: 0px 0px 10px 0px;
	font-size: 30px;
	line-height: 30px;
	font-weight: lighter;
	color: #002587;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0px 0px 10px 0px;
	font-size: 15px;
	line-height: 15px;
	font-weight: lighter;
	color: #2bb8e2;
	border-bottom: 1px dotted #868686;
}

p {
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #868686;
}



/* --------------------------------------------------------------
  
[*8] Misc Styles

-------------------------------------------------------------- */

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* --------------------------------------------------------------
  
[*9] Link Styles

-------------------------------------------------------------- */



/* --------------------------------------------------------------
  
[*10] IE Styles

-------------------------------------------------------------- */


