#wrapper
{
background: url(/images/main-image-right.jpg) no-repeat right 134px #ffffff;
}

div#intro 
{
	height: 383px;
	background-image: url(/images/main-image-left.gif);
	background-repeat: no-repeat;
	position: relative;
}

	div#intro div#intro-copy
	{
		position: absolute;
		width: 400px;
		height: 100px;
		top: 160px;
		left: 77px;
		font-size: 11px; 
		color: #525051;
		line-height: 15px;
	}

#intro-copy h3
{
font-size: 20px;
font-weight: normal;
color: #748a92;
margin: 0 0 5px; 0;
}

		div#intro div#intro-copy p 
		{
			margin: 0;
		}

		.intro-tel 
		{
			font-size: 17px;
			color: #9b9f7e;
			line-height: 22px;
		}

		.intro-tel-number
		{
			font-size: 17px;
			color: #000000;
			line-height: 18px;
		}

	div#home-features-1, 
	div#home-features-2
	{
		background-image: url(/images/home_bg_brown_fade.jpg);
		background-repeat: repeat-x;
		margin: 15px 0 20px 0;
		border-width: 10px 0 0 0;
		border-style: solid;
		border-color: #f1f2e4;
		font-size: 11px;
		color: #7f816c;
		line-height: 14px;
		min-height: 250px;
	}
		
		div.home-feature-left 
		{
			float: left;
			width: 248px;
			border: 0px; 
			border-right:1px dashed #bcbaad;
		}		

		div.home-feature-right 
		{
			float: right;
			width: 248px;
		}

		div.home-feature-center 
		{ 
			float: left;
			width: 250px;
			border-right:1px dashed #bcbaad;
		}

		div#home-features-1 .home-feature-container,
		div#home-features-2 .home-feature-container
		{
			width: 207px;
			margin: 0;
			padding: 0 0 10px 20px;
			float: left;
		}

			.homepage-feature-title 
			{
				text-align: center;
				height: 70px;
				vertical-align: bottom;
			} 

			div#home-features-1 p,
			div#home-features-2 p
			{
				margin: 0 0 5px 0;
				display: block;
				height: 40px;
			}
	
			div#home-features-1 a,
			div#home-features-2 a
			{
				color: #ff6207;
			}

		div#home-features-1 img,
		div#home-features-2 img
		{
			border: 0;
		}

	div#home-advert-container
	{
		margin-bottom: 10px;
		
		min-height: 191px;
		float: left;
	}

		div#home-advert-left
		{
			float: left;
			background-image: url(/images/home_bg_xmas.jpg);
			background-repeat: no-repeat;
			height: 191px;
			width: 358px;
			overflow: hidden;
		}

			div#home-advert-left-copy
			{
				width: 230px;
				color: #FFFFFF;
				font-size: 14px;
				font-family: Georgia, Times New Roman, Times;
				margin: 75px 0 0 110px;
			}

				div#home-advert-left-copy p
				{      
                                      width: 240px; 
                                      padding: 0;
                                      margin: 0 0 8px 0;
                                       
				}

				div#home-advert-left-copy a 
				{
             
					font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
					font-size: 11px;
					color: #FFFFFF;
				}

		div#home-advert-right
		{
			float: right;
			background-color: #e7f5aa;
			width: 392px;
height: auto !important;
height: 191px;
			min-height: 191px;
		}

			div.home-advert-right-copy
			{
				width: 345px;
				color: #7d7c78;
				font-size: 12px;
				margin: 6px 0 15px 15px;
			}
				
				div.home-advert-right-copy p
				{
					margin: 2px 0 0 0;
				}
			
				div.home-advert-right-copy .title 
				{
					font-size: 17px;
					font-weight: bold;
				}

				div.home-advert-right-copy a {
					color: #ff6207;
				}

