/*SITE DIMENTION */
.wrapper {
	width: 940px; 
	margin: 0 auto;
	position: relative;
} 

/* HEADER 
************************************************************/
header {
	width: 80%;
	position: absolute;
	left: 50%;
	height: 120px;
	z-index: 9999;
}
header a.logo {
	width: 300px;
	height: 140px;
	position: absolute;
	z-index: 9999;
	left: 5%;
	top: 0;
}
header #booking, header .phone, header #primary-nav {
	position: absolute;
}
header #primary-nav li {
	display: inline-block;
	*display:inline;
	zoom:1;
	padding-left: 10px;
	margin-left: 10px;
}
header #primary-nav li:first-child {
	border: 0;
}

/* FOOTER 
************************************************************/
footer {
	position: fixed;
	bottom: 0;
	width: 80%;
	z-index: 9999;
	left: 50%;
	height: 50px;
}
footer #secondary-nav {
	position: absolute;
	left: 5%;
	top:18px;
}
footer #secondary-nav li {
	float: left;
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
}
footer #secondary-nav li:last-child {
	border: 0;
}
.scrolldown, .scrollup {
	position: absolute;
	bottom: 0;
	right: 20%;
}
footer #social-medias {
	position: absolute;
	right: 5%;
	top:11px;
}
footer #social-medias a {
	margin-left: 5px;
}

/* PAGE TEMPLATE
************************************************************/
.content {
	padding:40px 0;
	float: left;
}
.content.col2 {
	width: 72%;
	margin-right: 4.5%;
}
.content.col1 {
	width: 72%;
	float: none;
	margin: 0 auto;
}

/* SIDEBAR
************************************************************/
.sidebar .block.double {
	max-width: 220px;
	height: 460px;
}