@charset "utf-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
basic styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	text-align: center;
	background: #0f4b74;
}

div#container {
	text-align: left;
/*	width: 100%;*/
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: #ffffe1 url(../assets/left_nav_faux.gif) repeat-y;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

hr {
	margin: 12px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top_nav styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#top_nav {
	width: 980px;
	height: 30px;
	background: #99cccc;
}

div#top_nav ul {
	list-style: none;
	height: 30px;
	background: #99cccc url(../assets/nav_bg.jpg);
}

div#top_nav ul li {
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;	
	width: 262px;
	background: #99cccc url(../assets/nav_bg.jpg);
	border-right: 1px solid white;	
}

div#top_nav.summer ul li {
	width: 157px;
}

div#top_nav.cycling ul li {
	width: 157px;
}

div#top_nav.winter ul li {
	width: 111px;
}

div#top_nav ul li.last {
	border: none;
}

div#top_nav ul li a {
	font-size: 14px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
}

div#top_nav ul li a.selected {
	color: red;
}

div#top_nav ul li.first a {
	color: white;
}

div#top_nav ul li.first a.selected {
	color: red;
}

div#top_nav ul li a:hover {
	color: red;
}

div#top_nav ul li.first {
	width: 190px;
	background: #156ca6;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
left_nav styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#left_nav {
	width: 190px;
	float: left;
	overflow: hidden;
}

div#welcome_pic {
	background: url(../assets/welcome_pic.jpg); no-repeat;
	text-align: center;
	height: 200px;
	width: 190px;
	color: #000066;
	text-indent: -9999px;
}

div#welcome_pic h1 {
	font-size: 20px;
}

div#left_nav ul {
	list-style: none;
	width: 190px;
}

div#left_nav ul li {
	height: 29px;
/*	padding-left: 10px;*/
	width: 180px;
/*	background: #eaead6;
	border-bottom: 1px solid #ffffe1;*/
}

div#left_nav ul li.dark_blue {
	background: #156ca6;
}

div#left_nav ul li.dark_blue a {
	color: white;
}

div#left_nav ul li.light_blue {
	background: #99cccc;
}

/*div#left_nav ul li a {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	height: 28px;
	display: block;
}

div#left_nav ul li a:hover {
	color: red;
}*/

a#contact_us_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) no-repeat;
	text-indent: -9999px;
}

a#contact_us_button:hover {
	background-position: -190px 0px;
}

a#contact_us_button.selected{
	background-position: -190px 0px;
}

a#enquiry_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) 0px -29px no-repeat;
	text-indent: -9999px;
}

a#enquiry_button:hover {
	background-position: -190px -29px;
}

a#enquiry_button.selected {
	background-position: -190px -29px;
}

a#your_winter_experience_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) 0px -58px no-repeat;
	text-indent: -9999px;
}

a#your_winter_experience_button:hover {
	background-position: -190px -58px;
}

a#your_winter_experience_button.selected {
	background-position: -190px -58px;
}

a#your_resort_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) 0px -87px no-repeat;
	text-indent: -9999px;
}

a#your_resort_button:hover {
	background-position: -190px -87px;
}

a#your_resort_button.selected {
	background-position: -190px -87px;
}

a#your_chalet_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) 0px -116px no-repeat;
	text-indent: -9999px;
}

a#your_chalet_button:hover {
	background-position: -190px -116px;
}

a#your_chalet_button.selected {
	background-position: -190px -116px;
}

a#your_cuisine_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) 0px -145px no-repeat;
	text-indent: -9999px;
}

a#your_cuisine_button:hover {
	background-position: -190px -145px;
}

a#your_cuisine_button.selected {
	background-position: -190px -145px;
}

a#your_family_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) 0px -174px no-repeat;
	text-indent: -9999px;
}

a#your_family_button:hover {
	background-position: -190px -174px;
}

a#your_family_button.selected {
	background-position: -190px -174px;
}

a#your_ski_school_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) 0px -203px no-repeat;
	text-indent: -9999px;
}

a#your_ski_school_button:hover {
	background-position: -190px -203px;
}

a#your_ski_school_button.selected {
	background-position: -190px -203px;
}

a#your_prices_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) 0px -232px no-repeat;
	text-indent: -9999px;
}

a#your_prices_button:hover {
	background-position: -190px -232px;
}

a#your_prices_button.selected {
	background-position: -190px -232px;
}

a#your_journey_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) 0px -261px no-repeat;
	text-indent: -9999px;
}

a#your_journey_button:hover {
	background-position: -190px -261px;
}

a#your_journey_button.selected {
	background-position: -190px -261px;
}

a#gallery_button {
	display: block;
	width: 190px;
	height: 29px;
	background: url(../assets/left_nav_buttons.gif) 0px -290px no-repeat;
	text-indent: -9999px;
}

a#gallery_button:hover {
	background-position: -190px -290px;
}

a#gallery_button.selected {
	background-position: -190px -290px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main_content styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#main_content {
/*	background: #ffffe1;
	margin-left: 200px;
	padding-top: 10px;
	overflow: hidden;
	border: 1px solid #ffffe1;*/
	width: 750px;
	float: right;
	padding: 20px;
}

div#main_content p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: .8em;
}

div#main_content ul {
	margin-bottom: 12px;
	list-style: inside;
}

div#main_content ul li {
	font-size: 12px;
	line-height: 1.4;
}

div#main_content h1 {
	font-size: 18px;
	color: #000066;
	margin-bottom: .8em;
	font-style: italic;
	font-weight: bold;	
}

div#main_content table.prices {
	background: #d8e4f1;
	float: left;
	margin-right: 50px;
}

div#main_content table.prices th {
	padding: 10px 10px;
	background: #eaead6;
	text-align: center;
	font-size: 14px;
}

div#main_content table.prices td {
	padding: 4px 10px;
	border-bottom: 1px solid #eaead6;
	font-size: 12px;
	font-weight: bold;
	background: url(../assets/nav_bg.jpg) repeat-x;
	border: none;
}

div#main_content table.prices td.col1 {
	width: 200px;
}

div#main_content table.prices td.col2 {
	width: 60px;
}

span.indent {
	margin-bottom: 10px;
	padding-left: 10px;
	display: block;
}

a.links {
	color: #000066;
	margin-bottom: .8em;
	font-weight: bold;	
}

a.links:hover {
	color:#0000cc;
	text-decoration: none;
}

ul#sitemap li {
	padding-bottom: 6px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
form styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
form {
	padding-left: 80px;
}

form label {
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}

form p.buttons {
	margin-left: 260px;
}

form p.buttons input {
	width: 125px;
}

form textarea {
	overflow:auto;
	height: 100px;
}

form input, textarea {
	width: 250px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
contact_panel styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#contact_panel {
	width: 980px;
	background: #ffffe1;
}

div#contact_panel ul {
	list-style: none;
	width: 100%;
	height: 30px;
	background: #99cccc;
}

div#contact_panel ul li {
	float: left;
	width: 262px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	background: #99cccc url(../assets/nav_bg.jpg);
	font-weight: bold;
	font-style: italic;	
	border-right: 1px solid white;
}
	
div#contact_panel ul li.last {
	border: none;
}

div#contact_panel ul li#contact {
	width: 190px;
	border-right: 1px solid white;
}

div#contact_panel ul li a {
	color: black;
	text-decoration: none;
}

div#contact_panel ul li a:hover {
	color: red;
}

div#contact_panel div.panel {
	width: 263px;
	float: left;
	text-align: left;
}

div#contact_panel div#contact_details {
	width: 190px;
}

div#contact_panel p {
	text-align: left;
	margin-bottom: 0;
	padding-top: 10px;
	padding-left: 34px;
	font-size: 12px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
footer styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#footer {
	width: 100%;
	height: 30px;
	background: #156ca6;	
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

div#footer p#copyright {
	float: left;
	padding-left: 20px;
	line-height: 30px;
	margin-bottom: 0;
}

div#footer p#footer_links {
	float: right;
	padding-right: 20px;
	line-height: 30px;
	margin-bottom: 0;
}

div#footer p#footer_links a {
	color: white;
	text-decoration: none;
}

div#footer p#footer_links a.selected {
	color: red;
}

div#footer p#footer_links a:hover {
	color: red;
}