/****** ##LOG: 
Author:  Vanessa Skane
Created: 20/11/09

Description: general styles for Celebration Homes
******/

/* mainSiteContainer required because of large footer and smaller resolutions */
#mainSiteContainer {
	position: relative;
	height: 100%;
	margin:0 auto;	
}

#siteContainer {
	position: relative;
	width: 969px;
	margin:0 auto;
	text-align: left;	
}

/*** header graphic ***/
#header {
	position: relative;
	width: 969px;
	height: 166px;
	margin: 0;
	padding: 0;	
	background: url(../images/header.gif) no-repeat top;	
}

#logoDaleAlcock {
	position: absolute; 
	width: 195px; 
	height: 85px; 
	top: 0px; 
	left: 0px;
}

#logoEmail {
	position: absolute; 
	width: 90px; 
	height: 30px; 
	top: 50px; 
	right: 10px;
}

#mainContentContainer {
	position: relative;
	width: 100%;
	height: 100%;
	
}

#mainContentTop {
	position: relative;
	background: url(../images/main-container-top.gif) no-repeat center bottom;
	width: 969px;
	height: 40px;	
}

#mainContentMiddle {
	position: relative;
	background-color: #ffffff;
	width: 969px;
	height: 100%;	
}

#mainContentBottom {
	position: relative;
	background-color: #ffffff;
	width: 969px;
	height: 15px;	
}



#mainContent {
	position: relative;
	margin: 0;
	width: 100%;
	padding: 10px;
}

#mainContent p {
	padding: 5px 20px;
	margin: 0 !important;
	line-height: 1.7em;
	margin-bottom: 10px;
}

#mainContent ul {
	position: relative;
	margin:0;
	list-style-type: none;
	width: 950px;	
	height: 34px;
	float: left;
	padding-top: 20px;
}

#mainContent li {
	position: relative;
	margin:0;
	padding:12px 10px 5px 10px;	
	float: left;
	left: 90px;
}



#videoContainer {
	position: relative;
	width: 969px;
	height: 100%;
	margin-top: 10px;
}

.videoContent {
	position: relative;
	float: left;
	width: 969px;	
	height: 100%;
	text-align: center;
	margin: 8px 0;
}

.videoThumbs {
	position: relative;
	float: left;
	width: 290px;
	padding: 0;
	margin: 8px;
	color: #ffffff;
	font-weight: bold;
}

.videoThumbCentre {
	position: relative;
	float: left;
	width: 290px;
	padding: 0;
	margin: 8px 25px;
	color: #ffffff;
	font-weight: bold;
}

.videoThumbs img {	
	padding: 0;
}

.infoLeft {
	position: relative; 
	float: left; 
	padding: 5px 0 0 5px;
}

.infoRight {
	position: relative; 
	float: right; 
	padding: 5px 8px 0 0;
	clear: right;
}

.infoRight2 {
	position: relative; 
	float: right; 
	padding: 5px 8px 0 0;
	margin: 0;
	clear: right;
	width: 155px;
}


.greyContainerTop {
	position: relative;
	background: url(../images/grey-container-top.gif) no-repeat center bottom;
	width: 290px;
	height: 5px;	
}

.greyContainerMiddle {
	position: relative;
	background-color: #343435;
	width: 290px;
	height: 100%;	
}

.greyContainerBottom {
	position: relative;
	background: #343435 url(../images/grey-container-bottom.gif) no-repeat center bottom;
	width: 290px;
	height: 50px;	
}


/*** Footer content ***/


#footer {
	position: relative;
	width: 969px;
	height: 82px;
	text-align: center;
	background: url(../images/footer.gif) no-repeat center top;
}

#footer p {
	text-align: center;
}

#footer ul {
	position: relative;
	margin:0;
	list-style-type: none;
	width: 969px;	
	height: 34px;
	float: left;
}

#footer li {
	position: relative;
	margin:0;
	padding:12px 10px 5px 10px;	
	float: left;
	left: 100px;
}

