/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #e7eef2;
	color: #666;
	font-size: 12px;
}

a:link,  a:hover, a:visited {
	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: #333;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #666;	
	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; 
}

ul li {padding-bottom: 5px;}


label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #dde4e8;
	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: 960px;
	margin-bottom: 10px;

}

#mainArea{
	padding: 15px 0 0 0;
}



#mainArea #catNav {
	float: right;
	width: 170px;
	padding-top: 20px; 
	 
}


#content{
	margin: 0px;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	background-position: 125px;
	/*background-image: url(images/content_sub_back.gif);
	background-repeat: repeat-y;
	background-position: 560px;*/
	
}
#home #content{
	background-image:none;
}
#wrapper #header{
	padding-top: 10px;
	height: 85px;
}

.clear{ clear: both;}

/********** topStrip **************/
#topStrip{
	font-size: 11px;
	color: #666666;
	padding-top: 2px;
}

#topStrip #logo{
	padding-top: 5px;
	height: 80px;
	padding-left: 450px;

}
#topStrip #book{
	float: right;
	margin-top: 79px;

}

/************** content styles ***************/
#content #pageNav{
	width: 250px;
	float: left;
	margin-bottom:20px;
	background-color:#e6e6e5;
	margin-left: 5px;
}

#content #pageNav img{
	margin-left:5px;
}

#content #pageNav ul{	
	list-style: none;	
}

#content #pageNav ul li .dwn{ 
	color:#990000;
}

#content #pageNav ul a:link, #content #pageNav ul a:visited{
	text-decoration: none;
	background-color:#e6e6ef;	
}

#content #pageNav ul a:hover{ 
	color:#990000;
	text-decoration: none;
}



#content #pageNav ul li{
	padding: 10px 10px 5px 20px;
	/*background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;*/

}




#content #leftTitle{
	float: left;
	width: 55px;
	padding-left: 70px;
	border-top: solid 1px #fff;
}

#home #content #leftTitle{
	border-top: none;
}


#home #content .pageContent{
	width: 565px;
	border-top: none;
	float: left;

}

#gallery #content .pageContent{
	width: 701px;
	padding: 10px 6px;
}
#contact #content .pageContent{
	width: 430px;
	padding: 10px 10px;
}


#content .pageContent{
	padding: 10px 20px;
	width: 755px;
	float: left;
	background-color: #c5d5de;
	border-top: solid 1px #fff;
	font-size: 11px;
}

#content .pageContent a:link, #content .pageContent a:visited {
	border-bottom: dotted 1px #666;
}
#content .pageContent a:hover{
	border-bottom: dotted 1px #999;
	text-decoration:none;
}
#content #rightLinks{
	width: 364px;
	float: left;
	border-bottom: 1px #fff solid;
}

#content #mgal{
	width: 344px; 
	float: left;
	background-color: #2a2a2a;
	height: 70px;
	padding: 10px;
}
#content #mgal img{
	float: left;
	border: #fff solid 1px;
	margin-right: 15px;
}

#content  .rightContainer, #content  .rightContainerLeft{
	border-top: #fff solid 1px;	
	height: 95px;
	padding: 0px 0px 0px 5px;	
}

#home #content  .rightContainerLeft {
	background-color: #d4cac0;
	padding-left: 0;
	width: 395px;
	float: left;
	border-top: none;	
	border-bottom: #fff solid 1px;	
}

#home #content  .rightContainer{
	width: 395px;
	float: left;
	border-top: none;
	border-bottom: #fff solid 1px;	
}


 .rightThumbs{
	float: left;
	/*background-image: url(images/health-spa-tips.jpg);
	background-repeat: no-repeat;
	background-position: 11px;*/
	margin-top: 10px;
}

 .thumbsText{
	padding: 10px;
	float: left;
	width: 210px;
	overflow: hidden;
	height: 75px;
	color: #333;
}
/*
.thumbsText a:link{
	font-weight: bold;
} */
  .thumbsTab{
	width: 27px;
	float: right;
	height: 87px;
	padding-left: 10px;
	background-color: #c7bdb0;
	padding-top: 8px;
}

.rightContainerLeft .thumbsTab{
	float: left;	
}

.rightContainerLeft .rightThumbs{
	margin-left: 5px;
}
.rightContainerLeft .thumbsText{
	float: right;
}
/****************** Top Icon Styles********************/
.icon{
	float:right;
	border: 0px;	
}


a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


/*********** #navBar styles ***********/
#navContainer{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 97%;
	width: 100px;
	height: 15px;	
	float: left;	
}

#navContainer ul  .navFinal{
	border-right: none;
	padding: 2px 3px px 0px;
	float: left;
}


#navContainer ul li{
	padding: 5px 3px 5px 0px;
	font-size: 105%;
}


#navContainer ul a:link, #navContainer a:visited{
	color: #666666;
	font-size: 90%;
	/*padding-left: 2px;*/
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#navContainer ul a:hover{
	color: #f172ac;
	text-decoration: none;
}

#wrapper #navContainer ul .dwn a:link, #wrapper #navContainer ul .dwn a:visited{
	color: #f172ac;	
}


/*********** #footer styles ***********/
#footer{
	width: 840x;
	margin: 0 0 7px 20px;	
	padding: 5px;		
}

#footer #credit{
	font-size: 10px;
	color: #666;
}

 #footer a:link, #footer a:visited{
 	font-size: 90%;
 }
 #footer a:hover{
 	text-decoration: underline;
	font-size: 90%;
 }
#footer #footerLinks{
	width: 840x;
	height: 20px;
}
#footer ul li{
	float: left;
	border-right: #999 solid 1px;
	padding: 0 5px;
}
#footer ul li.last{
	border-right: none;
}
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: 276px;
	width: 605px;
	float: right;
}
#mainImage #rightImg{
	float: right;
}

#mainImage #leftImg{
	float: left;
	height: 273px;
	border-top: solid 12px #000;
}

#mainImage #MidTabs{
	width: 140px;
	float: left;
	height: 274px;

}

#mainImage #MidTabs #mainTab{
	width: 30px;
	float: right;
	padding-top: 195px;
}

#mainImage #MidTabs .subTab{
	float: right;	
}

#mainImage #rightCnt{
	float: right;
	width: 241px;
	height: 249px;
	background-color: #c1cc86;
	padding: 10px 17px 17px 19px;
	color: #333;
	overflow: hidden;
	font-size: 11px;
}
#mainImage #rightCnt h2{ color: #fff;}

#mainImage #rightCnt p{ padding-bottom: 8px}
#mainImage #rightCnt h3{
	color: #fff;
	font-size: 12px;
}

#mainImage #rightCnt .imCent{
	margin-left: 45px;
	margin-top: 10px;
}

#mainImage #horizBlock{
	width: 585px;
	background-color: #000;
	height: 54px;
	padding: 35px 0 0 20px;
}

#mainImage #horizBlock #bookContainer{
	float:right;
	width:75px;
	margin-right: 20px;
}


#mainImage #horizBlock #linksContainer{
	float:right;
	width:330px;
}


#mainImage #horizBlock img{
	margin-right:10px;
}

#whiteBox{
	background-color: #fff;
	float: left;
	width: 720px;
	padding: 0px 0px 0px 10px;
	height: 374px;
}

/****************** Promo Block ********************/

#promoBlock{
	float: left;
	width: 180px;
	background-color: #000;
	height: 374px;
	margin-left: 10px;
	background-image: url(images/banner_line_back.gif);
	background-position: left 292px;
	background-repeat: no-repeat;
}

/****************** 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;
}

/****************** Home page styles ********************/

#home #wideIntro{
	width: 830px;
	float: left;

}
/****************** Gallery Styles********************/

.gallery {
	float: left;
	margin: 10px 3px;
	border: 1px solid #666;
	padding: 6px;
}
  
 
.gallery p {
	text-align: center;
	font-size:85%;
	margin-top: 5px;
}

.gallery img { 
	border: #000 solid 1px;
	padding: 0px;
}


#wrapper #content .pageContent .gallery a{ 
	border-bottom: none;
}
.horiz_line{
	padding: 5px 0 5px 0;
	margin-left:9px;
	background-image: url(images/horiz_line.gif);
	background-repeat:repeat-x;
	background-position: center;
	height: 10px;
	float:left;
	width: 515px;
	

}

a.linkOpacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 298px;
	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;
}

/****************** Home Flash Block ********************/

#flashBlock{
	float: left;
	width: 180px;
	background-color: #292627;
	height: 374px;
	margin-left: 10px;
}


#propBanner{
	width:210px;
	float:left;
	margin: 10px 0px 0px 10px;
}	

#rightBanner{
	width:300px;
	float:right;
	
}
#rightBanner img{
	margin-top:solid 1px #fff;
}

#rightBanner ul li {
	padding-bottom: 0px;
	margin-bottom:-1px;
	
}

.buttonContainer{
	float:left;
	margin-right:15px;
}
