/* Reset */	

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

	ol, ul {
		list-style: none;
	}
	
	table {
		border-collapse: separate; 
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left; 
		font-weight: normal;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
	}
	
/* General */	

	body {
		font-family: 'Lucida Grande', Arial, Sans-Serif;
		font-size: 62.5%;
		line-height: 1.5;
		max-width:1680px;
		text-align: center;
		color: #000;
		background: url(images/bg_tile.png);
		padding-top: 10px;
		padding-bottom: 15px;
	}
	
	h2 {
	background:url(images/bullet-logo.jpg) left top no-repeat;
	font-family: Arial Bold, Sans-Serif;
	border-bottom:1px solid #ccc;
	font-size:1.3em;
	font-weight:bold;
	color:#000;
	margin:0 20px 15px;
	text-indent:60px;
	text-transform:uppercase;
	}
	
	h3 {
	font-size:1.0em;
	font-family: Arial Bold, Sans-Serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	margin:10px 20px 0px;
	}
	
	p {
	margin:0 20px 5px;
	text-align: justify; 
	}
	

	hr { 
		display: none;
	}
		
	strong {
		font-weight: bold;
	}
		
	em {
		font-style: italic;
	}
	
	address {
		font-style: normal;
	}

	input, textarea, select {
		font: 1em Arial, Helvetica, sans-serif;
	}

	a {
		color: #781214;
		font-weight:bold;
		text-decoration: none;
		outline: none;
	}
	a:hover {
		color: #781214;
		text-decoration: underline;
	}

	a:visited {}

	a:active {}
	
/* LAYOUT */	

	#accesibility {
		position:absolute;
		left:-999em;
	}
	#container {
		width: 1000px;
		min-width:975px;
		text-align: left;
		font-size: 1.3em;
		background:#fff;
		margin: 0 auto;
		margin-top: -10px;
	}
	
	.box100 {
	border:none;
		background:#ffffff;
		float:left;
		display:inline;
		width:98%;
		margin-left:1%;
		margin-top:5px;
		padding-top:10px;
		margin-bottom:15px;
	}
	
	.box99 {
		border:1px solid #cccccc;
		background:#ffffff;
		float:left;
		display:inline;
		width:98%;
		margin-left:1%;
		margin-top:5px;
		padding-top:10px;
		margin-bottom:15px;
	}

	.box75 {
		border:1px solid #cccccc;
		background:#ffffff;
		float:left;
		display:inline;
		width:73%;
		margin-left:1%;
		min-height:500px;
		margin-top:5px;
		padding-top:10px;
		margin-bottom:15px;
	}

	
	.box66 {
		border:1px solid #cccccc;
		background:#ffffff;
		float:left;
		display:inline;
		min-height:535px;
		width:64%;
		margin-left:1%;
		margin-top:5px;
		padding-top:10px;
		margin-bottom:15px;
	}
		
	.box65 {
		border:1px solid #cccccc;
		background:#ffffff;
		float:left;
		display:inline;
		width:64%;
		margin-left:1%;
		margin-top:5px;
		padding-top:10px;
		margin-bottom:15px;
	}
		
	
	
	.box50 {
		border:1px solid #cccccc;
		background:#ffffff;
		float:left;
		display:inline;
		width:48%;
		margin-left:1%;
		margin-top:5px;
		padding-top:10px;
		margin-bottom:15px;
	}

	
	.box33 {
		border:1px solid #cccccc;
		background:#ffffff;
		float:right;
		display:inline;
		width:32.1%;
		margin-left:1%;
		margin-right:1%;
		margin-top:5px;
		padding-top:8px;
		margin-bottom:10px;
	}
	
	.box25 {
		border:1px solid #cccccc;
		background:#ffffff;
		float:left;
		display:inline;
		width:23.1%;
		margin-left:1%;
		min-height:500px;
		margin-right:1%;
		margin-top:5px;
		padding-top:10px;
		margin-bottom:15px;
	}
	
	.box25 a {
		margin-bottom:6px !important;
		}
		
	.box25 img:hover{
	border:1px solid red;
	}
	
	.clearer {
		clear:both;
	}
	
/* Images */
p img {
	padding: 0;
	max-width: 100%;
	border:1px solid #ccc;
	}
	
a img {
	border:none;
	margin-bottom:10px;
	margin-left:15px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 2px;
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 2px;
	margin: 0 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}



/* HEADER  */
#header {
	background:#FFFFFF;
	position:relative;
	overflow:hidden;
}
	h1#logo {		
		position:absolute;
		width:285px;
		height:45px;
		top:10px;
		left:15px;
		text-indent:-9999em;
		background:url(images/logo-leafield-projects.png) left top no-repeat;
	}
	h1#logo a{
		display: block;
		top:-20px;
		width:284px;
		height:25px;
	}
	
	
	/* MENU */
	#main-menu {
		float:left;
		display:inline;
		margin-top:20px;
		width:100%;
		border-bottom:1px solid #c7c7c7;
	}
		
	#main-menu ul {
		float:left;	
	}
		
	#main-menu li {
		float:left;
	}
		
	#main-menu li.first-element {				
		padding-left:1px;
		margin-left:30%;
		display:inline;
	}
	
	#main-menu a {
		float:left;
		background:#ffffff;
		color:#4b4b4b;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding:6px 14px;
		text-decoration:none;
	}
		#main-menu a:hover {
			background:#ebebeb;
			color:#781214;
		}
		#main-menu a.selected {
			background:#ebebeb;
			position:relative;
			color:#781214;
			top:1px;
			border-top:1px solid #c7c7c7;
			border-left:1px solid #c7c7c7;
			border-right:1px solid #c7c7c7;
			padding-bottom:7px;
			padding-top:5px;
		}
	#submenu {
		clear:both;
		background:#ebebeb;
		border-bottom:1px solid #c7c7c7;
		overflow:hidden;
		text-align:right;
		width:100%;
		padding-right:25px;
	}
		#submenu ul {
			float:left;
			margin-left:30%;
		}
		#submenu li {
			float:left;
		}
		#submenu li a {
			text-transform:uppercase;
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.849em;
			color:#757575;
			font-weight:bold;
			text-decoration:none;
			float:left;
			padding:4px 10px 2px 5px;
			position:relative;
		}
		#submenu.many li a {
			padding:4px 7px 2px;
		}
		#submenu li a:hover {
			color:#781214;
		}
		#submenu li a.selected {
			color:#781214;
		}
	

/*  BOXES */	
#content {
	background:#FFF;
	padding-top:5px;
	margin-bottom:10px;
	overflow:hidden;
	height:1%;
	line-height:1.4;
}

	.header-image {
		margin:2px auto 15px;
		margin-top:0;
		border-top:2px solid #c7c7c7;
		border-bottom:2px solid #c7c7c7;
		width:100%;
		display:block;
	}
	
	.roof-services {
	width:190px;
	height:185px;
	border:none;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:5px;
	float:left;
	}
	
	
	
#survey-form ul {
	margin-bottom:15px;
	}

#survey-form li {
	list-style:disc;
	margin-left:50px;
	text-indent:10px;
}

	
/* form */
	
#contact-page ul {
	margin-left:20px;
}


#response { float:left; width:80%; color:#000; }

#error { float:left; width:80%; color:red; }

#error ul {list-style:disc; margin-left:50px;}

#error li {list-style:disc; margin-left:10px;}

#submit { margin-left:110px; width:305px;}



.contactformfieldwrap{
margin-left:20px;
	float:left;
	padding:1.2em 0;
	margin-top:-10px;
	margin-bottom:-10px;
}

.contactformfieldwrap input{
	width:312px;
	color:#333;
	border:1px solid #666;
	float:left;
	display:inline;
}

.contactformfieldname{
	float:left;
	width: 105px;
	font-weight:bold;
	color:#333;
	font-size:12px;
}

.contactformfield{
	display:block;
	float:left;
}
.contactformfield textarea{
	width:312px;
	height:100px;
	padding:2px;
	color:#333;
	font-size:12px;
	border:1px solid #666;
}

.contactdropdown{
	font-size:12px;
	font-family:arial;
	color:#333;
	padding:1px;
	border:1px solid #666;
}

form input:focus, form textarea:focus {
	background:white;
	border:1px solid red;
}


.description img {
	border:2px solid grey;
	}

/* home */


#home ul {
	margin-bottom:15px;
	}

#home li {
	list-style:disc;
	margin-left:50px;
	text-indent:10px;
}

	
/* services */

.services{
		float:left;

	}

.services li {
		margin-bottom:5px;
		padding-bottom:1px;
	
	}
	
	.services h2{
		margin-bottom:25px;

	}
	


	.service-detail ul  {
		margin-left:40px;
		margin-top:0;
		margin-bottom:0;
	}
	
	.service-detail li {
		list-style:disc;
		margin-left:30px;
		margin-top:0;
		margin-bottom:0;
	}
	
	/* ABOUT */
	
	.testimonials {
	float:left;
	}
	
	.testimonials h3 {
	margin-bottom:15px;
	}
	
	/* ABOUT - Environmental */
	
	#environmental ul {		
		overflow:hidden;
	}

	#environmental li {
		float:left;
		width:99%;
		margin-left:20px;
		margin-right:15px;
		margin-bottom:5px;
		display:inline;
		color:#000;
		}
	
	#environmental li h3 {
		font-weight:bold;
		margin-left:45px;
		margin-top:14px;
	}
	#environmental li p {
		margin-left:55px;
		margin-bottom:1.0em;
		text-indent:0px;
	}

	#environmental li.leaf {
		background:url(images/gui/leaf.gif) left 15px no-repeat;
	}
	
	#environmental li.recycle{
		background:url(images/gui/recycle.gif) left 15px no-repeat;
	}
	
	#environmental li.paper{
		background:url(images/gui/paper.gif) left 15px no-repeat;
	}
	
	#environmental li.energy{
		background:url(images/gui/energy.gif) left 15px no-repeat;
	}
	
	#environmental li.solar{
		background:url(images/gui/solar.gif) left 15px no-repeat;
	}
	
	
	/*FOOTER*/
	
	
	
	#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer
{
	clear:both;
	width:100%;
	background:#ccc;
	padding-top:10px;
	margin-bottom:-20px;
	color:#000;
	font-size:10px;
	font-weight:bold;
}

#footer a
{
  
  text-decoration:none;
}

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

#footer ul
{
  float:left;
  width:290px;
  font-size:1.3em;
  list-style:none;
  padding:0;
  margin:0;
  margin-right:15px;
}

#footer ul li
{
  padding:5px 0;
  border-bottom:1px solid #444;
}

#footer-content
{
  width:920px;
	margin:auto;
	
	
}


/* LIGHT BOX */

.thumbnail  {
	border:1px solid #cccccc;
	margin-left:5px;
}



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/gui/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/gui/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/gui/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/gui/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
