@charset "utf-8";
/*-------------------------------------------------------------
Style Sheet 

Version: 1.1
Author: Alternet Solutions
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/

Colours at a glance:

Roof tiles used in main BG #404847
Logo - Light Blue #7ba0cd 
Logo - Mid Blue #d3dfee
Logo - Dark Blue #a7bfde
-------------------------------------------------------------*/

/*Body*/

body {
     margin: 0;
     padding: 0;
     font-size: x-small; /* IE5 Win */
     voice-family: "\"}\""; 
     voice-family: inherit;
     font-size: small; /*for compliant browsers*/
     text-align: center;
	 font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	 background: #404847;
     }
html>body { /* be nice to Opera */
     font-size: small;
     }

/*H1 - H6*/

h1 {
	margin: 10px 0 0 0;
	font-size: 140%;
	color: #666;
	text-align: right;
    }

h2 {
	margin: 10px 0 3px 0;
	color: #666;
	font-size: 130%;
	}

h2.tag {
	margin: 10px 0 3px 0;
	color: #a7bfde;
	font-size: 130%;
	text-align: left;
	background: url(images/underline.jpg) no-repeat bottom left;
	}

/*General*/

p#bcrumb {
	margin: 0;
	padding: 0;
	}

img {
    border: none;
    }

.clear {
     clear: both;
     }

.bold {
     font-weight: bold;
     }

.red {
     color: #f00;
     }
	
.marginTop {
	margin-top: 10px;
	}

a {
	color: #17365d;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul.tick, ul.toolKit {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.tick li {
	margin: 0;
	padding: 3px 0 3px 22px;
	text-transform: capitalize;
	background: url(images/tick.jpg) no-repeat left;
	}

.toolKit li {
	margin: 0;
	padding: 3px 0 3px 22px;
	text-transform: capitalize;
	background: url(images/toolKit.jpg) no-repeat left;
	}

/*Main Structure*/

#topWrap {
	 width: 100%;
     margin: 0 auto;
     text-align: left;
	 border-bottom: 5px solid #788176;
	 background: #404847;
	 }

#bottomWrap {
     width: 100%;
     margin: 0 auto;
     text-align: left;
     background: #f7f7f7;
	 font-size: 100%;
     }
	
#innerWrap {
     width: 960px;
     margin: 0 auto;
     text-align: left;
     background: url(images/twocol-bg.gif) repeat-y 100% 0;
     }	

#fullContent {
      width: 100%;
      float: left;
      line-height: 1.5em;
      }
                
#content {
      float: left;
      width: 670px;
      line-height: 1.5em;
      }

#sideBar {
      float: right;
      width: 230px;
      }
                
/*Gutters*/

#content .gutter, #fullContent .gutter, #sideBar .gutter {
    padding: 15px;
    }

/*Header*/

#header {
     width: 960px;
	 margin: 0 auto;
     height: 200px;
     background: url(images/header.jpg) no-repeat;
     }
	
#header h1 {
	margin: 0;
	padding: 170px 0 0 0;
	float: left;
	font-size: 140%;
	}

#header h1 a {
	color: #fff;
	text-decoration: none;
	cursor: default;
	}
	
ul#call {
	margin: 0;
	padding: 0px 27px 0 0;
	list-style: none;
	float: right;
	}

#call li {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	}

#call li.callTop {
	font-size: 150%;
	font-weight: 600;
	}

#call li.callMid {
	font-size: 170%;
	font-weight: bold;
	}

#call li.callBottom {
	font-size: 220%;
	color: #788176;
	}

#call li.priceMatch {
	}

/*****************NAV************************/
                
#nav {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    }

#nav li {
    margin: 0;
    padding: 0 5px 0 5px;
    font-size: 100%;
	background: url(images/gradLine.gif) no-repeat bottom left;
    }

#nav a {
    display: block;
    margin: 0;
    padding: 4px 8px;
    color: #000;
    text-decoration: none;
    }
	
#nav li:hover {
	background: #7ba0cd;
	}

#nav a:hover {
	text-decoration: underline;
	}

/*Home*/


.box {
	margin: 10px 5px 0 0;
	padding: 10px;
	width: 290px;
	float: left;
	border-bottom: 1px dotted #999;
	}

.box h2 {
	color: #999;
	border-bottom: 1px dotted #999;
	font-size: 100%;
	text-align: center;
	}

.box h2:hover {
	border-bottom: 1px dotted #7ba0cd;
	}

.box p {
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: normal;
	}

.box a {
	color: #666;
	text-decoration: none;
	}

.box a:hover {
	color: #7ba0cd;
	}

#infoCentre {
	margin-bottom: 10px;
	padding: 10px 5px;
	width: 100%;
	float: left;
	background: url(images/infoBg.png) no-repeat;
	text-align: center;
	color: #000;
	border: 2px solid #7ba0cd;
	}

#infoCentre h2 {
	color: #17365d;
	font-size: 140%;
	}

.promos h3 {
	text-align: center;
	}

.promos img {
	margin-right: 5px;
	border: 1px solid #000;
	}

.promos img:hover {
	border: 1px solid #7ba0cd;
	}

/*Self Build Info Page*/

h2.step1 img, h2.step2 img, h2.step3 img {
	vertical-align: middle;
	}


/*Contact Page*/

#contactForm {
	margin: 20px 0 0 0;
	padding: 10px;
	width: 90%;
	border: 1px solid #ccc;
	}

#contactForm p {
	margin: 2px 0;
	}
	
.warning {
	font-style: italic;
    color: #f00;
	background-color: inherit;
	}
.success {
	color: #ff0000;
	font-size: 85%;
	}
#contactForm .formbox {
    width: 150px;
}
	
#contactForm label.label {
	float: left;
	width: 85px;
	font-size: 100%;
    color: #000;
}

#contactForm label.labelBlock {
	display: block;
	}
	
#contactForm input#send {
	color: #fff;
	padding: 5px;
	border: 1px solid #000;
	border-right: 1px solid #333;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	background: #404847;
	}

#contactForm input#send:hover {
	background: #686a6a;
	}

#contactForm textarea {
	width: 400px;
	height: 100px;
	}

ul#contactInfo {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#contactInfo li {
	margin: 0px 0 0 0;
	padding: 2px 0 2px 10px;
	font-size: 100%;
	}

#contactInfo li.margin {
	margin-top: 5px;
	font-weight: bold;
	}

/*Links Page*/

#linkDetails {
	width: 95%;
	padding: 10px;
	background: #eee;
	}

form#linkExample textarea, form#linkDescription textarea {
	width: 600px;
	margin: 10px 0 0px 0;
	}
	
/*Footer*/
                
#footer {
    clear: both;
    padding: 5px 0;
	border-top: 5px solid #788176;
    }
                
#footer p, #footer h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 85%;
    color: #ccc;
    }

#footer a {
    color: #ccc;
    }

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */
