@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul ,ol, dl, dt, dd, blockquote, pre, form, fieldset{
	margin: 0; padding: 0; 
}


body {
	color:#231f20;
	font-family:Arial,Verdana,sans-serif;
	font-size:14px;
	text-align:center;	
}

.home{
	background:#ebebeb url(../images/image-background-home.jpg) no-repeat fixed center top;	
}

.about{
	background:#ebebeb url(../images/image-background-about.jpg) no-repeat fixed center top;	
}

.inclusive{
	background:#ebebeb url(../images/image-background-tours-all.jpg) no-repeat fixed center top;	
}

.custom{
	background:#ebebeb url(../images/image-background-tours-custom.jpg) no-repeat fixed center top;	
}

.private{
	background:#ebebeb url(../images/image-background-tours-private.jpg) no-repeat fixed center top;	
}

.partners{
	background:#ebebeb url(../images/image-background-partners.jpg) no-repeat fixed center top;	
}

.contact{
	background:#ebebeb url(../images/image-background-contact.jpg) no-repeat fixed center top;	
}

.success{
	background:#ebebeb url(../images/image-background-success.jpg) no-repeat fixed center top;	
}


img {
	border:0px;
}

a:link,a:active,a:visited{
	color:#000;
	text-decoration:underline;	
}

a:hover{
	color:#7f1613;	
}

h1{
	color:#7f1613;	
	font-size:19px;
	margin:10px 0px;
}

h2{
	color:#7f1613;	
	font-size:14px;
	margin:10px 0px;
}

hr{
	margin:20px 0px;	
}

input,textarea {
	color:#231f20;
	font-family:Arial,Verdana,sans-serif;
	font-size:14px;
}

div.wrapper{
	margin:auto auto;
	position:relative;
	width:100%;	
	z-index:20;
}

div.container_outer{
	margin:auto auto;
	position:relative;
	width:1012px;
	z-index:30;
}

div.container_middle{
	background:url(../images/border-middle.png) repeat-y;
	margin:auto auto;
	position:relative;
	text-align:center;
	width:1012px;
	z-index:40;
}

div.shadow_top{
	background:url(../images/border-top.png) repeat-x;
	height:16px;
	margin-top:11px;
	position:relative;
}

div.shadow_bottom{
	background:url(../images/border-bottom.png) repeat-x;
	height:16px;
	margin-bottom:20px;
	position:relative;
}

div.header{
	background:url(../images/bg_header.jpg) no-repeat;
	height:266px;
	margin:auto auto;
	position:relative;
	text-align:left;
	width:990px;
	z-index:50;
}

div.flash{
	left:43px;
	position:absolute;
	top:34px;
	z-index:1;
}

div.navigation{
	top:260px;
	font-size:18px;
	left:200px;
	position:absolute;
	/*right:50px;*/
	z-index:100;
}

div.navigation ul{
	list-style:none;
}

div.navigation li{
	float:left;
	padding:0px 30px;
}

div.navigation a:link,div.navigation a:active, div.navigation a:visited{
	color:#FFF;
	text-decoration:none;
}

div.navigation a:hover{
	color:#fade58;
	text-decoration:none;
}

div.logo{
	left:50px;
	position:absolute;
	top:65px;
	z-index:200;
}

div.content{
	background:url(../images/bg_content.jpg) no-repeat center center;
	min-height:300px;
	position:relative;
	text-align:left;
}

div.left_column{
	float:left;
	line-height:20px;
	margin-left:70px;
	position:relative;	
	width:576px;
}

div.right_column{
	float:right;
	margin-right:40px;
	padding-bottom:10px;
	position:relative;	
	width:293px;
}

div.footer{
	background:url(../images/bg_footer.jpg) no-repeat center;
	font-size:12px;
	height:148px;
	position:relative;
	text-align:left;
	width:1012px;
}

div.footer_nav{
	left:170px;
	position:absolute;
	top:25px;
	width:700px;
}

div.footer_nav ul{
	list-style:none;	
}

div.footer_nav li{
	float:left;	
}

div.footer a:link,div.footer a:active,div.footer a:visited{
	color:#231f20;
}

div.footer a:hover{
	color:#7f1613;
}

div.webacom{
	bottom:30px;
	position:absolute;
	right:90px;
	
}

div.webacom a:link,div.webacom a:active,div.webacom a:visited,div.webacom a:hover{
	color:#000;
	text-decoration:none;
}

div.quote{
	background:#7f1613 url(../images/quote_open.jpg) left top no-repeat;
	color:#FFF;
	font-size:12px;
	margin-top:12px;
	padding:10px 10px 0px 10px;
	position:relative;
	width:274px;
}

.close_quote{
	display:block;
	background:url(../images/quote_close.jpg) bottom right no-repeat;
	height:50px;
}

div.redbox{
	background-color:#7f1613;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-top:12px;
	padding:10px 10px 10px 18px;
	position:relative;
	width:264px;
}

.intro_text{
	font-size:18px;
	line-height:25px;
}

.clear{
	clear:both;	
}

.pad-left{
	padding-left:50px;	
}

.left_pad_footer{
	padding-left:4px;	
}

.smaller_dd{
	font-size:12px;	
}

.current_main_nav{
	border-bottom:5px #fade58 solid;
}

.sitemap{
	list-style:inside;	
}

.sitemap li{
	line-height:30px;
	list-style-image:url(../images/arrow-right-links.png);
	margin-left:20px;	
}

.sidelinks{
	list-style:inside;	
	padding-top:20px;
}

.sidelinks li{
	line-height:30px;
	list-style-image:url(../images/arrow-right-links.png);
	margin-left:20px;	
}

ul.sidelinks a:link,ul.sidelinks a:active,ul.sidelinks a:visited{
		color:#7f1613;
		text-decoration:none;
}

ul.sidelinks a:hover{
		color:#b10904;
		text-decoration:none;
}

.grey{
	color:#868484;	
}

.pad_image{
	padding:20px 0px 0px 0px;
}

.input_required {
background-color:#fff0df;
border:1px dotted #f4911d;
}

/* Form Styling */

form.cmxform fieldset 
{
	border: 0px;
	width: 600px;	
}

form.cmxform legend 
{
	color:#000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

form.cmxform label 
{
	display: inline-block;
	line-height: 1.4;
	width: 120px; /* Width of labels */	
	vertical-align: top;
}

form.cmxform fieldset ol 
{
	margin: 0;
	padding: 0;
}

form.cmxform ol li 
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform em 
{
	font-weight: bold;
	color: #f00;
}

form.cmxform textarea
{
	height: 90px;
	width: 220px;
}
