@charset "utf-8";
/* CSS Document */

<style type="text/css">

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606060;
}
body {
	margin: 0;
	padding: 1.5em;
	border: 30px #5D7D9B ridge;
	color: #FFFFFF;
	background-color: #D56001;
	
}	


	
body html{
	scrollbar-face-color: #99ccff;
	scrollbar-shadow-color: #ccccff;
	scrollbar-highlight-color: #ccccff;
	scrollbar-3dlight-color: #99ccff;
	scrollbar-darkshadow-color: #ccccff;
	scrollbar-track-color: #ccccff;
	scrollbar-arrow-color: #000033;

}

}
.images {
	padding: 3px;
	border: 1px double #5D7D9B;
}

.maintext {
	font-size:14;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
.maintext2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	color: #fff;
}
.maintext_header {
	font-size:14;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F8E4C3;
}
.terms_and_conditions {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#606060;
}
h1 {
	font-size: 14px;
	color: #444444;
}
.footer_headings {
	font-size: 11px;
	color: #D45F00;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #F7E9C6;
}
.quotes {
	font-family: "Trebuchet MS", Georgia, Calibri, sans-serif;
	font-size: 14px;
	color:#fff;
}
.names {
	color: #D45F00;
	font-size: 14px;
}
.firstletter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D45F00;
}

a:hover {
	color: #F7E9C6;
}

.room_headings {
	color: #F8E4C3;
	font-size: 20px;
	font-weight: bold;
}

</style>
images {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #5D7D9B;
	border-bottom-color: #5D7D9B;
}
.leftfloat {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}
#tableprices table {
	border: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

#tableprices table, th, td {
	border: thin solid #FFFFFF;
	border-collapse: collapse;
}
#tableprices th {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #6E90AB;
}
#tableprices table tr {
	background-color: #AABAC6;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
#tableprices td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#tableprices table tr:hover {
	background-color: #D56001;
	color: #FFFFFF;
}

#tableprices {
	text-align: center;
}
.guest_names {
	color: #CCCCCC;
	font-weight: bold;
}
.cursor {
	cursor: pointer;
}
.special-offer-text {
	color: #FFFF00;
	font-weight: bold;
}
#image-gallery{
width:1250px;
height:1000px;
padding:20px;
margin:0 auto;

}

ul.gallery {
			list-style: none;
			margin: 0 0 10px 0;
		}

			ul.gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
			}

				ul.gallery a {
					padding: 2px;
					display: block;
					border: 2px #000 solid;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					line-height: 0;
				}

				ul.gallery a:hover { border: 2px #999 solid; }

/* ------------------------------------------------------------------------
	Gallery
------------------------------------------------------------------------- */

	.gallery a {
		background: none !important;
		border: 1px #000 solid;
		display: block;
		height: 100%;
		padding: 2px !important;
		width: 100%;
	}
	
		.gallery a:hover { border-color: #1799A9; }
