/****** ##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: 972px;
	margin:0 auto;
	text-align: left;	
}

/*** header graphic ***/
#header {
	position: relative;
	width: 972px;
	height: 145px;
	margin: 0;
	padding: 0;	
	background: url(../images/header.jpg) no-repeat top;	
}

#logoCelebrations {
	position: absolute; 
	width: 230px; 
	height: 100px; 
	top: 20px; 
	left: 0px;
}


#mainContentContainer {
	position: relative;
	width: 100%;
	height: 100%;
	
}

#mainContentTop {
	position: relative;
	background: url(../images/main-container-top.gif) no-repeat center bottom;
	width: 972px;
	height: 14px;	
}

#mainContentMiddle {
	position: relative;
	background: url(../images/main-container-middle.gif) repeat-y;
	width: 972px;
	height: 100%;	
}

#mainContentBottom {
	position: relative;
	background: url(../images/main-container-bottom.gif) no-repeat center top;
	width: 972px;
	height: 13px;	
}



#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: 972px;	
	height: 34px;
	float: left;
}

#mainContent li {
	position: relative;
	margin:0;
	padding:12px 10px 5px 10px;	
	float: left;
	left: 90px;
}



#videoContainer {
	position: relative;
	width: 972px;
	height: 100%;
	margin-top: 10px;
}

.videoContent {
	position: relative;
	float: left;
	width: 972px;	
	height: 100%;
	text-align: center;
	margin: 8px 0;
}

.videoThumbs {
	position: relative;
	float: left;
	width: 300px;
	padding: 0;
	margin: 8px;
	color: #680268;
	font-weight: bold;
}

.videoThumbs img {	
	padding: 0;
}

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

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



.pinkContainerTop {
	position: relative;
	background: url(../images/pink-container-top.gif) no-repeat center bottom;
	width: 311px;
	height: 25px;	
}

.pinkContainerMiddle {
	position: relative;
	background-color: #ffebcc;
	width: 311px;
	height: 100%;	
}

.pinkContainerBottom {
	position: relative;
	background: url(../images/pink-container-bottom.gif) no-repeat center top;
	width: 311px;
	height: 25px;	
}

.purpleContainerTop {
	position: relative;
	background: url(../images/purple-container-top.gif) no-repeat center bottom;
	width: 311px;
	height: 25px;	
}

.purpleContainerMiddle {
	position: relative;
	background-color: #e8d9e8;
	width: 311px;
	height: 100%;	
}

.purpleContainerBottom {
	position: relative;
	background: url(../images/purple-container-bottom.gif) no-repeat center top;
	width: 311px;
	height: 25px;	
}


/*** Footer content ***/


#footer {
	position: relative;
	width: 972px;
	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: 972px;	
	height: 34px;
	float: left;
}

#footer li {
	position: relative;
	margin:0;
	padding:12px 10px 5px 10px;	
	float: left;
	left: 100px;
}

