@charset "utf-8";
/* CSS Document */

body {
	background-color: #E7D9D8;
	background-image: url(images/red-bar.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
#topbar h1 {
	margin: 0px;
	color: #FFF;
	font-size: 0.8em;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topbar address {
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	font-size: 1.1em;
	padding-top: 6px;
	padding-bottom: 6px;
}
#topbar address a {
	color: #E9D1D1;
	text-decoration: underline;
}
#topbar address #phone {
	color: #E9D1D1;
}
#container1 {
	border: 4px solid #FFF;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	background-color: #804040;
	position: relative;
	z-index: 2;
}
#container2 {
	border: 4px solid #804040;
	margin-right: auto;
	margin-left: auto;
	background-color: #EAEAEA;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
}
#header {
	background-color: #FFF;
	border: 1px solid #999;
	background-image: url(images/headers/index.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 377px;
}
#menu {
	display: block;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 345px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#menu li a:hover {
	color: #CCC;
}
#content h2 {
	color: #7F3F3F;
	font-size: 1.3em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content h3 {
	font-size: 1em;
	color: #804040;
	padding-top: 12px;
	padding-bottom: 12px;
}
#content p {
	font-size: 0.9em;
	padding-bottom: 10px;
	line-height: 1.3em;
}
#content a {
	color: #804040;
	text-decoration: underline;
}
#content a:hover {
	color: #900;
	text-decoration: none;
}

#content ul {
	margin-left: 20px;
	list-style-type: disc;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
#content address {
	color: #333;
	font-weight: bold;
	font-style: normal;
	line-height: 25px;
}
.imagebox {
	font-size: 0.9em;
	font-style: italic;
	color: #333;
	text-align: center;
	width: 292px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #999;
}
.imagebox img {
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
.right {
	float: right;
	margin-left: 5px;
}
.left {
	float: left;
	margin-right: 5px;
}



#gallery a img {
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: -1px;
}
#gallery a:hover img {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#prices .roomtype{
	float: left;
	width: 245px;
}
li .roomtype{
	float: left;
	width: 275px;
}

#footer {
	margin-top: -25px;
	position: relative;
	padding-top: 25px;
	z-index: 1;
	background-image: url(images/red-bar.gif);
	background-repeat: repeat;
	margin-bottom: 30px;
}
#footer address {
	font-style: normal;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer #iis {
	color: #C68C8C;
	font-size: 0.9em;
	padding-top: 50px;
	text-align: right;
}
#footer #iis a {
	color: #C68C8C;
	text-decoration: none;
}
#footer #iis a:hover {
	color: #FFF;
}

