/*---------------------------------------
Layout Style Sheet

Author: 	Matt Berridge
Email:		m.berridge@mixd.co.uk
Website:	http://www.mixd.co.uk
---------------------------------------*/

/* Header
---------------------------------------*/

#header {
	overflow: hidden;
	width: 960px;
	padding: 0;
	background: url('../images/background/header.png') repeat-x;
	position: relative;
	height: 294px;
}
#section_home #header {
	height: 494px;	
}
.small_header #header {
	height: 204px;	
}

/* Content
---------------------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#inner {
	background: #FFF url('../images/background/inner.png') repeat-x;
	padding: 40px 20px;
	overflow: hidden;
	width: 920px;
}
#sidebar {
	margin-right: 40px;
	width: 265px;
	float: left;
	display: inline; /* for IE6 */
}
#content {
	width: 615px;
	float: right;
	display: inline; /* for IE6 */
}
#wrapper .full-width {
	width: 920px;	
}
#section_home #sidebar {
	margin: 0 0 0 40px;
	float: left;
	width: 220px;
}
#section_home #content {
	float: left;
	width: 660px;
}
.chalet_detail #sidebar {
	float: right;
	margin: 0 0 0 40px;
}
.chalet_detail #content {
	float: left;
}

/* Columns
---------------------------------------*/

.column-wrap {
	clear: both;
	overflow: hidden;
}
.column {
	margin-left: 20px;
	float: left;
	display: inline; /* for IE6 */
}
.two .column {
	width: 320px;
}
.three .column {
	width: 193px;
}
.column-wrap .first {
	margin-left: 0;
	clear: both;
}

/* Footer
---------------------------------------*/

#footer {
	clear: both;
	display: block;
	margin-top: 15px;
	padding: 0 0 25px 0;
	overflow: hidden;
	width: 960px;
	position: relative;
}

/* Tan Hacks for IE5.x
---------------------------------------

* html #wrapper {  /* this is recognized by IE only * 
  width: 960px;  /* total width, only for IE5.x/Win *
  w\idth: 940px; /* content width for other IE *
}

*/
