/* @override 
	http://teamxtreme.dev/framework/css/styles.css
	http://www.teamxtreme.es/framework/css/styles.css
*/

/* @group clearfix */

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* @end */


/* @group General */

html { 
}

body { 
	background:#d4d4d4; 
	color:#534741;
	font: 12px sans-serif;
}

.button {
	display: block;
	background: url('/media/buttonBg.png') 0 0 no-repeat;
	width: 194px;
	height: 93px;
	margin-bottom: 45px;
	color: #524741;
	padding: 20px;
	text-decoration: none;
	cursor: pointer;
}
.button.tools {
	background: url('/media/buttonBgTools.png') 0 0 no-repeat;
}
.button h3 {
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.button p {
	font-size: 13px;
	margin-top: 5px;
	line-height: 18px;
	width: 80%;
	cursor: pointer;
}

h1.gradientTitle {
	margin-left: -25px;
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 28px;
	font-weight: normal;
	color: #50453f;
	background: url('/media/divGradientVReverse.png') no-repeat 25px 100%;
}

a {
	text-decoration: underline;
	color: inherit;
}
a:hover {
	color: #ff8817;
}

ul {
	color: #514843;
	font-size: 14px;
	list-style-type: square;
	padding: 0 0 0 20px;
}

ul li {
	margin-bottom: 2px;
}

input[type="hidden"] {
    margin: 0 !important;
    padding: 0 !important;
}

/* @end */

/* @group PlusLinks */

a.largePlusLink,
ul.largePlusLinks li a {
	padding: 4px 5px 0 28px;
	height: 18px;
	background: url('/media/plusLink.png') 0 0 no-repeat;	
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

a.largePlusLink:hover,
ul.largePlusLinks li:hover a {
	color: #fff !important;
	background: #50453f url('/media/plusLink.png') 0 0 no-repeat !important;
}

a.smallPlusLink,
ul.smallPlusLinks li a {
	padding: 1px 5px 0 20px;
	background: url('/media/plusBullet.png') no-repeat 0 0;
	font-size: 12px !important;
	line-height: 13px;
	display: inline-block;
	min-height: 14px;
	color: #514843;
	text-decoration: none;
}

a.smallPlusLink:hover,
ul.smallPlusLinks li:hover a {
	color: #fff !important;
	background: #50453f url('/media/plusBullet.png') 0 0 no-repeat !important;
}

a.submit {
	color: #50453f;
	text-decoration: none;
	padding: 4px 28px 0 5px;
	height: 18px;
	background: url('/media/submit_icon.gif') 100% 0 no-repeat;	
	font-size: 14px;
	display: inline-block;
	font-weight: normal;
	text-transform: uppercase;
	zoom:1;
	*display: inline;
}

a.submit:hover {
	color: #fff !important;
	background: #50453f url('/media/submit_icon.gif') 100% -22px no-repeat !important;
}

/* @end */

/* @group Language Switcher */

.langSwitcher {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.langSwitcher a {
	float: right;
	font-family: arial;
	font-size: 14px;
	color: #37332E;
	padding-left: 23px;
	margin-right: 15px;
	text-decoration: none;
}
.langSwitcher a.es {
	background: transparent url('/media/flag_es.gif') 0 50% no-repeat;
}
.langSwitcher a.en {
	background: transparent url('/media/flag_en.gif') 0 50% no-repeat;
}
/* @end */

/* @group Scroller */

#scroller {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 100%;
	height: 290px;
	margin: 0;
	padding: 30px 0;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .slide {
	position: relative;
	float:left;
	margin: 0;
/*	background-color:#fff;*/
	padding:2px;
/*	border:1px solid #ccc;*/
/*	cursor:pointer;*/
	width: 910px;
	height: 290px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.scrollable .slide img {
	float: left;
	display: block;
	-webkit-box-shadow: 0px 0px 5px #222;
	-moz-box-shadow: 0px 0px 5px #222;
	box-shadow: 0px 0px 5px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=325, Strength=3);
}

.scrollable .slide div {
	width: 365px;
	height: 100%;
	float: left;
	color: #c0ab98;
	border-left: 1px solid #c0ab98;
	padding-left: 40px;
	margin-left: 40px;
}

.scrollable .slide div h1 {
	margin-top: 20px;
	font-size: 42px;
}

.scrollable .slide div p {
	margin-top: 20px;
	color: #dfc5b1;
	font-size: 20px;
	line-height: 21px;
}

.scrollable .slide a.moreInfo {
	position: absolute;
	bottom: 0;
	right: 25px;
	height: 14px;
	background: url('/media/plusLinkInverted.png')  100% 0 no-repeat;	
	padding: 1px 28px 0 5px;
	margin-top: 20px;
	/*background: #fff;
	color: #50453f;*/
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.scrollable .slide a.moreInfo:hover {
	color: #50453f;
	background: #fff url('/media/plusLinkInverted.png') 100% 0 no-repeat;	
}

/* @end */

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#header, #header .sb-inner { background:#282523; }
#section1, #section1 .sb-inner { background: #514a43 url(/media/section1_bg.png) repeat-x; }
#section2, #section2 .sb-inner { background:#f0ebe5; }
#section3, #section3 .sb-inner { background:#faf8f6; }

#header{
	height: 167px;
}

#header #menu{
	margin-top: -13px;
	height: 180px;
	margin-left: 3px;
}

#section1{
	padding: 0 45px;
	height: 360px;
}

#section2{
	padding: 30px 45px 30px;
}

#section3{
	padding: 45px;
	margin-bottom: 30px;
}

/* @group Home */

#home #section1 .top {
	position: relative;
	float:left;
/*	background-color:#fff;*/
	padding:2px;
/*	border:1px solid #ccc;*/
/*	cursor:pointer;*/
	width: 910px;
	_width: 890px;
	height: 290px;
	margin: 0;
	padding: 30px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#home #section1 .top #introVideo {
	width: 467px;
	height: 284px;
	float: left;
	display: block;
	border-left: none;
	-webkit-box-shadow: 0px 0px 5px #222;
	-moz-box-shadow: 0px 0px 5px #222;
	box-shadow: 0px 0px 5px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=325, Strength=3);
}

#home #section1 .top div {
	width: 310px;
	height: 100%;
	float: right;
	color: #c0ab98;
	border-left: 1px solid #c0ab98;
	padding-left: 40px;
	margin-left: 40px;
	margin-right: 40px;
	_padding-left: 35px;
	_margin-left: 35px;
}

#home #section1 .top div h1 {
	font-size: 42px;
}

#home #section1 .top div p {
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
#home #section1 .top div p.first,
#home #section1 .top div p:first-child {
	margin-top: 0;
}
#home #section1 .top a.moreInfo {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 14px;
	background: url('/media/plusLinkInverted.png')  100% 0 no-repeat;	
	padding: 1px 28px 0 5px;
	margin-top: 20px;
	/*background: #fff;
	color: #50453f;*/
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#home #section1 .top a.moreInfo:hover {
	color: #50453f;
	background: #fff url('/media/plusLinkInverted.png') 100% 0 no-repeat;	
}

#home #section2 .areas {
	margin: 0;
	padding: 0;
	/* margin should be 35px */
	float: left;
}

#home #section2 .areas .area {
	/* margin should be 35px */
	float: left;
	width: 195px;
	height: 320px;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	_margin: 0 0 0 10px;
	_padding: 0 0 0 10px;
	background: url('/media/divGradientH.png') no-repeat 0 100%;
}

#home #section2 .areas .first-area,
#home #section2 .areas .area:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#home #section2 .areas .last-area,
#home #section2 .areas .area:last-child {
	margin-right: 0;
}

#home #section2 .areas .area img {
	-webkit-box-shadow: 0px 1px 3px #222;
	-moz-box-shadow: 0px 1px 3px #222;
	box-shadow: 0px 1px 3px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#756b61', Direction=240, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#756b61', Direction=120, Strength=3);
	border: 0;
	display: block;
}

#home #section2 .areas .area h1 {
	font-size: 20px;
	/*letter-spacing: 1px;*/
	font-weight: normal;
	margin: 15px 0;
	color: #50453f;
}

#home #section2 .areas .area p {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 18px;
	color: #514843;
}

#home #section2 .areas .area a {
	margin: 10px 0;
	font-size: 11px !important;
	font-weight: normal;
	padding: 2px 5px 0 20px;
	line-height: 13px;
	height: 13px;
}

#home #section3 .about {
	padding-bottom: 30px;
}

#home #section3 .about .columnLeft {
	float: left;
	width:  300px;
}
#home #section3 .about .columnMiddle {
	float: left;
	position: relative;
	width:  350px;
}
#home #section3 .about .columnRight {
	float: left;
	width:  220px;
	padding-left: 10px;
	padding-top: 55px;
}
#home #section3 .about .columnLeft p {
	margin: 20px 0 0 0;
	font-size: 18px;
	line-height: 22px;
	color: #514843;
}

#home #section3 .about .columnMiddle img {
	margin: 0;
	padding: 0 0 0;
}
#home #section3 .about .columnMiddle a.moreInfo {
	position: absolute;
	bottom: 25px;
	right: 30px;
	height: 21px;
	background: url('/media/plusLink.png')  100% 0 no-repeat;	
	padding: 1px 28px 0 5px;
	color: #50453f;
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	text-transform: uppercase;
}
#home #section3 .about .columnMiddle a.moreInfo:hover {
	color: #fff;
	background: #50453f url('/media/plusLink.png') 100% 0 no-repeat;	
}


#home #section3 .about .columnRight p {
	font-size: 18px;
	line-height: 22px;
	color: #514843;
}

#home #section3 .about .columnRight p a {
	font-weight: normal;
	color: #ff8817;
	text-decoration: none;
}

/* @end */


/* @group Videos */

#videos .videos ul {
	padding: 0px;
	list-style-type: none;
}

#videos #section1{
	padding: 0 3px;
	height: 420px;
}

#videos #section2 .categories {

}
#videos #section2 .videos {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 140px;
	min-height: 370px;
	background: url('/media/divGradientH.png') no-repeat 0 40px;
}
#videos #section2 .videos ul {
	float: left;
	list-style: none;
}
#videos #section2 .videos .video {
	/* margin should be 35px */
	float: left;
	margin: 0;
}

#videos #section2 .videos.first,
#videos #section2 .videos:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#videos #section2 .videos.last,
#videos #section2 .videos:last-child {
	margin-right: 0;
}

#videos #section2 .videos .video {
	margin: 5px 0 10px;
}

#videos #section2 .videos .video img {
	border: 0;
	display: block;
	margin: 0 auto 5px;
/*	padding-right: 15px;*/
-webkit-box-shadow: 0px 0px 5px #222;
-moz-box-shadow: 0px 0px 5px #222;
box-shadow: 0px 0px 5px #222;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=3)
progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=325, Strength=3);
}

#videos #section2 .videos h1 {
	font-size: 20px;
	/*letter-spacing: 1px;*/
	font-weight: normal;
	margin: 15px 0;
	color: #50453f;
}

#videos #section2 .videos .video a {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	line-height: 14px;
	color: #514843;
	text-decoration: none;
}
#videos #section2 .videos .video a span {
	display: block;
	margin: 0;
	padding: 0;
}
/* @end */


/* @group Activities */

.activities ul {
	padding: 0px;
	list-style-type: none;
}

#activities #section1{
	padding: 0 3px;
	height: 420px;
}

#activities #section2 .activities {
	float: left;
}

#activities #section2 .activities .activity {
	/* margin should be 35px */
	float: left;
	width: 135px;
	min-height: 370px;
	margin: 0;
	list-style: none;
	padding: 0 0 0 15px;
	background: url('/media/divGradientH.png') no-repeat 0 40px;
}

#activities #section2 .activities .activity.first,
#activities #section2 .activities .activity:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#activities #section2 .activities .activity.last,
#activities #section2 .activities .activity:last-child {
	margin-right: 0;
}

#activities #section2 .activities .activity img {
	border: 0;
	display: block;
	margin: 0 auto;
	padding-right: 15px;
}

#activities #section2 .activities .activity h1 {
	font-size: 20px;
	/*letter-spacing: 1px;*/
	font-weight: normal;
	margin: 15px 0;
	color: #50453f;
}

#activities #section2 .activities .activity p {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 18px;
	color: #514843;
}

#activities #section2 .activities .activity a {
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 24px;
	color: #514843;
	text-decoration: none;
}
#activities #section2 .activities .activity a:hover{
	color: #ff8817;
	font-weight: bold;
	padding-left: 8px;
	background: url(/framework/highlightArrow.gif) no-repeat 0 4px;
}
#activities #section3 .bottom{
	padding-bottom: 50px;
}

#activities #section3 .bottom .columnLeft {
	float: left;
	width:  49%;
}
#activities #section3 .bottom .columnRight {
	float: right;
	width:  49%;
}
#activities #section3 .bottom p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	color: #514843;
}

#activities #section3 .bottom p strong {
	font-weight: normal;
	color: #ff8817;
}

/* @end */

/* @group Activity Details */

#activity #section1 {
	height: 359px;
}

#activity #section1 .topWrapper {
	margin: 0;
	padding: 24px 0;
	/*width: 910px;*/
	height: 310px;
	overflow: hidden;
}

#activity #section1 .topWrapper div.imageWrapper {
	float: left;
	display: block;
	-webkit-box-shadow: 0px 0px 5px #222;
	-moz-box-shadow: 0px 0px 5px #222;
	box-shadow: 0px 0px 5px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=325, Strength=3);
	/* Ratio 1.5172*/
	width: 540px;
	height: 310px;
	overflow: hidden;
}


#activity #section1 .topWrapper div.imageWrapper img {
	position: absolute;
	top: -16px;
	width: 540px;
}
#activity #section1 .topWrapper div.buttonWrapper {
	float: right;
	/*width: 380px;*/
	height: 100%;
	/*float: left;*/
	color: #fff;
	margin-right: 0;
	margin-left: 55px;
	#margin-left: 50px;
	padding-left: 55px;
	border-left: 1px solid #c0ab98;
}

#activity #section1 .topWrapper div.buttonWrapper .last {
	margin-bottom: 0;
}
#activity #section2 .middle .columnLeft {
	float: left;
	width:  615px;
}

#activity #section2 .middle .columnRight {
	float: right;
	width: 238px;
}

#activity #section2 .middle h2 {
	padding-bottom: 0;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #50453f;
}

#activity #section2 .middle p {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 18px;
	color: #514843;
}

#activity #section2 .middle .largePrint {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 23px;
	color: #514843;
}

#activity #section2 .middle .columnRight h2 {
	font-size: 21px;
	padding-bottom: 0;
	padding-top: 0;
}

#activity #section2 .middle .columnRight ul {
	padding: 10px 0 25px 0;
	list-style: none;
}

#activity #section2 .middle .columnRight ul.gradientLinks li {
	/*line-height: 24px;*/
	height: 21px;
	background: url('/media/divGradientVReverse.png') no-repeat 0 100%;
	padding-bottom: 0;
	margin-bottom: 4px;
}
#activity #section2 .middle .columnRight ul.gradientLinks li a {
	margin-top:0;
}

#activity #section2 .middle .columnLeft ul.caLinks {
	list-style: none;
	padding: 0;
	margin: 30px 0 0 0;
}

#activity #section2 .middle .columnLeft ul.caLinks li a {
	margin: 0 0 10px 0;
	/*width: 430px;*/
	text-transform: uppercase;
}

#activity #section2 .middle .columnRight ul.photos li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

#activity #section2 .middle .columnRight ul.photos li a {
	float: left;
	margin: 0;
	padding: 0;
}
#activity #section2 .middle .columnRight ul.photos li img {
	border: none;
	padding: 0;
	margin: 0 0 4px 4px;
	display: block;
}
#activity #section2 .middle .columnRight ul.photos li img.odd {
	margin: 0 0 0 0;
}
/* @end */

/* @group Events & Tours */

.tours ul,
.events ul {
	padding: 0px;
	list-style-type: none;
}

#tours #section1,
#events #section1{
	padding: 0 43px;
	height: 240px;
}
#tours #section1 .left,
#events #section1 .left {
	height: 180px;
	margin-top: 30px;
	width: 570px;
	float: left;
	border-right: 1px solid #c0ab98;
	margin-right: 40px;
	#margin-right: 40px;
	padding-right: 40px;
}
#tours #section1 .right,
#events #section1 .right {
	margin-top: 30px;
	display: block;
	float: right;
	margin-right: 0;
}
#tours #section1 h1,
#events #section1 h1 {
	color: #c0ab98;
	font-size: 20px;
}
#tours #section1 .left > p,
#events #section1 .left > p {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
#tours #section1 .buttonWrapper,
#events #section1 .buttonWrapper {
	float: right;
}
#tours #section1 .buttonWrapper .button,
#events #section1 .buttonWrapper .button {
	margin-top: 20px;
	margin-bottom:0;
}
#tours #section2 .tours,
#events #section2 .events {
	float: left;
}

#tours #section2 .intro,
#events #section2 .intro {
font-size: 14px;
line-height: 18px;
}

#tours #section2 .tours .category,
#events #section2 .events .category {
	/* margin should be 35px */
	/*min-height: 370px;*/
	margin: 0 0 30px 0;
	list-style: none;
	padding: 0 0 0 0;
}

#tours #section2 .tours .category h1,
#events #section2 .events .category h1 {
	font-size: 20px;
	/*letter-spacing: 1px;*/
	font-weight: normal;
	margin: 15px 0;
	color: #50453f;
	display: block;
	width: 875px;
	padding: 2px 0 2px 0;
	background-position: 0 100%;
}

#tours #section2 .tours .tour,
#events #section2 .events .event {
	margin: 25px 0;
	position: relative;
}

#tours #section2 .tours .tour.first,
#tours #section2 .tours .tour:first-child,
#events #section2 .events .event.first,
#events #section2 .events .event:first-child {
	margin-top: 0;
}

#tours #section2 .tours .tour.last,
#tours #section2 .tours .tour:last-child,
#events #section2 .events .event.last,
#events #section2 .events .event:last-child {
	margin-bottom: 0;
}

#tours #section2 .tours .tour h2,
#events #section2 .events .event h2 {
	font-size: 18px;
	/*letter-spacing: 1px;*/
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #50453f;
}
#tours #section2 .tours .tour .imageWrapper,
#events #section2 .events .event .imageWrapper {
	-webkit-box-shadow: 0px 1px 3px #222;
	-moz-box-shadow: 0px 1px 3px #222;
	box-shadow: 0px 1px 3px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#756b61', Direction=240, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#756b61', Direction=120, Strength=3);
	/* Ratio 1.5172*/
	width: 300px;
	/* Adjust the height to crop the image */
	height: 150px;
	overflow: hidden;
	border: 0;
	display: block;
	float: left;
	margin: 0 auto;
}


#tours #section2 .tours .tour img,
#events #section2 .events .event img {
	width: 300px;
	border: 0;
	display: block;
	margin: 0;
	position: absolute;
	/* Adjust the top to fit the image when cropping */
	top: -5%;
}

#tours #section2 .tours .tour div,
#events #section2 .events .event div {
	float: left;
	width: 535px;
	margin-left: 45px;
	height: 150px;
	_height: 100px;
}
#tours #section2 .tours .tour .content,
#events #section2 .events .event .content {
	width: 330px;
	margin: 5px 0;
}
#tours #section2 .tours .tour .price,
#events #section2 .events .event .price {
	position: absolute;
	width: 229px;
	top: 35px;
	padding-top: 20px;
	right: -40px;
	text-align: center;
	color: #fff;
	height: 91px;
	font-size: 21px;
	background: url('/media/pricetag.png') no-repeat 100% 0;
}
#tours #section2 .tours .tour p,
#events #section2 .events .event p {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #514843;
}

#tours #section2 .tours .tour a,
#events #section2 .events .event a {
	position: absolute;
	bottom: 5px;
	left: 0;
	/*margin-top: 15px;*/
	/*width: 300px;*/
}
#tours #section2 .tours .tour a:hover,
#events #section2 .events .event a:hover{
}

/* @end */

/* @group Event & Tour Details */

#tour #section1,
#event #section1 {
	height: 359px;
}

#tour #section1 .topWrapper,
#event #section1 .topWrapper {
	margin: 0;
	padding: 24px 0;
	/*width: 910px;*/
	height: 310px;
	overflow: hidden;
}

#tour #section1 .topWrapper .left,
#event #section1 .topWrapper .left {
	float: left;
	margin-right: 55px;
	#margin-right: 50px;
	padding-right: 55px;
	border-right: 1px solid #c0ab98;
}
#tour #section1 .topWrapper div.imageWrapper,
#event #section1 .topWrapper div.imageWrapper {
	float: left;
	display: block;
	-webkit-box-shadow: 0px 0px 5px #222;
	-moz-box-shadow: 0px 0px 5px #222;
	box-shadow: 0px 0px 5px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=325, Strength=3);
	/* Ratio 1.5172*/
	width: 540px;
	height: 310px;
	overflow: hidden;
}


#tour #section1 .topWrapper div.imageWrapper img,
#event #section1 .topWrapper div.imageWrapper img {
	position: absolute;
	top: -16px;
	width: 540px;
}

#tour #section1 .right,
#event #section1 .right {
	float: right;
	padding-top: 30px;
}
#tour #section1 .right > h2,
#event #section1 .right > h2 {
	color: #fff;
	font-size: 22px;
	line-height: 21px;
	text-align: left;
}

#tour #section1 .right > h3,
#event #section1 .right > h3 {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	margin-top: 15px;
	text-align: left;
}

#tour #section1 .topWrapper div.buttonWrapper,
#event #section1 .topWrapper div.buttonWrapper {
	display: block;
	margin-top: 50px;
	/*width: 380px;*/
	height: 100%;
	color: #fff;
}

#tour #section1 .topWrapper div.buttonWrapper .last,
#event #section1 .topWrapper div.buttonWrapper .last {
	margin-bottom: 0;
}

#tour #section2 .middle .columnLeft,
#event #section2 .middle .columnLeft {
	float: left;
	width:  615px;
}

#tour #section2 .middle .columnRight,
#event #section2 .middle .columnRight {
	float: right;
	width: 238px;
}

#tour #section2 .middle h2,
#event #section2 .middle h2 {
	padding-bottom: 0;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #50453f;
}

#tour #section2 .middle p,
#event #section2 .middle p {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 18px;
	color: #514843;
}

#tour #section2 .middle .largePrint,
#event #section2 .middle .largePrint {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 23px;
	color: #514843;
}

#tour #section2 .middle ul.activitySchedule,
#event #section2 .middle ul.activitySchedule {
	padding: 5px 0 5px 15px;
	list-style: none;
	background: url('/media/divGradientH.png') no-repeat 0 100%;
}

#tour #section2 .middle ul.activitySchedule h3,
#event #section2 .middle ul.activitySchedule h3 {
	font-size: 13px;
	padding: 5px 0;
	margin: 0;
	line-height: 13px;
	font-weight: bold;
}

#tour #section2 .middle ul.activitySchedule div.activityContent p,
#event #section2 .middle ul.activitySchedule div.activityContent p {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 12px;
	line-height: 13px;
}

#tour #section2 .middle .columnRight h2,
#event #section2 .middle .columnRight h2 {
	font-size: 21px;
	padding-bottom: 0;
	padding-top: 0;
}

#tour #section2 .middle .columnRight ul,
#event #section2 .middle .columnRight ul {
	padding: 10px 0 25px 0;
	list-style: none;
}

#tour #section2 .middle .columnRight ul.gradientLinks li,
#event #section2 .middle .columnRight ul.gradientLinks li {
	/*line-height: 24px;*/
	height: 21px;
	background: url('/media/divGradientVReverse.png') no-repeat 0 100%;
	padding-bottom: 0;
	margin-bottom: 4px;
}
#tour #section2 .middle .columnRight ul.gradientLinks li a,
#event #section2 .middle .columnRight ul.gradientLinks li a {
	margin-top:0;
}

#tour #section2 .middle .columnLeft ul.caLinks,
#event #section2 .middle .columnLeft ul.caLinks {
	list-style: none;
	padding: 0;
	margin: 30px 0 0 0;
}

#tour #section2 .middle .columnLeft ul.caLinks li a,
#event #section2 .middle .columnLeft ul.caLinks li a {
	margin: 0 0 10px 0;
	/*width: 430px;*/
	text-transform: uppercase;
}

#tour #section2 .middle .columnRight ul.photos li,
#event #section2 .middle .columnRight ul.photos li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

#tour #section2 .middle .columnRight ul.photos li a,
#event #section2 .middle .columnRight ul.photos li a {
	float: left;
	margin: 0;
	padding: 0;
}
#tour #section2 .middle .columnRight ul.photos li img,
#event #section2 .middle .columnRight ul.photos li img {
	border: none;
	padding: 0;
	margin: 0 0 4px 4px;
	display: block;
}
#tour #section2 .middle .columnRight ul.photos li img.odd,
#event #section2 .middle .columnRight ul.photos li img.odd {
	margin: 0 0 0 0;
}
/* @end */

/* @group Contact */

#contact input,
#contact select,
#contact textarea {
	font-family: Arial;
	font-size: 12px;
}

#contact h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 30px auto 20px;
}

#contact p {
	font-size: 12px;
	line-height: 18px;
	margin: 10px auto 10px 5px;
}

#contact .successMessage {
	border: 1px solid #b0a59f;
	padding: 15px;
	background-color: #fcf8f2;
	-webkit-box-shadow: 0px 0px 2px #aaa;
	-moz-box-shadow: 0px 0px 2px #aaa;
	box-shadow: 0px 0px 2px #aaa;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=325, Strength=2);
}

#contact .successMessage h3 {
	font-size: 16px;
	
}

#contact .successMessage p {
	font-size: 12px;
}

#contact #section2 {
	padding-bottom: 75px;
}

#contact #section2 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #50453f;
}
#contact #section2 .columnLeft {
	width: 270px;
	padding-right: 30px;
	height: 330px;
	display: inline-block;
	/* inline-block for ie */
	zoom: 1;
	*display: inline;
	vertical-align: top;
	background: url('/media/divGradientH.png') no-repeat 100% 30px;
}

#contact #section2 .columnLeft h2,
#contact #section2 .columnLeft p {
	margin-left: 7px;
}

#contact #section2 .columnLeft input,
#contact #section2 .columnLeft select {
	display: block;
	margin: 10px;
	padding: 2px 5px;
	width: 250px;
	color: #50453f;
}

#contact #section2 .columnLeft select {
	width: 262px;
	padding: 2px;
}

#contact #section2 .columnLeft input[type$=text],
#contact #section2 .columnLeft select {
	border: 1px solid #bcab98;
	margin: 10px 5px;
}

#contact #section2 .columnLeft textarea {
	display: block;
	color: #50453f;
	margin: 10px 5px;
	padding: 2px 5px;
	border: 1px solid #bcab98;
	width: 250px;
	height: 100px;
}

#contact #section2 .columnMiddle {
	height: 330px;
	margin-left: 30px;
	padding-right: 30px;
	width: 240px;
	display: inline-block;
	/* inline-block for ie */
	zoom: 1;
	*display: inline;
	vertical-align: top;
	background: url('/media/divGradientH.png') no-repeat 100% 30px;
}

#contact #section2 .columnMiddle dt {
	float: left;
	clear: left;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: normal;
	color: #50453f;
	width: 70px;
	line-height: 21px;
}

#contact #section2 .columnMiddle dd {
	float: left;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: normal;
	color: #50453f;
	line-height: 21px;
	width: 160px;
}

#contact #section2 .columnMiddle dd a {
	color: #50453f;
	text-decoration: none;	
}

#contact #section2 .columnMiddle p {
	margin-left: 0;
}

#contact #section2 .columnRight {
	display: inline-block;
	/* inline-block for ie */
	zoom: 1;
	*display: inline;
	width: 230px;
	vertical-align: top;
	margin-left: 20px;
}

#contact #section2 .columnRight h2 {
	margin-left: 5px;
}

#contact #section2 .columnRight input,
#contact #section2 .columnRight select {
	display: block;
	margin: 10px 5px;
	padding: 2px 5px;
	width: 210px;
	color: #50453f;
}

#contact #section2 .columnRight optgroup {
	padding: 0;
	margin: 0;
}

#contact #section2 .columnRight select {
	width: 222px;
	padding: 2px;
}


#contact #section2 .columnRight input[type$=text],
#contact #section2 .columnRight select {
	border: 1px solid #bcab98;
}


#contact #section2 .submitWrapper {
	text-align: right;
}
#contact #section2 .submit {
	margin: 10px 5px auto auto;
}

#contact #section3 {
	padding-top: 35px;	
}
/* @end */

/* @group Why Team Xtreme */

#teamxtreme .columnLeft,
#teamxtreme .columnRight {
	width: 50%;
	float: left;
}

#teamxtreme ul.bulletList{
	list-style: none;
	padding: 0;
}

#teamxtreme ul.bulletList li {
	background: url('/media/bulletMan.gif') 0 0 no-repeat;
	padding: 20px 0 0 80px;
	margin: 20px 0 0 0;
	min-height: 46px;
}
#teamxtreme h1 {
	background: url('/media/divGradientH_long.png') no-repeat 0 100%;
}
#teamxtreme h2 {
	font-size: 13px;
	font-weight: bold;
}
#teamxtreme p {
	font-size: 12px;
	margin-top: 5px;
}

/* @end */

/* @group Accommodation */

#accommodation #section2 .areas {
	margin: 25px 0 0 0;
	padding: 0;
	/* margin should be 35px */
	float: left;
}

#accommodation #section2 .areas .area {
	/* margin should be 35px */
	float: left;
	width: 272px;
	height: 320px;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	_margin: 0 0 0 10px;
	_padding: 0 0 0 10px;
	background: url('/media/divGradientH.png') no-repeat 0 100%;
}

#accommodation #section2 .areas .first-area,
#accommodation #section2 .areas .area:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#accommodation #section2 .areas .last-area,
#accommodation #section2 .areas .area:last-child {
	margin-right: 0;
}

#accommodation #section2 .areas .area img {
	-webkit-box-shadow: 0px 1px 3px #222;
	-moz-box-shadow: 0px 1px 3px #222;
	box-shadow: 0px 1px 3px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#756b61', Direction=240, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#756b61', Direction=120, Strength=3);
	border: 0;
	display: block;
}

#accommodation #section2 .areas .area h1 {
	font-size: 18px;
	/*letter-spacing: 1px;*/
	font-weight: normal;
	margin: 15px 0;
	color: #50453f;
}

#accommodation #section2 .areas .area p {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 18px;
	color: #514843;
}

#accommodation #section2 .areas .area a {
	float: left;
	clear: left;
	margin: 5px 0;
	font-size: 11px !important;
	font-weight: normal;
	padding: 2px 5px 0 20px;
	line-height: 13px;
	height: 13px;
}

#accommodation #section2 .intro {
	margin-top: 15px;
	font-size: 14px;
	line-height: 18px;
}

/* @end */

/* @group underconstruction */

#underconstruction img {
	margin: 0 auto;
	display: block;
}

/* @end */

/* @group Quote Request Form */

#container #quoteForm {
	display: none;
}
#fancybox-inner #quoteForm {
	display: block;
}
#quoteForm {
	width: 770px;
	margin: 15px auto;
}
#quoteForm h1 {
	margin-bottom: 10px;
}
#quoteForm .fieldWrapper{
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
}
#quoteForm .activitiesWrapper{
	float: left;
	width: 420px;
	margin: 0;
	padding: 0;
}
#quoteForm input,
#quoteForm select,
#quoteForm textarea {
	display: block;
	font-family: Arial;
	font-size: 12px;
	width: 138px;
	float: left;
	margin: 10px 5px;
	padding: 2px 5px;
}
#quoteForm input[type$=text],
#quoteForm select {
	color: #50453f;
	border: 1px solid #bcab98;
}
#quoteForm select {
	width: 148px;
}
#quoteForm select.country{
	clear: left;
}
#quoteForm input.name{
	clear: left;
}
#quoteForm select:disabled {
	color: #aaa;
}
#quoteForm textarea {
	color: #50453f;
	padding: 2px 5px;
	border: 1px solid #bcab98;
	width: 295px;
	height: 100px;
	clear: left;
}
#quoteForm a.largePlusLink {
	clear: both;
	margin-top: 10px;
	float: right;
	display: block;
	white-space: nowrap;
}

#quoteForm a.roundPlusLink {
	padding: 1px 5px 0 25px;
	background: url('/media/roundPlusBtn.png') no-repeat 0 0;
	font-size: 12px !important;
	line-height: 20px;
	display: block;
	float: left;
	min-height: 21px;
	color: #514843;
	text-decoration: none;
}

/*#quoteForm a.roundPlusLink:hover {
	color: #fff !important;
	background: #50453f url('/media/plusBullet.png') 0 0 no-repeat !important;
}*/

#quoteForm h2 {
	float: right;
	margin: 5px 5px 5px;
	font-size: 13px;
	width: 410px;
}
#quoteForm ul {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#quoteForm ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#quoteForm ul.activitiesList > li {
	clear: left;
}
#quoteForm ul li a {
	margin-top: 10px;
	margin-left: 10px;
}
#quoteForm .acceptActivity{
	display: block;
	float: left;
	font-size: 12px !important;
	line-height: 20px;
	display: inline-block;
	min-height: 21px;
	color: #514843;
	text-decoration: none;
}
#quoteForm .addActivity{
	display: block;
	clear: left;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#quoteForm ul li div {
	margin-top: 10px;
}
#quoteForm ul li a.removeActivity {
	/*padding: 1px 5px 0 20px;*/
	/*background: url('/media/minusBullet.png') no-repeat 0 0;*/
	font-size: 12px !important;

	line-height: 13px;
	float: left;
	min-height: 14px;
	color: #514843;
	text-decoration: none;
	margin-top: 20px;
	text-align: center;
}

#quoteForm ul li.accepted {
	padding-bottom: 5px;
	background: url('/media/divGradientVReverse.png') no-repeat 0 100%;
	margin: 5px 0 0 5px;
}
#quoteForm ul li.accepted ul {
	width: 400px;
}
#quoteForm ul li.accepted li {
	float: left;
	clear: none;
}
#quoteForm ul li.accepted li.info {
	width: 340px;
}
#quoteForm ul li.accepted:last-child {
	background: none;
}
#quoteForm ul li.accepted img.thumb {
	width: 100px;
	float: left;
}
#quoteForm ul li.accepted div {
	float: left;
	margin-left: 10px;
	width: 225px;
}
#quoteForm ul li.accepted h3 {
	font-size: 14px;
	display: block;
}
#quoteForm ul li.accepted p {
	display: block;
	font-size: 11px;
	margin-top: 2px;
}
/*#quoteForm ul li a.removeActivity:hover {
	color: #fff !important;
	background: #50453f url('/media/minusBullet.png') 0 0 no-repeat !important;
}*/
#quoteForm .success {
	border: 1px solid #afa;
	background: #efe;
	margin: 20px 0;
	padding: 10px;
	display: none;
}
#quoteForm .success h2 {
	display: block;
	float: none;
	margin: 0;
}
#quoteForm .success p {
	display: block;
	float: none;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 18px;
}
#ui-datepicker-div {
	z-index: 1200;
}
.ui-datepicker {
	-webkit-box-shadow: 0px 1px 3px #222;
	-moz-box-shadow: 0px 1px 3px #222;
	box-shadow: 0px 1px 3px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#756b61', Direction=240, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#756b61', Direction=120, Strength=3);
}
/* @end */

/* @group Book Now Request Form */

#container #booknowForm {
	display: none;
}

#fancybox-inner #booknowForm {
	display: block;
}

#booknowForm {
	width: 480px;
	margin: 15px auto;
}
#booknowForm h1 {
	margin-bottom: 10px;
}
#booknowForm input,
#booknowForm select,
#booknowForm textarea {
	display: block;
	font-family: Arial;
	font-size: 12px;
	width: 138px;
	float: left;
	margin: 10px 5px;
	padding: 2px 5px;
}
#booknowForm input[type$=text],
#booknowForm select {
	color: #50453f;
	border: 1px solid #bcab98;
}
#booknowForm select {
	width: 148px;
}
#booknowForm select[name='country']{
	clear: left;
}
#booknowForm select:disabled {
	color: #aaa;
}
#booknowForm textarea {
	color: #50453f;
	padding: 2px 5px;
	border: 1px solid #bcab98;
	width: 458px;
	height: 100px;
	clear: left;
}
#booknowForm a.largePlusLink {
	margin-top: 10px;
	float: right;
}

#booknowForm .success {
	border: 1px solid #afa;
	background: #efe;
	margin: 20px 0;
	padding: 10px;
	display: none;
}
#booknowForm .success h2 {
	display: block;
	float: none;
	margin: 0;
}
#booknowForm .success p {
	display: block;
	float: none;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 18px;
}

/* @end */

/* @group Newsletter Form */

#newsletterForm,
#newsletterForm .sb-inner {
	background: #fff;
}

#newsletterForm_2 {
	padding: 0px;
}

#newsletterForm {
	padding: 0px;
	background: #fff;
}

#newsletterForm #pdfIcon {
	float: left;
}

#newsletterForm .infoWrapper {
	float: left;
	margin-left: 20px;
}

#newsletterForm .infoWrapper h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 5px 0;
	display: block;
	color: #50453f;
}

#newsletterForm .infoWrapper p {
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0;
	line-height: 18px;
	color: #514843;
}

#newsletterForm .infoWrapper a {
	margin: 10px 0;
	font-size: 11px !important;
	font-weight: normal;
	padding: 2px 5px 0 20px;
	line-height: 13px;
	height: 13px;
}

#newsletterForm .formWrapper {
	float: left;
	width: 360px;
}

#newsletterForm .formWrapper form {
	display: block;
}
#newsletterForm .formWrapper .success {
	display: none;
	border: 1px solid #afefaf;
	background: #fafffa;
	padding: 2px 3px;
	height: 15px;
	margin: 10px 5px 5px 0;
	font-size: 11px;
	line-height: 15px;
}
#newsletterForm .formWrapper input {
	border: 1px solid #ddd;
	margin: 10px 5px 5px 0;
	display: block;
	padding: 2px 3px;
	background: #fafafa;
	float: left;
	margin-left: 5px;
	height: 15px;
	width: 115px;
	font-size: 11px;
	line-height: 15px;
}
#newsletterForm.es .formWrapper input {
	width: 100px;
}

#newsletterForm .formWrapper a.submit {
	margin: 10px 0 0;
	float: right;
	line-height: 15px;
}
#newsletterForm .formWrapper .download {
	margin: 2px 5px 0;
	clear: both;
	float: left;
}
#newsletterForm .formWrapper .download a,
#newsletterForm .formWrapper .download span {
	line-height: 18px;
	color: #514843;
	margin: 0;
	clear: both;
	float: left;
	font-size: 11px;
	font-weight: normal;
	
}

/* @end */

/* @group Tell a Friend */

#tellAFriendForm {
	display: none;
	width: 320px;
}
#fancybox-inner #tellAFriendForm {
	display: block;
}

#tellAFriendForm h1 {
	font-size: 16px;
}
#tellAFriendForm p {
	margin: 5px;
}
#tellAFriendForm input {
	border: 1px solid #ddd;
	margin: 5px;
	padding: 2px 3px;
	display: block;
	float: left;
}
#tellAFriendForm input.senderName {
	clear: left;	
}
#tellAFriendForm .submit {
	float: right;
	margin-right: 5px;	
}
#tellAFriendForm .success {
	display: none;
	border: 1px solid #afefaf;
	background: #fafffa;
	padding: 2px 3px;
	height: 15px;
	margin: 10px 5px 5px 0;
	font-size: 11px;
	line-height: 15px;
}

/* @end */

/* @group Sitemap */

#sitemap #section1 {
	display: none;
}

#sitemap #section2 > ul{
	margin-top: 20px;
}
#sitemap #section2 ul li {
	margin: 5px;
}

/* @end */

/* @group footer */

.footer {
}
.footer p {
	margin-top: 13px;
	font-size: 9px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	color: #514843;
	line-height: 13px;
}

.footer p small,
.footer p small a {
	font-size: 9px;
	color: #aaa;
	text-decoration: none;
}
.footer ul.menu {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
	float: right;
	text-transform: uppercase;
	height: 50px;
	width: 620px;
	#width: 610px;
	background-color: #514c48;
}

.footer ul.menu.es {
	width: 620px;
	#width: 610px;
	background-color: #514c48;
}

.footer .menu li {
	padding: 0;
	margin: 0;
	float: left;
	margin-top: 17px;
	margin-left: 7px;
	border-left: 1px solid #fff;
	padding-left: 7px;
}

.footer .menu li.first,
.footer .menu li:first-child {
	border: none;
}

.footer .menu li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

/* @end */
