divide/* CSS Document */

/* Main Elements */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 14px;
	background-color: #ffffff;
	color: #363231;	
	}

.pagetitle
{
	display: none;	
}

#main {
	margin: 0px;
	width: 100%;
	height: 1800px;
	text-align: center;
	float: left;
	clear: both;
	background: #ffffff;
	display: inline;		
	}	
	
#container {
	padding: 0;
	width: 1046px;	
	margin: 0 auto;
	text-align: left;
	clear: both;
	height: 100%;
	background: url("images/bottom_repeat.jpg") top center;		
	}
	
#left {
	width: 75px;
	background: url("images/side_left.jpg") top center;
	text-align: left;	
	float: left;
	height:100%;
	float: left;
	display: inline;		
	}
	
#middle {
	width: 895px;	
	background: url("images/bg_main.jpg") top center;
	text-align: center;
	float: left;
	display: inline;		
	}
	
#right {
	width: 76px;
	background: url("images/side_right.jpg") top center;
	text-align: left;
	height:100%;
	float: left;
	display: inline;	
	}
	
#top {
	width: 895px;	
	background: url("images/top.jpg") top center no-repeat;
	text-align: left;
	clear: both;
	height: 11px;	
	}
	
#green_box {
	margin: 0px 12px 25px 12px;
	padding: 14px 14px 25px 14px;
	width: 843px;	
	background: #b5e09b url("images/image_corner.jpg") top left no-repeat;	
	float: left;
	clear: both;
	display: inline;
	}
	
#centre {
	margin: 14px 0 0 0;
	width: 620px;				
	float: left;
	clear: both;
	background: url("images/white_drop_left_right.jpg") top left;
	display: inline;
	}

#centre_top {
	width: 620px;
	height: 14px;
	background: url("images/body_top.jpg") top left no-repeat;
	clear: both;
	margin: 0;
	padding: 0;		
	}
	
#news {
	margin: 14px 0 0 14px;
	width: 209px;	
	float: left;
	display: inline;
	}
	
.news_head {
	background: #fff url(images/news_corner.jpg) top left no-repeat;
	height: 23px;
	padding: 8px 0 0 0;
	margin: 0 0 2px 0;
	text-align: centre;
	text-indent: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.8em;	
	}
	
.news_section {
	background: #ffffff;	
	padding: 10px 10px 14px 10px;
	text-align: left;
	line-height: 1.3em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.7em;
	margin: 0 0 2px 0;
	}
	
.news_caption {
	background: #ffffff;	
	padding: 2px 10px 14px 10px;
	text-align: left;
	line-height: 1.4em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.7em;
	margin: 0 0 2px 0;
	}
	
.news_image {
	background: #ffffff;	
	padding: 8px 8px 5px 8px;
	text-align: left;	
	margin: 0 0 0px 0;		
	}
	
img {
	border: 0;
	}
		
#bottom {
	margin: -3px 0 -4px 0;
	width: 895px;
	background: url(images/bottom_bar.jpg) top left no-repeat;
	height: 311px;
	float:left;
	clear: both;	
	}
	
#nav {
	width: 156px;
	height: 100%;
	background: #ffffff url("images/nav_back.jpg") top left;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;	
	}
	

#text {
	width: 464px;	
	background-color: transparent;
	text-align: left;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.8em;
	line-height: 1.6em;	
	}
	
#text_bottom {
	background: url("images/text_bottom.jpg") top left no-repeat;
	width: 466px;
	height: 2px;
	margin: 28px 0 0px -2px;
	padding: 0;
	font-size: 0px;
	line-height: 0px;	
	}
	
#nav_bottom {
	background: url("images/nav_bottom.jpg") top left no-repeat;
	width: 156px;
	height: 2px;
	padding: 0;
	margin: 0;
	display: block;	
	}
	
#nav ul {
	margin: 0 0 12px 12px;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.8em;	
	}	
	
#nav ul a {
	text-indent: 12px;	
	display: block;	
	background: #b5e09b url(images/nav_green_corner.jpg) top left no-repeat;
	line-height: 25px;
	margin: 0 0 2px 0;
	text-decoration: none;
	color: #000;
	}
	
#nav li {
	display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
	}
	
#nav .selected a {
 	background: #d9d9d9 url(images/nav_grey_corner.jpg) top left no-repeat;	
	}
	
#nav a:hover {
	background: #d9d9d9 url(images/nav_grey_corner.jpg) top left no-repeat;
	}
	
a {
	text-decoration: underline;
	color: #66460a;
	}	
	
p	{
	margin: 0 14px 14px 14px;
	text-indent: 0px;		
	}
	
img {
	margin: 0;
	padding: 0;
	}
	
.first   {
	font-style: normal;
	margin: 0px 14px 14px 14px;
	text-indent: 20px;
	}

#bar {
	background: url(images/bottom_bar.jpg) top left no-repeat;
	height: 313px;
	width: 895px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	}
	
#text ul {
	margin: 0 14px 14px 42px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;
	}
	
#text li {
	margin: 0 0 8px 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	}
	
#big_image_index {
	background: url(images/big_image_03_bed.jpg);
	width: 815px;
	height:182px;
	float: left;	
	padding: 14px;
	display: inline;
	}
	
#big_image_profile {
	background: url(images/big_image_06_window.jpg);
	width: 815px;
	height:182px;
	float: left;	
	padding: 14px;
	}
	
#big_image_process {
	background: url(images/big_image_08_steps.jpg);
	width: 815px;
	height:182px;
	float: left;	
	padding: 14px;
	}
	
#big_image_definitions {
	background: url(images/big_image_05_bed.jpg);
	width: 815px;
	height:182px;
	float: left;	
	padding: 14px;
	}
	
#big_image_reasons {
	background: url(images/big_image_07_mess2.jpg);
	width: 815px;
	height:182px;
	float: left;	
	padding: 14px;
	}
	
#big_image_contact {
	background: url(images/big_image_09_shed.jpg);
	width: 815px;
	height:182px;
	float: left;	
	padding: 14px;
	}
	
#big_image_faq {
	background: url(images/big_image_11_tree.jpg);
	width: 815px;
	height:182px;
	float: left;	
	padding: 14px;
	}
	
#promo_1 {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.9em;
	width: 112px;	
	float: left;
	padding: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
	
#title {
	width: 442px;
	height: 31px;
	background: transparent;
	float: left;
	margin: 150px 0 0 0;;
	padding: 0 0 28px 0;
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 0 0 0 14px;
	}

	
#promo_2 {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: .9em;
	width: 167px;	
	float: left;
	padding: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;	
	}

#promo_2 a {
	text-decoration: none;
	color: #6699FF;	
	}
	
#space{
	margin: 0;
	padding: 0;
	width: 175px;
	height: 8px;		
	}
	
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.5em;
	font-weight: bold;
	}
	
	
	
	
	
	
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #363231; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNav { width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
	
	



	
	

	
	
	

	
	
	

  


	

	

	
	
