article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

a {
	color: #00e;
}

a:visited {
	color: #551a8b;
}

a:hover {
	color: #06e;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}


/* =============================================================================
   Custom styles
   ========================================================================== */

html {
	overflow-y: scroll;
}

body {
	background: #fcf7e4;
	color: #3f1f16;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	color: #3f1f16;
	font-weight: bold;
}

#container {
	width: 960px;
	margin: 0 auto;
}

h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #e9ddc3;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 34px;
	text-transform: uppercase;
}

h2 {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: #bb7118;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 42px;
	text-transform: uppercase;
}

h2.med {
	font-size: 30px;
	margin: 0px 0px 20px 0px;
}

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
}

.golf-section h3 {
	margin: 40px 0 12px;
}

h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 18px;
}

hr {
	background: none;
	border-top: 1px solid #a54127;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: 0px;
	font-size: 0px;
	line-height: 0px;
}

p {
	margin-top: 0px;
	padding: 0px;
}

header {
	padding: 30px 20px 30px 20px;
}

#logo {
	float: left;
}

ul#gnav {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#gnav li {
	float: left;
	padding: 11px 0px 0px 19px;
}

ul#gnav li a {
	padding: 0px;
	color: #3f1f16;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}

ul.nav_l1 {
	position: absolute;
	z-index: 200;
	background: #e9ddc3;
	width: 960px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.nav_l1 li {
	float: left;
	padding: 0px;
}

ul.nav_l1 li:last-child {
	/* commented out to fix nav styling
	float: right;
	*/
}

ul.nav_l1 li a {
	display: block;
	background: #e9ddc3;
	padding: 10px 16px 10px 16px;
	color: #3f1f16;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
}

@media only screen and (device-width: 768px) {
	ul.nav_l1 li a {
		padding: 10px 16px 10px 16px;
	}
}

ul.nav_l1 li:first-child a {
	padding: 10px 21px 10px 20px;
}

ul.nav_l1 li:last-child a {
	padding: 10px 20px 10px 20px;
}

ul.nav_l1 li a.sel {
	background: #3f1f16;
	color: #bb7118;
}

ul.nav_l1 ul.nav_l2 {
	display: none;
	position: absolute;
	left: 0px;
	z-index: -1;
	background: #3f1f16;
	width: 920px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	list-style: none;
}

ul.nav_l1 ul.nav_l2#resort,
ul.nav_l1 ul.nav_l2#accommodations,
ul.nav_l1 ul.nav_l2#mii-amo-spa,
ul.nav_l1 ul.nav_l2#activities,
ul.nav_l1 ul.nav_l2#dining,
ul.nav_l1,
ul.nav_l2#meetings-groups,
ul.nav_l1,
ul.nav_l2#shop,
ul.nav_l2#contact,
ul.nav_l1 ul.nav_l2#golf {
	display: inline;
}

ul.nav_l1 ul.nav_l2 li {
	position: relative;
	display: block;
	float: left;
	padding: 0px 11px 0px 11px;
	border: 0px;
}

ul.nav_l1 ul.nav_l2 li:first-child {
	padding: 0px 11px 0px 0px;
}

ul.nav_l1 ul.nav_l2 li:last-child {
	padding: 0px 0px 0px 11px;
}

ul.nav_l1 ul.nav_l2 li a {
	display: block;
	background: #3f1f16;
	padding: 12px 0px 12px 0px;
	color: #e9ddc3;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#main {
	margin: 0px 0px 0px 0px;
}

#main.int {
	background: #e9ddc3 url(../images/bg-sidebar.gif) repeat-y top right;
	margin: 67px 0px 0px 0px;
}

#main.int2 {
	background: #e9ddc3 url(../images/bg-sidebar.gif) repeat-y top right;
	margin: 33px 0px 0px 0px;
	border-top: 1px solid #3f1f16;
}

.content {
	float: left;
	width: 610px;
	padding: 40px 10px 45px 20px;
}

.sidebar {
	float: right;
	width: 230px;
	padding: 280px 45px 45px 45px;
	color: #291501;
	font-size: 14px;
	line-height: 20px;
}

.sidebar p.quote {
	font-size: 13px;
	font-style: italic;
}

.sidebar p.quote span {
	color: #f2911c;
}

.sidebar#resort {
	background: url(../images/bg-resort.jpg) no-repeat top right;
}

.sidebar#accommodations {
	background: url(../images/bg-accommodations.jpg) no-repeat top right;
}

.sidebar#accommodations_casita {
	background: url(../images/bg-accommodations-casita.jpg) no-repeat top right;
}

.sidebar#accommodations_junior_suite {
	background: url(../images/bg-accommodations-junior-suite.jpg) no-repeat top right;
}

.sidebar#accommodations_hacienda {
	background: url(../images/bg-accommodations-hacienda.jpg) no-repeat top right;
}

.sidebar#accommodations_casa {
	background: url(../images/bg-accommodations-casa.jpg) no-repeat top right;
}

.sidebar#mii_amo_spa {
	background: url(../images/bg-mii-amo-spa.jpg) no-repeat top right;
}

.sidebar#mii_amo_spa_spa_services {
	background: url(../images/bg-mii-amo-spa-spa-services.jpg) no-repeat top right;
}

.sidebar#mii_amo_spa_day_packages {
	background: url(../images/bg-mii-amo-spa-day-packages.jpg) no-repeat top right;
}

.sidebar#mii_amo_spa_destination_spa {
	background: url(../images/bg-mii-amo-spa-destination-spa.jpg) no-repeat top right;
}

.sidebar#activities {
	background: url(../images/bg-activities.jpg) no-repeat top right;
}

.sidebar#activities_tennis {
	background: url(../images/bg-activities-tennis.jpg) no-repeat top right;
}

.sidebar#activities_sedona {
	background: url(../images/bg-activities-sedona.jpg) no-repeat top right;
}

.sidebar#activities_family_programs {
	background: url(../images/bg-activities-family-programs.jpg) no-repeat top right;
}

.sidebar#activities_native_american {
	background: url(../images/bg-activities-native-american.jpg) no-repeat top right;
}

.sidebar#activities_camp_coyote {
	background: url(../images/bg-activities-camp-coyote.jpg) no-repeat top right;
}

.sidebar#activities_calendar {
	background: url(../images/bg-activities-calendar.jpg) no-repeat top right;
}

.sidebar#activities_concierge_request {
	background: url(../images/bg-activities-concierge-request.jpg) no-repeat top right;
}

.sidebar#dining {
	background: url(../images/bg-dining.jpg) no-repeat top right;
}

.sidebar#dining_che_ah_chi {
	background: url(../images/bg-dining-che-ah-chi.jpg) no-repeat top right;
}

.sidebar#dining_tii_gavo {
	background: url(../images/bg-dining-tii-gavo.jpg) no-repeat top right;
}

.sidebar#dining_view_180 {
	background: url(../images/bg-dining-view-180.jpg) no-repeat top right;
}

.sidebar#dining_mii_amo_cafe {
	background: url(../images/bg-dining-mii-amo-cafe.jpg) no-repeat top right;
}

.sidebar#dining_chef_bio {
	background: url(../images/bg-dining-chef-bio.jpg) no-repeat top right;
}

.sidebar#dining_recipes {
	background: url(../images/bg-dining-recipes.jpg) no-repeat top right;
}

.sidebar#golf {
	background: url(../images/bg-golf.jpg) no-repeat top right;
}

.sidebar#golf .golf-sidebar-logo {
	margin: 65px 0 0;
	text-align: center;
}

.sidebar#meetings_groups {
	background: url(../images/bg-meetings-groups.jpg) no-repeat top right;
}

.sidebar#meetings_groups_ballrooms {
	background: url(../images/bg-meetings-groups-ballrooms.jpg) no-repeat top right;
}

.sidebar#meetings_groups_executive_meeting_rooms {
	background: url(../images/bg-meetings-groups-executive-meeting-rooms.jpg) no-repeat top right;
}

.sidebar#meetings_groups_event_venues {
	background: url(../images/bg-meetings-groups-event-venues.jpg) no-repeat top right;
}

.sidebar#shop {
	background: url(../images/bg-shop.jpg) no-repeat top right;
}

.sidebar#contact {
	background: url(../images/bg-contact.jpg) no-repeat top right;
}

.sidebar#our_story {
	background: url(../images/bg-our-story.jpg) no-repeat top right;
}

.sidebar#privacy_policy {
	background: url(../images/bg-privacy-policy.jpg) no-repeat top right;
}

.sidebar#specials_packages {
	background: url(../images/bg-specials-packages.jpg) no-repeat top right;
}

.sidebar#giftcards {
	background: url(../images/bg-giftcards.jpg) no-repeat top right;
}

.sidebar#careers {
	background: url(../images/bg-careers.jpg) no-repeat top right;
}

#splash {
	position: relative;
	background: #ffffff;
	width: 960px;
	height: 470px;
}

#splash ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#splash ul li {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}

#splash ul li img {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomright: 3px;
	-o-border-top-bottom-radius: 3px;
	-o-border-bottom-right-radius: 3px;
}

#splash #intro {
	position: absolute;
	right: 0px;
	width: 250px;
	height: 420px;
	background: url(../images/bg-splash-intro.png) repeat-y right top;
	padding: 50px 30px 0px 40px;
	color: #291501;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0px 0px 3px 0px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-o-border-bottom-right-radius: 3px;
	behavior: url(/css/PIE.htc);
}

#splash #intro h1 {
	color: #5b413a;
}

ul#features {
	background: #ffffff;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	list-style: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	behavior: url(/css/PIE.htc);
}

ul#features li {
	float: left;
	background: no-repeat top right;
	width: 300px;
	height: 140px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	behavior: url(/css/PIE.htc);
}

ul#features li a {
	font-weight: normal;
	text-decoration: none;
}

ul#features li h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #ffffff;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
}

ul#features li .txt {
	width: 133px;
	height: 100px;
	padding: 20px 10px 20px 10px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	border-radius: 2px 0px 0px 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-khtml-border-radius-topleft: 2px;
	-khtml-border-radius-bottomleft: 2px;
	-o-border-top-left-radius: 2px;
	-o-border-bottom-left-radius: 2px;
	behavior: url(/css/PIE.htc);
}

ul#features li#feature_1 .txt {
	background: url(../images/bg-feature-1.png) repeat-y;
}

ul#features li#feature_2 .txt {
	background: url(../images/bg-feature-2.png) repeat-y;
}

ul#features li#feature_3 .txt {
	background: url(../images/bg-feature-3.png) repeat-y;
}

footer {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	line-height: 20px;
}

#award {
	float: left;
	width: 120px;
	padding: 0px 10px 0px 0px;
}

#fnav {
	float: left;
}

#soc {
	float: right;
	width: 310px;
	line-height: 18px;
}


/* --- Form styling --- */

input,
select,
textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
	background: #ffffff;
	margin: 0px;
	padding: 5px 4px 4px 4px;
	color: #726149;
	font-size: 10px;
	line-height: 10px;
	border: 1px solid #d9ceb6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
}

textarea {
	height: 100px;
}

input[type=text].dpick {
	margin: 0px 2px 0px 0px;
}

input[type=submit].btn {
	position: relative;
	background: #341a13;
	background: -moz-linear-gradient(top, #654c45 0%, #341a13 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #654c45), color-stop(100%, #341a13));
	background: -webkit-linear-gradient(top, #654c45 0%, #341a13 100%);
	background: -o-linear-gradient(top, #654c45 0%, #341a13 100%);
	background: -ms-linear-gradient(top, #654c45 0%, #341a13 100%);
	background: linear-gradient(top, #654c45 0%, #341a13 100%);
	/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#654c45', endColorstr='#341a13',GradientType=0);*/
	-pie-background: linear-gradient(#654c45, #341a13);
	height: 24px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	color: #ffffff;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	border: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

input[type=submit].btn:hover {
	background: #614b3f;
	background: -moz-linear-gradient(top, #867065 0%, #614b3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #867065), color-stop(100%, #614b3f));
	background: -webkit-linear-gradient(top, #867065 0%, #614b3f 100%);
	background: -o-linear-gradient(top, #867065 0%, #614b3f 100%);
	background: -ms-linear-gradient(top, #867065 0%, #614b3f 100%);
	background: linear-gradient(top, #867065 0%, #614b3f 100%);
	/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#867065', endColorstr='#614b3f',GradientType=0);*/
	-pie-background: linear-gradient(#867065, #614b3f);
}

select.slct {
	position: absolute;
	z-index: 10;
}

.select_replace {
	position: absolute;
	top: 0px;
	background: #ffffff url(../images/select-arw.png) no-repeat center right;
	height: 10px;
	margin: 0px;
	padding: 6px 0px 6px 4px;
	color: #726149;
	font-size: 10px;
	line-height: 10px;
	white-space: nowrap;
	border: 1px solid #d9ceb6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
}

.sml {
	width: 188px;
}

table.tbl {
	width: 100%;
	margin: 30px 0px 0px 0px;
}

table.tbl tr.hdr {
	vertical-align: top;
	border-bottom: 1px solid #d9ceb6;
}

table.tbl tr:nth-child(even) td {
	background: #e1d2b8;
}

table.tbl td {
	padding: 7px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}

table.tbl td:first-child {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

table.frm td {
	padding: 0px 0px 5px 0px;
	vertical-align: top;
	font-size: 12px;
}

table.frm td.lbl {
	width: 140px;
	text-align: right;
	padding: 0px 10px 0px 10px;
}

table.frm input[type=text],
table.frm input[type=password],
table.frm select,
table.frm textarea {
	width: 430px;
}

table.frm select {
	width: 424px;
}

table.frm input[type=text].dpick {
	width: 404px;
}

table.frm input[type=text].sml {
	width: 50px;
}

.err {
	display: block;
	background: url(../images/icn-error.png) no-repeat left center;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 25px;
	color: #e2401a;
}


/* --- Booking Widget --- */

#widget {
	margin: 0px;
	padding: 15px 20px 15px 20px;
}

#widget h2 {
	margin: 0px;
	padding: 0px;
	color: #3f1f16;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	text-transform: none;
}

.int #widget {
	padding: 0px 0px 20px 0px;
}

#widget .flt {
	margin: 0px 10px 0px 0px;
}

#widget h2.flt {
	margin: 0px 20px 0px 0px;
}

#widget .sml {
	width: 188px;
}

.int #widget .sml {
	width: 86px;
}


/* --- Various lists/grids --- */

ul.blank {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.blank li {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

ul.blank.multi li {
	float: left;
	width: 50%;
}

ul.blank.multi-third li {
	float: left;
	width: 30%;
	margin-left: 30px;
}

ul.blank.multi-third li:first-child {
	margin-left: 0px;
}

ul.divider {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.divider li {
	background: url(../images/divider.gif) repeat-x top left;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

ul.divider>li:first-child {
	background: none;
	padding: 0px 0px 20px 0px;
}

ul.divider>li:nth-child(even) {}

ul.bullet,
ul.no-bullet {
	margin: 0px 0 20px 0;
	padding: 0px;
	list-style: none;
}

ul.bullet li {
	background: url(../images/bullet.gif) no-repeat 0px 12px;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

ul.no-bullet li,
ul.inline-list {
	margin: 0px 0 22px;
	padding: 0px;
}

ul.arw {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.arw.dload {
	font-size: 11px;
}

ul.arw li {
	background: url(../images/arw-r.gif) no-repeat 0px -21px;
	padding: 5px 0px 5px 15px;
}

ul.grid_3 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul.grid_3 li {
	float: left;
	width: 150px;
	min-height: 350px;
	margin: 0px 25px 10px 25px;
}

ul.grid_3.accolades img {
	margin: 0px 0px 10px 0px;
	border: 1px solid #3f1f16;
}

ul.grid_4 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul.grid_4 li {
	float: left;
	margin: 0px 10px 10px 0px;
}

ul.lst {
	display: block;
	float: left;
	margin: 0px;
	margin-left: -10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}

ul.lst li {
	display: block;
	float: left;
	_width: 100%;
	border-bottom: 1px solid #f4e5c8;
}

ul.lst a.desc {
	display: block;
	float: left;
	width: 610px;
	background: #e1d2b8 url(../images/arrow-down.gif) no-repeat 600px center;
	text-decoration: none;
	padding-left: 10px;
	line-height: 31px;
}

ul.lst a.desc:hover {
	background-color: #dccbaa;
}

ul.lst a.desc.sel {
	background-image: url(../images/arrow-up.gif);
}

ul.lst a.desc div {
	float: left;
}

ul.lst a div.dt {
	width: 110px;
	font-weight: bold;
}

ul.lst .info {
	display: none;
	background: #e1d2b8 url(../images/dots-ul-lst.gif) repeat-x;
	clear: both;
	padding: 30px;
	padding-top: 25px;
	line-height: 18px;
}

ul.lst .info .ttl {
	margin-bottom: 10px;
}

ul#acc_grid {
	margin: 0px -10px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul#acc_grid li {
	float: left;
	width: 300px;
	min-height: 300px;
	margin: 0px 10px 20px 0px;
	padding: 0px;
}

ul#acc_grid li .tmb {
	display: block;
	margin: 0px 0px 5px 0px;
}

ul#acc_grid li a.btn {
	width: 50px;
}

ul#acc_grid li a.btn.orange {
	width: 185px;
	margin: 0px 0px 0px 5px;
}

ul#acc_grid li p {
	margin: 10px 0px 0px 0px;
}

ul#acc_grid a.tmb {
	position: relative;
	width: 290px;
	height: 145px;
	padding: 15px 0px 0px 10px;
	color: #e9ddc3;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

ul#acc_grid a#casita {
	background: url(../images/tmb-accommodations-casita.jpg) no-repeat;
}

ul#acc_grid a#junior_suite {
	background: url(../images/tmb-accommodations-junior-suite.jpg) no-repeat;
}

ul#acc_grid a#hacienda {
	background: url(../images/tmb-accommodations-hacienda.jpg) no-repeat;
}

ul#acc_grid a#casa {
	background: url(../images/tmb-accommodations-casa.jpg) no-repeat;
}


/* --- Floorplan slider --- */

.fp {
	margin: 0px 0px 30px 0px;
}

.fp_pic {
	float: left;
	background: no-repeat left top;
	width: 375px;
	height: 244px;
	margin: 0px 10px 0px 0px;
}

.fp_pic#casita {
	background: url(../images/img-accommodations-casita-floorplan.gif);
}

.fp_pic#hacienda {
	background: url(../images/img-accommodations-hacienda-floorplan.gif);
}

.fp_pic#casa {
	background: url(../images/img-accommodations-casa-floorplan.gif);
}

.fp ul {
	float: right;
	width: 225px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.fp ul li {
	background: url(../images/divider.gif) repeat-x top left;
}

.fp ul li:first-child {
	background: none;
}

.fp ul li a {
	display: block;
	background: url(../images/arw-l.gif) no-repeat 0px 11px;
	padding: 10px 0px 10px 15px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

.fp ul li a:hover {
	background-position: 0px -19px;
}


/* --- Misc --- */

.cout_mii_amo {
	background: #decfb2 url(../images/img-visit-mii-amo.jpg) no-repeat;
	min-height: 340px;
	margin: 20px 0px 0px 0px;
	padding: 40px 20px 20px 245px;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

.cout_mii_amo a {
	display: inline-block;
	background: url(../images/cout-arw.png) no-repeat right;
	margin: 10px 0px 0px 0px;
	padding: 0px 98px 0px 0px;
	color: #bb7118;
	font-weight: normal;
	text-decoration: none;
}

.cout_img {
	float: right;
	width: 195px;
	margin: 0px 0px 20px 20px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.cout_img img {
	margin: 0px 0px 10px 0px;
}

.cout_img a {
	font-weight: normal;
	text-decoration: none;
}

.cout_rsvp {
	float: right;
	width: 250px;
	background: #decfb2;
	margin: 0px 0px 20px 20px;
}

.sp_txt {
	float: left;
	width: 370px;
}

.sp_tmb {
	float: right;
	width: 220px;
	margin: 0px 0px 0px 20px;
}

.sp_tmb img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

.sp_tmb a.btn {
	display: block;
	margin: 10px 0px 0px 0px;
}

a.btn {
	display: inline-block;
	position: relative;
	background: #341a13;
	background: -moz-linear-gradient(top, #654c45 0%, #341a13 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #654c45), color-stop(100%, #341a13));
	background: -webkit-linear-gradient(top, #654c45 0%, #341a13 100%);
	background: -o-linear-gradient(top, #654c45 0%, #341a13 100%);
	background: -ms-linear-gradient(top, #654c45 0%, #341a13 100%);
	background: linear-gradient(top, #654c45 0%, #341a13 100%);
	/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#654c45', endColorstr='#341a13',GradientType=0);*/
	-pie-background: linear-gradient(#654c45, #341a13);
	height: 24px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	color: #ffffff;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	border: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

a.btn:hover {
	background: #614b3f;
	background: -moz-linear-gradient(top, #867065 0%, #614b3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #867065), color-stop(100%, #614b3f));
	background: -webkit-linear-gradient(top, #867065 0%, #614b3f 100%);
	background: -o-linear-gradient(top, #867065 0%, #614b3f 100%);
	background: -ms-linear-gradient(top, #867065 0%, #614b3f 100%);
	background: linear-gradient(top, #867065 0%, #614b3f 100%);
	/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#867065', endColorstr='#614b3f',GradientType=0);*/
	-pie-background: linear-gradient(#867065, #614b3f);
}

a.btn.orange {
	background: #904c28;
	background: -moz-linear-gradient(top, #c17d59 0%, #904c28 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c17d59), color-stop(100%, #904c28));
	background: -webkit-linear-gradient(top, #c17d59 0%, #904c28 100%);
	background: -o-linear-gradient(top, #c17d59 0%, #904c28 100%);
	background: -ms-linear-gradient(top, #c17d59 0%, #904c28 100%);
	background: linear-gradient(top, #c17d59 0%, #904c28 100%);
	/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c17d59', endColorstr='#904c28',GradientType=0);*/
	-pie-background: linear-gradient(#c17d59, #904c28);
}

a.btn.orange:hover {
	background: #a6704f;
	background: -moz-linear-gradient(top, #cb9574 0%, #a6704f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb9574), color-stop(100%, #a6704f));
	background: -webkit-linear-gradient(top, #cb9574 0%, #a6704f 100%);
	background: -o-linear-gradient(top, #cb9574 0%, #a6704f 100%);
	background: -ms-linear-gradient(top, #cb9574 0%, #a6704f 100%);
	background: linear-gradient(top, #cb9574 0%, #a6704f 100%);
	/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb9574', endColorstr='#a6704f',GradientType=0);*/
	-pie-background: linear-gradient(#cb9574, #a6704f);
}

.disc {
	font-size: 10px;
	line-height: 12px;
}

.pic1 {
	margin: 0px 0px 30px 0px;
}

.pic2 {
	margin: 30px 0px 0px 0px;
}

.pic3 {
	float: left;
	clear: left;
	margin: 0px 20px 0px 0px;
}

.flt {
	display: inline;
	float: left;
}

.flt_r {
	float: right;
}


/* --- Blog styles --- */

#main.blog {
	background: #e9ddc3 url(../images/bg-sidebar.gif) repeat-y top right;
	margin: 33px 0px 0px 0px;
	border-top: 1px solid #3f1f16;
}

#main.blog h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #bb7118;
	font-weight: normal;
	-webkit-margin: 0px;
}

#main.blog h2 a {
	margin: 0px;
	padding: 0px;
	color: #bb7118;
	font-weight: normal;
	text-decoration: none;
}

#main.blog .disc {
	margin: 0px;
	padding: 0px;
}

#main.blog .entry_content {
	margin: 20px 0px 30px 0px;
}

#main.blog .alignleft {
	float: left;
	margin: 10px 20px 10px 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
}

#main.blog .alignright {
	float: right;
	margin: 10px 0px 10px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
}


/* --- Shop Styles --- */

.ops {
	margin: 0px 0px 30px 0px;
}

ul.grid_shop {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul.grid_shop li {
	float: left;
	width: 140px;
	margin: 0px 10px 15px 0px;
}

ul.grid_shop img {
	display: block;
	margin: 0px 0px 5px 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
}

ul.grid_shop a.btn {
	display: block;
	font-size: 10px;
}

ul.prod_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.prod_list li {
	/* background: url(../images/divider.gif) repeat-x top left; */
	border-top: 1px solid rgba(165,65,39,0.25);
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

ul.prod_list>li:first-child {
	background: none;
	border-top:none;
	padding: 0px 0px 20px 0px;
}

ul.prod_list .tmb {
	float: left;
	width: 150px;
	margin: 0px 20px 0px 0px;
	text-align: center;
}

ul.prod_list .tmb img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
}

ul.prod_list .desc {
	float: right;
	width: 440px;
}

table.tbl_checkout {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

table.tbl_checkout tr.hdr {
	vertical-align: top;
	border-bottom: 1px solid #d9ceb6;
}

table.tbl_checkout tr.last {
	border-top: 3px solid #d9ceb6;
}

table.tbl_checkout tr.hdr td {
	font-weight: bold;
}

table.tbl_checkout td {
	padding: 7px;
	font-size: 11px;
	line-height: 13px;
}


/* --- Revinate style overrides --- */

#social-buzz .footer {
	display: none;
}


/* =============================================================================
   Custom styles END
   ========================================================================== */

@media only screen and (min-width: 35em) {}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}

.ir br {
	display: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


/*.invisible { visibility: hidden; } */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.i {
	font-style: italic;
}

.center {
	text-align: center;
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.catalog-title {text-transform: uppercase;}