@charset "utf-8";
/* CSS Document */

div.boundary
{
	/*border: solid 1px orange;*/
	width: 100%;
	margin-top: 0;
	float: left;
}

div.boundary-container
{
	width: 850px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

div.title
{
	/*border: solid 1px purple;*/
	height: 80px;
	background: url(../images/components/title_slim.jpg) bottom right no-repeat;
}

div.header
{
	/*border: solid 1px grey;*/
	background: url(../images/menu/temphed.gif) top left repeat-x;
	padding: 0px;
	height: 35px;
	border-bottom: solid 3px white;
	background: #000000;
}

div.client
{
	/*border: solid 1px red;*/
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 100%;
	/*background: url(../images/components/client.jpg) top right repeat-y;*/
}

div.left_panel
{
	/*border: solid 1px green;*/
	background: url(../images/components/leftbar_floral.jpg) #FFFFFF no-repeat bottom left;
	float: left;
	min-height: 550px;
	height: 100%;
	width: 175px;	
}

div.main_panel
{
	/*border: solid 1px blue;*/
	background-color: #000;
	float: right;
	min-height: 550px;
	height: 100%;
	width: 665px;
	display: inline;
}

div.adverts
{
	background-color: #FFF;
	text-align: center;
}

div.footer
{
	/*border: 1px solid green;*/
	border-top: solid 2px #FFF;
	font-size: small; 
	color: #FFF;	
	font-size: 11px;	
	clear: left;
	text-align: right;
}

div.lifestyleImg
{ 
	background-color: black; 
	height: 542px;
}

div.colourBar
{
	background: url(../images/components/thinSmokeBar.png) no-repeat top right; 
	padding: 0px;
	height: 5px;
}

div.carousel_container
{
	/*border: solid 1px purple;*/
	background-color: transparent;
	width: 100%;
	height: 140px;
}

div.carousel
{
	/*border: solid 1px red;*/
	width: 630px;
	margin-left:auto;
	margin-right:auto;	
}

div.footer a
{
	font-size: 11px;
}



div.footer a:hover
{
	text-decoration: underline;
}

div.copyright
{
	font-size: small; 
	color: #FFFFFF;	
}

div.copyright a
{
	color: #FFFFFF;
	font-size: small;
}

/*Email Form Layout*/
fieldset
{
}

form.contact
{
	padding: 0;
	margin: 0;
}

form.contact label 
{
	line-height: 150%;	
}

form.contact label.fixedwidth 
{
	display: block;
	width: 150px;
	float: left;
}

form.contact label.fixedwidthlong 
{
	display: block;
	width: 250px;
	float: left;
}
















