/* ------------------------------------- (  Start -  Layout   ) ------------------------------------- */

body
{
	margin: 0px;
	font-family: arial;
	background-color: #ffffff;
	background-image: url(../resources/page_bg.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin-top: 8px;
}

#centre
{
	text-align: center; /* For ie 6 + 7 */
	margin: 0px auto;
}

#wrapper
{
  width: 779px;
  height: 100%;
  margin: 0px auto;
  text-align: left;
  clear: both;

}

#header
{
	clear: both;
	width: 749px;
	background-image: url(../resources/logo_bg.gif);
	height: 90px;
	color: #666666;
	padding-left: 15px;
	padding-right: 15px;
}

#logo
{
	float: left;
	color: #666666;
	font-size: 25px;
	padding-top: 10px;
}

#topmenu
{
	font-family:  Trebuchet MS;
	font-size: 11px;
	color: #666666;	
	text-align: left;	
	padding-top: 30px;
	float: right;

}

#topmenu a, #topmenu a:active, #topmenu a:visited
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #666666;	
	text-decoration: none;
}

#topmenu a:hover, #topmenu a:visited:hover
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #BBAB8F;
	text-decoration: none;
		
}

#header2
{
	clear: both;
	width: 100%;		
}

#container
{
	width: 779px;
	position: absolute;
	top: 331px;
	background-color: #ffffff;
}

#nav
{
	margin-top: 6px;
	float: left;
	clear: left;	
	width: 208px;	
	padding-left: 0px;
}

#navlistcontainer
{
	width: 208px;
	margin-left: 0px;
	padding-top: 0px;
}

#callto
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 5px;
	text-align: center;
}

#callto img
{
	padding-top: 2px;
	padding-bottom: 2px;
}

#content
{
	width: 536px;	
	padding: 10px;
	float: right;
}


#footerlinks
{
	text-align: left;
	width: 100%;
	clear: both;
	display: block;
}

.before-footer
{
	background-color: #ffffff;
	background-image: url(../resources/footer.gif);
	height: 5px;
	font-size: 0px;
	clear: both;
}

#footer
{	
	font-size: 10px;
	clear: both;
	background-color: #ffffff;
	text-align: center;
	padding: 5px;	
	color: #666666;

}


#footer a, #footer a:active, #footer a:visited
{
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

#footer a:hover, #footer a:visited:hover
{
	font-size: 10px;
	color: #BBAB8F;
	text-decoration: none;
}

.cleaning
{
	clear: both;
	width: 100%;
	font-size: 0px;
	height: 0px;
}


/* Crumbtrail
....................................................................... */

#crumbtrail
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

#crumbtrail p
{
}

#crumbtrail a, #crumbtrail a:active, #crumbtrail a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

#crumbtrail a:hover, #crumbtrail a:visited:hover
{
	color: #BBAB8F;
	text-decoration: none;
}

