html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
} 

body {
font-size: 100.01%;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000;
background: #fff url(contentbg.jpg);
} 

a {outline:none}

img {
border:0;
}


/* -----------------------------------------------------------------------*/
/* WindoWatchers colours - White : #fff , Blue : #00aec5 , Brown : #574319*/
/* -----------------------------------------------------------------------*/

.content { padding:15px; }
.content h2 { padding:2px 20px; background:#00aec5;}

.mainsection { margin:30px; }
.mainsection p { margin:20px; color:#574319; line-height:1.5em; }

.words { padding-right:6px; margin-bottom:-10px; }


.detailsection { margin:30px; }
.detailsection h3 { color:#574319; font-size:18px; }
.detailsection ul { margin:12px 40px 40px 60px; }
.detailsection ul li { padding:3px 0; list-style-image: url(indent.jpg) }
.detailsection img { padding:15px 35px; }

.clientsection { margin:30px; }
.clientsection h3 { color:#574319; font-size:18px; }
.clientsection ul { margin:12px 40px 40px 40px; }
.clientsection ul li { padding:2px 0; list-style: none;  color:#574319 }
.clientsection ul li a:link { color:#574319; font-weight:normal; }
.clientsection ul li a:visited { color:#574319; font-weight:normal; }
.clientsection ul li a:hover { decoration:underline }
.clientsection ul li a:active { color:#574319; font-weight:normal; }

/* Formatting for Contact Page Form */

fieldset { margin: 1.5em 0 0 0; padding: 0; width:650px; background:#574319; color:#fff; border:2px solid #989783;  text-align: left;}
fieldset ol { padding: 1em 1em 0 1em; list-style: none; }
fieldset li { padding-bottom: 1em; }

label { float: left; width: 150px; margin-right: 1em; text-align: right; }
textarea { width: 400px; height: 250px;	border: 3px solid #cccccc; padding: 5px; }
.special { display:none; }

.companyinfo { width:650px; text-align:left; padding:50px 12px;  }
a.mail:link { color:#000; font-size:12px }
a.mail:visited { color:#000; font-size:12px }
a.mail:hover { color:blue }
a.mail:active { color:#000; font-size:12px }

.thumbgallery { padding-bottom:20px; text-align:center; }
.thumbgallery h3 { padding:3px; color:#574319 }
.thumbgallery img { padding:3px; border:2px solid #574319}


/* Formatting for Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#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 #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 




