/*
Styles specific to the home page
Created: 16/04/2007
*/
/* OVERRIDES */
div#header-image.header-home{
	background: #7c7369 url('/images/home/home-header-image.jpg') top left no-repeat;
	height: 200px;
}

/* HOME MAIN CONTENT */
body#home div#content {
	background: #fff url('/images/main/content-gradient-bg.gif') top left repeat-x;
}
div#content div#content-2col-left {
	padding:25px 0 0 20px;
	float:left;
	width: 25%;
}
div#content div#content-2col-right {
	float:left;
	width: 70%;
	margin-top: 10px !important;
	margin-top: 20px;
}
div#home-section-choice {
	height: 125px;
	background: transparent url('/images/home/home-section-choice.jpg') top left no-repeat;
}
	div#home-section-choice ul#home-section-choice-list {
		list-style-type: none;
		margin: 0;
		padding: 0;
		/*display:none;*/
	}
	ul#home-section-choice-list li {
		float:left;
	}
		ul#home-section-choice-list li a {
			display:block;
			width: 193.75px;
			height: 112px;
		}

ul#home-buttons {
	list-style:none;
	float:right;
	padding:0;
	margin:25px 0 0 20px;
	}

ul#home-buttons li {
	padding:0 0 10px 0;
	margin:0;
	}

ul#home-buttons li#enquiry-button a {
	outline:none;
	display:block;
	text-indent:-9999px;
	background:transparent url('/images/home/enquiry-button.gif') top left no-repeat;
	height:59px;
	width:156px;
	}

ul#home-buttons li#news-button a {
	outline:none;
	display:block;
	text-indent:-9999px;
	background: transparent url('/images/home/news-button.gif') top left no-repeat;
	height:123px;
	width:156px;
	}

body#home h2 {
	padding-bottom:0;
	margin-bottom:0;
	}
