/****** ##LOG: 
Author:  Vanessa Skane
Created: 20/11/09

Description: general styles for wbhomes
******/

/* 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: 50px;
	margin: 0;
	padding: 0;	
	background: url(../images/header.gif) no-repeat top;	
}

#logoWBHomes {
	position: absolute; 
	width: 66px; 
	height: 276px; 
	top: 0px; 
	left: 0px;
}

#mainContentContainer {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/main-container-background.gif) repeat-y;	

}



#mainContent {
	position: relative;
	float: right;
	margin: 0;
	width: 884px;
	padding: 10px;
	background-color: #e7e5e5;
	
}

#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: 5px 3px;
	color: #4d4d4d;
	font-weight: bold;
}


.videoThumbs img {	
	border: 2px solid #000000;
}

.infoLeft {
	position: relative; 
	float: left; 
	padding: 5px 0 0 2px;
}

.infoRight {
	position: relative; 
	float: right; 
	padding: 5px 6px 0 0;
	clear: right;
}

.infoRight2 {
	position: relative; 
	float: right; 
	padding: 5px 8px 0 0;
	margin: 0;
	clear: right;
	width: 155px;
}



/*** Footer content ***/


#footer {
	position: relative;
	width: 969px;
	height: 82px;
	text-align: center;
	background: url(../images/footer.gif) no-repeat center top;
	margin-top: 20px;
}

#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: 180px;
}

