/*-------------------------------------------------------------
Legwork Style Sheet 

Version: 1.1
Author: P Neal
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 0 0 10px 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: "Century Gothic", Arial, Helvetica, sans-serif;
	background: #737c77;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#wrapper {
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	/*background: #fff url(images/sideBar/faux-col.gif) repeat-y 70% 0;*/
	background-color: #eaefe7;
    }
	
/*Header*/

#header {
	width: 100%;
	height: 250px;
	background: #737c77 url(images/content/composition2.jpg) no-repeat center;
	}

#fade {
	float: left;
	width: 100%;
	height: 10px;
	background: url(images/content/fade960.jpg) no-repeat center;
	}

/*****************NAV************************/
	
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/nav/navBg.jpg) repeat-x;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0 60px;
	font-size: 100%;
	}


#nav li.home {
	background: url(images/nav/navHomeOff.jpg) repeat-x;
	}

#nav li.home:hover {
	background: url(images/nav/navHomeOn.jpg) repeat-x;
	}

#nav li.client {
	background: url(images/nav/navHomeOff.jpg) repeat-x;
	}

#nav li.client:hover {
	background: url(images/nav/navHomeOn.jpg) repeat-x;
	}
	
#nav li.contact {
	background: url(images/nav/navHomeOff.jpg) repeat-x;
	}

#nav li.contact:hover {
	background: url(images/nav/navHomeOn.jpg) repeat-x;
	}

#nav a {
	float: left;
	height: 30px;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;
	}	

	
/*Content*/

#content {
	float: left;
	width: 75%;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
	background-color: #eaefe7;
	}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 130%;
	}

#clientFlash {
	margin: 0 0 0 150px;
	}

img {
	border: none;
	vertical-align: middle;
	}

/*Contact Form*/

#contact {
	margin: 10px 0 0 0;
	padding: 5px;
	width: 70%;
	border: 1px dotted #000;
	background-color: #fbf49b;
	}

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

#contact label.labelBlock {
	display: block;
	}
	
#contact input#send {
	background: #fbf49b;
	color: #000;
	}

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

p.spam {
	float: left;
	width: 100%;
	}

p.spam img {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	}

/*sideBar*/

#sideBar {
	float: right;
	width: 25%;
	}

#servicesBox h1 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 110%;
	background: url(images/content/serviceBoxH1.gif) no-repeat top left;
	}

#servicesBox {
	float: right;
	width: 200px;
	background: url(images/content/serviceBoxBD.gif) no-repeat bottom left;
	}

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

#services li {
	margin: 0;
	padding: 2px 5px;
	font-size: 85%;
	}

.quoteImg {
 float: right;
 margin-bottom: 10px;
 }
 
ul#othCont {
	margin: 0 0 10px 0;
	padding: o;
	list-style: none;
	}	

#othCont li {
	margin: 0;
	padding: 2px 0;
	font-weight: bold;
	font-size: 100%;
	}

/*Gutters*/

#content .gutter {
	padding: 15px;
	}

#sideBar .gutter {
	padding: 10px;
	}

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

#footer a {
	color: #000;
	}

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