/**
 * Index CSS file for site, defines all styles used on index page
 *
 * @copyright  2009 Deckchair UK Ltd www.deckchair.co.uk
 * @author     Simon Pollard
 * @version    v1.0
*/

/* 	
General
-----------------------------------------------------------*/
.index-wrapper {
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 175px;
}

/* 	
Main box
-----------------------------------------------------------*/
div#index-main-box {
	background-image: url(../images/index/main-panel-bg.jpg);
	background-repeat: no-repeat;
	background-color: #1b196e;
	/*padding: 20px;*/
	width: 940px;
	height: 306px;
	margin-bottom: 20px;
	position: relative;
}
div#index-main-box h1, div#index-main-box h2 {
	margin-bottom: 20px;
}
p.index-main-box-firstp {
	font-weight: bold;
}
div#index-main-box a {
	background-repeat: no-repeat;
	background-color: #911ea9;
	padding-top: 5px;
	height: 25px;
	display: block;
	float: left;
	margin-top: 10px;
}
a#index-who-are {
	background-image: url(../images/index/who-are.gif);
	width: 190px;
	margin-right: 20px;
}
a#index-how-can {
	background-image: url(../images/index/how-can.gif);
	width: 258px;
}
a#index-bus-help {
	background-image: url(../images/index/bus-help.gif);
	width: 332px;
}
a#index-what-is {
	background-image: url(../images/index/what-is.gif);
	width: 221px;
	margin-right: 20px;
}
a#index-training {
	background-image: url(../images/index/training.gif);
	width: 211px;
}

div#index-main-box-rotating div {
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 286px;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url(../images/index/main-panel-bg.jpg);
	background-repeat: no-repeat;
}
div#index-main-box .main-box-hidden {
	display: none;
}
div#main-box-video {
	position: absolute;
	right: 25px;
	top: 28px;
	width: 360px;
	height: 250px;
	background-color: #5d84c5;
	border: 1px solid #FFF;
}
div#main-box-video p {
	margin-left: 10px;
	margin-top: 10px;
	width: 340px;
}

/* 	
Styles for small boxes
-----------------------------------------------------------*/
div.index-small-boxes {
	float: left;
	margin-bottom: 20px;
}
div#index-retreats {
	width: 220px;
	margin-right: 20px;
}
div#index-whatwedo {
	width: 460px;
	margin-right: 20px;
}
div#index-contact {
	width: 220px;
	clear: right;
}