body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
/*	background-color:#EEEEEE;*/
background: url(background.jpg) top left repeat-x;
background-color: #BFE5F2;


}
* {margin: 0px;padding: 0px;}
#container {
	margin: 0px auto;
    text-align: left;
	width: 800px;
}
#main {
	width: 800px;

	background-image: url(bg.png);


}


/*image preloading*/
#preload { display: none; }


/******************** header ********************/
#header {
	width:750px;
	height:341px;
	margin-left:25px;
	/*background-image:url(kaya10.jpg);*/
	display:block;
}
#header img {
    border: 0;

}
img {
  border-color: #222222;

}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 750px;
	height: 27px;
	margin: 0;
	padding: 0;
	margin: 0pt auto;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {

	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 20px;
	float: left;
	/*text-transform: uppercase;*/
	font-family: Verdana;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
   padding-right: 20px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */





/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}











#nav {
	width:744px;
	height:22px;

	margin: 0pt auto;
    margin-bottom: 2px;
    margin-top: 2px;

	background-color:#EEEEEE;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#FFFFFF;
	width:102px;
	height:22px;
	float:left;
	margin-left:1px;
	text-align:center;
}
#nav a {
	width:102px;
	height:22px;
	padding-top:3px;
	text-decoration:none;
	color:#006699;
	font-weight:bold;
    display:block;
}
#nav a:hover {
	color:#339999;
	font-weight:bold;
}
/******************** Content ********************/
p, h1, a, span{font-family: Verdana, Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	background-color:#ffffff;
}
#left {
	float:left;
	width:600px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
.thin {
	float:left;
	width:450px;
	display:inline;
	margin: 20px 0px 30px 20px;
}

#left p {
	font-size: 12px;
	color:#222222;
	padding: 5px 0px;
}

#left3 {
	float:left;
	width:390px;
	display:inline;

}

#left3 p {
	font-size: 12px;
	color:#222222;

}
#left3 h1{
	font-size: 16px;
    color:#376eb7;
	display:inline;
	font-weight:900;
}

#left a{
	color:#376eb7;
	font-weight:800;
}
#left a:hover{
	color:#007dda;
}
#left h1{
	font-size: 16px;
	color:#376eb7;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color:#007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#left2 {
	float:left;
	display:inline;
	margin: 20px 0px 30px 20px;

}
#left2 p {
	font-size: 12px;
	color:#222222;
	padding: 5px 0px;
}

#left2 a{
	color: #376eb7;
	font-weight:800;
}
#left2 a:hover{
	color:#007dda;
}
#left2 h1{
	font-size: 16px;
	color:#376eb7;
	display:inline;
	font-weight:900;
}
#left2 h2{
	font-size: 18px;
	color:#376eb7;
	display:inline;
	font-weight:900;
}

#left2 span{
	font-size: 12px;
	color:#376eb7;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}

#right {
	float:right;
	width:260px;
	background-color:#397eb7;
	color:#FFFFFF;
	font-weight:100;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#222222;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:0px;
}
.post a{
}

.post a:hover{
}

.post p{
}
.post con{
	width:750px;
	margin-left:25px;
	background-color:#ffffff;

}


/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	color:#052d4e;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#052d4e;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#052d4e;
	margin: 10px 0px;
}
.clear{
	clear:both;
}

/********************inside links**********************/
#tours {
	width:700px;
	text-align:center;
	color:#052d4e;
	margin: 10px 0px;
}
#tours ul {
}
#tours li {
	display:inline;
	float:none;
	text-align:center;
    color:#052d4e;
}
#tours a {
	color:#333333;
	font-weight:900;
	text-decoration:none;
}
#tours a:hover {
	text-decoration:underline;
}
#tours span {
	display:block;
	clear:both;
	color:#052d4e;
	margin: 10px 0px;
}

#photos {
	float:left;
	display:inline;
	margin: 20px 0px 30px 20px;
}

.photosThumbs  {
  border-color: #000000;
  border-style: solid;
  border: thin;
}
.photosHref {
	color:#052d4e;
	font-weight:900;
	text-decoration:none;
}


/*****************************************/
.tablerate1 {color:#cfd9e3; padding:10px; background-color:#7193b1; font-weight:bold}
.tablerate2 {color:#5a7086; padding:5px; background-color:#cfd9e3; font-weight:bold}
.tablerate3 {color:#4379a8; padding:5px; background-color:#e1e7ee}
.tablerate4 {color:#5a7086; padding:5px; background-color:#fff}
.tablerate5 {color:#5a7086; padding:5px; background-color:#eef1f5}

.contentpage {
color: #336699;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
padding: 25px 10px 0px 10px;
}
.contentpage strong {
color: #336699;
}

.itinerarytab {
     background-color:#eef1f5;
     font-weight:bold;
     border-color: rgb(0, 153, 0);

}
.itinerarytab2 {
    color: #006699;
}

#itiprices p {

   color: #009900;
   font-family: Arial Narrow;
   font-size: medium;
}

