@charset "UTF-8";
body {
	margin: 0px;
	background-color: #4096ee;
	background-image: url(images/bg.png);
	background-position: top;
	background-repeat: no-repeat;
	font-family: "Tahoma";
	font-size: 10px;
	color: black;
}
a, a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #005db7;
	text-decoration: underline;
}
strong {
	color: #373737;
}
.color1 {
	color: #6c0000;
}
.color2 {
	color: #8c99a6;
}
.content_area {
	width: 542px;
	margin-left: 45px;
	float: left;
}
.sidebar {
	width: 310px;
	margin-left: 55px;
	float: left;
}
img {
	border: none;
}
.roomblock {
	border: 3px solid #e3effb;
}
.roomblock:hover {
	border: 3px solid white;
	background-color: #e3effb;
}
.roomblock a:visited {
	text-decoration: none !important;
}
.roomnumber {
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.roomtype {
	background-color: #e3effb;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px;
}
/*****GALLERY START****/
.gallery_item {
	border: 1px solid black;
	background-color: #382f25;
	text-align: center;
	width: 300px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	vertical-align: middle;
	padding-top: 6px;
	display: block;
}
.gallery_item:hover {
	border: 1px solid #312a24;
	background-color: #4c413a;
}
.galleryimageone {
	float: left;
	width: 98px;
	height: 98px;
	margin-right: 4px;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}
.galleryimagetwo {
	float: left;
	width: 90px;
	height: 70px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}
.galvids {
	width: 440px;
	float: left;
	margin-bottom: 15px;
}
/*****GALLERY END****/