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

Version: 2
Author and Copyright: Alternet Solutions Ltd
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/

Colours:

Main Blue #4266b0
Highlight Red: #c1262c

Dark Grad for "Professional": #3c1d1d
Light Grad for "Professional": #c9a5a5
-------------------------------------------------------------*/

/*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: #f7f7f7;
     }
html>body { /* be nice to Opera */
     font-size: small;
     }

body>#ds { /*To hide from IE6*/
	width: 980px;
	margin: 0 auto;
	background: url(images/ds.png) repeat-y;
	}	 
                
#wrapper {
     width: 960px;
     margin: 0 auto;
     text-align: left;
     background: #f7f7f7;
     }
                
/*Header*/

#header {
     width: 100%;
	 padding: 10px 0;
     height: 100px;
	 background: url(images/border20.jpg) repeat-x bottom;
     }
	
#header h1 {
	width: 70%;
	margin: 15px 0 0 70px;
	padding: 0;
	font-size: 140%;
	float: left;
	}
	
#logo {
	width: 550px;
	height: 70px;
	float: left;
	margin-left: 10px;
	background: url(images/scales.jpg) no-repeat left;
	}

p#address {
	margin: 5px 0 5px 70px;
	float: left;
	}

ul#tel {
	margin: 5px 10px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	}
	
#tel li span {
	font-size: 140%;
	font-weight: bold;
	color: #4266b0;
	}

#intro {
	margin: 2px 0;
	width: 100%;
	float: left;
	background: #eee;
	}

#intro .gutter {
	padding: 5px;
	}

#intro img {
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
	}

/*H1 - H6*/

h1 {
	margin: 0;
	padding: 0;
	font-size: 130%;
	color: #4266b0;
	text-transform: capitalize;
    }

h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	text-align: center;
	line-height: 20px;
	color: #000;
	}

h2.first {
	margin-top: 20px;
	}

h3 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	line-height: 20px;
	}

/*General*/

p {
	margin: 10px 0;
	}

.underline {
	text-decoration: underline;
	}

h3.smallHeading {
	text-decoration: underline;
	margin-top: 10px;
	font-weight: 300;
	font-size: 120%;
	}

img {
    border: none;
    }

.clear {
        clear: both;
     }

.bold {
     font-weight: bold;
     }

.red {
     color: #f00;
     }
	
.centre {
	text-align: center;
	}

.emp {
	color: #4266b0;
	text-decoration: underline;
	text-transform: capitalize;
	}
	
a {
	color: #4266b0;
	}

a:hover {
	color: #c1262c;
	}

.bigBlue {
	font-size: 120%;
	color: #4266b0;
	}

.right {
	text-align: right;
	}

/*General Lists*/

ul.generalLists {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.generalLists li {
	margin: 0;
	padding: 5px 0 5px 25px;
	background: url(images/rightArrow.png) no-repeat left;
	}


/*Main Structure*/

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

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

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

/*Nav*/

#navWrap {
	width: 960px;
	float: left;
	background: #4266b0;
	border-top: 1px solid #3c1d1d;
	}

/*Home*/

ul#serviceListLeft {
	margin: 0 35px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	}

#serviceListLeft li, #serviceListRight li {
	margin: 0;
	padding: 8px 0 8px 23px;
	background: url(images/tick.jpg) no-repeat left;
	}

ul#serviceListRight {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;	
	}

p.homeIntro {
	color: #c9a5a5;
	font-size: 170%;
	font-style: italic;
	}

ul#links {
	margin: 10px 0;
	padding: 0 0 0 40px;
	list-style: none;
	}

#links li {
	margin: 0;
	padding: 4px 0 4px 23px;
	background: url(images/pin.jpg) no-repeat left;
	}

/*Testimonials Page*/

.testimonial {
	width: 100%;
	margin: 5px 0;
	padding: 5px;
	background: #eee url(images/openquote.jpg) no-repeat top left;
	}

.testimonial .name {
	font-size: 110%;
	font-family: "Lucida Calligraphy", Georgia, "Times New Roman", Times, serif;
	color: #4266b0;
	background: url(images/closedquote.jpg) no-repeat bottom right;
	}

/*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;
	font-size: 95%;
	}
.success {
	color: #ff0000;
	font-size: 95%;
	}
#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: #4266b0;
	}

#contactForm input#send:hover {
	background: #33518e;
	}

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

ul#contactInfo {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #eee;
	border: 1px solid #fff;
	}

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

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


/*Footer*/
                
#footer {
    clear: both;
    padding: 5px 0;
    }
                
#footer p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 85%;
    color: #666;
    }

#footer a {
    color: #666;
    }

/* 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 */
