body{
	font-family:Verdana;
	font-size:12px;
	background-color:#444;
	color:#ddd;
	margin: 0;
	padding:0;
	background-image:url();
	background-attachment:fixed;
	text-align:justify;
	
}

#wrapper{
	width:1000px;
	background:#000 url('/images/wrapperBG.jpg') no-repeat;
}

#header{
	height:174px;
}

.nav{
	height:25px;
	margin-top:5px;
}
.navButton{
	float:left;
	margin-left:91px;
}
.navButton a, .navButton a:visited{
	font-size:14px;
	color:#999;
}

.navButton a:hover{
	font-size:14px;
	color:#fff;
}
#content{
	margin-top:20px;
}
#footer{
	background:url('/images/footer.jpg') no-repeat;
	height:65px;
	color:#ddd;
}
#footer a, #footer a:visited{
	color:#ddd;
}
#footer a:hover{
	color:#fff;
}
input, select{
	border:1px solid #555;
}


img, div { 
	behavior: url('/css/iepngfix.htc'); 
}

.imgBorder{
	border:1px solid #000;
}

a, a:visited{
	font-size:10px;
	font-weight:bold;
	color:#000;
	text-decoration:none;	
}

a:hover{
	color:#555;
	text-decoration:none;	
}

.primeBGcolor{background:#fff;}
.secBGcolor{background:#ece1d1;}
.bgPic{background:url("/images/cdcAboutBG.jpg") repeat-x;}

.titleColor{color:#6f6150;}
.smTitleColor{color:#8c5f4a;}
.contentColor{color:#000;}

.size10{font-size:10px;}
.size11{font-size:11px;}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;}
.size20{font-size:20px;}

.textLeft{text-align:left;}
.textCenter{text-align:center;}
.textRight{text-align:right;}
.textJustify{text-align:justify;}

.bold{font-weight:bold;}
.italic{font-style:italic;}
.underline{text-decoration:underline;}
.plain{font-weight:none;}

.visible{overflow:visible;}
.auto{overflow:auto:none;}

.visible{overflow:visible;}
.auto{overflow:auto;}
.scroll{overflow:scroll;}
.hidden{overflow:hidden;}

.left{float:left;}
.right{float:right;}

.pad3{padding:3px;}
.pad5{padding:5px;}
.pad10{padding:10px;}
.pad15{padding:15px;}
.pad20{padding:20px;}
.padLeft{padding-left:10px;}
.padRight{padding-right:10px;}

.margin5{margin:5px;}
.margin10{margin:10px;}
.marginLeft{margin-left:10px;}
.marginLeft5{margin-left:5px;}
.marginLeft{margin-left:10px;}
.marginRight5{margin-left:5px;}
.marginRight{margin-right:10px;}
.marginTop5{margin-top:5px;}
.marginTop{margin-top:10px;}

.separator{
	height:10px;
	border-top:1px solid #cbb291;
	background:#ece1d1;
}

.button{
	border:1px solid #555;
	background-color:#888;
	font-weight:bold;
	font-size:10px;
}

.paginate a, .paginate a:visited{
	font-size:12px;
	color:#fff;
}
.paginate a:hover{
	font-size:12px;
	color:#777;
	
}
/*ABOUT*/
.aboutSection{
	float:left;
	width:310px;
	text-align:left;
	padding:10px;
}
.aboutContent{
	line-height:18px;
	text-align:justify;
}
/*END ABOUT*/

/*BOOKING*/

.bookingHolder{
	width:950px;
	background:#3b3b3b url('/images/profileBG.jpg') repeat-x;
	padding:10px;
	border:1px solid #444;
}
.bookingForm{
	width:400px;
	margin:50px 20px 0 0;
	float:left;
}
.bookingProfile{
	width:500px;
	margin:10px;
	float:left;
}
.errorMessage{
	width:250px; 
	background:#cc3333; 
	border:1px solid #930000; 
	line-height:25px; 
	margin-bottom:10px;
}

.termsLink a, .termsLink a:visited{
	color: #fff;
}

.termsLink a:hover{
	color:#999;
}
/*END BOOKING*/

/*GALLERY*/
.gallery{
	width:790px;
	margin-top:15px;
}
.albumHolder{
	float:left;
	padding:10px;
	height:148px;
	margin:10px;
	border:1px solid #333333;
	background:#222;
}
.albumTitle{
	width:105px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	padding:5px;
}

.albumDate{
	color:#fff;
}
.albumText{
	text-align:justify;
	padding:5px;
}
.thumbs{
	float:left;
	padding:7px;
}
.albumControlsTop{
	height:25px;
	border:1px solid #444;
	margin:5px;
	background:#999;
}
.albumControls{
	height:25px;
	border:1px solid #444;
	margin:5px;
	background:#999;
}
.next{
	float:right;
	padding:5px;
}
.prev{
	padding:5px;
	float:left;
}
.albumBack{
	padding:5px;
	float:left;
}
.pictureCont{
	width:710px;
	height:inherit;
	padding:2px 0 2px 0;
	border:1px solid #555;
	padding-bottom:50px;
	background:#555 url('/images/galleryBG.jpg') repeat-x;
}
/*END GALLERY*/

/*PROFILE*/
.profilesHolder{
	height:215px;
	width:950px;
	background:#555 url('/images/galleryBG.jpg') repeat-x;
	padding:10px;
	border:1px solid #444;
}
.profilesHolder a, .profilesHolder a:visited{
	color:#fff;
}

.profilesHolder a:hover{
	color:#999;	
}

.profilesLeft{
	width:350px;
	margin:10px;
	float:left;
	text-align:left;
}

.profilesRight{
	width:550px;
	margin:10px;
	float:left;
	text-align:left;
	
}

.profileHolder{
	width:950px;
	background:#3b3b3b url('/images/profileBG.jpg') repeat-x;
	padding:10px;
	border:1px solid #444;
}
.profileHolder a, .profileHolder a:visited{
	color:#fff;
}

.profileHolder a:hover{
	color:#999;	
}

.profileLeft{
	width:340px;
	margin:10px;
	float:left;
	border
	text-align:left;
	border:0px solid #444;
}
.profileRight{
	width:565px;
	margin:10px;
	float:left;
	text-align:left;
}
.profTitle{
	font-size:16px;
	width:895px;
	height:25px;
	border:0px solid #444;
	padding:15px;
	font-weight:bold;
	text-align:left;
}
.legendTitle{
	border:1px solid #999;
	padding:2px;
}
.profileDescription{
	line-height:16px;
}
.profileSpecs{
	line-height:16px;
	
}
.borderGrey{
	border: 1px solid #999;
	border-style: inset;
	border-left-style: outset;
	border-top-style: outset;
	border-color:#999;
}
/*END PROFILE*/

/*RATES*/

.ratesHolder{
	width:950px;
	background:#3b3b3b url('/images/profileBG.jpg') repeat-x;
	padding:10px;
	border:1px solid #444;
}
/*END RATES*/
