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

body {
	margin: 0;
}

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}

a:link, a:active, a:visited {
	color: #b31701;
	text-decoration: none;
}
a:hover {
	color: #b31701;
	text-decoration: underline;
}

.errors {
	color: #a81182;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

/* Site Container */
#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/* Header Area */
#header {
	width: 900px;
	margin-top: 10px;
	background-image:url(../images/logo-quality-hotel.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	height: 154px;
}
#flash {
	width: 818px;
	float: left;
	border-right: 6px solid #FFFFFF;
}
#sitemap {
	float: right;
	width: 68px;
	background-color: #FFFFFF;
	padding: 20px 0px 10px 8px;
	line-height: 18px;
}
#sitemap a:link, #sitemap a:active, #sitemap a:visited {
	color: #636363;
	text-decoration: none;
}
#sitemap a:hover {
	color: #000000;
	text-decoration: none;
}

/* Middle Content Area */
#mid {
	margin: 10px 0px;
	width: 900px;
}
#menupanel {
	width: 446px;
	float: left;
}
#menu {
	width: 217px;
	float: left;
}
* html .menuright { height: 1%; }
.menuright {
	float: left;
}

.featureimg {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#content {
	width: 370px;
	margin: 0px 0px 0px 456px;
	padding: 25px 27px;
	background-color: #f2f2f2;
}
#content p {
	line-height: 18px;
	color: #000000;
}
#contentsub {
	width: 370px;
	height: 360px;
	margin: 0px 0px 0px 456px;
	padding: 25px 27px;
	background-color: #f2f2f2;
}


.images{
	background-image:url(../images/logo-images.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
#contentsub p {
	line-height: 18px;
	color: #000000;
}
.gallery{
	width:170px;
	text-align:center;
	float:left;
	margin:0 10px 10px 0;
	}

/* Footer Area */
#footer {
	clear: both;
	width: 900px;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}
#footer img {
	margin-bottom: 10px;
}

.footermenu {
	background-color: #959595;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 20px 0px;
	text-align: center;
}
.footermenu a:link, .footermenu a:active, .footermenu a:visited {
	padding: 0px 5px;
	color: #FFFFFF;
}

.footertag {
	text-align: center;
	color: #000000;
	margin-top: 10px;
}
.footertag a:link, .footertag a:active, .footertag a:visited {
	color: #000000;
}
.textoverflow {
	overflow: auto; height: 340px; width: 367px; padding: 0 10px 10px 10px; margin-top: 10px;
}
.textoverflow2 {
	overflow: auto; height: 300px; width: 367px; padding: 0 10px 10px 10px; margin-top: 10px;
}
.textoverflowshort {
	overflow: auto; height: 155px; width: 367px; padding: 0 10px 10px 10px; margin-top: 10px;
}
.borderleft {
	border-left: 1px solid #cccccc;
	padding-left: 25px;}
	
/* form */

form{
	padding:0;
	margin:0;
	}
.form th{
	background-color:#cccccc;
	text-transform:uppercase;
	text-align:left;
	padding:2px;
	}
.form select, .form textarea, .form input{
	font-size:11px;
	color:#808080;
	}
.btn{
	background-color:#e0d7c6;
	border:1px solid #b31701;
	cursor:pointer;
	}