/**
 * reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a, a:link, a:visited, a.active {
	text-decoration:none;
}
input,textarea {
	margin: 0;
	padding: 0;
	border: none;
	background:none;
}
button:hover {
    cursor: pointer;
}
/**
 * end reset
 */
body {
    font-family: "Lucida Grande",Helveitca, Arial, sans-serif;
}
/**
 * global
 */
.centralise {
    width: 910px;
    margin: 0 auto;
    position:relative;
}
.centralise-18-extra-wide {
    width: 928px;
}
.relative {
    position:relative;
}
p.silver, .wide-with-border p, .wide-with-border .content ul {
    font-size: 12px;
    color:#5b5b5e;
    line-height: 18px;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
.wide-with-border .content ul li {
    list-style: disc;
    margin-left: 20px;
}
.wide-with-border .content ul {
    margin-bottom: 15px;
}
.super-wide {
    width: 906px;
    background: url(/media/img/backgrounds/super-wide-header.png) no-repeat left top;
    padding-top: 5px;
    overflow: hidden;
}
.super-wide .content {
    width: 906px;
    overflow: hidden;
    background: url(/media/img/backgrounds/super-wide-content.png) repeat-y left top;
}
.super-wide p {
    font-size: 12px;
    color: #58595b;
    line-height: 1.2;
    margin-bottom: 14px;
}
.super-wide h4 {
    margin-bottom: 15px;
}
.super-wide .footer {
    padding-top: 6px;
    width: 100%;
    background: url(/media/img/backgrounds/super-wide-footer.png) no-repeat left top;
}
.button {
    border: none;
    text-indent: -10000em;
}
.get-brochure {
    background: url(/media/img/buttons/get-brochure.png);
    float: left;
    width: 148px;
    height: 36px;
}
/**
 * end global
 */
/**
 * forms
 */
form {
    width: 100%;
    overflow: hidden;
}
form p {
    padding-bottom: 15px;
}
fieldset.column {
    margin: 0 27px;
    float: left;
    width: 352px;
}
input.text {
    width: 264px;
    height: 21px;
    background: url(/media/img/backgrounds/input-text.png) 0 0 no-repeat;
    padding: 2px 1px;
}
textarea {
    width: 361px;
    height: 81px;
    background: url(/media/img/backgrounds/textarea.png) 0 0 no-repeat;
    padding: 3px 2px;
}
textarea.textarea-large {
    background: url(/media/img/backgrounds/textarea-large.png) 0 0 no-repeat;
    width: 438px;
    height: 138px;
}
label {
    color:#58595b;
    font-size: 12px;
    display: block;
    padding-bottom: 5px;
}
label.radio {
    font-size: 11px;
    display: inline;
    padding-bottom: 0;
}
div.field-button {
    margin-top: 20px;
    margin-bottom: 8px;
}
div.check {
    width: 100%;
    overflow: hidden;
}
div.check input {
    float: left;
}
div.check label {
    float: left;
    padding-left: 10px;
}
/**
 * end forms
 */
/**
 * header
 */
#header {
    width: 100%;
    background: #000 url(/media/img/backgrounds/header.png) repeat-x;
    position:relative;
}
#header a {
    color:#fff;
}
#header, #header .centralise {
    height: 147px;
}
#header .bottom {
    height: 9px;
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(/media/img/backgrounds/header-bottom.png) repeat-x;
    z-index: 1;
}
* html #header .bottom {
    bottom: -10px;
}
#header > .bottom {
    bottom: 0;
}
#snowskool {
    display:block;
    width: 316px;
    float: left;
}
#contact-details {
    float: right;
    margin-top: 65px;
    color:#fff;
    font-size: 12px;
}
#contact-us-top {
    position:absolute;
    top: 0;
    right: 0;
}
#menu {
    width: 807px;
    position:absolute;
    bottom: 7px; /* #header .bottom height and up a bit */
    left: 0;
    overflow:hidden;
}
*:first-child+html #menu {
    bottom: 6px;
}
#menu li {
    float:left;
    display:inline;
    margin-right: 20px;
}
#menu li.spacer {
    color:#fff;
    width: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    vertical-align: middle;
}
#menu li a {
    color:#fff;
}
#myskool {
    width: 90px;
    position:absolute;
    bottom: 0;
    right: 13px;
    background: transparent url(/media/img/backgrounds/menu-mountains.png) no-repeat left bottom;
    height: 49px;
    overflow: hidden;
    z-index: 2;
}
#myskool a {
    display:block;
    width: 109px;
    height: 40px;
    background: transparent url(/media/img/icons/myskool.jpg) no-repeat left center;
    float: right;
    text-indent: -10000px;
}
/**
 * end header
 */
/**
 * footer
 */
html, body {
    height: 100%;
}
#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}
html>body #container {
    height: auto;
}
#content {
    background-color: #fff;
    padding-bottom: 512px;
}
#footer {
    position: absolute;
    bottom: 0;
    height: 420px;
    padding: 58px 0 34px;
    background-color: #231f20;
    width: 100%;
    overflow:hidden;
    color:#fff;
    font-size: 11px;
}
#footer p {
    line-height: 1.3;
    margin-bottom: 11px;
}
#footer a {
    color:#fff;
}
#footer h3 {
    font-size: 16px;
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
#footer .col {
    width: 300px;
    float: left;
    margin-bottom: 30px;
}
#footer .grey-p p {
    background: url(/media/img/backgrounds/grey-footer-contact.png) no-repeat;
    width: 220px;
    padding: 0 15px;
    line-height: 30px;
    color:#fff;
    margin-bottom: 5px;
}
#secure-payment {
    margin-top: 25px;
}
#secure-payment h3 {
    float:left;
    display: inline;
}
#secure-payment a {
    float: right;
    padding-right: 50px;
}
#keep-informed {
    width: 250px;
    margin-right: 50px;
    margin-bottom: 40px;
}
#secure-payment h3 {
    width: 189px;
    padding-top: 16px;
}
#keep-informed form p {
    width: 100%;
    overflow: hidden;
    margin-bottom: 4px;
    padding-bottom: 0;
}
#keep-informed p.button {
    text-align: right;
    padding-top: 2px;
}
#keep-informed p.button button {
    width: 80px;
    height: 29px;
    background:url(/media/img/buttons/footer-signup.png);
    border: none;
    text-indent: -10000px;
}
#keep-informed label {
    color:#a7a9ac;
    line-height: 30px;
    width: 43px;
    overflow: hidden;
    float: left;
    display: inline;
    padding-bottom: 0;
}
#keep-informed input {
    float: right;
    background:#fff;
    border-top: 1px solid #595657;
    height: 30px;
    width: 206px;
    padding: 0;
}
#footer-twitter {
    background: #434345 url(/media/img/icons/footer-twitter.png) no-repeat 204px center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 100px 10px 10px;
    width: 190px;
    min-height: 54px;
    height: 54px;
    margin-bottom: 30px;
}
#resortclimatecare p {
    margin: 0;
}
#resortclimatecare .left {
    margin-right: 10px;
}
.climatecare {
    display: block;
    float: left;
    margin-top: 28px;
    margin-left: 5px;
}
#sitemap {
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;
    width: 100%;
    overflow: hidden;
}
#sitemap ul {
    width: 227px;
    float: left;
}
#sitemap a {
    color:#fff;
    font-size: 10px;
}
#sitemap .red a {
    color:#ec2227;
    line-height: 20px;
}
#copy {
    width: 100%;
    text-align: right;
    color:#c7c8ca;
    margin-top: 8px;
}
#copy a {
    color:#c7c8ca;
}
/**
 * end footer
 */
/**
 * main site
 */
/**
 * 100% width strap area
 */
#strap {
    width: 100%;
    overflow: hidden;
    position:relative;
    text-align: center;
}
#strap, #strap-left, #strap-right, #strap-centre {
    height: 381px;
}
#strap-left, #strap-right {
    width: 50%;
    position:absolute;
}
#strap-left {
    left: 0;
    background-image: url(/media/img/backgrounds/strap-left.jpg);
}
#strap-right {
    right: 0;
    background-image: url(/media/img/backgrounds/strap-right.jpg);
}
#strap-centre {
    width: 100%;
    margin: 0 auto;
    background: url(/media/img/backgrounds/strap-centre.jpg) no-repeat center;
    position:relative;
    top: 0;
}
#strap-centre .content {
    text-align: left;
    overflow: hidden;
    padding-top: 35px;
}
#strap-centre .content .body {
    width: 443px;
    height: 249px;
    padding: 23px 16px;
}
#strap-centre h2 {
    font-size: 22px;
    margin-bottom: 6px;
}
#strap-centre h3 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 9px;
}
#strap-centre p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 8px;
}
#strap-centre .brochure {
    text-align: center;
    padding-top: 5px;
}
/**
 * end 100% width strap area
 */
/**
 * twitter
 */
.twitter-wide {
    background:#fff url(/media/img/backgrounds/tweet.png) no-repeat;
    width: 100%;
    overflow: hidden;
    padding-bottom: 7px;
    margin: 8px 0;
}
.twitter-wide p {
    line-height: 30px;
    vertical-align: middle;
    float: left;
}
.twitter-wide .tweet {
    width: 728px;
    padding: 0 21px 0 51px;
    font-size: 11px;
    height: 25px;
    overflow: hidden;
}
/**
 * end twitter
 */
/**
 * columns
 */
#main, .main {
    padding-bottom: 40px;
}
.wrapper-column, .wrapper {
    width: 100%;
    overflow: hidden;
}
.left-column {
    float: left;
    margin-right: 20px;
}
.left-column-nomargin {
    width: 677px;
    float: left;
}
.right-column {
    float:left;
    display: inline;
}
.wide-column {
    width: 655px;
}
.narrow-column {
    width: 232px;
}
.column-217 {
    width: 193px;
    float: left;
    padding-right: 24px;
}
.column-455 {
    width: 455px;
    float: left;
}
.wide-with-border {
    background:url(/media/img/backgrounds/wide-with-border-header.jpg) no-repeat;
    padding-top: 6px;
    width: 654px;
    margin-top: 10px;
}
.wide-with-border .content {
    background:url(/media/img/backgrounds/wide-with-border-content.jpg) repeat-y;
    padding: 14px 0 25px;
    overflow:hidden;
    width: 654px;
}
.wide-with-border .footer {
    background:url(/media/img/backgrounds/wide-with-border-footer.jpg) no-repeat;
    padding-top: 8px;
}
.wide-with-border .footer-skiers {
    background:url(/media/img/backgrounds/wide-with-border-footer-skiers.jpg) no-repeat;
    padding-top: 204px;
}
.wide-with-border .column {
    margin: 0 23px 0 21px;
    width: 283px;
    float: left;
    display: inline;
}
.wide-with-border .wrapper-3-col {
    width: 621px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.4;
}
.wide-with-border .wrapper-3-col .column {
    width: 190px;
    margin: 0 8px;
}
.wide-with-border h2 {
    font-size: 19px;
    color:#231f20;
    width: 606px;
    margin: 0 auto;
}
.column h2 {
    font-size: 19px;
    color:#231f20;
    width: 100%;
    margin: 0;
    line-height: 25px;
    padding-bottom: 10px;
}
.wide-with-border h3 {
    font-size: 15px;
    line-height: 25px;
    color:#2e2e2f;
    margin: 13px 3px 0;
}
.wide-with-border p, .wide-with-border h4,.wide-with-border h6 {
    margin: 0 3px 14px;
}
.wide-with-border h4,.wide-with-border h6 {
    margin-bottom: 0;
}
.wide-with-border h4 {
    font-size: 13px;
}
.wide-with-border .youtube {
    margin-bottom: 14px;
}
.full-wide {
    background: url(/media/img/backgrounds/full-wide-rounded-header.png) no-repeat;
    width: 906px;
    padding-top: 4px;
    position:relative;
}
.full-wide .content {
    background: url(/media/img/backgrounds/full-wide-rounded-content.png) repeat-y;
    width: 100%;
    overflow: hidden;
}
.full-wide .footer {
    background: url(/media/img/backgrounds/full-wide-rounded-footer.png) no-repeat;
    padding-top: 6px;
}
.tabs-top {
    margin-top: 55px;
    position:relative;
}
/**
 * end columns
 */
/**
 * resorts list
 */
#snowskool-resorts {
    margin-top: 40px;
}
#snowskool-resorts h2 {
    font-size: 19px;
    width: 620px;
    margin: 0 auto;
}
#snowskool-resorts p {
    width: 618px;
    margin: 0 auto;
}
.resorts-list {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.resorts-list li {
    float: left;
    margin-left: 9px;
}
.resorts-list li:first-child {
    margin-left: 0;
}
/**
 * end resorts list
 */
/**
 * ads
 */
.ads-wide {
    width: 100%;
    overflow:hidden;
}
.ads-wide li {
    float:left;
}
.ads-wide li:first-child {
    margin-right: 13px;
}
/**
 * end ads
 */
/**
 * random boxes
 */
.box {
    margin-bottom: 15px;
}
.newsletter {
    background:url(/media/img/box-backgrounds/download-brochure-box.jpg) no-repeat;
    height: 279px;
    width: 100%;
    overflow: hidden;
    position:relative;
}
.newsletter form {
    width: 100%;
    margin-top: 173px;
}
.newsletter p, .brochure-box-wide p {
    width: 100%;
    overflow: hidden;
    margin-bottom: 7px;
    padding-bottom: 0;
}
.newsletter label, .brochure-box-wide label {
    color:#ddbe01;
    float: left;
    width: 53px;
    margin-right: 11px;
    text-align: right;
    line-height: 24px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
.newsletter input, .brochure-box-wide input {
    border-top: 1px solid #818181;
    border-left: 1px solid #818181;
    background:#fff;
    float: left;
    height: 24px;
    width: 147px;
    padding: 0;
}
.newsletter .button {
    text-align: right;
    margin-right: 17px;
    padding-top: 2px;
    width: 213px;
}
.avit {
}
.newsletter .avit {
    position:absolute;
    bottom: 10px;
    right: 10px;
}
.brochure-box-wide {
    width: 659px;
    height: 122px;
    background: url(/media/img/box-backgrounds/download-brochure-box-wide.jpg);
    position:relative;
}
.brochure-box-wide .content {
    background: none;
    width: 185px;
    height: 122px;
    position:absolute;
    top: 0;
    right: 0;
}
.brochure-box-wide form {
    padding-top: 21px;
}
.brochure-box-wide a.button {
    margin-top: 75px;
    margin-left: 10px;
}
.pistemap {
    width: 198px;
    height: 213px;
    background: url(/media/img/box-backgrounds/piste-map.jpg) no-repeat 0 0;
    padding: 20px 17px;
    position:relative;
}
.box h3 {
    color:#fff;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.pistemap p {
    color:#fff;
    font-size: 12px;
}
.pistemap a.download, .slope-stats a.download {
    position:absolute;
    bottom: 7px;
    right: 14px;
    font-size: 12px;
    color:#000;
    text-transform: uppercase;
}
.woodbox {
    width: 210px;
    height: 211px;
    background: url(/media/img/box-backgrounds/wood-medium.jpg); no-repeat 0 0;
    overflow: hidden;
    padding: 21px 11px;
}
.youtubebox h3,.flickrbox h3 {
    margin-bottom: 11px;
}
.youtubebox .more-videos {
    margin-top: 14px;
    font-size: 12px;
    text-align: right;
}
.flickrbox {
    position:relative;
}
.flickrbox .image {
    padding: 2px;
    background-color:#fff;
    position:relative;
}
.flickrbox p.more-images {
    position:absolute;
    right: 11px;
    bottom: 21px;
    font-size: 12px;
}
.flickrbox p.slideshow {
    position:absolute;
    left: 11px;
    bottom: 21px;
    font-size: 12px;
}
.image .flickr-label {
    position:absolute;
    bottom: -12px;
    left: 0;
}
.skibox, .snowboardbox {
    padding: 18px 12px 12px 137px;
}
.skibox {
    width: 173px;
    height: 94px;
    background:url(/media/img/box-backgrounds/ski.jpg) no-repeat 0 0;
    overflow: hidden;
}
.snowboardbox {
    width: 174px;
    height: 94px;
    background:url(/media/img/box-backgrounds/snowboard.jpg) no-repeat 0 0;
    overflow: hidden;
}
.skibox h3, .snowboardbox h3 {
    text-transform: uppercase;
    color:#ffe3a2;
    font-size: 16px;
    letter-spacing: -1px;
    margin-bottom: 7px;
}
.skibox p, .snowboardbox p, .questionbox p {
    font-size: 11px;
    line-height: 13px;
    color:#fff;
}
.questionbox {
    width: 136px;
    height: 88px;
    background:url(/media/img/box-backgrounds/question.jpg) no-repeat 0 0;
    overflow: hidden;
    padding: 19px 79px 15px 17px;
}
.questionbox h3 {
    color:#fff;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 7px;
}
.weather-forecast {
    background: url(/media/img/box-backgrounds/weather.jpg) no-repeat left top;
    width: 232px;
    height: 268px;
    overflow: hidden;
    color:#fff;
    font-size: 10px;
    padding: 17px 0 10px;
    position:relative;
}
.weather-forecast h3 {
    margin-bottom: 20px;
    padding: 0 15px;
}
.weather-forecast h4 {
    font-size: 12px;
    margin-bottom: 4px;
}
.weather-forecast h4.pad {
    padding-top: 8px;
}
.weather-forecast h4.clear { /* the 5-day forecast header */
    width: 210px;
    margin: 0 auto 5px;
}
.weather-forecast ul {
    width: 213px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}
.weather-forecast ul li {
    float: left;
    display: inline;
    margin-left: 3px;
}
.weather-forecast li p {
    text-align: center;
    color:#c5c6c8;
    margin: 4px 0 4px;
}
.weather-today {
    width: 201px;
    margin: 0 auto 10px;
    overflow: hidden;
}
.weather-today .text {
    float: left;
    width: 110px;
}
.weather-today .icon {
    float: right;
    width: 84px;
}
.weather-forecast .more-weather-info {
    position:absolute;
    bottom: 12px;
    right: 19px;
}
.find-on-map {
    width: 202px;
    height: 236px;
    padding: 17px 15px 0;
    overflow: hidden;
    position:relative;
    background: url(/media/img/box-backgrounds/find-on-map.jpg) no-repeat left top;
    font-size: 12px;
}
.find-on-map a {
    position: absolute;
    bottom: 13px;
    right: 19px;
}
.webcam {
    position: relative;
    font-size: 12px;
}
.webcam .webcamfeed {
    margin: 20px auto 0;
    border: 2px solid #000;
    width: 185px;
    display: block;
}
.webcam .cctv {
    position:absolute;
    top: 8px;
    right: 2px;
}
.webcam a {
    position: absolute;
    bottom: 13px;
    right: 19px;
}
.slope-stats {
    width: 232px;
    height: 221px;
    overflow: hidden;
    background:url(/media/img/box-backgrounds/slope-stats.jpg) no-repeat left top;
    font-size: 10px;
    color:#fff;
    padding: 21px 0 53px;
    position:relative;
}
.slope-stats h4 {
    font-size: 12px;
    margin: 3px 0;
}
.slope-stats ul {
    background: url(/media/img/backgrounds/stats-colours.png) no-repeat left top;
    width: 214px;
    height: 36px;
    overflow: hidden;
    margin: 4px auto 0;
}
.slope-stats ul li {
    float: left;
    width: 58px;
    height: 23px;
    margin-left: 3px;
    padding: 4px 5px;
    display: inline;
}
.slope-stats li small {
    font-size: 9px;
}
.slope-stats li strong {
    font-size: 12px;
    padding-top: 4px;
    display: block;
}
.slope-stats .piste-map {
    width: 194px;
    margin: 16px auto 0;
    background: url(/media/img/icons/piste-map.png) no-repeat right center;
    *height: 46px;
    min-height: 46px;
}
.slope-stats h3, .slope-stats h4, .slope-stats p {
    width: 201px;
    margin: 0 auto;
}
.slope-stats h3 {
    margin-bottom: 4px;
}
.slope-stats h4 {
    margin-bottom: 6px;
    margin-top: 11px;
}
.grey-round {
    width: 232px;
    overflow: hidden;
    background: url(/media/img/backgrounds/grey-box-header.png) no-repeat left top;
    padding-top: 3px;
}
.grey-round .content {
    width: 100%;
    color:#fff;
    font-size: 12px;
    background: url(/media/img/backgrounds/grey-box-content.png) repeat-y left top;
    overflow: hidden;
}
.grey-round .footer {
    width: 100%;
    padding-top: 4px;
    background: url(/media/img/backgrounds/grey-box-footer.png) no-repeat left top;
}
.grey-round h3 {
    background:#7daee0;
    color:#171717;
    width: 216px;
    font-size: 17px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 8px 3px;
}
.grey-round ul {
    width: 222px;
    margin: 0 auto 10px;
}
.grey-round li {
    background: url(/media/img/backgrounds/faded-border.png) no-repeat center bottom;
}
.grey-round li a, .grey-round li h4 {
    display: block;
    padding: 11px 23px 11px 14px;
}
.grey-round li a {
    color:#d8d8d9;
    position: relative;
}
.grey-round li a span.raq {
    position: absolute;
    right: 20px;
}
.grey-round li a:hover {
    text-decoration: none;
    background:#3f4d5b;
}
.dates-and-prices {
    background: url(/media/img/box-backgrounds/dates-and-prices.jpg); no-repeat left top
    width: 232px;
    height: 148px;
    overflow: hidden;
}
.dates-and-prices .content, .myskool .content {
    color:#fff;
    font-size: 12px;
    width: 110px;
    margin-left: 17px;
    padding-top: 17px;
}
.myskool {
    background: url(/media/img/box-backgrounds/myskool.jpg) no-repeat left top;
    width: 232px;
    height: 122px;
    overflow: hidden;
}
.why-choose {
    background: url(/media/img/box-backgrounds/why-choose.jpg) no-repeat left top;
    color:#fff;
    font-size: 12px;
    width: 321px;
    height: 122px;
}
.why-choose .content {
    padding-left: 136px;
    width: 174px;
    padding-top: 15px;
}
.more-tuition {
    background: url(/media/img/box-backgrounds/more-tuition-ski.jpg) no-repeat left top;
    color:#fff;
    font-size: 12px;
    width: 321px;
    height: 122px;
}
.more-tuition .content {
    padding-left: 136px;
    width: 174px;
    padding-top: 15px;
}
.courses-countries {
    background: url(/media/img/icons/courses-countries.png) no-repeat center bottom;
    padding-bottom: 150px;
    padding-top: 10px;
}
.wide-box {
    width: 655px;
    position:relative;
    padding-top: 37px;
    margin-top: 14px;
}
.wide-box .content {
    width: 100%;
    padding: 3px 0 24px;
    overflow: hidden;
    color:#fff;
    font-size: 12px;
}
.wide-box .footer {
    width: 100%;
    padding-top: 6px;
}
.dark-grey-box .content {
    background: url(/media/img/backgrounds/wide-grey-box-content.png) repeat-y left top;
}
.dark-grey-box .footer {
    background: url(/media/img/backgrounds/wide-grey-box-footer.png) no-repeat left top;
}
.light-grey-box .content {
    background: url(/media/img/backgrounds/wide-light-grey-content.png) repeat-y left top;
    color:#484848;
}
.light-grey-box .footer {
    background: url(/media/img/backgrounds/wide-light-grey-footer.png) no-repeat left top;
}
.wide-box .nav {
    top: 0;
    left: 1px;
}
.wide-box .nav a {
    width: 157px;
    height: 37px;
    background-position: 0 -37px;
}
.dark-grey-box .nav a:hover, .dark-grey-box .nav li.active a {
    background-position: 0 0
}
.light-grey-box .nav a:hover, .light-grey-box .nav li.active a {
    background-position: 0 -74px
}
.wide-box .lifestyle a {
    background-image: url(/media/img/tabs/lifestyle.png);
}
.wide-box .pay a {
    background-image: url(/media/img/tabs/pay.png);
}
.wide-box .case-study a {
    background-image: url(/media/img/tabs/case-study.png);
}
.wide-box .other a {
    background-image: url(/media/img/tabs/other.png);
}
.wide-box .tab-content {
    width: 594px;
    overflow: hidden;
    margin: 0 auto;
}
.tab-content .hide-overflow {
    margin-top: 24px;
}
.tab-content .text {
    width: 372px;
    float: left;
}
.tab-content .photos {
    width: 208px;
    float: right;
}
.tab-content h3 {
    font-size: 16px;
    color:#8bb9e7;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 4px;
}
/**
 * end random boxes
 */
/**
 * end main site
 */
/**
 * whatsincluded what's included
 */
#whatsincluded {
    margin-bottom: 14px;
}
#short-courses a {
    background-image: url(/media/img/tabs/short-courses.png);
}
#long-courses a {
    background-image: url(/media/img/tabs/long-courses.png);
}
#whatsincluded h1 {
    margin-left: 25px;
    padding-top: 35px;
    padding-bottom: 15px;
}
#whatsincluded table {
    border-collapse: separate;
    border-top: 1px solid #b2b7bb;
    margin: 0 auto 14px;
    width: 903px;
}
#whatsincluded table th {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b2b7bb;
    background:#e4eaef;
    padding: 22px 22px;
    width: 120px;
}
#whatsincluded table th.odd {
    background:#dbe2e6;
}
#whatsincluded table th.highlight {
    width: 203px;
    text-align: left;
}
#whatsincluded table th h3 {
    font-size: 16px;
    text-transform: uppercase;
}
#whatsincluded table th h4 {
    font-size: 12px;
    color:#939598;
    padding-top: 3px;
}
#whatsincluded table th.highlight h4 {
    color:#000;
}
#whatsincluded table td {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b2b7bb;
    background:#f0f1f2;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    vertical-align: middle;
}
#whatsincluded table td.odd {
    background:#e7e9e9;
}
#whatsincluded table td.highlight {
    text-align: left;
    padding-left:23px;
    padding-right:23px;
}
.text-box {
    width: 260px;
    float: left;
    margin: 0 20px 14px;
}
.text-box h5 {
    font-size: 12px;
    color:#3b3c3c;
}
.text-box p {
    font-size: 11px;
    color:#58595b;
    line-height: 14px;
}
.text-box a, .centralise a {
    color:#4190df;
    text-decoration: none;
}
.text-box a:hover, .centralise a:hover {
    color:#8bb9e7;
}
.text-box h3 a, .centralise h3 a {
    color:#fff;
}
/**
 * end whatsincluded what's included
 */
/**
 * tabs
 */
.nav {
    position:absolute;
    top: -34px;
    left: 5px;
}
.nav a {
    width: 158px;
}
.nav-tabs {
    width: 100%;
}
.nav-tabs li {
    float: left;
    margin-right: 1px;
}
.nav-tabs a {
    height: 35px;
    display: block;
    overflow: hidden;
    text-indent: -10000px;
    background-position: 0 -35px;
}
.nav-tabs .tab-active a {
    background-position: 0 0px;
}
.nav-tabs a:hover {
    background-position: 0 -70px;
}
.nav-tabs .tab-active a:hover {
    background-position: 0 0px;
}
/**
 * end tabs
 */
/**
 * stripy-848
 */
.stripy-848 {
    width: 848px;
    margin: 14px auto 0;
    background: url(/media/img/backgrounds/stripy-848-header.png) no-repeat;
    padding-top: 5px;
}
.stripy-848 .content {
    background: url(/media/img/backgrounds/stripy-848-content.png) repeat-y;
    overflow: hidden;
    width: 844px;
    padding: 0 2px;
}
.stripy-848 .footer {
    background: url(/media/img/backgrounds/stripy-848-footer.png) no-repeat;
    padding-bottom: 20px;
}
.stripy-848 .column {
    width: 211px;
    float: left;
    text-align: center;
}
.stripy-848 .column h3 {
    padding-top: 30px;
    padding-bottom: 3px;
    font-size: 22px;
    text-transform: uppercase;
}
.stripy-848 .column h4 {
    color:#939598;
    font-size: 16px;
    padding-bottom: 8px;
}
.stripy-848 .column h5 {
    color:#231f20;
    font-size: 12px;
    padding-bottom: 13px;
}
.stripy-848 .column .book {
    padding: 17px 0 15px;
}
/**
 * end stripy-848
 */
/**
 * grey-white-borders
 */
ul.grey-white-borders {
    border-top: 1px solid #aeafaf;
    border-bottom: 1px solid #fff;
    font-size: 12px;
}
ul.grey-white-borders li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #aeafaf;
    padding: 9px 0 10px;
}
/**
 * end grey-wite-borders
 */
/**
 * datesandprices
 */
#datesandprices {
    margin: 14px auto;
}
#datesandprices h2 {
    width: 848px;
    margin: 0 auto;
    padding: 30px 0 17px;
}
#datesandprices .brochure-box-wide {
    margin-top: 14px;
    margin-bottom: 30px;

}
#dnp-header {
    overflow: hidden;
    margin-bottom: 14px;
    width: 905px;
    height: auto;
}
#dnp-header-left {
    float: left;
    width: 653px;
}
#dnp-header-right {
    float: right;
    width: 230px;
}
#dnp-header-right a {
    display: block;
    margin-bottom: 5px;
}
/**
 * end datesandprices
 */
/**
 * bookonline
 */
#bookonline {
    position:relative;
    margin-top: 248px;
    padding-bottom: 30px;
}
#bookonline .content {
    padding-top: 49px;
}
#bookingformheader {
    position:absolute;
    top: -193px;
    left: 54px;
}
#bookonline h3, #bookonline h4 {
    width: 797px;
    margin: 0 auto;
    color:#2e2e2f;
    font-size: 14px;
}
#bookonline h4 {
    padding-bottom: 24px;
}
#bookonline form {
    margin-left: 27px;
    width: 825px;
}
button.send {
    background: url(/media/img/buttons/send.png) 0 0 no-repeat;
    width: 88px;
    height: 35px;
    display: block;
}
/**
 * end bookonline
 */
/**
 * requestabrochure
 */
#requestabrochure {
    background:none;
    position:relative;
    padding-top: 243px;
    margin-top: 55px;
    margin-bottom: 40px;
}
#requestabrochure h2 {
    position:absolute;
    top: 0;
    left: 0;
}
#requestabrochure .content .inside {
    min-height: 457px;
    position:relative;
    z-index: 9999;
}
#requestabrochure fieldset {
    margin-right: 0;
}
#requestbrochurefieldset-right {
    padding-top: 171px;
    margin-left: 0;
}
/**
 * end requestabrochure
 */
/**
 * resortsoverview
 */
#resortsoverview {
    margin-top: 15px;
    margin-bottom: 15px;
}
/**
 * end resortsoverview
 */
/**
 * map
 */
#mapwrapper {
    padding: 2px 0;
}
#map {

}
#mapfullwide {
    margin-bottom: 15px;
    background:url(/img/backgrounds/resorts-map-bg.jpg) no-repeat right top;
    width: 915px;
    height: 373px;
    overflow: hidden;
    position:relative;
}
#mapfullwide .button-40 {
    position:absolute;
}
/**
 * end map
 */
/**
 * narrow-box
 */
.narrow-box {
    width: 218px;
    background: url(/media/img/backgrounds/narrow-box-header.png) 0 0 no-repeat;
    padding-top: 5px;
    margin-left: 11px;
    float: left;
}
.narrow-box .content {
    background: url(/media/img/backgrounds/narrow-box-content.png) 0 0 repeat-y;
    padding: 20px;
    width: 178px;
    overflow: hidden;
}
.narrow-box .footer {
    padding-top: 5px;
    background: url(/media/img/backgrounds/narrow-box-footer.png) 0 0 no-repeat;
}
.narrow-box h3, .narrow-box h3 a {
    color:#c6161d;
    text-transform: uppercase;
    font-size: 20px;
}
.narrow-box h4 {
    color:#000;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}
.narrow-box p {
    font-size: 12px;
    color:#58595b;
    line-height: 15px;
    margin-bottom: 20px;
}
/**
 * end narrow-box
 */
.medium-box {
    width: 232px;
    background: url(/media/img/backgrounds/medium-box-header.png) 0 0 no-repeat;
    padding-top: 5px;
}
.medium-box .content {
    background: url(/media/img/backgrounds/medium-box-content.png) 0 0 repeat-y;
    font-size: 11px;
    padding: 15px 18px;
    color:#5B5B5E;
    position:relative;
    width: 196px;
    overflow: hidden;
}
.medium-box .content p {
    line-height: 1.2;
}
.medium-box .footer {
    padding-top: 5px;
    background: url(/media/img/backgrounds/medium-box-footer.png) 0 0 no-repeat;
}
.medium-box h3 {
    color:#181818;
}
.medium-box h4 {
    text-transform:uppercase;
    color:#434343;
    font-family: "Arial Black", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 25px;
}
.medium-box h5 {
    text-transform:uppercase;
    font-family: "Arial Black", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 12px;
}
.box-438 {
    width: 438px;
    padding-top: 5px;
    background: url(/media/img/backgrounds/438-header.jpg) no-repeat left top;
}
.box-438 .content {
    width: 438px;
    background: url(/media/img/backgrounds/438-content.jpg) repeat-y left top;
}
.box-438 .footer {
    width: 438px;
    padding-top: 6px;
    background: url(/media/img/backgrounds/438-footer.jpg) no-repeat left top;
}
/**
 * resortoverview
 */
#tab-resort a {
    background-image: url(/media/img/tabs/the-resort.png);
}
#tab-slopes a {
    background-image: url(/media/img/tabs/the-slopes.png);
}
#tab-nightlife a {
    background-image: url(/media/img/tabs/nightlife.png);
}
#tab-accommodation a {
    background-image: url(/media/img/tabs/accommodation.png);
}
#resortoverview .centralise h3 {
    font-size: 12px;
    color:#3b3c3c;
    margin-top: 15px;
}
.howtobook {
    background: url(/media/img/icons/how-to-book-tag.jpg) no-repeat right center;
    min-height: 211px;
}
.howtobook .content {
    background: none;
    margin-left: 30px;
    width: 360px;
}
#resortoverview .howtobook h3 {
    color:#c1151c;
}
.resortcontainer {
    padding-bottom: 30px;
}
.resortcontainer .right-column {
    padding-top:22px;
}
.resortcontainer .skibox,.resortcontainer .snowboardbox {
    margin-bottom: 14px;
}
.resortcontainer .skibox {
    float: left;
}
.resortcontainer .snowboardbox {
    float: left;
    margin-left: 12px;
}
#resortsoverviewmasthead {
    width: 915px;
    height: 375px;
    margin: 14px auto 0;
    background-position: 4px top;
    background-repeat: no-repeat;
    overflow: hidden;
    position:relative;
}
#resortsoverviewmasthead .nav {
    position:absolute;
    top: 128px;
    left: 36px;
}
#resortsoverviewmasthead .nav li {
    margin-bottom: 3px;
}
#resortsoverviewmasthead .nav a {
    display: block;
    width: 100px;
    height: 50px;
    text-indent: -11000px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#resortsoverviewmasthead .nav a:hover, #resortsoverviewmasthead .nav a.selected{
    background-position: 0 -50px;
}
#fade-through {
    width: 438px;
    height: 273px;
    position:absolute;
    top: 70px;
    left: 143px;
}
#fade-through img {
    position:absolute;
    top: 0;
    left: 0;
}
#resortsoverviewmasthead .outbound,#resortdetailmasthead .outbound {
    position:absolute;
    bottom: 27px;
    right: 37px;
    color:#fff;
    font-size: 11px;
}
#resortdetailmasthead .outbound {
    right: 30px;
}
#resortsoverviewmasthead .outbound a,#resortdetailmasthead .outbound a {
    color:#fff;
}
#resortdetailmasthead {
    width: 661px;
    height: 375px;
    background-repeat: no-repeat;
    margin: 14px 0 0 0;
    overflow: hidden;
    position:relative;
}
/**
 * end resortoverview
 */
/**
 * resortnav
 */
.resortnav {
    width: 656px;
    background: url(/media/img/backgrounds/resort-nav-header.png) 0 0 no-repeat;
    padding-top: 6px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.resortnav .content {
    background: url(/media/img/backgrounds/resort-nav-content.png) 0 0 repeat-y;
    overflow: hidden;
    width: 656px;
}
.resortnav .footer {
    background: url(/media/img/backgrounds/resort-nav-footer.png) 0 0 no-repeat;
    padding-top: 7px;
}
.resortnav h4 {
    color:#fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 18px;
}
.resortnav .nav {
    width: 224px;
    float: left;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 15px;
    margin-top: 3px;
    border-top: 1px solid #050505;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 14px;
    display: inline;
}
.resortnav .nav li {
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #050505;
}
.resortnav .nav a {
    font-family: Helvetica, Arial, sans-serif;
    color:#8bb9e7;
    font-size: 14px;
    text-transform: uppercase;
    padding: 11px 5px 7px;
    display: block;
    width: auto;
}
.resortnav .nav a:hover {
    text-decoration: none;
    color:#fff;
}
.resortnav .resorts {
    float: left;
    width: 381px;
    margin-left: 16px;
    overflow: hidden;
    display: inline;
}
.resortnav .resorts li {
    float: left;
    margin-left: 4px;
    display: inline;
}
/**
 * end resortnav
 */
/**
 * resortslopes
 */
#resortslopes {

}
.attractions {
    width: 100%;
    overflow: hidden;
}
.attractions .flickr-attractions {
    width: 276px;
    float: left;
    display: inline;
}
.attractions .words-attractions {
    width: 280px;
    float: left;
}
.attractions .content div {
    margin-left: 24px;
}
.attractions .content > div:first-child {
    margin-left: 24px;
}
.attractions .content > div:last-child {
    margin-left: 36px;
}
.attractions h3 {
    font-size: 14px;
    color:#c1151c;
}
/**
 * end resortslopes
 */
/**
 * course overview
 */
.top-banner {
    width: 906px;
    height: 369px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
    position:relative;
    margin-top: 14px;
}
.top-banner .content {
    position:absolute;
    top: 185px;
    left: 67px;
    width: 312px;
    font-size: 12px;
}
.top-banner h4 {
    margin-bottom: 10px;
}
.top-banner p {
    margin-bottom: 10px;
    line-height: 1.2;
}
.top-banner a.request {
    width: 251px;
    margin: 0 auto;
    display: block;
}
.course-ski {
    background-image: url(/media/img/backgrounds/become-ski.jpg);
}
.course-snowboard {
    background-image: url(/media/img/backgrounds/become-snowboard.jpg);
}
/**
 * end course overview
 */
/**
 * course detail
 */
.centralise-course-overview {
    width: 920px;
    margin-top: 14px;
}
.centralise-course-overview .left-column {
    margin-top: 8px;
}
.centralise-course-overview .right-column {
    width:660px;
}
.course-detail-banner {
    height: 374px;
    overflow: hidden;
}
.col-1 {
    width: 600px;
    margin: 0 auto;
}
.course-detail-links {
    width: 100%;
    overflow: hidden;
    margin-top: 14px;
}
.course-detail-links a {
    float: left;
    margin-right: 11px
}
.course-detail-links a.last {
    margin: 0;
}
/**
 * end course detail
 */
/**
 * heading div with icon and blue/black text jazz
 */
.heading {
    background-repeat: no-repeat;
    background-position: left center;
    text-transform: uppercase;
    padding-left: 50px;
    height: 42px;
    overflow: hidden;
    margin-bottom: 20px;
    background-image: url(/media/img/icons/heading-default.jpg);
}
.heading h2, .heading h3 {
    margin: 0;
    width: auto;
    line-height: 1;
    font-family: "Arial Black", Helvetica, Arial, sans-serif;
}
.heading h2 {
    margin-top: 2px;
    font-size: 29px;
}
.heading h3 {
    font-size: 12px;
    color:#8bb9e7;
}
.heading-default h3 {
    color:#c6161d;
}
/**
 * end heading div
 */
/**
 * how to book
 */
#howtobook-steps {
    margin-top: 14px;
}
#howtobook-steps h2 {
    color:#eb0a7a;
    font-size: 32px;
    background:#000;
    letter-spacing: -2px;
    float: left;
    padding: 1px;
    margin-bottom: 13px;
}
#howtobook-steps p, #howtobook-extra p {
    font-size: 12px;
    color: #58595b;
    line-height: 1.2;
}
#howtobook-steps a {
    display: block;
}
#howtobook-steps .wrapper-column {
    padding: 27px 0 24px 33px;
    width: 871px;
    min-height: 224px;
}
#howtobook-steps img {
    margin-bottom: 12px;
}
#howtobook-steps #arrow {
    background: url(/media/img/icons/htb-arrow.png) no-repeat right center;
}
#howtobook-extra {
    margin-top: 14px;
}
#howtobook-extra h2 {
    color:#eb0a7a;
    font-size: 35px;
    letter-spacing: -2px;
    float: left;
    padding: 1px;
}
#howtobook-extra h3 {
    font-size: 17px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 13px;
}
#howtobook-extra p {
    margin-bottom: 13px;
}
#howtobook-extra .wrapper-column {
    padding: 27px 0 24px 33px;
    width: 871px;
}
/**
 * end how to book
 */
/**
 * contact
 */
#contact {
    font-size: 12px;
    color:#58595b;
}
#contact h2 {
    font-size: 60px;
    letter-spacing: -3px;
    margin-top: 42px;
    color:#2e2e2f;
}
#opening.indent {
    padding-left: 29px;
}
#opening {
    margin-bottom: 24px;
}
#opening p {
    line-height: 1.3;
}
.box-438 .indent {
    width: 370px;
    margin: 0 auto;
    padding: 17px 0;
}
#contact h4 {
    font-family: "Arial Black", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
#contact p {
    margin-bottom: 15px;
}
#contact input.text {
    width: 363px;
    height: 21px;
    background: url(/media/img/backgrounds/input-text-large.png) 0 0 no-repeat;
    padding: 2px 1px;
}
#contact .field {
    margin-bottom: 6px;
}
#contact .box-438 {
    margin-bottom: 14px;
}
#contact-links {
    background: url(/media/img/icons/cant-get-enough.jpg) no-repeat center top;
    padding-top: 188px;
    margin-top: 49px;
}
#contact-links h3 {
    font-size: 20px;
    letter-spacing: -1px;
}
#contact-links li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
#contact-links .img {
    float: left;
    width: 173px;
}
#contact-links .text {
    float: left;
    width: 231px;
}
/**
 * end contact
 */
/**
 * quals
 */
#qualificationsoverview {
    margin-top: 15px;
}
.iconbg {
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 50px;
}
.iconbg h3 {
    font-size: 13px;
    font-family: "Arial Black", Arial, sans-serif;
}
/**
 * end quals
 */
/**
 * global overriders
 */
.centralise .content-pad-internal {
    padding: 14px 30px;
}
.clear {
    clear: both;
}
.hide-overflow {
    overflow: hidden;
}
h2 {
    text-transform: uppercase;
}
h2.massive {
    font-size: 29px;
    color:#313131;
    font-weight: bold;
    font-family: "Arial Black", Arial, sans-serif;
    margin-bottom: 15px;
}
.peachy {
    color:#ffe3a2;
}
.bluey, .box .bluey {
    color:#7daee0;
}
.centralise .red, .red h3 {
    color:#c6161d;
}
#content .black {
    color:#000;
}
.allstar h2, .allstar h3, .box h2, .box h3 {
    text-transform:uppercase;
}
#content .wide-with-border div.flickr {
    margin: 0;
    margin-bottom: 14px;
}
.button-30 {
    height: 30px;
    overflow: hidden;
    display: inline-block;
    position:relative;
}
.button-35 {
    height: 35px;
    overflow: hidden;
    display: inline-block;
    position:relative;
}
.button-40 {
    height: 40px;
    overflow: hidden;
    display: inline-block;
    position:relative;
}
.button-26 {
    height: 26px;
    overflow: hidden;
    display: inline-block;
    position:relative;
}
.button-93 {
    height: 93px;
    overflow: hidden;
    display: inline-block;
    position:relative;
}
.button-35 img, .button-40 img, .button-26 img, .button-30 img, .button-93 img {
    position:relative;
    top: 0;
    left: 0;
}
.button-30:hover img {
    top: -30px;
}
.button-30-active img, .button-30-active:hover img {
    top: -60px;
}
.button-35:hover img {
    top: -35px;
}
.button-40:hover img {
    top: -40px;
}
.button-26:hover img {
    top: -26px;
}
.button-93:hover img {
    top: -93px;
}

.text-centre {
    text-align: center;
}
#container .no-margin {
    margin: 0;
}
.left {
    float: left;
    display: inline;
}
.error {
    width: 892px;
    color:#58595B;
    padding: 7px;
    margin: 14px auto;
    font-size: 12px;
    border-color:#E1AE92 #EAC7B3 #E9C4AF;
    border-width: 1px;
    border-style: solid;
    background:#FADAC8;
}
/**
 * end global overriders
 */
#endpoint {
    margin: 14px auto;
}
