/* CSS Document */

/***
Colours
	orange: #F7931E
	hyperlink blue: #29ABE2
	dark brown: #2F241F
	beige: #ECE7E2
***/

* {margin: 0; padding: 0;}
	
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-top: 10px;
}

#header {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 150px;
	position: relative;
}

#header p {text-indent: -9999px;}

img {border: 0}
img.float_r {float: right; margin: 0 0px 10px 40px;}
img.float_l {float: left; margin: 0px 20px 0px 0;}



/*ul#nav {
	text-align: right;
	padding: 10px 50px 0 10px;
	}
ul#nav li {
	display: inline;
	list-style: none;
	padding: 0 3px;
	font-size: 1.2em;
}*/


/*---------------------------------------------------------------------------------------
--------------Layout Styles--------------------------------------------------------------
-----------------------------------------------------------------------------------------*/
#content {float: left; width: 950px; height: ;}



/*--------------------------------------------------------------------------------
--------------Layout Styles-------------------------------------------------------
-------------------END------------------------------------------------------------*/


/*------------Hyperlinks blue, bold-----------------------------------------*/
a {font-weight: normal; color: #29ABE2; text-decoration: none;}
a:hover {text-decoration: underline;}


/*------------Text styles------------------------------------------------*/
#content h1 {
	color: #F7931E;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding: 20px 0 5px 0;
}

#content h2 {
	color: #F7931E;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1;
	margin: 5px 0 5px 0;
}

#content p {
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 0px 5px 0;
	text-align: justify;
}



#text_left {width: 300px; height: 450px; padding: 0 30px 0 20px; float: left; position: relative;}

#images {width: 350px; height: 450px; float: left;}


#slideshow {
	list-style-type: none;
}


#services {
	background-color: #2F241F;
	float: left;
	padding: 10px;
	margin: 10px;
	width: 210px;
}

#services h1 {
	color: #ECE7E2;
	text-align: right;
	padding: 0px 0 5px 0;

}

#services li {
	color: #ECE7E2;
	font-size: 1.2em;
	text-align: right;
	list-style-type: none;
	margin: 4px 0;
}

#bathroom_ad {
	background: url(images/bathroom.jpg) no-repeat;
	width: 230px;
	height: 200px;
	float: left;
	margin-left: 10px;
	
}

#bathroom_ad a {
	background-color: #2F241F;
	font-size: 1.5em;
	padding: 2px;
	line-height: 28px;
	filter: alpha(opacity=75); opacity: .75;
	}



/*---------------Services----------------------------------------------------------------------
--------------------------------------------------------------------------------------------*/
div.third {
	float: left;
	width: 295px;
	height: 100%;
	padding: 10px;
}



/*---------------Footer----------------------------------------------------------------------
--------------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	font-size: 1.3em;
	background: #2F241F;
	height: 18px;
	padding: 6px 5px;
}
#footer p					{color: white; font-weight: normal;}
#footer div.contact			{float: left; color: white; margin-right: 0px;}
#footer div.email			{float: right; color: white;}


/*---------------dsdp----------------------------------------------------------------------
--------------------------------------------------------------------------------------------*/
#dsdp { 
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: auto; 
	margin-right: auto; 
	width: 940px; 
	text-align: right; 
	font-size: 1em; 
	padding: 7px 10px 0 0; 
}


/*----------------------END-----------------------------------------------------------------*/

/*******************Lightbox*****************************/

#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(http://www.firecrestservices.co.uk/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.firecrestservices.co.uk/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/*******************Lightbox*****************************/
