/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Bathroom Elegance Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #6A82A5;}
a:visited {color: #6A82A5;}
a:hover {color: #484C51;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background-color: white;
	font: 11px arial, verdana, sans-serif;
	line-height: 19px;
	color: #6A82A5;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	float: left;
	width: 138px;
	height: 138px;
	margin: 0px 10px 13px 0px;
	padding: 0px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #6A82A5;
	}
	
	h1 span {
		display: none;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Bathroom Elegance Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: bold 11px verdana, arial, sans-serif;
	line-height: 18px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.colorText {
	color: red;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	clear: both;
	width: 6px;
	height: 6px;
	margin: 13px auto 13px auto;
	background-color: #6A82A5;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	border-top: 5px solid #A93D95;
	}

	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colourRow {
		background-color: #FAF6F8;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Bathroom Elegance Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	background-image: url(images/background_mainholder.jpg);
	background-position: right 48px;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	height: 33px;
	background-image: url(images/background_toparea.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #6A82A5;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	margin: 12px 0px 12px 0px;
	font-weight: bold;
	font-size: 10px;
	}
	
	#menuArea .navigationBlock, #menuArea img {
		float: left;
		}
		
		#menuArea .navigationBlock a {background-color: #D9D9D9; text-decoration: none; display: block; width: 132px; line-height: 5px; padding: 6px 0px 6px 6px; margin: 0px 0px 1px 0px;}
		#menuArea .navigationBlock a:visited {}
		#menuArea .navigationBlock a:hover {background-color: #E7E7E7; color: #6A82A5;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#leftArea {
	float: left;
	width: 319px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#rightArea {
	float: left;
	width: 441px;
	}
	
	#rightArea .subNavigationBlock {
		float: left;
		}
		
		#rightArea .subNavigationBlock a {text-decoration: none; display: block; width: 132px; line-height: 6px; padding: 5px 0px 6px 6px; border-top: 1px solid #D9D9D9;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footerArea {
	margin: 12px 0px 0px 0px;
	padding: 52px 17px 9px 17px;
	line-height: 12px;
	background-image: url(images/background_footerarea.gif);
	background-position: 310px top;
	background-repeat: repeat-y;
	background-color: #E4E4E4;
	}
	
	#footerArea a {text-decoration: none; color: #6A82A5;}
	#footerArea a:visited {color: #6A82A5;}
	#footerArea a:hover {text-decoration: underline; color: #6A82A5;}