body
{
	background-color:#eaeaea;
	margin:0px;
	background-image:url('/images/background.jpg');
	background-repeat:repeat;
}

html
{
	font-family:arial;
	font-size:9pt;
	text-align:justify;
	color:#423839;
}

.bgbox
{
	position:relative;
	width:748px;
	left:50%;
	margin:5px 0 0 -375px;
	padding:0px;
	background-color:#fff;
	border:1px solid #5593a3;
}

.header
{
	width:748px;
	height:180px;
	background-image:url('/images/headermain.jpg');
	background-repeat:no-repeat ;
	background-position: center center;
}

.frame
{
	margin:0 0 3px 5px;
	padding:0;
	border-collapse:collapse;
}

.leftcolumn
{
	width:150px;
	vertical-align:top;
	
	padding:0;
}

/*
	MENU Styling
*/

.menu
{
	width:150px;
	height:588px;
	background-color:#ffffff;
	border:1px solid #fff;
	border-collapse:collapse;
}

.menuitem, .lastmenuitem, .menuitem_on, .lastmenuitem_on
{
	width:150px;
	height:23px;
	background-repeat:no-repeat ;
	background-position:center center;
	cursor:pointer;
}

.menuitem, .lastmenuitem
{
	background-image:url('/images/menuitembg.jpg');
}

.menuitem, .menuitem_on
{
	margin-bottom:4px;
}

.menuitem div, .lastmenuitem div, .menuitem_on div, .lastmenuitem_on div
{
	padding-top:2px;
}

.menuitem a, .lastmenuitem a, .menuitem_on a, .lastmenuitem_on a
{
	font-weight:bold;
	font-family:Arial;
	font-size:8pt;	
	text-decoration:none;
	padding-left:15px;
	height:19px;
	display:block;
	padding-top:2px;
	color:#000000;
}
}

.menuitem_on, .lastmenuitem_on
{
	background-image:url('/images/menuitembg-on.jpg');

}


/*
	CONTENT Styling
*/

.content
{
	vertical-align:top;
	padding-right:0px;
	padding-left:5px;
}

.content .headertext
{
	font-weight:bold;
	font-size:10pt;
	color:#8d794b
}

.content .headertext2
{
	font-weight:bold;
	font-size:10pt;
	color:#8d794b
}

.contentblock
{
	margin-left:10px;
	margin-right:10px;
}

.contentblock h1
{
	font-size:12pt;
	color:#eaa019;
	font-weight:bold;
	margin:5px 0px 5px 0px;
}

.contentblock h2
{
	font-size:11pt;
	color:#7a7a7a;
	font-weight:bold;
	padding:0px;
	margin:5px 0px 5px 0px;
}

.contentblock h3
{
	font-size:10pt;
	color:#423839;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.contentblock p
{
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:10pt;
	text-align:justify;
}

.contentblock ul
{
	list-style:none;
	padding-left:11px;
	font-size:10pt;
}

.contentblock ol
{
	padding-left:30px;
	font-size:10pt;
}
.contentblock a
{
text-decoration:none;
color:#7a7a7a;
}

.pagelinks a:link  

{
     color:#000000;
     text-decoration:underline;
}

.pagelinks a:hover 

{
color:#000000;      
}

.pagelinks a:visited 
{
     color:#000000;
     text-decoration:none;
}











.nicebox
{
	padding:0px;
}

.nicebox p
{
	margin:0px;
	padding:0px 0px 10px 0px;
}

.nicebox_container	
{
	margin-top:0px;
}

.nicebox h3
{
	font-size:9pt;
	padding:0px 0px 5px 0px;
	color:#6c0604;	
	margin:0px;
}

.leftimg img
{
	margin-right:10px;
	margin-top:5px;
	float:left;
}

.rightimg img
{
	margin-left:10px;
	margin-bottom:2px;
	margin-top:5px;
	float:right;
}

.justified p
{
	text-align:justify;
}

.clear
{
	clear:both;
}

#main1 p
{
	color:#6c6551;
	margin-right:20px;
	padding-top:10px;
}

#main2 p
{
	color:#9c2826;
	font-size:8pt;
	padding-top:10px;
}


#topsection
{
	margin-left:30px;
	margin-right:10px;
}

#menu1
{
	text-align:center;
}

.middlesection
{
	margin-top:20px;
	margin-left:40px;
}

.featurebox
{
	width:152px;
	height:167px;
	background-image:url('/images/featurebg.jpg');
	float:left;
	text-align:center;
	text-transform:uppercase;
}

.titlebox
{
	margin-top:10px;
	color:#f4f0de;
	font-weight:bold;
}

.featurebox img
{
	margin-top:11px;
}

.featurebox span
{
	display:block;
	margin-top:5px;
	font-size:7pt;
	color:#6a6b4a;
	font-weight:bold;
}

.feature
{
	margin-top:12px;
}

.feature a
{
	text-decoration:none;
	color:#ffffff;
	font-size:7pt;
	font-weight:bold;
}

.fbleft
{
	margin-right:30px;
}

.fbmiddle
{
	margin-right:5px;
	margin-left:5px;
}

.fbright
{
	margin-left:30px;
}

.bottomsection
{
	position:relative;
	background-color:#f0edd7;
	width:610px;
	margin-left:15px;
	margin-right:5px;
	margin-top:30px;
	margin-bottom:5px;
	color:#6c6551;
	font-size:8pt;
	padding:0px;
}

.bottomsection p
{
	margin:0px;
	padding:5px 0px 5px 0px;
}
.bottomsection h2
{
	padding:5px 0px 5px 0px;
	margin:0px;
	font-size:11pt;
	color:#8d2b29;
}

.bottomsection h3
{
	font-size:11pt;
	padding:5px 0px 5px 0px;
	margin:0px;
}

.bsleft ul
{
	margin:0px 0px 0px 15px;
	list-style:none;
	padding:0px;
}

.bottomsection .bsleft
{
	float:left;
	width:95px;
	padding:0px;
	margin-top:10px;
	background-color:#f0edd7;
}

.bottomsection .bsleft img
{
	margin-bottom:5px;
	border:1px solid #ffffff;
}

.bottomsection .bsright
{
	float:right;
	width:470px;
	background-color:#f0edd7;
	margin-right:5px;
	padding-top:20px;
}

.smallheading
{
	color:#990000;
	font-weight:bold;
}

.temptable
{
	width:570px;
	border-collapse:collapse;
}

.temptable td
{
	text-align:center;
	border:1px solid black;
}

.temptable tr
{
	 height:14.75pt;
}

.temptable .bgtan
{
	color:Black;
	background-color:#C2C285;
}

.temptable .bgwhite
{
	color:Black;
	background-color:white;
	font-weight:bold;
}

.temptable .bgbeige
{
	color:Black;
}

.temptable .bgblack
{
	font-size:7.5pt;
	color:White;
	background-color:Black;
}

.temptable .bgmaroon
{
	color:white;
	background-color:#954A00;
}

.temptable .legendrow, .temptable .headerrow
{
	font-weight:bold;
}

.legend
{
	width:570px;
	color:#918659;
	margin-top:10px;
	border-collapse:collapse;
}

.legend td
{
	width:33%;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	color:black;
}

.legend .cell2
{
	background-color:#c2c285;
}

.legend .cell3
{
	background-color:#954a00;
	color:white;
}

.heading
{
	color:#6C0604;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}





/*	HOME PAGE Styling
*/

#homebar 
{
	width:100%;
	text-align:center;
	margin-top:20px;
}

.quoteboxleft
{
	width:220px;
	height:130px;
	float:left;
	border-left:solid 10px #fff;
}

.quoteboxright
{
	width:220px;
	height:130px;
	float:right;
	border-right:solid 10px #fff;
}

.quotetxt
{
	color:#bb8c37;
}

.quotesrc strong
{
	display:block;
}

ul.itinerarylist
{
	margin:0px;
	padding:0px;
	width:540px;
	list-style: none;
}

.itinerarylist li
{
/*	list-style-position:inside;*/
	* margin:0;
	* padding:0;
	color:#942311;
	font-weight:bold;
}

.itinerarylist li p
{
	color:#7a7a7a;
	font-weight:normal;
}

.itinerarylist a
{
	text-decoration:none;
	color:#eaa019;
	font-weight:bold;
}



.itinerarylist h1
{
	font-size:12pt;
	color:#eaa019;
	font-weight:bold;
	margin:5px 0px 5px 0px;
}

.itinerarylist h2
{
	font-size:9pt;
	color:#7a7a7a;
	font-weight:bold;
	padding:0px;
	margin:5px 0px 5px 0px;
}

.itinerarylist h3
{
	font-size:10pt;
	color:#423839;
	font-weight:bold;
	padding:0px;
	margin:0px;
}


#hotels
{
	width:100%;
	border-collapse:collapse;
	margin-left:50px;

}

.a, .b
{
	border-right:1px solid #dfdfd0;
}

.b, .c
{
	padding-left:20px;
}

.a a, .b a, .c a, .d a
{
	text-decoration:none;
	color:#7F805C;
}


/*
	ITINERARY SUMMARY Styling
*/
.itinerarydatestable
{
	border:0;
	border-collapse:collapse;
	font-size:10pt;
	width:100%;
}

.itinerarydatestable th
{
	background-color:#eeeacb;
}

.itinerarydatestable th.from, .itinerarydatestable td.from
{
	padding-left:5px;
}

.itinerarydatestable .datefrom, .itinerarydatestable .dateto
{
	width:75px;
}

.itinerarydatestable .price
{
	text-align:right;
	padding-right:5px;
}

.itinerarysummarytable
{
	width:350px;
}

.itinerarysummarytable
{
	clear:both;
	border:0;
	border-collapse:collapse;
	font-size:10pt;
	width:100%;
	margin-top:5px;
}

.itinerarysummarytable th, itinerarydatestable th

{
	vertical-align:middle;
}

.itinerarysummarytable td, itinerarydatestable td
{
	vertical-align:top;
}

.itinerarysummarytable .day
{
	width:40px;
	padding:10;
	text-align:center;
}

.itinerarysummarytable td
{
	padding-bottom:0px;
}

.itinerarysummarytable .activity
{
	width:405px;
	padding-right:10px;
	padding-left:10px;
}

.itinerarysummarytable
{
	border: 1px solid #e1e1e1;
}

.itinerarysummarytable .place
{
	text-align:left;
}

.itinerarydatestable th
{
	color:#942311;
	font-weight:bold;
	font-size:10pt; 
}

.ittblcolheader
{
	background-color:#eeeacb;
	color:#7287a1;
	font-weight:bold;
	height:0px;
	text-align:left;
}

#day
{
	padding-left:5px;
}


.h2grey
{
	font-size:14pt; 
	color:#7287Aa;
	font-weight:bold;
}

.footerow td
{
	background-color:#eeeacb;
	color:#eaa019;
	font-weight:bold;
	vertical-align:top;
	padding:5px 0px 5px 15px;
}

#totalcost
{
	text-align:right;
}

#idbuttons { margin-top:5px; border-collapse:collapse; float:right; }
#idbuttons td {padding-left:5px;}
#idnotes { width:285px; }

#updatebutton
{
	border:1px solid  #eaa019;
	background-color:#eeeacb;
	width:110px;
	color:#eaa019;
	font-weight:bold;
	font-size:10pt;
	font-family:arial;
	height:26px;
}


/*
	BOOKING FORM Styling
*/

.bookingheader
{
	height:30px;
	background-color:#eeeacb;
	padding-left:10px;
	color:#eaa019;
	font-size:8pt;
	padding-bottom:5px;
	margin-bottom:20px;
	padding-top:5px;
}

.bookingheader strong
{
	color:#942311;
	font-weight:bold;
	font-size:9pt;
}

.itinerayheading
{
	color:#eaa019;
	font-weight:bold;
	font-size:8pt;
	margin-bottom:10px;
}

.bookingitem
{
	float:left;
	padding-right:10px;
	margin-bottom:15px;
	*padding-left:5px;
	*margin-bottom:-10px;
	color:#7a7a7a;
	font-weight:bold;
}

.bookingitem input, .bookingitem textarea
{
	border:1px solid black;
	padding:0px;
	margin-top:1px;
	*margin-left:-10px;
	*margin-right:-10px;
	*padding:0px;
}

.bookingitem select
{
}

#id_name input, #id_lastname input
{
	width:180px;
}

#id_title select
{
	width:50px;
}

#id_initiails input
{
	width:55px;
}

#id_email input, #id_phone input, #id_cell input, #id_fax input
{
	width:115px;
}

#id_city input, #id_state input
{
	width:190px;
}

#id_zip input
{
	width:90px;
}

#id_comments textarea
{
	width:350px;
	height:100px;
}

#id_nadults select
{
	margin-left:15px;
	margin-right:15px;
}

#id_nchildren select
{
	margin-left:15px;
}

#id_submit a
{
	width:110px;
	height:21px;
	font-size:10pt;
	font-weight:bold;
	color:#7a7a7a;
	background-color:#eaeaea;
	display:block;
	border:1px solid black ;
	margin:47px 0px 3px 20px;
	text-align:center;
	padding-top:4px;
}

#id_submit input
{
	width:110px;
	height:25px;
	font-size:101pt;
	font-weight:bold;
	color:#7a7a7a;
	background-color:#eaeaea;
	border:1px solid black;
	margin-left:20px;
	*margin-left:10px;
}
/*
	IMGROW  Styling
*/
.imgrow
{
	padding-bottom:12px;
}

/*
	FOOTER Styling
*/
.footer
{
	width:748px;
	height:30px;
	background-image:url('/images/footer.jpg');
	background-repeat:no-repeat ;
	background-position:left bottom;
	color:#5E5E5E;
	font-size:8pt;
	text-align:center;
}

.footer p
{
	margin-top:0px;
	padding-top:2px;
}

.footer a
{
	text-decoration:none;
	color:#5E5E5E;
	font-weight:bold;
	font-size:8pt;
}

/*
	BOUTIQUE HOME PAGE
*/

.sectionlinks a
{
	font-weight:bold;
	color:#eaa019;
}

.bookingbutton
{
	display:block;
	background-color:#eeeacb;
	width:107px;
	height:20px;
	padding-top:4px;
	text-align:center;
	color:#eaa019;
	font-weight:bold;
	font-size:9pt;
	margin-left:415px;
	margin-top:5px;
}

#backbutton
{
	padding-left:5px;
	padding-right:5px;
	margin-left:405px;
}

p.id001
{
	padding:0px;
	margin:0;
	font-size:8pt;
	text-align:justify;
}

.pagebutton
{
	text-align:right;
	margin-top:10px;
}

.pagebutton a
{
	display:block;
	float:right;
	background-color:#eeeacb;
	width:107px;
	height:20px;
	padding-top:4px;
	text-align:center;
	color:#7a7a7a;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	right:0px;
	left:100px;
}

.pagebutton strong
{
	 float:left;
	 color:#942311;
	 margin-top:10px;
}

.alignright
{
	text-align:right;
}

.alignright a
{
	text-decoration:none;
	color:#a1a1a1;
	font-size:9pt;
	font-weight:bold;
}


.bookingform #Submit1
{
	background-image:url('/images/bbbg.gif');
	border:0;
	width:130px;
	height:28px;
	text-align:left;
	padding:0px;
	margin:0px;
	padding-bottom:4px;
	padding-right:25px;
	font-size:9pt;
text-align:center;
}

.buttons
{
	clear:both;
}

.bbbg-left
{
	display:block;
	float:left;
	font-size:9pt;
	margin-right:20px;
	text-align:right;
	padding-right:7px;
	padding-top:6px;
	background-image:url('/images/bbbg-left.gif');
	width:123px;
	height:22px;
}

a.bbbg-left
{
	color:black;
}

a.hotlink
{
	color:#7287Aa;
	font-weight:bold;
	text-decoration:underline;
}

.sidebar_container
{
	background-image:url('/images/sidebar_bg.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	height:273px;
	padding-top:25px;
}

.sidebar
{
	background-image:url('/images/sidebarad_bg.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	width:179px;
	height:184px;
	margin-left:8px;
	text-align:center;
	font-size:10px;
	position:absolute;
}

.sidebar p {padding:0;margin:0}
div .heading 
{
	color:#5d4438;
	font-size:10pt;
	font-weight:bold;
	font-family:Times New Roman;
	line-height:16px;
	margin-top:36px;
	margin-bottom:4px;
}

.sidebar .bigcap
{
	font-size:16pt;
	line-spacing:0px;
	padding:0px;
	margin:0px;
}

.sidebar .description
{
	color:#28261a;
	margin-top:2px;
	margin-bottom:2px;
}

.sidebar .prices
{
	font-weight:bold;
	color:#433E2D;
	margin-bottom:2px;
	margin-top:4px;
}

.sidebar .link
{
	margin-top:4px;
}

.sidebar a
{
	color:#49341d;
	font-weight:bold;
	text-decoration:none;
}

.pageindex a
{
	font-weight:bold;
	color:#aaaaff;
}

.copyright{margin-left:10px;margin-top:3px;margin-bottom:3px;}

ul.x1a 
{
	padding:0px;
	margin:15px 0px 15px 0px;
	list-style:none;
}

.x1a li 
{
	padding:0px;
	margin:10px 0px 0px 0px;
	font-size:10pt;
	height:11px;
}

.rightarrow 
{
	margin:0px 10px 0px 0px;
}

.errormsg
{
	color:red;
	font-weight:bold;
	margin-bottom:5px;
}

.blankcell {height:0px;padding:0px;margin:0px;}

.field {width:100%;margin-bottom:2px;}
.fieldLeft {float:left;width:150px;}
.fieldRight input {width:250px;
}
.cssbutton {
	background-image: url(../images/sendbg.jpg);
	width: 129px;
	height: 28px;
	border: 0;
	text-align: left;
	padding-bottom:2px;
}
