/* CSS Document */

* {margin: 0; padding: 0;}

img {border: 0;}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #333;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-top: 10px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 100px;
	position: relative;
	text-indent: -9999px;
}


/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
------------------------------------------------------------------------------------*/
#nav {
	width: 980px;
	height: 30px;
	position: relative;
	background: url(images/menu.jpg);
	list-style-type: none;
}

#nav li {float: left;}

#nav li a {
	position: absolute;
	top: 0;
	display: block;
	height: 30px;
	background: url(images/menu.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
/*----------Original States---------------------------------------------------------*/
li#nav_hom a {left: 0; width: 97px; background-position: 0 0;}
li#nav_abo a {left: 97px; width: 97px; background-position: -97px 0;}
li#nav_ser a {left: 194px; width: 170px; background-position: -194px 0;}
li#nav_sup a {left: 364px; width: 106px; background-position: -364px 0;}
li#nav_cli a {left: 470px; width: 98px; background-position: -470px 0;}
li#nav_new a {left: 568px; width: 142px; background-position: -568px 0;}
li#nav_job a {left: 710px; width: 163px; background-position: -710px 0;}
li#nav_con a {left: 873px; width: 107px; background-position: -873px 0;}
/*----------Hover States------------------------------------------------------------*/
li#nav_hom a:hover {background-position: 0 -30px;}
li#nav_abo a:hover {left: 97px; width: 97px; background-position: -97px -30px;}
li#nav_ser a:hover {left: 194px; width: 170px; background-position: -194px -30px;}
li#nav_sup a:hover {left: 364px; width: 106px; background-position: -364px -30px;}
li#nav_cli a:hover {left: 470px; width: 98px; background-position: -470px -30px;}
li#nav_new a:hover {left: 568px; width: 142px; background-position: -568px -30px;}
li#nav_job a:hover {left: 710px; width: 163px; background-position: -710px -30px;}
li#nav_con a:hover {left: 873px; width: 107px; background-position: -873px -30px;}
/*----------You Are Here States-----------------------------------------------------*/
#body_hom li#nav_hom a {background-position: 0 -60px;}
#body_abo li#nav_abo a {left: 97px; width: 970px; background-position: -97px -60px;}
#body_ser li#nav_ser a {left: 194px; width: 170px; background-position: -194px -60px;}
#body_pns li#nav_pns a {left: 194px; width: 170px; background-position: -194px -60px;}
#body_sup li#nav_sup a {left: 364px; width: 106px; background-position: -364px -60px;}
#body_cli li#nav_cli a {left: 470px; width: 98px; background-position: -470px -60px;}
#body_new li#nav_new a {left: 568px; width: 142px; background-position: -568px -60px;}
#body_job li#nav_job a {left: 710px; width: 163px; background-position: -710px -60px;}
#body_con li#nav_con a {left: 873px; width: 107px; background-position: -873px -60px;}

#body_act li#nav_ser a, 
#body_fir li#nav_ser a, 
#body_des li#nav_ser a, 
#body_por li#nav_ser a, 
#body_hyd li#nav_ser a {left: 194px; width: 170px; background-position: -194px -60px;}


/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
-------------------END--------------------------------------------------------------*/

/*------------------------------------------------------------------------------------
--------------Products & Services Sub-Navigation Styles-------------------------------
------------------------------------------------------------------------------------*/
#pns_nav {
	width: 745px;
	height: 30px;
	position: relative; float: right;
	background: url(images/pns_menu.png);
	list-style-type: none;
}

#pns_nav li {float: left;}

#pns_nav li a {
	position: absolute;
	top: 0;
	display: block;
	height: 30px;
	background: url(images/pns_menu.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
/*----------Original States---------------------------------------------------------*/
li#pns_act a {left: 0; width: 152px; background-position: 0 0;}
li#pns_fir a {left: 152px; width: 172px; background-position: -152px 0;}
li#pns_des a {left: 324px; width: 163px; background-position: -324px 0;}
li#pns_por a {left: 487px; width: 155px; background-position: -487px 0;}
li#pns_hyd a {left: 642px; width: 103px; background-position: -642px 0;}
/*----------Hover States------------------------------------------------------------*/
li#pns_act a:hover {background-position: 0 -30px;}
li#pns_fir a:hover {left: 152px; width: 172px; background-position: -152px -30px;}
li#pns_des a:hover {left: 324px; width: 163px; background-position: -324px -30px;}
li#pns_por a:hover {left: 487px; width: 155px; background-position: -487px -30px;}
li#pns_hyd a:hover {left: 642px; width: 103px; background-position: -642px -30px;}
/*----------You Are Here States-----------------------------------------------------*/
#body_act li#pns_act a {background-position: 0 -60px;}
#body_fir li#pns_fir a {left: 152px; width: 172px; background-position: -152px -60px;}
#body_des li#pns_des a {left: 324px; width: 163px; background-position: -324px -60px;}
#body_por li#pns_por a {left: 487px; width: 155px; background-position: -487px -60px;}
#body_hyd li#pns_hyd a {left: 642px; width: 103px; background-position: -642px -60px;}
/*------------------------------------------------------------------------------------
--------------Products & Services Sub-Navigation Styles-------------------------------
-------------------END--------------------------------------------------------------*/

#sidebar {
	position: relative;
	float: left;
	width: 200px;
	height: 480px;
}

#content {float: right; width: 780px;}

/*---------------------------------------------------------------------------------------
--------------Layout Styles within #content----------------------------------------------
-----------------------------------------------------------------------------------------*/

/*------------sidebar, text middle, images right-----------------------------------------*/
#content #inner {width: 450px; float: left; padding: 0 0 70px 50px;}
#content #inner_right  {width: 220px; float: right; text-align: center; margin-right: 20px; margin-top: 5px;}
#content #inner_right img {margin: 40px 0 0 0;}
#body_hom #content #inner_right img {margin: 20px 0 0 0;}

/*------------Products and Services - no sidebar, full width, centralised----------------*/
#body_ser #content {width: 980px; padding: 0 0 30px 0;}
#body_ser h1 {text-align: center;}

/*------------Products and Services - extra top padding for sub menu----------------*/
#body_pns #content #inner {width: 720px; float: left; padding: 0px 0 90px 40px;}

/*------------Sidebar with images floating on About, Support, Contact, Clients, News &amp; Events-----------*/
#body_sup #inner, #body_con #inner, #body_new #inner, #body_sit #inner,  #body_job #inner,  #body_promo #inner, #body_tra #inner {width: 690px;}
#inner img.float_r, #pns_inner img.float_r {float: right; margin: 0 0px 10px 40px;}
#inner img.float_l, #pns_inner img.float_l{float: left; margin: 0px 20px 0px 0;}
#body_sup #inner {padding: 0 0 80px 50px;}

/*------------sidebar, pns_inner, pns_subnav on the right-----------------------------------------*/
#content #pns_inner {width: 500px; float: left; padding: 0px 0 100px 50px;}

#risk {
	width: 500px;
	height: 325px;
	background: url(images/risk_graphic.png);
	position: relative;
	margin-bottom: 20px;
}


#risk div.risk1 {width: 130px; height: 130px; padding: 10px; position: absolute; top: 0; left: 0;}
#risk div.risk2 {width: 130px; height: 130px; padding: 10px; position: absolute; top: 0; left: 175px;}
#risk div.risk3 {width: 130px; height: 305px; padding: 10px; position: absolute; top: 0; right: 0;}
#risk div.risk4 {width: 130px; height: 130px; padding: 10px; position: absolute; top: 175px; left: 175px;}
#risk div.risk5 {width: 130px; height: 130px; padding: 10px; position: absolute; top: 175px; left: 0;}

#content #pns_inner #risk h4 {margin-bottom: 5px; text-decoration: none;}
#content #pns_inner #risk p {margin: 5px 0px; padding: 0; font-size: 90%; text-align: left;}
#content #pns_inner #risk ul {font-size: 90%; list-style-position: inside;}
#content #pns_inner #risk ul li {margin: 5px 0px;}


/*------------Formatting and spacing on client logos-------------------------------------*/

#body_cli #inner  {width: 708px; height: auto; padding: 0 0 100px 50px;}
#body_cli #inner .client_list {float: left; position: relative; text-align: center; background-color: #FAFAFA; border: 8px solid #FAFAFA; }
#body_cli #inner .client_logo {float: left; position: relative; width: 122px; height: 122px; margin: 8px 8px; text-align: center; background-color:#fff;}
#body_cli #inner .client_list .client_logo p.caption {font-size: 0.9em; line-height: 1.1em; padding-bottom: 10px; text-align: center; }
#body_cli #inner .client_list .client_logo img {padding: 0; margin: 0 0 15px 0;}
#body_cli #inner .client_list .client_logo a {color: #666666;}

/*--------------------------------------------------------------------------------
--------------Layout Styles-------------------------------------------------------
-------------------END------------------------------------------------------------*/


/*------------Hyperlinks red, bold-----------------------------------------*/
a {font-weight: normal; color: #C60C30; text-decoration: none;}
a:hover {font-weight: normal; color: #C60C30; text-decoration: underline;}
a.top {float: right; font-size: 0.8em;}


/*------------Standard list style------------------------------------------*/
ul.standard {margin: 0 0 10px 30px; line-height: 1.5; list-style-image: url(images/bullet.png);}


/*------------Blue, bold span style for ad-hoc text------------------------*/
#content span.blue {color: #069;}

/*------------Specifc style for out of hours image on Contacts page--------*/
img.outofhours {float: right; margin: -20px 20px 0 0;}



/*------------News Page------------------------------------------------*/
#body_new #content hr {
	margin: 15px 0 0 0;
	padding-bottom: 20px;
	clear: both;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#body_new #content h3 {
	border-bottom: 0px;
}

#body_new p.date {
	font-size: 80%;
	color: #069;
	text-align: right;
	padding: 0;
	margin: -25px 0 15px 0;
}

/*------------News Page------------------------------------------------*/



/*------------About Us Page------------------------------------------------*/
/*#body_abo #column {
	float: left;
	width: 300px;
	margin: 10px 0 0 0;
}*/

#body_abo #inner {width: 700px;}

#body_abo #nsi_column {
	float: right;
	width: 320px;
	background: #036;
	color: white;
	padding: 20px 20px;
	margin: 0px 0px 15px 20px;
}

#body_abo #nsi_column ul {
	margin: 0 0 10px 30px; line-height: 1.5;
}

#body_abo #nsi_column ul li {
	margin-bottom: 5px;
}

#body_abo #nsi_column h3 {
	color: white;
	font-weight: normal;

}




/*------------Clients Page------------------------------------------------*/
table.client {width: 600px;}
table.client tr {text-align: center;}


/*------------Training Page------------------------------------------------*/
#body_tra #content h2 {
	text-decoration: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
	color: #C60C30;
}



/*------------Text styles------------------------------------------------*/
/*------------Text styles------------------------------------------------*/
#content h1 {
	color: #069;
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 10px;
	padding: 10px 0;
	clear: both;
}

#content h2 {
	color: #666;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5;
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #666;
}

#content h3 {
	color: #069;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#content h4 {
	color: #069;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: 0px 0 5px 0;
}

#content h5 {
	color: #069;
	font-size: 1em;
	text-indent: 1em;
	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 15px 0;
	text-align: justify;
	/*border: 1px solid black;*/
}
/*------------End Text styles------------------------------------------------*/
/*------------End Text styles------------------------------------------------*/
/*------------End Text styles------------------------------------------------*/



/*------------Logo div positioning and image format - BFC, SCA, BTredcare-----------------------*/
#logos {
	position: absolute; 
	bottom: 40px; 
	right: 5px;
}

#content #logos img {
	margin: 0 14px;
	vertical-align: middle;
	border: none;
}


#body_tra_log #content #logos {
	position: relative;
	background: yellow;
	width: 810px;
	float: right;
}

/*--------------------------------------------------------------------------------------------------------
/*-------homepage right hand panels----------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------*/

#body_hom #content #inner_right #promo {
	margin: 10px 0px 0 0;
	width: 200px;
	height: 240px;
	background: url(images/promo.jpg) no-repeat;
	padding: 10px;
}

#body_hom #content #inner_right #promo p {
	text-align: left;
	color: white;
	font-size: 100%;
}

#body_hom #content #inner_right #promo p.promo {
	font-size: 1.2em;
	font-weight: normal;
}

#body_hom #content #inner_right #promo h3 {
	text-align: left;
	color: #C60C30;
	font-size: 1.6em;
	font-weight: normal;
}

#body_hom #content #inner_right #nsi {
	margin-top: 15px;
	padding: 20px 100px 0 10px;
	width: 120px;
	height: 95px;
	background: url(images/nsi_bg.jpg) no-repeat;
	position: relative;
}

#body_hom #content #inner_right #nsi p {
	text-align: left;
	font-size: 1.3em;
	color: white;
}

#body_hom #content #ad {
	background: #069;
	border-radius: 15px;
	padding: 15px;
	margin: 0px 20px 15px 0px;
	float: left;
	width: 125px;
}

#body_hom #content #ad p {
	color: white;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}

#body_hom #content #ad a {
	color: white;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------------
/*-------Products and Services Boxes----------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------*/

/*------------------div positioning----------------*/
#wideboxes {position: relative; width: 720px; margin-left: auto; margin-right: auto;}
#narrowboxes {position: relative; width: 720px; margin-left: auto; margin-right: auto;}

/*-------main box formatting-------------------------------------------------------------------------------*/
.psbox_active{background: url(images/pnsboxes_bg.png) repeat-y; float: left; margin: 0 10px 20px 0; width: 350px;}
.psbox_detect{background: url(images/pnsboxes_bg.png) repeat-y; float: right;  margin-bottom: 20px; width: 350px;}
.psbox_n {background: url(images/pnsboxes_bg.png) repeat-y; width: 230px; float: left;}
.psbox_portable {background: url(images/pnsboxes_bg.png) repeat-y; margin: 0 15px; width: 230px; float: left;} /*same width as psbox_n but with margin for spacing*/

/*-------middle and bottom styling-------------------------------------------------------------------------*/
.psbox_mid {padding: 0; }
.psbox_bottom {background: url(images/bottomright_666.gif) no-repeat right; background-color:#666666;}

/*------------list items-----------------------------------------------------------------------------------*/
#body_pns li {list-style: none; list-style-position: inside; padding: 0px;}
#body_pns li.shade {list-style: none; list-style-position: inside; padding: 0px; background: url(images/opacity50.png);}

/*-----------styles applied to header hyperlinks-----------------------------------------------------------*/

#body_pns div.psheader, #body_pns div.psheader {
	background-color: #666;
}

#body_pns a.ps_title {
	background: no-repeat center #666; 
	overflow: hidden;
	font-size: 1%;
	text-indent: -9999px;
	padding: 5px;
	display: block;
	height: 20px;  
}

#body_pns a:hover.ps_title {
	background: no-repeat center #069; 
	overflow: hidden;
	font-size: 1%;
	text-indent: -9999px;
	padding: 5px;
	display: block;
	height: 20px; 
}

/*-----------styles applied to list hyperlinks-----------------------------------------------------------*/
#body_pns div.psbox_mid a {color: black; text-decoration: none; font-weight: normal; display: block; padding: 5px; font-size: 90%;}
#body_pns div.psbox_mid a:hover {color: white; text-decoration: none; font-weight: normal; display: block; background: url(images/opacity50_069.png); font-size: 90%;}
/*-------------------------------------------
-------------------------------------------*/


/*---------------Footer----------------------------------------------------------------------
--------------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	font-size: 0.9em;
	background: #069 url(images/footer.png) no-repeat bottom left;
	height: 15px; 
	padding: 10px;
	color: white;
}
#footer div.contact			{float: left; margin-right: 50px;}
#footer div.email			{float: right;}
#footer div.email a			{color: white;}
/*----------------------END-----------------------------------------------------------------*/



/*---------------------------------------------
--------------Services Sub-Menu----------------
----------------------------------------------*/
#pns_subnav {
	width: 190px;
	list-style-type: none;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.1em;
	position: relative;
	float: right;
	border-top: 2px solid white;
}

#pns_subnav a {
	background: #666;
	display: block;
	color: white;
	text-decoration: none;
	padding: 6px 5px;
	border-bottom: 2px solid white;
}

#pns_subnav a:hover {
	display: block;
	color: #FFF;
	background: #069;
	text-decoration: none;
	padding: 6px 5px;
	border-bottom: 2px solid white;
}

#pns_subnav li {
	margin: 0;
	padding: 0;
	float: left; /*added to correct the*/
	width: 100%; /* IE whitespace bug*/
}

#body_act a.selected, #body_fir a.selected,  #body_des a.selected,  {
	background: red;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#body_act ul a.selected, #body_fir ul a.selected,  #body_des ul a.selected, #body_por a.selected  {
	background: #069;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#pns_subnav ul {
	list-style-type: none;
}

#pns_subnav ul a {
	padding: 3px 5px;
	text-indent: 0px;
	background: #333;
}

#pns_subnav ul a:hover {
	display: block;
	background: #069;
	text-decoration: none;
	padding: 3px 5px;
	border-bottom: 2px solid white;
}


#body_act ul a.nolink, #body_fir ul a.nolink,  #body_des ul a.nolink {
	background: #ccc;
	color: black;
	text-decoration: none;
	cursor: default;
}

#body_fir #pns_subnav {
	margin-bottom: 70px;
}

/*------------------------------------------------------------------------------------------------
/*-------Portable Appliances----------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/

table.ext_class {
	width: 500px;
	border-collapse: collapse;
}

table.ext_class td {
	border-bottom: 1px dashed #069;
	padding: 10px;
}


/*---------------small print-----------------------------------------------------
--------------------------------------------------------------------------------*/

#smallprint			{margin: 5px auto 10px auto; width: 970px; font-size: 0.8em; color: #999;}
#smallprint a		{color: #CCC; text-decoration: none;}
#smallprint a:hover	{color: #FFF; text-decoration: underline;}



/*---------------small print---------------------------------------------------*/




/*******************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*****************************/


/*---------------sitemap-----------------------------------------------------
--------------------------------------------------------------------------------*/
#body_sit #inner ul {
	margin: 5px 0 10px 0;
	text-indent: 1em;
}

#body_sit #inner ul li {
	list-style: none;
	
}

#body_sit #inner ul li a {
	color: #333333;
}

#body_sit div.maplinks {
	width: 330px; 
	float: left; 
	background: ;
	margin-bottom: 15px;
}



/*---------------sitemap---------------------------------------------------*/
