/** home.css
    Contains references to home page
*/


.holder.home
{
	behavior: url("/js/iepngfix.htc");
	background-image: url("../images/layout/bg_home_top.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.holder.home .background
{
	background-image: url("../images/layout/bg_home_bottom.jpg");
	background-position: 19px 441px;
	background-repeat: no-repeat;
}
.holder.home .background .bodyHolder
{
	width: 957px;
	height: 410px;
	display: block;
	text-align: left;
	clear: both;
	position: relative;
	top: -60px;
}



#homeVideoPlayer
{
	width: 361px;
	height: 200px;
	display: block;
	position: absolute;
	top: 26px;
	left: 169px;
}
#homeVideoPlayer a img
{
	border: 0px;
}


.dorothyFeature
{
	width: 400px;
	height: 250px;
	display: block;
	position: absolute;
	top: 14px;
	left: 568px;
}
.dorothyFeature h1
{
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: auto;
	overflow: hidden;
}
.dorothyFeature h1 span
{
	visibility: hidden;
}
.dorothyFeature p
{
	color: #666666;
	font-size: 0.81em;
	margin: 0px 0px 10px 8px;
	padding: 0px;
	width: 90%;
}
.dorothyFeature p span
{
	color: #6c3f98;
}

.photoCentre
{
	float: left;
	margin-top: -175px;
}
.photoCentre img
{
	border: none;
}
