@charset "UTF-8";
/*************************************************/
/*                                               */
/*  Local CSS Rules to build on BluePrint CSS    */
/*  v1.0 November 09                             */
/*************************************************/

body {
	background:#F7FAFF;
	}

/*************************************************/
/* Main Blocks                                   */
/*************************************************/

#logo_block {
	width:1000px;
	background:url(../images/body_background.jpg) repeat-y center;
	}

#main_content {
	width:1000px;
	background:url(../images/body_background.jpg) repeat-y center;
	}

#flashcontent {
	width:1000px;
	background:url(../images/body_background.jpg) repeat-y center;
	}

#corporate_details {
	width:1000px;
	background:url(../images/body_background.jpg) repeat-y center;
	}

#credits {
	width:1000px;
	background:#F7FAFF;
	}

/*************************************************/
/* Typography + Styles                           */
/*************************************************/

.borderSpace {  /* This is a bit of a cludge to create space between the FLASH image and the main content */
	margin: 0 0 20px 0;
	}
	
.safety_text {
	padding: 10px 0 0 12px;
	}
	.safety_text a {
		font-weight:bold;
		color:#ED1B24;
		text-decoration:none;
		}
	.safety_text a:hover {
		text-decoration:underline;
		}

.health_text {
	padding: 10px 0 0 5px;
	}
	.health_text a {
		font-weight:bold;
		color:#7ED7FF;
		text-decoration:none;
		}
	.health_text a:hover {
		text-decoration:underline;
		}

.sylvestris_text {
	padding: 10px 0 0 0px;
	}
	.sylvestris_text a {
		font-weight:bold;
		color:#05715A;
		text-decoration:none;
		}
	.sylvestris_text a:hover {
		text-decoration:underline;
		}

.estates_text {
	padding: 10px 0 0 0px;
	}
	.estates_text a {
		font-weight:bold;
		color:#05715A;
		text-decoration:none;
		}
	.estates_text a:hover {
		text-decoration:underline;
		}

.contact_details {
	margin: 20px 0 20px 0;
	border-right: 1px #CCCCCC solid;
	height:45px;
	font-size:9px;
	}
.contact_details_last {
	margin: 20px 0 20px 0;
	height:45px;
	font-size:9px;
	}

#credits {
	font-size: 9px;
	color:#999999;
	}
	
#designer a {
	color:#999999;
	text-decoration:none;
	}
	
#designer a:hover {
	color:#000;
	text-decoration:underline;
	}
	

/*************************************************/
/* Navigation                                    */
/*************************************************/



