@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------

	* Filename:				partnershipstructure.css
	
	* Description:			Structure CSS
	
	* Version:				1.0.0 (07-04-2009)
	
	* Website:				http://www.creativpartnership.co.uk/
	
	* Author:				Gavin Appleby - gavin@creativgroup.com
	
	This file controls the structural elements of the Creativ Partnership website.

------------------------------------------------*/

/* Header */
#headerwrap {
	height: 120px;
	background: url(../assets/core/header_background.gif) top left repeat-x;
}

#headermiddle {
	margin: 0 auto;
	width: 900px;
	height: 120px;
	background: url(../assets/core/header_background.gif) top left repeat-x;
}




/* Home Page Feature Project */
#homewrap {
	height: 180px;
	background: url(../assets/core/feature_background.gif) top left repeat-x;
}

#homemiddle {
	margin: 0 auto;
	width: 860px;
	height: 180px;
	padding: 0 20px 0 20px;
	position: relative;
}




/* Main Content Area */
#contentwrap {
	background: #FFF;
}

#contentmiddle {
	margin: 0 auto;
	width: 900px;
	background: #FFF;
	text-align: left;
}




/* Footer */
#footerwrap {
	height: 270px;
	background: url(../assets/core/footer_background.gif) top left repeat-x #366BB3;
	position: relative;
	margin-top: -270px;
	clear: both;
}

#footermiddle {
	margin: 0 auto;
	width: 900px;
	height: 270px;
	background: url(../assets/core/footer_background.gif) top left repeat-x;
}




/* Stick Footer */
body > #wrap {
	height: auto;
	min-height: 100%;
}

#contentwrap {
	padding-bottom: 270px;
}




/* Sliding Contact Area */
#sliderWrap {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	z-index: 500;
}

#slider {
	background: url(../assets/core/contact.png) no-repeat bottom;
	width: 100%;
	height: 250px;
	margin: -224px auto 0 auto;
}

