@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#wrapper {
	background-image:url(../images/wrapper_image.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0 auto;
	width:850px;
}
#logo {
	width:197px;
	height:75px;
}
#menubar {
	width:140px;
	float:left;
}
#menubar ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-weight:bold;
	color:#FFF;
	font-size:10px;
}
#menubar li a {
	color:#FFF;
	text-decoration:none;
}
#menubar li a:hover {
	color:#FFF;
	text-decoration:none;
}
#menubar li a:visited {
	color:#FFF;
	text-decoration:none;
}
#menubar li {
	background-image:url(arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
	padding-top:10px;
}
#menubar ul ul li {
	padding-left:16px;
	font-weight:normal;
}
#imgbar {
	width:140px;
	float:left;
	margin-top:45px;
}
#imgbar h1 {
	font-size:18px;
	color:#c48e62;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:10px;
}
#imgbar h2 {
	font-size:14px;
	color: #c48e62;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:-15px;
	padding-left:10px;
}
.leftimg {
	width:55px;
	float:left;
	padding-left:10px;
}
.rightimg {
	width:55px;
	float:right;
	padding-right:10px;
}
#content {
	width:650px;
	background-color:#fff6e4;
	margin-right:20px;
	margin-top:0px;
	float:right;
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
	background-image:url(../images/content_bg.jpg);
}
#content .main_content {
	width: 650px;
	padding:5px;
	margin-top:5px;
}
#content .left_content {
	width: 400px;
	border-right:1px solid #CCC;
	float:left;
	padding:5px;
	margin-top:5px;
}
#content .foot {
	clear:both;
	width: 670px;
	height: 10px;
	background-image:url(../images/content_bg_foot.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:-10px;
}
#content .right_content {
	width: 225px;
	float:right;
	padding:5px;
	margin-top:5px;
}
#content h1 {
	font-size:18px;
	color:#c48e62;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font-size:14px;
	color: #c48e62;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content .right_content img {
	border: 1px solid #c48e62;
}
#footer {
	float:right;
	width:650px;
	margin-right:30px;
	margin-top:10px;
	padding:10px;
	text-align:center;
}
#clear {
	clear:both;
}
#resort_images {
	margin-top:10px;
	width:640px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 100px; 
    height:400px; 
	padding-left:15px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    height:2000px; 
    position:absolute; 

} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}
div.scrollable_amarilla { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 550px; 
    height:90px; 
	margin-left:0px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable_amarilla div.items { 
    /* this cannot be too large */ 
    width:2000px; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable_amarilla div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
/* this makes it possible to add next button beside scrollable */
.scrollable_amarilla {
	float:left;	
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:25px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down*/
a.up, a.down		{ 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; 
clear:both;
}
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* form styles */

form {
	width: 360px;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}

form label {
	display: block;
	width: 310px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.field-first,
form label.field-address,
form label.field-city,
form label.field-email {
	clear: left;
}


form label.field-first,
form label.field-last,
form label.field-city,
form label.field-email,
form label.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

form label.field-first input,
form label.field-last input,
form label.field-email input,
form label.field-city input,
form label.field-phone input {
	float: left;
	width: 150px;
	padding: 0px;
}

form label.field-country {
	float: left;
	margin-right: 10px;
	width: 320px;
}

form label.field-state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.field-zip {
	float: left;
	width: 80px;
}

form label.field-zip input {
	float: left;
	width: 80px;
}

form label.field-address {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

form label.field-address input {
	float: left;
	width: 310px;
	padding: 0px;
}

form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

form label.radioitem {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

textarea {
	display: block;
}

form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3 {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

form label.field-checkbox {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

form textarea {
	margin-top: 3px;
}

