* {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
	body :focus {
		outline: none;
	}
	
	#window {
		background-color: #223c3c;
		color: #FFFFFF;
		height: 100px;
		left: 0px;
		opacity: .9;
		overflow: auto;
		padding: 10px;
		position: absolute;
		top: 0px;
		width: 960px;
		z-index: 9999;
	}
	
		#text #window h3 {
			border-bottom: 3px solid #ffffff;
			color: #FFFFFF;
			margin-bottom: 10px;
			font-size: 24px;	
		}
	
		#text #window p {
			color: #FFFFFF;
			font-size: 16px;
		}
		
		#text #window #buttons {
			bottom: 0;
			position: absolute;
		}
		
			#text #window #buttons span {
				background-color: #252515;
				cursor: pointer;
				float: right;
				font-size: 16px;
				line-height: 24px;
				margin-bottom: 5px;
				padding-left: 10px;
				padding-right: 10px;
			}
			
				#text #window #buttons span:hover {
					background-color: #666600;
				}
			
				#text #window #buttons img {
					vertical-align: middle;
				}

	#wrapper {
		margin: 0 auto 0 auto;
		overflow: visible;
		position: relative;
		width: 960px;
	}
		
		#header {
			height: 190px;
			position: relative;
			width: 960px;
		}
		
			#logo {
				float: left;
				margin: 0px;
				margin-left: 20px;
				margin-top: 60px;				
			}
		
			#topBar {
				clear: none;
				display: block;
				float: right;
				margin-right: 20px;
				margin-top: 25px;
				text-align: right;
				width: 200px;
			}
			
				#topBar a {
					color: #223c3c;
					font-weight: bold;
					text-decoration: none;
				}
			
				#topBar div {
					line-height: 28px;
					margin-bottom: 50px;
					position: relative;
				}
				
					#languageSelector {
						background-color: #223c3c;
						display: none;
						right: 30px;
						list-style-type: none;
						position: absolute;
						top: 20px;
						width: 70px;
					}
					
						#languageSelector a {
							color: #FFFFFF;
							padding-right: 5px;
						}
				
					#topBar img {
						clear: none;
						display: inline;
						margin-left: 5px;
						position: relative;
						top: 10px;
					}
					
						#topBar a {
							opacity: 0.7;
						}
						
							#topBar a:hover {
								opacity: 1;
							}
					
						.link-facebook, .link-tripadvisor, .link-twitter, .link-panoramio, .link-youtube {
							background-image: url('../img/socialnetworks.png');
							background-position: 0 0;
							clear: none;
							display: inline-block;
							height: 28px;
							width: 34px;
						}
						
						.link-facebook {
							background-position: 33px 0px;
						}
						
						.link-twitter {
							background-position: 62px 0px;
						}
		
						.link-youtube {
							background-position: 98px 0px;
						}
						
						.link-panoramio {
							background-position: 130px 0px;
						}
						
			#document {
				overflow: visible;
				text-align: left;
			}
			
				#document a {
					text-decoration: none;

				}
				
				#reservations, #administration {
					background-color: #223c3c;
					height: 40px;
				}
				
				#administration {
					color: #FFFFFF;
					font-size: 48px;
					font-weight: bold;
					height: 80px;
					padding-left: 150px;
				}
				
				#menuBar {
					bottom: 0;
					clear: none;
					display: block;
					float: right;
					right: 0;
					height: 38px;
					overflow: visible;
					position: absolute;
					text-align: right;
				}
				
					#menuBar ul {
						font-size: 16px;
						list-style-type: none;
						text-align: center;
					}
					
						#menuBar li {
							background-color: #c4d601;
							background-image: url('../img/menu.png');
							background-position: top left;
							background-position-y: 0px;
							background-repeat: no-repeat;
							clear: none;
							display: block;
							float: left;
							font-weight: bold;
							margin: 0px;
							margin-left: 5px;
							overflow: visible;
							padding: 0px;
							position: relative;
							min-width: 20px;
						}
						
							#menuBar li:hover {
								background: none;
								background-color: #000000;								
							}
						
							#menuBar li a {
								background-image: url('../img/menu.png');
								background-position: right -40px;
								background-repeat: repeat-y;
								color: #000000;
								display: block;
								height: 40px;
								line-height: 40px;
								overflow: visible;
								padding-left: 18px;
								padding-right: 18px;
								position: relative;
								text-decoration: none;
								text-transform: capitalize;
							}
							
							#menuBar li:hover a {
								background: none;
								color: #FFFFFF;
								height: 40px;
								line-height: 40px;
							} 
							
								#menuBar ul li:hover ul {
									display: block;
									z-index: 6000;
								}
							
								#menuBar ul ul {
									background-color: #000000;
									display: none;
									left: 0px;
									padding-bottom: 8px;
									position: absolute;
									top: 38px;
									z-index: 8000;
									width: 210px;
								}
							
									#menuBar ul ul li {
										background: none;
										clear: both;
										display: block;
										font-size: 14px;
										height: 35px;
										line-height: 35px;
										margin: 0px;
										overflow: visible;
									}
								
										#menuBar ul ul li a {
											background: none;
											border-top: 1px solid #222222;
											color: #FFFFFF;
											height: 35px;
											line-height: 35px;
											margin-bottom: 4px;
											margin-left: 15px;
											margin-right: 15px;
											margin-top: 0px;
											width: 150px;
											padding-left: 10px;
											text-align: left;
										}
										
											#menuBar ul ul li a:hover {
												color: #c4d601;
											}
				
				#content {
					background-image: url('../img/background.png');
					clear: none;
					display: block;
					float: right;
					width: 960px;
				}
				
					#content a {
						color: #666666;
						font-weight: bold;
					}
					
						#content a:hover {
							color: #000000;
						}
				
					#banner {
						background-color: #FFFFFF;
						height: 300px;
						width: 100%;
					}
						
						#myFlashDiv {
						}
						
						#imageContainer {
							margin: 0 auto 0 auto;
							position: relative;
							height: 300px;
							overflow: hidden;
							width:960px;
						}
	
							#imageContainer img {
								display: none;
								left: 0px;
								position:absolute;
								top: 0px;
							}
					
					#page {
						min-height: 400px;
						overflow: visible;
						position: relative;
					}
					
						#sideBar {
							clear: none;
							color: #3F3F3F;
							display: block;
							float: left;
							margin-top: 20px;
							padding-bottom: 40px;
							width: 235px;
						}
											
							#sideBar .widget {
								border-top: 1px solid #3F3F3F;
								clear: none;
								display: block;
								margin-left: 10px;
								padding-left: 5px;
								padding-top: 10px;
								position: relative;
							}
						
							#sideBar .contentWidget {
								clear: none;
								display: block;
								padding: 10px;
								width: 210px;
							}

							#sideBar .openWidget, #sideBar .closeWidget {
								clear: none;
								display: block;
								height: 15px;						
								position: absolute;
								top: 0px;
								left: 0px;
								width: 230px;
								z-index: 400;
							}
							
							#sideBar .closeWidget {
								background-position: bottom left;
								clear: none;
								position: relative;
								top: -15px;
							}
							
							#sideBar #widgetMoon {
								background-color: #000000;
								color: #999999;
								font-size: 14px;
								height: 80px;	
								line-height: 30px;
								overflow: hidden;		
								position: relative;		
								width: 230px;		
							}
							
								#sideBar #widgetMoon h4 {
									color: #FFFFFF;
									font-size: 22px;
								}
								
								#sideBar #widgetMoon img {
									clear: none;
									display: block;
									float: right;
									left: 160px;
									position: absolute;
									top: 15px;
								}

							#sideBar #widgetBanner {
								height: 200px;	
								overflow: hidden;		
								position: relative;		
								width: 230px;		
							}
							
								#adsContainer {
									height: 200px;
									left: -10px;
									overflow: hidden;
									position: relative;
									top: -10px;
									width:230px;
								}
			
									#adsContainer img {
										display: none;
										left: 0px;
										position:absolute;
										top: 0px;
									}
												
							#sideBar #widgetWeather {
								font-size: 20px;
								font-weight: bold;
								height: 170px;
								line-height: 28px;
								overflow: hidden;											
								position: relative;		
								text-align: left;
								width: 230px;		
							}
							
							#sideBar #widgetSubscribe {
								height: 170px;				
								position: relative;		
								width: 230px;		
							}

								#widgetSubscribe h4 {
									font-size: 30px;
								}
								
								#widgetSubscribe p {
									font-size: 18px;
								}
								
								#widgetSubscribe input {
									border: 1px solid #3F3F3F;
									background-color: #FFFFFF;
									clear: none;
									font-size: 14px;
									height: 20px;
									margin: 0px;
									padding: 0px;
									margin-top: 10px;
									width: 120px;
								} 
								
								#widgetSubscribe button {
									border: 0px;
									background-color: #3F3F3F;
									clear: none;
									color: #c4d601;
									display: block;
									float: right;
									font-size: 16px;
									font-weight: bold;
									height: 22px;
									margin: 0px;
									margin-top: 10px;
									padding: 0px;
									width: 80px;
								}
				
						#text {
							background-color: #FFFFFF;
							background-image: url('../img/text.png');
							background-position: top left;
							background-repeat: no-repeat;
							clear: none;
							float: right;
							font-size: 14px;
							margin-bottom: 20px;
							width: 700px;
						}
						
							.galleryBox {
								clear: none;
								float: left;
								display: block;
								height: 100px;
								margin-left: 1px;
								margin-bottom: 1px;
								overflow: hidden;
								padding: 0px;
								position: relative;
								width: 140px;
							}
							
								.galleryBox button {
									background: none;
									cursor: pointer;
									margin: 0px;
									padding: 0px;
									position: relative;
								}

								.galleryBox span {
									background-color: #FFFFFF;
									color: #000000;
									font-size: 11px;
									height: 30px;
									left: 0px;
									bottom: 0px;
									opacity: 0.7;
									position: absolute;
									width: 140px;
								}
							
								.galleryBox img {
									opacity: 0.7;
								}
								
									.galleryBox img:hover {
										opacity: 1;
									}
									
							#text a {
								color: #666600;
							}
						
								#text a:hover {
									color: #223c3c;
								}

							#text blockquote {
								border-left: 4px solid #DEDEDE;
								font-size: 0.85em;
								line-height: 1.2em;
								list-style-type: none;
								margin-left: 10px;
							}
							
								#text blockquote p {
									color: #999999;
									font-size: 1.2em;
									margin-bottom: 0px;
									margin-left: 10px;
									margin-top: 10px;
									text-align: left;
								}
							
							#text h1 {
								color: #ABBA04;
								font-size: 48px;
								font-weight: normal;
								font-family: "TrebuchetMS", Arial, Verdana;
								margin-bottom: 15px;
								margin-top: 0px;
							}
							
							#text h2 {
								color: #444444;
							}
							
							#text h3 {
								border-bottom: 2px solid #DEDEDE;
								color: #3C3C1C;
								font-size: 1.4em;
								margin-top: 10px;
								margin-bottom: 10px;								
							}
							
							#text h4 {
								margin-top: 10px;
							}
							
							#text input, #text textarea {
								border: 1px solid #DDDDDD;
								padding-left: 10px;
								padding-right: 10px;
							}
							
							#text ul {
								border-left: 4px solid #DEDEDE;
								color: #666666;
								font-size: 0.85em;
								line-height: 1.2em;
								list-style-type: none;
								margin-left: 10px;
								margin-bottom: 15px;
							}
							
								#text li {
									margin-bottom: 5px;
									margin-left: 5px;
									padding-left: 5px;
								}
								
							#text select {
								border: 1px solid #AAAAAA;						
							}
							
							#text small {
								color: #3C3C1C;
							}
							
							#text p {
								color: #666666;
								font-size: 1em;
								line-height: 1.3em;
								margin-bottom: 10px;
							}
						
							#pathway {
								clear: both;
								padding: 10px;
								text-transform: uppercase;
							}
							
								#pathBar {
									clear: none;
									color: #999999;
									display: block;
									font-size: 11px;
									float: right;
									padding: 0px;
									margin: 0px;
								}
						
								#pathway ul {
									border: 0px;
									clear: none;
									display: block;
									font-size: 11px;
									list-style-type: none;
									padding: 0px;
									margin: 0px;
									width: 500px;
								}
								
									#pathway li {
										color: #777777;
										display: inline;
										padding: 0px;
										margin: 0px;
									}
									
							#textWrap {
								min-height: 400px;
								padding: 20px;
							}
							
								#guestbook {
									color: #223c3c;
								}
								
									#guestbook button {
										color: #777777;
										cursor: pointer;
									}
								
									#guestbook input, #guestbook textarea {
										border: 1px solid #DDDDDD;
										color: #999999;
										overflow: auto;
										padding: 0px;
										margin: 0px;
										width: 250px;
									}
									
									#guestbook p {
										margin-top: 0px;
										text-align: right;	
									}
									
									#guestbook div {
										border-bottom: 2px dashed #EFEFEF;
										margin-bottom: 50px;
									}
									
									#guestbook form div {
										border: 0px;
									}
							
								#sitemap a {
									text-transform: capitalize;
								}
							
									#sitemap a:hover {
										color: #223c3c;
										text-decoration: underline;
										text-transform: capitalize;
									}
								
								#sitemap h4 {
									text-transform: uppercase;
								}
								
							#textBottom {
								background-image: url('../img/textBottom.png');
								background-position: top left;
								background-repeat: no-repeat;
								float: left;								
								height: 15px;
								width: 550px;
							}
						
							#toolbar, #tool_buttons {
								background: #444444;
								color: #AAAAAA;
							}
						
							#toolbar ul, #tool_buttons ul {
								display: inline;
								list-style-type: none;
							}
							
								#toolbar ul li, #tool_buttons ul li {
									display: inline;
									margin: 0px;
									padding-left: 10px;
								}
								
								#toolbar a, #tool_buttons a {
									color: #DDDDDD;
								}
							
									#toolbar a:hover, #tool_buttons a:hover {
										color: #FFFFFF;
									}
									
							#toolbar span, #tool_buttons span {
								display: block;
								float: right;
								padding-right: 10px;
							}
							
							#searchResults * {
								font-size: 12px;
								line-height: 15px;
								margin: 0px;
								padding: 0px;
							}


						#sendEmail {
							background-color: #3C3C1C;	
							border: 1px solid #FFFFFF;
							display: none;
							height: 195px;
							left: 0px;
							position: absolute;
							top: 0px;
							width: 360px;
							z-index: 29999;
						}
						
							#sendEmail #closeEmail {
								background-color: #252515;
								clear: none;
								color: #FFFFFF;
								cursor: pointer;
								display: block;
								font-weight: bold;
								height: 16px;
								margin: 3px;
								padding: 2px;
								position: absolute;
								right: 0px;
								text-align: center;
								top: 0px;
								width: 40px;
							}
							
							#sendEmail form {
								color: #EFEFEF;
								font-size: 12px;
								padding-left: 8px;
							}
							
							#sendEmail h4 {
								background-color: #252515;
								border-bottom: 2px solid #151505;
								color: #FFFFFF;
								font-size: 14px;
								font-weight: normal;
								height: 24px;
								line-height: 22px;
								text-align: center;
							}
							
							#sendEmail input {
								width: 165px;
							}
							
							#sendEmail label {
								clear: none;
								display: block;
								float: left;
								height: 40px;
								width: 175px;
							}
							
							#sendEmail textarea {
								clear: none;
								display: block;
								float: left;
								height: 60px;
								width: 260px;
							}
							
							#sendEmail button {
								background-color: #252515;
								clear: none;
								color: #FFFFFF;
								cursor: pointer;
								display: block;
								float: left;
								font-size: 14px;
								height: 62px;
								margin-left: 10px;
								width: 70px;
							}
												
						#window {
							background-color: #195969;
							color: #FFFFFF;
							height: 100px;
							left: 0px;
							margin: 0px;
							opacity: .9;
							overflow: auto;
							padding: 10px;
							position: absolute;
							top: 0px;
							width: 620px;
							z-index: 9999;
						}
						
							#window h3 {
								border-bottom: 3px solid #ffffff;
								color: #FFFFFF;
								margin: 0px;
								margin-bottom: 10px;
								font-size: 24px;	
							}
						
							#window p {
								color: #FFFFFF;
								font-size: 16px;
							}
							
							#window #buttons {
								bottom: 0;
								position: absolute;
							}
							
								#window #buttons span {
									background-color: #223c3f;
									cursor: pointer;
									float: right;
									font-size: 16px;
									line-height: 24px;
									margin-bottom: 5px;
									padding-left: 10px;
									padding-right: 10px;
								}
								
									#window #buttons span:hover {
										background-color: #397989;
									}
								
									#window #buttons img {
										vertical-align: middle;
									}

						#footer {
							clear: both;
							color: #AAAAAA;
							height: 38px;
							font-size: 12px;
							line-height: 38px;
							text-align: right;
							width: 960px;
						}
						
							#footer div {
								clear: none;
								display: block;
								float: right;
								margin-right: 20px;
							}
							
							#footer p {
								clear: none;
								color: #e2d6b6;
								display: block;
								float: left;
								margin-left: 20px;
								text-align: left;
							}
							
							#footer a {
								color: #e2d6b6;
							}
						
								#footer a:hover {
									color: #FFFFFF;
								}
						
						#copyright {
							color: #FFFFFF;
							display: block;
							font-size: 11px;
							padding-bottom: 20px;
							padding-top: 20px;
							padding-right: 20px; 
							text-align: center;
						}
							
							#copyright a {
								color: #FFFFFF;
							}
