@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: Verdana;
	font-size: 12px;
	color: 353535;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #003381;
}
a:active {
	text-decoration: none;
	color: #003381;
}
a {
	font-size: 11px;
}

#top{
border-bottom:#e3e3e3 0px solid;
background-image:url(../images/top.jpg);
}
.top_menu{
font-family: Verdana;
font-size:12px;
text-align:center;
color:#541800;
}
.left_table{
border:#e3e3e3 1px solid;
text-align:left;
font-family:Verdana;
font-size:11px;
color:#353535;
letter-spacing:0.01em;
}
h1{
font-family: Verdana;
font-size:14px;
text-align:left;
font-weight:bold;
color:#541800;
}
/*****************Packages home page************************/
.packages{
font-family:Verdana;
font-size:10px;
}
.content{
font-family: Verdana;
font-size:11px;
font-stretch:expanded;
line-height:20px;
color:#353535;
}
.packages a:link{
font-family:Verdana;
font-size:10px;
color:#541800;
text-decoration:none;
}
.packages a:hover{
font-family:Verdana;
font-size:11px;
color:#353535;
}
.packages a:visited{
font-family:Verdana;
font-size:11px;
color:#541800;
text-decoration:none;
}
.package_thumbs{
border:1px solid #f0f0f0;
}
.trip_details{
background-color:#E3E3E3;
width:300px;
height:25px;
color:#353535;
font-family:Verdana;
font-size:13px;
padding-left:5px;
}
h2{
color:#353535;
font-family:Verdana;
font-size:13px;
}
/*** slide show set the width and height to match your images **/

#slideshow {
    position:relative;
	width:900px;
    height:250px;
	}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/***************Navigation*****************************/
	#nav td {
	border-bottom: 1px solid #e3e3e3;
	}
	
#nav a {
	font:Verdana;
	font-size:11px;
	color: #353535;
	line-height:15px;
	letter-spacing:0.01em;
	text-decoration: none;
	display:block;
	padding:4px 3px 5px 10px;
	}
	
#nav a:hover {
background:#f0f0f0;
	color:#000000;
	}
/*******************************/
/*************************Featured content slider*************************/
#featured{ 
	width:600px; 
	padding-right:130px; 
	position:relative; 
	border:3px solid #ccc; 
	height:500px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:600px; 
	list-style:none; 
	padding:0; margin:0; 
	width:200px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666;
	 
	}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 2px; 
	padding:1px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block;
	width:115px; 
	height:81px; 
	color:#333;  background:#fff; 
	line-height:20px;
	background-image:url(../images/tourthumb.jpg);
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:600px; height:500px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:300px; left:0;
	width:500px; 
	height:80px; 
	/*background: url('../images/transparent-bg.png');*/ 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/*-------------------FOOTER------------------*/

#footer_wrapper {
width:100%;
height:45px;;
background-color:#e3e3e3;
}

#footer {
width:100%;
height:45;
margin:0 auto;
text-align:center;
padding-top:5px;
color:#353535;
font-size:12px;
font-family:Verdana;
background-repeat:repeat;
line-height:20px;
}

#footer a {
color:#353535;
text-decoration:none;
font-family:Verdana;
font-size:11px;
}

#footer a:link {
text-decoration:none;
font-family:Verdana;
font-size:11px;
}

#footer a:hover {
text-decoration: underline;
font-family:Verdana;
font-size:11px;
}

.copyright {
font-size:11px;
}
/*
  
 left menu coding 
  
*/
#menu {
width:99%;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
 
#menu a, #menu h2 {
font: 11px verdana;
display: block;
border:1px solid #f0f0f0;
margin: 0;
padding: 2px 3px;
}
 
#menu h2 {
color: #353535;
height:30px;
background-image:url(../images/menu_tab.jpg);
text-transform: uppercase;
}
 
#menu a {
color: #353535;
text-decoration: none;
background:#fff;
}
 
#menu a:hover {
color: #000;
background: #e3e3e3;
}
 
#menu li {
position: relative;
text-align:left;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
 
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
 
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;
}
 .itinerary a:link{
 font-size:12px;
 font-weight:bold;
 font-family:Verdana;
 color:#003366;
 text-decoration:none;
 }
 .itinerary a:hover{
 font-size:12px;
 font-weight:bold;
 font-family:Verdana;
 color:#353535;
 text-decoration:none;
 }
 .itinerary a:visited{
 font-size:12px;
 font-weight:bold;
 font-family:Verdana;
 color:#003366;
 text-decoration:none;
 }
 .style4 {color: #452300;
 font-weight:bold;	
	font-size: 11px;
}
/*****************forms*****************/
.inputbox{
border:1px solid #e3e3e3;
width:200px;
height:20px;
background:#f0f0f0;
font-size: 12px; 
color: #666666; 
font-family:"Trebuchet MS";
}
.button{
border:1px solid #e3e3e3;
height:20px;
background:#f0f0f0;
}