body, html {
	min-height: 100%;
}

body {
	background: #EEEEEE;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.47em;
	color: #525252;
	text-align: justify;
}

#wrapper {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background: #FFFFFF;
}

h1 {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 50px;
	line-height: 0.9em;
	margin-bottom: 20px;
	color: #535353;
	text-align: left;
}

h2 {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 25px;
	line-height: 1.0em;
	margin-bottom: 20px;
	color: #535353;
}

h3 {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 30px;
	line-height: 1.1em;
	margin-bottom: 10px;
	color: #535353;
}

h3.no-margin {
	margin: 0;
}

h4 {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #A0A0A0;
}

h5 {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	color: #2e2e2e;
}

h6 {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	color: #525252;
}

.link-table h6 {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	color: #FFFFFF;
	background: #9F9F9F;
	margin: 10px 0;
	padding: 3px 5px;
}

.small-text {
	font-size: 11px;
	color: #AAAAAA;
}

#main .small-link {
	text-decoration: underline;
	color: #525252;
}

.highlight {
	color: #2e2e2e;
}

.linethrough {
	text-decoration: line-through;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul {
	list-style-image:url('../images/layout/bullet_arrow.jpg');
	margin: 0 14px;
}

ol {
	list-style: numeric;
}

a {
	text-decoration: none;
}

.small-txt {
	font-size: 10px;
}

#main-header {
	position: relative;
	width: 900px;
	height: 350px;
}

#social-media {
	position: relative;
	width: 400px;
	height: 40px;
	margin-left: 500px;
	padding-top: 15px;
}

#header-banner {
	
}

#banner-title {
	position: absolute;
	width: 900px;
	height: 75px;
	background: url('../images/layout/logo_main.png') top no-repeat;
	z-index: 5;
	top: 0;
	left: 0;
}

#banner-thumbs {
	position: absolute;
	bottom: 60px;
	left: 20px;
}

#banner-thumbs img {
	margin-right: 12px;
	padding-right: 12px !important;
}

#menu {
	position: absolute;
	width: 900px;
	height: 50px;
	background: url(../images/layout/bg_menu.png) repeat-x;
	z-index: 6;
	bottom: 0;
	left: 0;
	font-family: 'PT Sans Narrow', arial, sans-serif;
}

#menu ul {
	list-style: none;
	margin: 14px 30px;
}

#menu ul a {
	text-decoration: none;
	font-size: 25px;
	color: #FFFFFF;
}

#menu ul a:hover {
	color: #d7d7d7;
}

#menu ul li {
	float: left;
	margin-right: 38px;
}

/* -- menu drop down styles -- */

#menu ul ul li a {
	position: relative;
	left: 0;
	top: 7px;
	clear: both;
	display: block;
	width: 150px;
	padding: 5px 10px;
	background: #636363;
	font-size: 18px;
}

#menu ul li.active ul a, a:visited {
	color: #FFFFFF;
}

#menu ul li.active ul a:hover {
	color: #FFCC00;
}

#menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 150px;
	margin: 0;
	padding: 5px 0 0;
}

#menu ul ul li {
	position: relative;
}

#menu ul li:hover > ul {
	visibility: visible;
}

#menu ul ul li:hover > ul {
	visibility: visible;
}

#menu ul ul ul {
	position: absolute;
	top: -5px;
	left: 170px;
}

/* -- end of drop down styles -- */

#main {

}

#main a {
	color: #2e2e2e;
}

#main h2 a {
	color: #A0A0A0;
}

#main p {
	margin-bottom: 1.2em;
}

/* -- home page styles -- */

#home-bar {
	width: 830px;
	height: 235px;
	padding: 40px 35px;
	background: #0F0D13;
}

.home-bar-col {
	float: left;
	width: 266px;
	margin: 0 5px;
}

.home-bar-col h2 {
	font-size: 40px;
	margin-bottom: 10px;
}

.bar-text {
	margin: 10px 5px 0;
}

#home-column {
	float: left;
	width: 490px;
	margin: 20px 0 40px 40px;
}

#news-column {
	float: right;
	width: 240px;
	margin: 20px 40px 40px 0;
	padding: 10px 10px 20px;
	background: #0F0D13;
	color: #FFFFFF;
}

#news-column h2,
#news-column h3,
#news-column h4,
#news-column h5,
#news-column h6  {
	color: #FFFFFF;
}

.newsletter table tr{
	height: 28px;
}

/* -- chalet page styles -- */

.left-column {
	float: left;
	width: 390px;
	margin: 0 0 40px 40px;
}

.left-column h1 {
	margin-bottom: 5px;
}

.right-column {
	float: right;
	width: 390px;
	margin: 0 40px 40px 0;
}

.wide {
	width: 510px;
}

.wide img {
	max-width: 510px;
}

.narrow {
	width: 260px;
}

.right-gallery {
	/*float: left;*/
	width: 340px;
	z-index: 1;
}

.gallery-thumb {
	margin-right: 10px;
	display: inline-block;
}

.gallery-thumb a.galThumb {
	display: block;
}

.chalet-gallery, .page-gallery {
	position: relative;
	width: 365px;
	margin: 10px 0;
}

.prev-button {
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 5;
	/*float: left;*/
	display: block;
	background: url('../images/layout/button_prev_trans.png') top no-repeat;
	height: 80px;
	width: 30px;
}

.next-button {
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: 5;
	/*float: left;*/
	display: block;
	background: url('../images/layout/button_next_trans.png') top no-repeat;
	height: 80px;
	width: 30px;
}

.right-text {
	margin: 20px 0 0;
}

.chalet-desc {
	margin: 0 0 20px;
	line-height: 1.6em;
}

.book-button {
	margin: 0 0 20px;
}

.chalet-quote {
	color: #AAAAAA;
	font-size: 12px;
	font-style: italic;
}

.chalet-glance {
	float: left;
	width: 200px;
	margin: 0 0 20px;
	text-align:left;
}

.chalet-menu {
	float: right;
	width: 180px;
	text-align: right;
}

.chalet-menu ul {
	list-style: none;
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 20px;
	color: #545454;
}

.chalet-menu ul li {
	margin-bottom: 10px;
}

#main .grey-menu a {
	color: #535353;
}

.room-details {
	margin: 0 0 20px;
}

.chalet-prices {
	
}

#chalet-price-table {
	margin: 0 0 20px;
}

.single-wide-column {
	width: 820px;
	margin: 40px;
	margin-top: 0px;
}

.webcam {
	width: 640px;
	margin: 20px auto 0;
}

#price-grid table {
	margin: 0 0 20px;
}

.weather table {
	margin: 0 0 20px;
}

.chalet-list {
	
}

.chalet-list-item {
	width: 380px;
	background: #EEEEEE;
	margin: 0 0 20px;
	padding: 5px;
}

.chalet-list-thumb {
	float: left;
	width: 80px;
	margin-right: 10px;
}

.chalet-list-desc {
	float: right;
	width: 290px;
}

.special-offers ul {
	list-style: none;
}

.special-offers ul li {
	float: left;
	width: 120px;
	margin-right: 2px;
	padding: 5px 10px;
	background: #EEEEEE;
}

.special-offers ul li a {
	color: #A0A0A0;
}

a.current {
	font-weight: bold;
	color: #2e2e2e;
}

.offer-master {
	width: 798px;
	background: #EEEEEE;
	padding: 10px;
	border: 1px solid #999999;
}

.offer-details {
	width: 369px;
	height: 190px;
	float: left;
	margin: 0 5px;
	padding: 10px;
	background: #DDDDDD;
}

.offer-image {
	float: left;
	width: 80px;
}

.offer-desc {
	float: right;
	width: 275px;
}

.offer-desc h4 {
	color: #555555;
}

.link-box {
	margin-bottom: 10px;
}

/* -- Ski Schools Pages -- */

.ski-school {
	width: 780px;
	margin: 0 40px 20px;
	padding: 20px;
	background: #EEEEEE;
}

.ski-school table tr td {
	vertical-align: top;
}

.school-name {
	
}

.school-logo img {
	width: 120px;
	height: 110px;
	margin-right: 30px;
}

.school-contact {
	text-align: left;
}

/* -- contact form -- */

.contact-form {
	
}

#contact-links {
	width: 210px;
	margin: 30px 0 0;
	padding: 20px;
	background: #0F0D13;
}

#contact-links a {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	color: #FFFFFF;
}

#contact-links h2 {
	color: #FFFFFF;
}

.enquiry-col {
	width: 820px;
	margin: 40px 40px 0;
}

.enquiry-left {
	float: left;
	width: 280px;
	margin: 0 20px 40px 40px;
}

.enquiry-right {
	float: left;
	width: 280px;
	margin: 0 40px 40px 0;
}

.formbox, .commentsbox {
	width: 246px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #525252;
	padding: 2px;
}

.send-button {
	background: #525252;
	color: #FFFFFF;
	padding: 3px 10px;
	border: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.send-button:hover {
	background: #707070;
}

label {
	font-size: 12px;
	color: #000000;
	font-family: Arial, sans-serif;
}

.emailerror {
	padding: 3px 10px;
	background: #FF7F7F;
	color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #FF0000;
}

.emailsent {
	padding: 3px 10px;
	background: #9CDAA4;
	color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #39B54A;
}

.small {
	width: 80px;
}

.passtable tr {
	font-size: 11px;
}

/* -- Booking pages -- */

#booking-frame {
	margin: 0 40px 40px 40px;
}

/* -- sitemap -- */

.linktable {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* -- Bonding page -- */

.bonding {
	margin: 20px 0;
}

.pic-left {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.text-right {
	float: right;
	width: 600px;
}

/* -- footer styles -- */

#main-footer {
	position: relative;
}

#footer-line {
	width: 820px;
	height: 5px;
	margin: 0 40px;
	border-top: 1px solid #AAAAAA;
}

#footer-picture {
	position: absolute !important;
	bottom: 155px;
	left: 40px;
	z-index: 5;
}

#footer-info {
	width: 660px;
	padding: 20px 40px 20px 200px;
}

.info-box {
	float: left;
	width: 150px;
	margin-left: 12px;
	text-align: left;
}

.info-box li {
	list-style: disc;
}

.info-box a, .info-box a:visited {
	color: #FFFFFF;
}

#footer-menus {
	width: 660px;
	height: 165px;
	padding: 15px 40px 20px 200px;
	background: #AAAAAA;
	color: #FFFFFF;
}

#footer-menus ul {
	list-style: none;
	margin-left: 12px;
}

#footer-bottom {
	width: 820px;
	height: 120px;
	padding: 20px 40px;
	background: #000000;
	color: #666666;
	font-size: 10px;
}

#footer-bottom a {
	color: #666666;
}

.footer-text {
	margin: 10px 0 0;
	text-align: right;
}

#footer-bottom .highlight {
	color: #FFFFFF;
}

.footer-contact {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 25px;
	margin-bottom: 5px;
}

.footer-icons {
	float: left;
	width: 200px;
}

.footer-disclaimer {
	float: right;
	width: 580px;
	text-align: right;
}

.clear {
	clear: both;
}

/* -- popup window styles -- */

#popup-wrapper {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
}

#popup-header {
	width: 760px;
	height: 51px;
	padding: 12px 20px;
	background: url('../images/layout/logo_main.png') top no-repeat;
	background-position: right;
}

#popup-main {
	text-align: center;
	margin: 10px 0 0;
}

#popup-footer {
	padding: 10px 20px;
}

/* -- price grid page -- */

#price-grid table {
	font-size: 11px;
}

#price-grid table td {
	padding: 3px;
}

.heading {
	text-align: center;
}

.price_text {
	text-align: center;
	background: #FFFFFF;
}

.full {
	background: #FED3D5;
}

.partial {
	background: #FFDBA6;
}

.some {
	background: #FFFF91;
}
.confirm { /* basics of confirmation box */
	border: 1px solid #00CC00;
	margin-bottom: 5px;
	background-color: #CCFFCC;
}
.confirm th { /* header for confirmation box */
	background-color: #00CC00;
}

.error { /* basics of error box */
	border: 1px solid #CC0000;
	margin-bottom: 5px;
	background-color: #FFCCCC;
}
.error th { /* header for error box */
	background-color: #CC0000;
}

#home-heading {
	text-align:center;
	width:860px;
	margin:0px;
	padding-left: 40px;
}

#home-heading h1{
	margin:10px;
	margin-top:30px;
	margin-left: 0px;
}

#signup-form, #callback-form, #question-form{
	margin: 0 auto;
	font-family: 'PT Sans', sans-serif;
	padding: 20px;
	padding-left: 100px;
	padding-right: 100px;
}

#signup-form input[type="text"], #question_name, #question_question, #question_email, #callback_name, #callback_number{
	width: 300px; 
}

#question_question{
	height: 100px;
}

#hidden-div {	
	display: none;
}
