/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #7b2a3d;
	color: #333333;
	font-size: 11px;
	background-image: url(images/backgr.gif);
	background-repeat: repeat-x;
	background-position: 20px 40px;
}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}

h6{ 
	display: inline;
	color:#d9497b;
}

h1{	
	font-size: 110%;
	color: #333333;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #333;	
	font-weight: bold;	
}

h3{
 font-size: 103%;
 color: #666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}



#content ul li ul li{
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0px 10px;
	background-image: url(none);
}



label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 350px;
}
 legend{
 	font-weight: bold;
	color: #666;
 }
 
 @media screen {
	* html legend {
	margin: -20px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

p input{
	width: 200px;
}	
textarea{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{ border:none;}

p{ padding-bottom: 10px}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 870px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-left: 50px;
	margin-top: 40px;
	border: solid 20px #fff;
	background-color: #dfc8ce;
}

#pageFlags #wrapper{
	margin-top: 0px;
}
#flags{
	width: 140px;
	margin-bottom: 10px;
	padding-right: 20px;
	margin-left: 50px;
	margin-top: 10px;
	color: #fff;
	padding-left: 770px;
	
}


#mainArea{
	padding: 0px 15px 0 0;
	width: 850px;
	float: left;
	margin-top: 15px;
}

#content{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	/*background-image: url(images/content_sub_back.gif);
	background-repeat: repeat-y;
	background-position: 560px;*/
	
}

#content ul li{
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}
#wrapper #header{
	background-color: #dfc8ce;
	width: 378px;
	float: right;
	padding-top: 20px;
	height: 110px;
	text-align: right;
	padding-right: 15px;
}

.clear{ clear: both;}

/********** topStrip **************/
#topStrip{
	margin: 0px;
	padding: 13px 0 0 0px;
	height: 130px;
	font-size: 11px;
	color: #666666;
	background-color: #dfc8ce;
}

#topStrip #logo{
	padding-top: 0px;
	height: 75px;
	width: 376px;

}
#topStrip #book{
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 85px;

}


#topStrip #leftHead{
	margin: 0px 0px 0px 0px;
	float: left;
	width: 300px;
}

#topStrip #offerContainer{
	width:300px;
	height:45px;
	background-image: url(images/offers_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 30px;
}



#topStrip #offerContent{
	background-color:#f0dfe5;
	height: 30px;
	padding: 7px;
	width: 225px;
	font-size: 12px;
}

/************** content styles ***************/
#content{
	background-image: url(images/main_back.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#content .pageContent{
	padding: 10px 20px;
	width: 650px;
	float: left;
}

#content .pageContentFull{
	padding: 5px 20px 10px 20px;
	width: 660px;
	float: left;
	font-size: 12px;

}



.pageContentFull a:link, .pageContentFull a:visited{
	border-bottom: dotted #666 1px;
}

.pageContentFull a:hover{
	border-bottom: none;
	text-decoration: none;
}

#rightContainer{
	float:right;
	width:120px;
	margin-right: 13px;
	padding-top: 15px;
}

/****************** Top Icon Styles********************/
.icon{
	float:right;
	border: 0px;	
}

/*********** #navBar styles ***********/
#navContainer{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 850px;
	height: 25px;
	background-color: #FFFFFF;
	margin: 5px 0px 0px 0px;
	
}

#navContainer ul  .navFinal{
	border-right: none;
	padding: 0px 0px 0px 3px;
	float: left;
}
#navContainer ul li {
	float: left;
	
	
}

#navContainer ul a:link, #navContainer ul  a:visited{
	color: #333333;
	display:block;
	padding: 5px 10px 5px 10px;
}

#navContainer ul a:hover{
	color: #efefef;
	text-decoration: none;
	background-color:#813446;
}

#navContainer ul .dwn{
	color: #8c667a;	
}

#navContainer ul .dwn a:link, #navContainer ul .dwn a:visited{
	background-color:#813446;
	color:#fff;
}

#navContainer li ul {
	position: absolute;
	width: 135px;
	left: -999em;	
	background-color:#813446;
	padding-top: 10px;	
	filter:alpha(opacity=95); 
	opacity: 0.95;
	margin-top:0px;
}
#navContainer li ul a:link, #navContainer li ul a:visited{
	color:#fff;
}
#navContainer li ul li{
	width: 130px;
	/*float: none;*/
}

#navContainer li:hover ul {
	left: auto;
	
}
#navContainer li:hover ul, #navContainer li.sfhover ul {
 left: auto;
 font-weight: bold; 
}

/*********** #footer styles ***********/
#footer{
	width: 870;
	margin-left: 50px;	

	padding: 5px;		
	color: #efefef;	
}

#footer #credit{	
	color: #efefef;	
	margin-top: 10px;
}

#footer #flinks{		
	height: 15px;
	padding-top: 5px;
}
#footer ul li{
	float: left;
	padding: 0px 0px 0px 4px;
}
 #footer a:hover{
 	text-decoration: underline;
	
 }
  #footer a:link, #footer a:visited{
 	color: #efefef;	
	
 }

#footer #fAdd{
	font-size:13px;
}

a.linkOpacity img {
	filter:alpha(opacity=100);   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}

a.linkOpacityRev img {
	filter:alpha(opacity=30);   
	opacity: 0.3;
	
}

/******************Main Page Styles********************/

#mainImage{
	height: 300px;
}
#mainImage #rightImg{
	float: right;
	width: 601px;
	height: 300px;
}

#mainImage #leftImg{
	float: left;
	width: 240px;
	height: 300px;
}





/****************** Tariff Tables ********************/
.cleantable {
	border-collapse:collapse;
}

.cleantable td {
	margin:5px; 	
	padding: 5px;
	border:1px solid #000;	
	color:#000000;
	text-align:center;
}

.cleantable  .title1 {
	font-weight: bold;
	text-align: center;
}

.cleantable  .title2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #56464f;
}

.cleantable  .shade{
	background-color: #cfcace;
}

.cleantable  .ital{
	font-style:italic;
	text-align:left;
}

.cleantable  .left{
	text-align:left;
}
/****************** Gallery Styles********************/

#landsContainer .gallery {
	float: left;
	margin: 9px 10px;
}
  
  
#portContainer .gallery{
 	float: left;
	margin: 9px 25px 9px 35px;
 }
 
.gallery p {
   text-align: center;
   font-size:80%;
}

.gallery img { 
	border: #000 solid 1px;
	padding: 0px;
}

#landsContainer{
	margin: 10px 0;
	padding: 10px 10px 10px 15px;
	border: 1px solid #ccc;	
	width: 530px;
}

#portContainer{
	margin: 10px 0;
	padding: 10px 10px 10px 25px;
	border: 1px solid #ccc;	
	width: 520px;
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 370px;
	height: 1px;
	z-index: 1000;
}
.borderbot {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	background: #cccccc repeat-x;
}
.thumbs_box{
	padding: 5px;	
	border: 1px solid #333;
	/*background-image: url(images/semi_trans.png); */
	background-color: #fff;
	
}

.thumbs_box h2{
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 0px;
}

.thumbs_box img{
	border: #efefef solid 1px;	
}
.thumbs_box .descTxt{
	padding: 5px;
	color: #535353;
}
 
/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 5px 0px 0px 0px;
	/*border-bottom: dotted 1px #efefef;*/
	height: 25px;
	
}

#breadCrumb ul li{
	float:left;
	padding: 5px 10px 5px 10px;
	list-style-type:none;
	background-image: url(images/breadcrumb_bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#breadCrumb  a:link, #breadCrumb a:visited {
	color:#666;
	border-bottom:none;
}

#breadCrumb  a:hover {
	color:#333;
}

/************* #gallery styles *************/



#galleryContainer {
	margin-top:40px;
	width: 680px;
}

.galleryItem{
	width:180px;
	float:left;
	margin:10px 10px;

}

.galleryItem a:link, .galleryItem a:visited{
	border-bottom:none;
}

.galleryItem a:link .galImg, .galleryItem a:visited .galImg{
	border:solid 1px #666;
}

.gallLink{
	text-align:center;
}

#telNumber{
	margin:30px 0px 30px 20px;
}
