/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	margin:0;
	padding:0;
	background:#000 url(../images/bk_body.jpg) 50% 0 no-repeat;
	line-height:130%;
}

ul {
	list-style:none;
}

a {
	color:#119EC8;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

p {
	margin:0.8em 0;
}

h2 {
	color:#119EC8;
	text-transform:uppercase;
	font-size:18px;
	padding-bottom:10px;
}

#colLeft h2, #colLeft h3 {
	text-transform:none;
	padding:5px 0;
}

#colRight h2 {
	font-size:16px;
	border-bottom:1px solid #efefef;
	padding-bottom:5px;
	padding-top:0;
	margin-bottom:5px;
}

h2.home {
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	padding-bottom:6px;
}

h3 {
	font-size:16px;
}

h1 {
	font-size:26px;
	font-weight:normal;
	color:#333;
	display:block;
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
	margin-bottom:15px;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/


#wrapper {
	margin:35px auto 0;
	width:960px;
	background:#fff url(../images/bk_wrapper.jpg) 0 0 no-repeat;
	padding-bottom:1px;
}

#specialFront {
	clear:both;

	padding:0px 0 0px 0;
	width:900px;
	height:1000px;
	margin:0px auto;
	color:#7C8A91;
	position:relative;
}

#specialFront1 {
	clear:both;
	
	padding:100px 0 0px 0;
	width:900px;
	height:80px;
	margin:0px auto;
	color:#7C8A91;
	position:relative;
}


#header {
	height:100px;
	position:relative;
	border-bottom:1px solid #E2E2E2;
	background:url(../images/bk_header.jpg) 0 100% repeat-x;
}

#content {
	padding:20px;
	border-bottom:12px solid #B7DCF1;
	min-height:500px;
	padding-top:0;
}

.columns {
	background:url(../images/bk_rightcol.jpg) 625px 0 repeat-y;
}

#footer {
	clear:both;
	background:url(../images/bk_footer.jpg) 100% 0 no-repeat;
	padding:20px 0 10px 0;
	width:960px;
	height:80px;
	margin:1px auto;
	color:#7C8A91;
	position:relative;
}

#footer a {
    color:#7C8A91;
    text-decoration:none
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:10px;
	left:5px;
	
}

#logo h1 {
	padding:0;
	background:none;
	border:none;
}

#logo h1 a, #logo h1 a:hover{
	background:url(../images/LOGO.jpg) 0 0 no-repeat;
	width:215px;
	height:75px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}


#topMenu {
	position:absolute;
	right:20px;
	top:64px;
}

#topMenu li {
	float:left;
	
}

#topMenu li a {
	color:#666;
    padding:0 15px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
    border-right:1px solid #ccc;
}

#topMenu li a:hover, #topMenu li.selected a {
	color:#119EC8;
}


#topMenu div
{	
    position: relative;
    display:block;
	visibility: hidden;
    left:1;
    z-index:500;
	margin: 0;
	padding: 0;
	border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background:url(../images/bk_header.jpg) 0 100% repeat-x;
    }

	#topMenu div a
	{	position: relative;
		display: block;
		margin: 0;
        color:#119EC8;
		padding: 5px 10px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
        background:url(../images/bk_header.jpg) 0 100% repeat-x;
		font: 12px arial}

	#topMenu div a:hover
	{	background: #49A3FF;
		color: #FFF}



/* CONTENT
---------------------------------------------*/

#tripBox {
	display:block;
    
}

#tripBox li {
    background:none;
	float:left;
	border:2px solid #111;
	padding:5px;
    margin:5px;
	width:170px;
	position:relative;
}



#topColumns {
	display:block;
}

#topColumns li {
	float:left;
	border-right:1px dashed #C5C5C5;
    border-bottom:1px dashed #C5C5C5;
	padding:5px;
	width:293px;
    height: 200px;
	position:relative;
}

#topColumns li.last {
    float:left;
    border-right:none;
    border-bottom:1px dashed #C5C5C5;
	padding:5px;

	width:293px;
    height: 200px;
	position:relative;
}

#bottomColumns {
	display:block;
}

#bottomColumns li {
	float:left;
	border-right:1px dashed #C5C5C5;
    padding:5px;

	width:293px;
    height: 200px;
	position:relative;
}

#bottomColumns li.last {
    float:left;
    border:none;
    padding:5px;



	width:293px;
    height: 200px;
	position:relative;
}


#colLeft {
	float:left;
	width:590px;
	padding-top:25px;

}

#colRight {
	float:left;
	width:290px;
	/*background:url(../images/bk_rightcol.png) 0 0 repeat-y;*/
	padding-top:30px;
	margin-left:15px;
	padding-left:20px;
}

#colLeft ul li {
	display:block;
	background:url(../images/bullet.jpg) 0 5px no-repeat;
	padding:2px 0 3px 15px;
}

#colLeft ul#lifttickets li.allFirst {
    display:block;
    float:left;
    border-right:true;
    padding:2px 70px 30px 100px;
}

#lifttickets li.allFirst {
    display:block;
    float:left;
    border-right:true;
    padding:2px 70px 30px 100px;
}


#colLeft ul#lifttickets li.first {
    display:block;
    float:left;
    border-right:true;
    padding:2px 60px 30px 0px;
}

#lifttickets li.first {
    display:block;
    float:left;
    border-right:true;
    padding:2px 60px 30px 0px;
}


#colLeft ul#lifttickets li.last {
    display:block;
    float:right;
    border-right:none;
    padding:2px 20px 30px 20px;
}

#lifttickets li.last {
    display:block;
    float:right;
    border-right:none;
    padding:2px 170px 30px 20px;
}

#lifttickets li {
    display:block;
    background: none;
    float:left;
    border-right:1px solid #ABABAB;
    padding:2px 25px 20px 180px;
	
}

#colLeft ul#lifttickets li {
    display:block;
    background: none;
    float:left;
    border-right:1px solid #ABABAB;
    padding:2px 15px 20px 15px;
	
}



/* FOOTER
---------------------------------------------*/

.footerMark {
	position:absolute;
	top:10px;
	right:0;
}

/* HOME SLIDER
-----------------------------------------------*/

#slider {
	padding-bottom:20px;
	margin-top:20px;
}

* html #slider {
	padding-bottom:0;
}

#sliderFold {
	width:305px;
	padding:0;
	float:left;
}

#sliderFold .sliderItem, #sliderFold .sliderItemOn, #sliderFold .sliderItemOnFirst{
	padding:13px 20px 0 84px;
	border-right:1px solid #ACD7EE;
	border-bottom:1px solid #ACD7EE;
	border-top:1px solid #fff;
	height:83px;
	position:relative;
	cursor:pointer;
}

 #sliderFold .sliderItemOnFirst {
 	border-top:1px solid #ACD7EE;
 }

#sliderFold .sliderItemOn, #sliderFold .sliderItem:hover {
	border-right:none;
	background:url(../images/bk_serv_active.jpg) 100% 0 repeat-y;
	
	
}

#sliderFold .sliderItem h2, #sliderFold .sliderItemOn h2, #sliderFold .sliderItemOnFirst h2 {
	font-size:16px;
	letter-spacing:-1px;
	padding-bottom:5px;
	text-transform:none;
	color:#333;
}

#sliderFold .sliderItem p, #sliderFold .sliderItemOn p, #sliderFold .sliderItemOnFirst p  {
	line-height:120%;
}

#sliderFold .sliderItem img, #sliderFold .sliderItemOn img, #sliderFold .sliderItemOnFirst img{
	position:absolute;
	left:0;
	top:10px;
}

.sliderImg {
	background:#D5EAF7 url(../images/bk_blue_grad.jpg) 0 100% repeat-x;
	border:1px solid #ACD7EE;
	border-left:none;
	position:relative;
	float:left;
	padding:7px;
	height:376px;
}

.panel a.butDetails {
	display:block;
	position:absolute;
	width:157px;
	height:40px;
	background:url(../images/but_slider.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	right:3px;
	bottom:5px;
}

.panel img {
	border:1px solid #fff;
}	

.panel p.projName {
	font-size:16px;
	padding:15px 4px;
	margin:0;
}



/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 600px; /*Width of Carousel Viewer itself*/
	height: 376px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:384px;
	position:relative;
}


/* FORMS
--------------------------------------------------*/

#topSearch {
	position:absolute;
	top:27px;
	right:20px;
}

#topSearch input#q {
	width:195px;
	background:url(../images/bk_searchbox.jpg) 0 0 no-repeat;
	font-size:12px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 5px;
	border:none;
	color:#999;
}

#topSearch input.submit {
	width:25px;
	height:22px;
	background:url(../images/bk_searchbut.jpg) 0 0 no-repeat;
	border:none;
}

#topSearch input {
	float:left;
}

form#quote #fromDate, #toDate {
	vertical-align: absmiddle;
	height: 14px;
    text-align: center;
    width: 75px;
}

form#quote input, select {
	padding: 2px;
	background-color: white;
	border: 1px solid;
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;

}

form#quote select {
	width: auto;
	padding: 1px;
	height: 20px;
	text-align: left;
}
form#quote input:focus, input:hover, select:focus, select:hover  {
	border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}

form#quote .picker {
	cursor: pointer;
	width: 13px;
	height: 12px;
	display: inline-block;
	background: url('../img/calendar.gif') no-repeat;
	margin-left: -19px;
	margin-top: 4px;
	position: absolute;
	display: inline;
}

form#quote input.submit {
	border:none;
	width:147px;
	height:40px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(../images/bk_request.jpg) 0 0 no-repeat;
}
form#quote input.removebutton {
	border:none;
	width:90px;
	height:32px;
	text-align:center;
	padding-top:0px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0px;
	background:url(../images/bk_remove.jpg) 0 0 no-repeat;
}

form#quote input.add_item {
	border:none;
	width:118px;
	height:32px;
	text-align:center;
	padding-top:0px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0px;
	background:url(../images/bk_addskier.jpg) 0 0 no-repeat;
}

form#contact label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form#contact input, form#contact textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

form#contact textarea {
	width:500px;
}

form#contact input.submit {
	border:none;
	width:147px;
	height:40px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(../images/bk_submit.jpg) 0 0 no-repeat;
}

form#lifts input.submit {
	border:none;
	width:147px;
	height:40px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(../images/bk_Prices.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}



