/**
* Webpro-IT stylesheet for the extra facilities box
*
* @author Rhiannone Cobbold
* @copyright Copyright Webpro-IT (c) 2009, www.webpro-it.co.uk
* @version 1.0
*/
/***************************************************/
#facilitiesContainer {
	margin:10px 0px 10px 0px;
	padding:0px;
	min-height:350px;
	font-size:12px;
	/*font-family:"trebuchet MS", Verdana, Arial, sans-serif;*/
	color:#494949;
	min-width:500px;
}
* html #facilitiesContainer { height:350px; width:510px; }
div#facilitiesBox1 {
	background:url(images/borderTop.png) top repeat-x;
	margin:0px;
	padding:0px;
	width:100%;
}
div#facilitiesBox2 {
	background:url(images/borderRight.png) right top repeat-y;
	margin:0px;
	padding:0px;
	margin-right: -10px;
}
div#facilitiesBox3 {
	background:url(images/borderLeft.png) left top repeat-y;
	margin:0px;
	padding:0px;
}
div#facilitiesBox4 {
	margin:0px;
	padding:0px;
}
.facilitiesBoxChat {
	background:url(images/topRightCornerChat.jpg) right top no-repeat;
}
.facilitiesBoxCalculator {
	background:url(images/topRightCornerCalc.png) right top no-repeat;
}
.facilitiesBoxTV {
	background:url(images/topRightCornerTV.png) right top no-repeat;
}
.facilitiesBoxEngine {
	background:url(images/topRightCornerEngine1.png) right top no-repeat;
}
.facilitiesBoxEarth {
	background:url(images/topRightCornerEarth.png) right top no-repeat;
}
.facilitiesBoxNewsletter {
	background:url(images/topRightCornerNewsletter.png) right top no-repeat;
}
.facilitiesBoxLetter {
	background:url(images/topRightCornerLetter.png) right top no-repeat;
}
div#facilitiesBox4 h1 {
	background:url(images/topLeftCorner.png) left top no-repeat;
	color:#FFFFFF;
	margin:0px;
	padding:40px 0px 0px 67px;
	min-height:75px;
	font-size:120%;
	border: none;
}
* html div#facilitiesBox4 h1 { height:150px; }
div#facilitiesBox5 {
	background:url(images/borderBottom.png) bottom left repeat-x;
	margin:0px;
	padding:0px;
	margin-right:20px;
	min-height:127px;
}
* html div#facilitiesBox5 { height:127px; }
div#facilitiesBox5Contents {
	padding:0px 10px 10px 0px;
}
div#facilitiesBox6 {
	background:url(images/bottomLeftCorner.png) bottom left no-repeat;
	min-height:127px;
	padding:0px;
	margin:0px;
}
* html div#facilitiesBox6 { height:127px; }
div#facilitiesBox7 {
	padding:20px 0px 0px 100px;
	min-height:107px;
	margin:0px;
}
* html div#facilitiesBox7 { height:107px; }
div#facilitiesBox7 p {
	font-size: 12px;
	padding:30px 0px 0px 0px;
	margin:2px 0px;/**/
	/*margin-top:30px;*/
	line-height:100%;
}
/*******************	OVERWRITE IFA TEMPLATE 		*************************/
div#rightBlockHolder {
	width:745px;
}
* html div#rightBlockHolder {
	width:742px;
}
* html div#rightBlock {
	margin:0px 0px 20px 0px;
	padding:0px;
}
div#contentsPage {
	width:535px;
}
* html div#contentsPage {
	width:534px;
	padding:0px;
}
/*****************************************************************************/
/*******************	Tell a friend Form		*****************************/
div#enquiryFormStep {
	padding:0px 30px;
}
form {
	margin:0px;
	padding:0px;
}
fieldset {
	display:block;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border: solid 1px #232323;
	padding:5px;
	font-size:12px;
}
fieldset:hover{
	background-color:#D9D9D9;
	border: solid 1px #D3BBBB;
}
legend{
	background-color:#D9D9D9;
	border: solid 1px #D3BBBB;
	padding:2px 10px; 
	font-weight:bold;
	color:#000000;
}
label{
	display:block;
	margin-top: 7px;
	margin-bottom: 2px;
	}
#facilitiesContainer input, textarea, select{
	font-size:12px;
	padding:1px;
	color:#000000;
	/*border:1px solid #8D8D8D;*/
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
}
fieldset input {
	width:220px;
}
input.submitSomeForm, button.submitSomeForm{
	margin-top:15px;
	background:url(images/buttonGreyRound.jpg) center no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	width:198px;
	height:34px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	border:none;
}
input.submitSomeForm:hover, button.submitSomeForm:hover{
	background:url(images/buttonGreyRoundH.jpg) center no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	border:none;
}
input.submitSomeForm250, button.submitSomeForm250{
	margin-top:15px;
	background:url(../../commonElements/images/buttonGreenRound.jpg) center no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	width:250px;
	height:34px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	border:none;
}
input.submitSomeForm250:hover, button.submitSomeForm250:hover{
	background:url(../../commonElements/images/buttonGreenRoundH.jpg) center no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	border:none;
}
/*****************************************************************************/
div#facilitiesBox5Contents table {
	width:90%;
	font-size:12px;
	font-family:"trebuchet MS", Verdana, Arial, sans-serif;
	text-align:left;
}


/***************** calculators added by jay :) *****************/
#facilitiesCalcBoxLoad
{
	background-image:url(../calculators/images/calcLoad.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:476px;
	height:200px;
}

/**************************************/
.newsLinks
{
	color:#002C5B;
	font-weight:bold;
}
.newsText
{
	color:#02A09F;
}



/**********************************/
