@charset "UTF-8";

html {
        overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #333333;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

/* Type Kit FOUT assistance - See typekit.com */

.wf-loading *
  {
    /* Tyekit fonts in Firefox while web fonts are loading */
    visibility: hidden;
  }

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

h1 {
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: 35px;
	color: #FFFFFF;
	padding-top: 0px;
	margin-bottom: 5px;
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
}


h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

p {
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact_text {
	font-size: 18px;
}

.footer_text {
	font-size: 12px;
}

.contact_details {
	font-size: 14px;
	line-height: 20px;
}
.ski_package_para {
	width: 332px;
	margin-bottom: 10px;
}

.shop_para {
	margin-bottom: 10px;
}

.small_print {
	margin-bottom: 30px;
	font-size: 10px;
	margin-top: -8px;
}


a {
	outline: none;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	outline: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFFFFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	outline: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:#A4EB00;
	outline: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	margin-bottom: 56px;
	position: relative;
	height: 190px;
}
#logo {
	margin-top: 44px;
}
#apDiv1_skimium {
	position:absolute;
	width:210px;
	height:61px;
	z-index:1;
	right: 54px;
	top: 44px;
}
    
#apDiv1_navigation {
	position:absolute;
	/*width:476px;
	height:40px;*/
	z-index:1;
	right: 0px;
	top: 148px;
	/* [disabled]background-image: url(../images/nav_div_bg.png); */
	height: 40px;
}

#apDiv1_red_flash {
	position:absolute;
	width:269px;
	height:171px;
	z-index:1;
	bottom: 30px;
	left: -20px;
}
#logo_placeholder {
	/*float: right;*/
	border-radius: 12px;
	opacity: 0.85;
	width: 263px;
}

#logo_placeholder:hover {
	opacity: 1;
}


#nav {
	margin: 0;
	/* [disabled]padding: 0; */
	margin-top: 10px;
	list-style-type: none;
	/*width: 476px;
	height: 26px;*/
	position: relative;
	/* [disabled]float: left; */	/*background-image: url(images/navigation_bg.png);*/
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}
	
#nav li {
	display: inline;
	font-size: 16px;
	/* [disabled]width:300px; */
	margin-right: 5px;
}

#nav li a {	
	text-shadow: 1px 1px #000000;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
}


#nav a:link, #nav a:visited {
	padding: 0.4em 1em 0.4em 1em;
	color: #FFFFFF;
	background-color: #535353;
	text-decoration: none;
	border: 1px solid #666666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	
	
	
}

#nav li a:hover {
	color: #FFFFFF;
	background-color: #A4EB00;
	border: 1px solid #666666;
}
	
*/

#content_products li#nav_products a {
	background-position: -90px -140px;
}

#content_shop li#nav_shop a {
	background-position: -180px -140px;
}

#content_company li#nav_company a {
	background-position: -270px -140px;
}

#content_contact li#nav_contact a {
	background-position: -360px -140px;
}

/* Active page - All new pages must have the content area defined with the _pagename suffix */

#content_products li#nav_products a:hover {
	background-position: -90px -70px;
}

#content_shop li#nav_shop a:hover {
	background-position: -180px -70px;
}

#content_company li#nav_company a:hover {
	background-position: -270px -70px;
}

#content_contact li#nav_contact a:hover {
	background-position: -360px -70px;
}
.content_404 {
	height: 300px;
}

.content_admin_section {
	height: 400px;
}
#option_1 {
}

#lang_nav {
	list-style-type: none;
	width: 60px;
	/* [disabled]float: left; */
	display: inline;
	position: absolute;
	top: 190px;
	right: 0px;
}
#french {
	float: left;
	height: 16px;
	width: 20px;
}
#english {
	float: left;
	margin-left: 15px;
	height: 16px;
	width: 20px;
}



/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 0px 0;
	margin-bottom: 44px;
	/*position: relative;*/
	margin-top: 10px;
	background-repeat: no-repeat;
}

#apDiv1_skier_home {
	position:absolute;
	width:346px;
	height:279px;
	z-index:1;
	margin-top: -125px;
	margin-left: 40px;
}

#apDiv1_skier_location {
	position:absolute;
	width:279px;
	height:304px;
	z-index:1;
	margin-top: -120px;
	margin-left: 35px;
}

#apDiv1_book_home {
	position:absolute;
	width:200px;
	height:54px;
	z-index:1;
	right: 40px;
	top: 25px;
}

#apDiv1_book_home a {
	style: none;
	text-decoration: none;
	outline: none;
	
}

#apDiv1_book_home a:hover {
	text-decoration: none;
	color:#FFFFFF;
	outline: none;	
	
}

.apDiv1_reserve {
	position:absolute;
	width:105px;
	height:36px;
	z-index:1;
	right: 0px;
	top: 37px;
}

.apDiv1_reserve a {
	style: none;
	text-decoration: none;
	outline: none;
	
}

.apDiv1_reserve a:hover {
	text-decoration: none;
	color:#FFFFFF;
	outline: none;	
	
}
#Div_tag1 {
	width:48px;
	height:49px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
#Div_tag2 {
	width:48px;
	height:49px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
#Div_tag3 {
	width:48px;
	height:49px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
#small_text {
	font-size: 10px;
	margin-top: -5px;
	margin-bottom: 0px;
	padding: 0;
	/* [disabled]width: 250px; */
	text-align: centre;
	margin-left: 75px;
}
#green {
	margin-top: 10px;
	margin-left: 23px;
	/* [disabled]width: 250px; */
}
#discovery {
	float: left;
	margin-top: -5px;
	margin-right: 28px;
}

#blue {
	margin-top: 15px;
	margin-left: 23px;
	/* [disabled]width: 250px; */
}
#pleasure {
	float: left;
	margin-top: -5px;
	margin-right: 28px;
}

#red {
	margin-top: 15px;
	margin-left: 23px;
	/* [disabled]width: 250px; */
}
#performance {
	float: left;
	margin-top: -5px;
	margin-right: 28px;
}

#black {
	margin-top: 15px;
	margin-left: 23px;
	/* [disabled]width: 250px; */
}
#premium {
	float: left;
	margin-top: -5px;
	margin-right: 28px;
}

.button_align {
	float: left;
}
.lower_para {
	float: left;
	margin-top: 5px;
	margin-left: 25px;
}
.para_spacing {
	width: 225px;
	margin-left: 35px;
	margin-top: 24px;
}

/*#holder {
	height: 785px;
	width: 960px;
	background-image: url(../images/home_bg_unflat.png);
	overflow: auto;
}*/
#holder {
	/*height: 900px;*/
	width: 956px;
	/*background-image: url(../images/bg_reservation.jpg);*/
	background-repeat: no-repeat;
	background-color: #535353;
	overflow: hidden;
	border: 1px outset #666666;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	background-image: url(../images/bg_small_new.jpg);
}


#holder_location {
	/*height: 900px;*/
	width: 956px;
	/*background-image: url(../images/bg_reservation.jpg);*/
	background-repeat: no-repeat;
	background-color: #535353;
	overflow: auto;
	border: 1px outset #666666;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	background-image: url(../images/bg_small_new.jpg);
}

#holder_shop {
	/*height: 900px;*/
	width: 956px;
	padding-bottom: 30px;
	/*background-image: url(../images/bg_reservation.jpg);*/
	background-repeat: no-repeat;
	background-color: #535353;
	margin-bottom: 40px;
	overflow: hidden;
	border: 1px outset #666666;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	background-image: url(../images/bg_small_new.jpg);
}

#holder_reservation {
	/*height: 900px;*/
	width: 956px;
	/*background-image: url(../images/bg_reservation.jpg);*/
	background-repeat: no-repeat;
	background-color: #535353;
	overflow: auto;
	border: 1px outset #666666;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	background-image: url(../images/bg_small_new.jpg);
}
#new {
	/* [disabled]height: 362px; */
	width: 903px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	background-color: #999;
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	/* [disabled]border: 4px solid #999999; */
	/* [disabled]background-image: url(../images/new_div_bg.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	border-left: 10px solid #999999;
	border-right: 10px solid #999999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#home_middle {
	margin-left: 18px;
	margin-top: 20px;
	width: 915px;
	position: relative;
	background-image: url(../images/home_text_bg_new.png);
	background-repeat: no-repeat;
	height: 115px;
}
#home_lower {
	margin-left: 18px;
	margin-top: 15px;
	width: 925px;
	background-repeat: no-repeat;
}
.home_lower_inner {
	width: 295px;
	background-repeat: no-repeat;
	height: 230px;
	/* [disabled]border: 1px solid #FFFFFF; */
	background-image: url(../images/home_lower_bg.png);
	float: left;
	margin-right: 20px;
}
#home_lower_inner3 {
	width: 295px;
	background-repeat: no-repeat;
	height: 230px;
	/* [disabled]border: 1px solid #FFFFFF; */
	background-image: url(../images/home_lower_bg.png);
	float: left;
	/* [disabled]margin-right: 20px; */
	margin-bottom: 30px;
}

#apDiv1_booking {
	position:absolute;
	width:195px;
	height:71px;
	z-index:1;
	top: 0px;
	/* [disabled]left: 0px; */
	right: 5px;
}
.title {
	margin-left: 25px;
	margin-top: -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-shadow: 1px 1px #000000;
}
.title_home {
	margin-left: 35px;
	margin-top: -42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-shadow: 1px 1px #000000;
	display: block;
}
.title_reserve {
	margin-left: 14px;
	margin-top: -30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-shadow: 1px 1px #000000;
	display: block;
}
#home_para {
	width: 580px;
	margin-left: 15px;
	margin-top: -5px;
}
#home_text {
	width: 760px;
	/* [disabled]margin-left: 200px; */
}

#apDiv1_flash {
	position:absolute;
	width:291px;
	height:291px;
	z-index:1;
	right: -1px;
	bottom: -2px;
}

#left_column {
	float: left;
	width: 330px;
	position: relative;
	/* [disabled]height: 690px; */
	margin-right: 70px;
	margin-left: 40px;
	margin-bottom: 40px;
}

#left_column_shop {
	float: left;
	width: 330px;
	position: relative;
	/* [disabled]height: 690px; */
	margin-right: 70px;
	margin-left: 40px;
	margin-bottom: 60px;
}

#left_column_reserve {
	float: left;
	width: 300px;
	position: relative;
	/* [disabled]height: 690px; */
	margin-right: 40px;
	margin-left: 40px;
}

#left_column_admin {
	float: left;
	width: 920px;
	position: relative;
	height: 450px;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 40px;
	margin-top: 30px;
}

#h1_valmeinier_sport {
	/* [disabled]margin-top: 15px; */
	background-image: url(../images/h1_valmeinier_sport.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
	margin-bottom: 0px;
}

#h1_SkiRental {
	margin-top: 200px;
	background-image: url(../images/h1_rental.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
}

#h1_Shops {
	margin-top: 180px;
	background-image: url(../images/h1_shops.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
}

#h1_packages {
	margin-top: 20px;
	background-image: url(../images/h1_packages.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
}

#h1_contact_reserve {
	margin-top: 200px;
	background-image: url(../images/h1_contact_reserve.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
}

#h1_contact1800 {
	margin-top: 0px;
	background-image: url(../images/h1_contact1800.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
}

#h1_contact1500 {
	margin-top: 0px;
	background-image: url(../images/h1_contact1500.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
}


#h2_1800 {
	margin-top: 0px;
	background-image: url(../images/h2_valmeiner1800.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
	margin-top: 30px;
	margin-bottom: 5px;
	line-height: 31px;
}


#h2_1500 {
	margin-top: 0px;
	background-image: url(../images/h2_valmeiner1500.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
	margin-top: 30px;
	margin-bottom: 5px;
	line-height: 31px;
}

#h2_opening {
	margin-top: 0px;
	background-image: url(../images/h2_opening.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 31px;
}

#h2_ski_shop1800 {
	margin-top: 0px;
	background-image: url(../images/h2_ski_shop1800.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 31px;
}

#h2_ski_shop1500 {
	margin-top: 0px;
	background-image: url(../images/h2_ski_shop1500.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 31px;
}



#h2_green {
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(../images/h2_green_en.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
	line-height: 31px;
}

#h2_blue {
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(../images/h2_blue_en.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
	line-height: 31px;
}

#h2_red {
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(../images/h2_red_en.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
	line-height: 31px;
}

#h2_black {
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(../images/h2_black_en.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: -5px;
	line-height: 31px;
}

#h2_choose_skis {
	margin-top: 0px;
	background-image: url(../images/h2_choose.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 75px;
	margin-top: 20px;
	margin-bottom: 5px;
	height: 32px;
}

#h2_reserve_skis {
	margin-top: 0px;
	background-image: url(../images/h2_reserve_skis.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 75px;
	margin-top: 20px;
	margin-bottom: 5px;
	height: 32px;
}

#h2_collect_skis {
	margin-top: 0px;
	background-image: url(../images/h2_%20Ski.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 75px;
	margin-top: 20px;
	margin-bottom: 5px;
	height: 32px;
}



#left_column_terms {
	float: left;
	width: 430px;
	position: relative;
	margin-right: 63px;
	margin-bottom: 30px;
}
#left_column_contact {
	float: left;
	width: 287px;
	height: 450px;
	position: relative;
	margin-right: 125px;
}

#right_column {
	width: 480px;
	float: left;
}

#right_column_shop {
	width: 480px;
	height: 650px;
	float: left;
	margin-top: 155px;
}

#right_column_reserve {
	width: 540px;
	float: left;
}
#reserve_text {
	background-image: url(../images/reserve_text_new.png);
	height: 112px;
	margin-top: 60px;
	width: 540px;
	background-repeat: no-repeat;
}
#reserve_1800 {
	/* [disabled]margin-top: 15px; */
	margin-left: 25px;
	margin-right: 10px;
	width: 250px;
	float: left;
}
#reserve_1500 {
	/* [disabled]margin-top: 15px; */
	margin-left: 0px;
	/* [disabled]margin-right: 10px; */
	width: 255px;
	float: left;
}
#reservation_confirmation {
	font-size: 16px;
	font-weight: bold;
}
.ski_package {
	margin-bottom: 25px;
	position: relative;
}

.ski_shops {
	margin-bottom: 25px;
	position: relative;
}

#form_holder {
	margin-bottom: 25px;
	margin-top: 60px;
}
#right_column_terms {
	width: 430px;
	float: left;
	/* [disabled]margin-left: 74px; */
	margin-top: 74px;
}
#right_column_contact {
	width: 511px;
	float: left;
	/* [disabled]margin-left: 74px; */
	margin-top: 48px;
}
#right_column_spacer {
	height: 180px;
}

#gallery_holder_1800 {
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	border: 4px solid #999999;
}

#gallery_holder_1500 {
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	border: 4px solid #999999;
}




/* The contact POST SKIMIUM contact form starts here (note note for initial launch - see booking form) */

/*#Name {
	background-color: #FFF;
	color: #666;
	margin-left: 20px;
	width: 275px;
	border: 1px solid #CCCCCC;
}

#namelabel {
	margin: 0px;
	padding: 0px;
	width: 50px;
	display: block;
	float: left;
	color: #A4EB00;
	font-family: Arial, Helvetica, sans-serif;
}

#email {
	margin-left: 20px;
	color: #666;
	width: 275px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
}


#emaillabel {
	margin: 0px;
	padding: 0px;
	width: 50px;
	display: block;
	float: left;
	color: #A4EB00;
	font-family: Arial, Helvetica, sans-serif;
}

#phone {
	margin-left: 20px;
	color: #666;
	width: 275px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
}


#phonelabel {
	margin: 0px;
	padding: 0px;
	width: 50px;
	display: block;
	float: left;
	color: #A4EB00;
	font-family: Arial, Helvetica, sans-serif;
}

#enquiry {
	background-color: #FFF;
	margin-left: 20px;
	color: #666;
	width: 275px;
	border: 1px solid #CCCCCC;
}

#enquirylabel {
	margin: 0px;
	padding: 0px;
	width: 50px;
	display: block;
	float: left;
	color: #A4EB00;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
	margin-left: 70px;
	background-image: url(../images/contact_us_button.png)
	font-family: Verdana, Geneva, sans-serif, "Myriad Pro";
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	width: 138px;
	height: 84px;
	padding: 0px;
	color: #FFF;
	background-image: url(../images/contact_us_button.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}
#rob {
	float: left;
	padding-top: 4px;
	padding-right: 10px;
}
#confirmation {
	width: 300px;
	display: none;
	position: absolute;
	left: 70px;
}
#content_contact {
	position: relative;
	margin-left: 23px;
}*/


#index_content {
	height: 550px;
}



/* ~~ The footer ~~ */
.footer {
	clear: both;
	height: 20px;
	background-image: url(../images/fotter_boarder.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 950px;
}
#footer {
	margin-left: 470px;
	width: 480px;
	float: left;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	padding-bottom: 30px;
}

#footer_medias_col {
	list-style-type: none;
	display: inline;
	width: 60px;
	float: left;
}
#facebook {
	float: left;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	height: 15px;
	width: 15px;
}
#twitter {
	float: left;
	margin-left: 15px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	height: 15px;
	width: 15px;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 1px;
}
#inner {
	height: 440px;
	width: 926px;
	margin-left: 15px;
	margin-top: 15px;
}

#confirm_div {
	background:#333;
	padding:15px 0px 70px 20px;
	color:#eee;
	margin:0;
	margin-top: 55px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
	margin-bottom: 40px;
} 



/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}*/
/* style the trigger elements */
.tool_tip img {
	border:0;
	cursor:pointer;
	margin:0 0px;
}

/* Booking form starts here*/

#myform {
	background:#333;
	padding:15px 0px 15px 20px;
	color:#eee;
	margin:0;
	margin-top: 30px;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	/*height: 750px;*/
	-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
} 

#myform table {
	/*float:left;*/
	width:215px;
	margin-right:12px;
	margin-bottom:15px;
	/*padding: 12px;*/
	border:1px solid #444;
	float:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#myform table td {
	padding: 0 6px;
}

#myform table tr {
	padding-top: 3px;
}


label {
	/* [disabled]display:block; */
	width:90px;
	font-size:12px;
	color:#ccc;
	float: left;
}

.person1 {
	width: 120px;
	margin-bottom: 5px;
}

.form_spacing {
	margin-bottom:5px;
}

.date_style {
	float: left;
}

#myform input,select {
	border:1px solid #444;
	margin-bottom: 10px;
	background-color:#666;
	color:#ddd;
	font-size:12px;
	text-shadow:1px 1px 1px #000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:5px;
}


#myform input:focus 	{ color:#fff; background-color:#777; }
#myform input:active 	{ background-color:#888; }

.myform_top_spacing {
	margin-top: 215px;
}
.reserve_button {
	width: 250px;
}
#odd_align {
	width: 60px;
}

#option_1 {
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

#option_1:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#option_2 {
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

#option_2:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#option_3 {
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

#option_3:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.book_1 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.book_1:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.reserve_button2 {
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.reserve_button2:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#apDiv_discount {
	position:absolute;
	width:137px;
	height:136px;
	z-index:2;
	top: 70px;
	right: -60px;
	background-image: url(../images/remise_en.png);
	display: none;
}


