/* CSS Document */

/* global reset */
* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 1em 0;
}

li,dd {
	margin-left: 1em;
}

fieldset {
	padding: 0.5em;
}

/*end global reset*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	background-image: url(../images/bg_page.gif);
	background-position: top;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #340065;
	margin: 0;
	font-family: "Lucida Sans", Verdana, Arial;
}

h1 {
	font-size: 22px;
	padding-top: 16px;
}

h2 {
	font-size: 18px;
	margin: 20px 0;
}

h3 {
	font-size: 16px;
	margin: 20px 0;
	line-height: 22px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #340065;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	text-decoration: underline;
	color: #340065;
}

img {
	border: none;
}

/* Form styles */

form {
	margin: 0;
	padding: 0;
	width: 90%;
}

fieldset {
	border: 1px solid #340065;
	margin: 0;
	padding: 10px;
}

legend {
	color: #340065;
	font-weight: bold;
	text-align: center;
}

label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	margin: 0;
}

.required {
	color: #990000;
}

.requiredLegend {
	margin-left: 210px;
	color: #990000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: 1px solid #340065;
	background-color: #FFFFFF;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: 1px solid #340065;
	background-color: #FFFFFF;
	line-height: 16px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: 1px solid #340065;
	background-color: #FFFFFF;
}

input.checkbox {
	border: none;
	background-color: #FFFFFF;
}

input:focus {
	border: 1px solid #990000;
}

input.checkbox:focus {
	border: none;
}

input.submit {
	border: 0;
}	

textarea:focus {
	border: 1px solid #990000;
}

select:focus {
	border: 1px solid #990000;
}

#formComments {
	display: none;
}

/* End form styles */

.clear {
	clear: both;
}

.left {
	float: left;
	padding-right: 10px;
}

.right {
	float: right;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background-color: #FFFFFF;
}

/* header */

#masthead {
	height: 120px;
}

#masthead .logo {
	float: left;
	padding: 5px 0px 0px 20px;
}

#masthead .hotline {
	float: left;
	margin-left: 110px;
	padding-top: 40px;
}

#masthead .extras {
	float: right;
	margin-right: 10px;
	padding-top: 10px;
	text-align: right;
}

/* template layout */

#container {
	width: 100%;
	background-color: #E1E1E1;
}

#sideBar {
	float: right;
	width: 218px;
	margin: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
}

.rhsImg {
	padding: 0 10px 10px 10px;
}

.rhsBox {
	background-color: #FFFFFF;
	margin: 10px;
}

.rhsBoxTitle {
	text-align: center;
	padding: 5px;
	background-color: #2F7ED1;
	color: #FFFFFF;
	font-weight: bold;
}

.rhsBoxTitle a:link, .rhsBoxTitle a:visited, .rhsBoxTitle a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.rhsBoxTitle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.rhsBoxContent {
	padding: 5px;
	line-height: 18px;
}


#pageContent {
	float: left;
	width: 688px;
	margin: 10px 0 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.content {
	padding: 10px 10px;
}

#contentMain {
	padding: 0 10px;
}

.mainHeader {
	width: 598px;
	height: 50px;
	background-image: url(../images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left;	
	padding-left: 50px;
	margin: 10px 0 30px 0;
}

#footer {
	clear: both;
	padding: 5px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

#footer p {
	margin: 10px;
	line-height: 24px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Home boxes */

.homeIntro {
	margin-bottom: 10px;
}

.homeBoxFeature {
	float: left;
	margin-bottom: 10px;
	width: 666px;
	background-image:  url(../images/bg_hm_box_feature.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;	
}

.homeBoxLeft {
	float: left;
	margin: 0 10px 10px 0;
	width: 325px;
	background-image:  url(../images/bg_hm_box2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
}

.homeBoxRight {
	float: right;
	margin: 0 0 10px 0;
	width: 325px;
	background-image:  url(../images/bg_hm_box2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
}

.homeBoxHeader {
	height: 30px;
	line-height: 28px;
	color: #340065;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
	font-family: "Lucida Sans", Verdana, Arial;	
/*	background-image: url(../images/eric_29.gif);
	background-position: 290px;
	background-repeat: no-repeat;*/
}

.homeBoxFeature .homeBoxHeader {
	height: 40px;
	line-height: 40px;
	color: #340065;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	font-family: "Lucida Sans", Verdana, Arial;	
}

.homeBoxHeader a {
	color: #FFFFFF;
}

.homeBoxContent {
	padding: 5px 10px 20px 10px;
}

.homeBoxContent img {
	float: left;
	padding: 2px 10px 20px 0;
}

/* form container */

.formTable {
	border-collapse: collapse;
	padding: 5px;
}

.formTable th {
	color: #FFFFFF;
	padding: 5px;
}

.formTable td {
	padding: 5px;
}

/* container for gallery thumbnails */

.galleryTable {
	border-collapse: collapse;
	padding: 10px;
}

.galleryTable td {
	padding: 10px;
}

/* listing styles */

.hotelListing {
	background-color: #F1EDF4;
	margin-bottom: 20px;
	border: 1px solid #AE99C1;	
}

.hotelListing img {
	float: left;
	padding: 10px 20px 10px 10px;
}

.hotelListingDetails {
	float: left;
	width: 65%;
	padding-top: 15px;
}

.hotelListingHeader {
	font-size: 14px;
	font-weight: bold;
	color: #340065;
}

.resortListing {
	background-color: #F1EDF4;
	margin-bottom: 20px;
	border: 1px solid #AE99C1;
}

.resortListing img {
	float: left;
	padding: 10px 20px 10px 10px;
}

.resortListingDetails {
	float: left;
	width: 65%;
	padding-top: 15px;
}

.resortListingHeader {
	font-size: 14px;
	font-weight: bold;
	color: #340065;
}

.offerListing {
	background-color: #F1EDF4;
	margin-bottom: 20px;
	border: 1px solid #AE99C1;
}

.offerListing img {
	float: left;
	padding: 10px 20px 10px 10px;
}

.offerListingDetails {
	float: left;
	width: 65%;
	padding-top: 15px;
}

.offerListingHeader {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}


.bookListing {
	background-color: #F1EDF4;
	margin-bottom: 20px;
	border: 1px solid #AE99C1;
}

.bookListing img {
	float: left;
	padding: 10px 20px 10px 10px;
}

.bookListingDetails {
	float: left;
	width: 45%;
	padding-top: 15px;
}

.bookListingHeader {
	font-size: 14px;
	font-weight: bold;
	color: #340065;
}

.bookListingBook {
	float: right;
	margin-top: 102px;
	margin-right: 10px;
}

.bookListingBook img {
	padding: 0;
}

.moreLink:link, .moreLink:visited, .moreLink:active {
	padding-right: 12px;
	background-image: url(../images/link_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: none;
}

.moreLink:hover {
	padding-right: 12px;
	background-image: url(../images/link_arrow_on.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: none;
}

/* ski deals boxes */

.offerBox {
	width: 200px;
	float: left;
	margin: 0 20px 20px 0;
}

.offerBoxLast {
	width: 200px;
	float: left;
	margin: 0 0 20px 0;
}


/* resort tab styles */

#tabPurple-nav {
	margin: 20px 0 0 0 !important; 
	padding:0 !important; 
	list-style:none !important; 
	font-size:90%;
	line-height: 17px;
}

#tabPurple-nav li {
	text-decoration:none;
	color:#666666;
	display:block;
	float:left;
	margin: 0 0 0 5px;
}

#tabPurple-nav a {
	background:url(../images/tabs/tabsNavLeftPurple3.gif) top left no-repeat;
	text-decoration:none; 
	color:#ffffff; 
	font-size:12px; 
	font-weight:bold; 
	display:block; 
	float:left; 
	position:relative; 
	z-index:1;
	outline: none;	
}

#tabPurple-nav a span {
	background:url(../images/tabs/tabsNavRightPurple3.gif) top right no-repeat;
	padding: 4px 10px 4px 5px;
	display:block;
	margin-left:7px;
}

#tabPurple-nav a:hover { 
	color:#340065; 
	position:relative; 
	background:url(../images/tabs/tabsNavLeft3.gif) top left no-repeat;	
}

#tabPurple-nav a:hover span { 
	color:#340065; 
	background:url(../images/tabs/tabsNavRight3.gif) top right no-repeat;
}

#tabPurple-nav a.active { 
	color:#340065; 
	position:relative; 
	top:1px; 
	background:url(../images/tabs/tabsNavLeft3.gif) top left no-repeat;
}

#tabPurple-nav a.active span { 
	background:url(../images/tabs/tabsNavRight3.gif) top right no-repeat;
}

#tabPurple .tab {
	height: 500px; 
	width: 626px; 
	background:#ffffff; 
	border:1px solid #CCBFD8; 
	clear:both; 
	position:relative; 
	top:0px; 
	z-index:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding:10px 10px 30px 10px; 
	display: inline-block; 
	color:#340065;
}

#tabPurple .tab .blueText { 
	color:#340065; 
	font-size:16px;
}

#tabPurple .largeText { 
	font-size: 14px; 
	font-weight: bold;
	padding: 5px;
	color: #340065;
	background-color: #E1D9E8;
}

#tabPurple p { 
	padding:0 0 5px;
}

#tabPurple .links{
	margin:0; 
	padding:0;
}

#tabPurple .links li{
	margin:0; 
	padding:0; 
	float:left; 
	list-style:none; 
	width:170px; 
	margin-right:5px
}

.tabContent {
	float: left;
	margin-right: 20px;
	width: 400px;
}

.tabInfo {
	float: right;
}

/* prices tabs */

#tabPrices-nav {
	margin: 20px 0 0 0 !important; 
	padding:0 !important; 
	list-style:none !important; 
	font-size:90%;
	line-height: 17px;
}

#tabPrices-nav li {
	text-decoration:none;
	color:#666666;
	display:block;
	float:left;
	margin: 0 0 0 5px;
}

#tabPrices-nav a {
	background:url(../images/tabs/tabsNavLeftPurple3.gif) top left no-repeat;
	text-decoration:none; 
	color:#ffffff; 
	font-size:12px; 
	font-weight:bold; 
	display:block; 
	float:left; 
	position:relative; 
	z-index:1;
	outline: none;	
}

#tabPrices-nav a span {
	background:url(../images/tabs/tabsNavRightPurple3.gif) top right no-repeat;
	padding: 4px 10px 4px 5px;
	display:block;
	margin-left:7px;
}

#tabPrices-nav a:hover { 
	color:#340065; 
	position:relative; 
	background:url(../images/tabs/tabsNavLeft3.gif) top left no-repeat;	
}

#tabPrices-nav a:hover span { 
	color:#340065; 
	background:url(../images/tabs/tabsNavRight3.gif) top right no-repeat;
}

#tabPrices-nav a.active { 
	color:#340065; 
	position:relative; 
	top:1px; 
	background:url(../images/tabs/tabsNavLeft3.gif) top left no-repeat;
}

#tabPrices-nav a.active span { 
	background:url(../images/tabs/tabsNavRight3.gif) top right no-repeat;
}

#tabPrices .tab {
	height: 900px; 
	width: 626px; 
	background:#ffffff; 
	border:1px solid #CCBFD8; 
	clear:both; 
	position:relative; 
	top:0px; 
	z-index:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding:10px 10px 30px 10px; 
	display: inline-block; 
	color:#340065;	
}

#tabPrices .tab .blueText { 
	color:#340065; 
	font-size:16px;
}

#tabPrices .largeText { 
	font-size: 14px; 
	font-weight: bold;
	padding: 5px;
	color: #340065;
	background-color: #E1D9E8;
}

#tabPrices p { 
	padding:0 0 5px;
}

#tabPrices .links{
	margin:0; 
	padding:0;
}

#tabPrices .links li{
	margin:0; 
	padding:0; 
	float:left; 
	list-style:none; 
	width:170px; 
	margin-right:5px
}

/* offers tabs */

#tabOffers-nav {
	margin: 20px 0 0 0 !important; 
	padding:0 !important; 
	list-style:none !important; 
	font-size:90%;
	line-height: 17px;
}

#tabOffers-nav li {
	text-decoration:none;
	color:#666666;
	display:block;
	float:left;
	margin: 0 0 0 5px;
}

#tabOffers-nav a {
	background:url(../images/tabs/tabsNavLeftRed.gif) top left no-repeat;
	text-decoration:none; 
	color:#ffffff; 
	font-size:12px; 
	font-weight:bold; 
	display:block; 
	float:left; 
	position:relative; 
	z-index:1;
	outline: none;	
}

#tabOffers-nav a span {
	background:url(../images/tabs/tabsNavRightRed.gif) top right no-repeat;
	padding: 4px 10px 4px 5px;
	display:block;
	margin-left:7px;
}

#tabOffers-nav a:hover { 
	color:#990000; 
	position:relative; 
	background:url(../images/tabs/tabsNavLeft4.gif) top left no-repeat;	
}

#tabOffers-nav a:hover span { 
	color:#990000; 
	background:url(../images/tabs/tabsNavRight4.gif) top right no-repeat;
}

#tabOffers-nav a.active { 
	color:#990000; 
	position:relative; 
	top:1px; 
	background:url(../images/tabs/tabsNavLeft4.gif) top left no-repeat;
}

#tabOffers-nav a.active span { 
	background:url(../images/tabs/tabsNavRight4.gif) top right no-repeat;
}

#tabOffers .tab {
	height: 400px; 
	width: 626px; 
	background:#ffffff; 
	border:1px solid #BD8597; 
	clear:both; 
	position:relative; 
	top:0px; 
	z-index:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding:10px 10px 30px 10px; 
	display: inline-block; 
	color:#340065;	
}

#tabOffers .tab .blueText { 
	color:#990000; 
	font-size:16px;
}

#tabOffers .largeText { 
	font-size: 14px; 
	font-weight: bold;
	padding: 5px;
	color: #340065;
	background-color: #E1D9E8;
}

#tabOffers p { 
	padding:0 0 5px;
}

#tabOffers .links{
	margin:0; 
	padding:0;
}

#tabOffers .links li{
	margin:0; 
	padding:0; 
	float:left; 
	list-style:none; 
	width:170px; 
	margin-right:5px
}


/* styles for ski facts table */

.skifactsTable {
	background-color: #E1D9E8;
	font-size: 11px;
	border-collapse: collapse;
	padding: 5px;
}

.skifactsTable td {
	padding: 5px;
	border: 1px solid #FFFFFF;
}

/* ski profile within ski facts */

.skiprofileTable {
	border-collapse: collapse;
	padding: 1px;
}

.skiprofileTable td {
	padding: 1px;
	border: none;
}


/* main prices table */

.pricesTable {
	border: 1px solid #340065;
	border-collapse: collapse;
	padding: 3px;
	margin-top: 10px;
}

.pricesTable th {
	background-color: #340065;
	color: #FFFFFF;
	padding: 3px;
	font-size: 14px;
	height: 24px;
}

.pricesTable .subHeader {
	background-color: #E1D9E8;
	color: #340065;
	font-weight: bold;
}

.pricesTable td {
	padding: 3px;
	border: 1px solid #340065;
}

.pricesTable .altRow {
	background-color: #F1EDF4;
}

.pricesTable .oldPrice {
	text-decoration: line-through;
}

.pricesTable .offerPrice {
	color: #990000;
	font-weight: bold;
}	

.pricesTable .free {
	background-color: #FFE6C0;
	font-weight: bold;
}

.offerPrice {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}


/* half term offer */

.htOfferPrices {
	border-collapse;
	border: 1px solid #340065;
}

.htOfferPrices th {
	background-color: #340065;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
	padding: 3px;
}

.htOfferPrices td {
	padding: 3px;
}

.htOfferPrices .price {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

.htOfferPrices .altrow {
	background-color: #EAEAEA;
}


/* book now call */

.bookNowText {
	font-size: 14px;
	font-weight: bold;
	background-color: #F1EDF4;
	padding: 5px;
}


.leftImg {
	float: left;
	margin: 0px 20px 5px 0;
}


ul.jobs {
	margin-left: 20px;
}