
/*---------- 1) top part ----------*/

ul#breadcrumbs {
    float: left;
}

ul#breadcrumb li {
    display: inline;
    background: transparent url(../../images/generic/bullet-breadcrumb.gif) no-repeat 0 5px;
    margin-left: 6px;
    padding-left: 10px;
    font-size: 10px;
    color: #6A6A6A;
    letter-spacing: -1px;
}

ul#breadcrumb li.first
{
    background: transparent;
    margin-left: 0px;
    padding-left: 0px;
}

ul#breadcrumb li a {
    color: #6A6A6A;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
    letter-spacing: -1px;
}

#page-header {
    overflow: hidden;
    clear: left;
    margin-bottom: 10px;
}

#page-header span {
    color: #ABABAB;
    padding-left: 10px;
}

#page-header h1 {
  font-size: 30px;
  line-height: 38px;
  color: #115084;
  display: inline;
  font-weight: normal;
}

#price 
{
    float: right;
    margin-top: -30px;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    line-height: 16px;
}

#price .cost
{
    font-weight: bold;
    font-size: 18px;
}


#homepage-layout {
	position: relative;
	width: 750px;
}

#homepage-layout #main-copy {
	float: left;
	width: 455px;
}

.featured-resort {
	position:relative;
	width: 285px;
	height: 175px;
	float: left;
}

.featured-resort-link {
	display: block;
	width: 285px;
	height: 175px;
}

.featured-resort-link img {
	display: block;
	width: 285px;
	height: 175px;
}

ul.featured-resort-links {
	background: transparent url(../../images/generic/blue-overlay.png) no-repeat scroll 0 0;
	bottom: 0;
	position: absolute;
	width: 285px;
	height:25px;
}

ul.featured-resort-links li a {
	background: transparent url(../../images/generic/button_goto.png) no-repeat scroll 0 2px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	line-height: 19px;
	padding: 2px 0 0 23px;
}

ul.featured-resort-links li a:hover {
	background: transparent url(../../images/generic/button_goto-hover.png) no-repeat scroll 0 2px;
	color: #6cb3ee;
}

.featured-resort .feature-heading a {
	position: absolute;
	top: 0;
	left: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
}

.highlights-outer img, .highlights-inner img {
	width: 175px;
	height: 125px;
	display: block;
}

/*---------------------------
    Search tables
---------------------------*/

.grey {
    width: 530px;
}

.grey table {
    width: 100%;
    border: none;
}

.grey table select {
    margin-bottom: 8px;
    width: 180px;
}

.grey table td.title {
    font-weight: bold;
    padding: 4px 10px 0px 0px;
    color: #223847;
    text-align: right;
    width: 100px;
}

.grey table td input#resort-find {
    text-align: right;
    margin-top: 10px;
    float: right;
}

.grey table#search-resort td input#resort-find {
    margin-top: 0px;
}
