html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
* {

	margin: 0;

	padding: 0;

}

body {
	background: #FFFFFF url(images/body_bg.jpg) repeat-x;
   font : 76%/1.7 Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

h1, h2, h3, h4 {
	color: #a80000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	letter-spacing: 0.04em;
}
h1.home {
	margin-bottom: 2px;
}
h2 {
	font-size: 1.5em;
	letter-spacing: 0.03em;
}

h3 {
	font-size: 1.4em;
}
h3.rooms {
	background: #f7f7f0;
	padding: 3px 10px;
	border: 1px solid #edebd5;
	font-size: 1.5em;
	letter-spacing: 0.03em;
	margin-bottom: 12px;
}
h4 {
   margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #666;
	font-variant: small-caps;
}
h4.warning {
	font-size: 1.4em;
	letter-spacing: 0.02em;
	border: 1px solid #cc0000;
	padding: 10px;
	width: 400px;
   margin-bottom: 20px;
}
h5 {
	font-style: italic;
	font-weight: normal;
	color: #8f8f8f;
	margin-bottom: 2px;
	font-size: 0.95em;
}

p {
	margin-bottom: 20px;
	line-height: 1.8em;
}
p.formlabel {
	margin-bottom: 10px;
	font-size: 0.9em;
}
p.list {
	margin-bottom: 7px;
}
p.indent {
	margin-left: 40px;
}
.subhead {
	margin-bottom: 7px;
}

ul, ol {
	margin: 0 10px 20px 20px;
}

blockquote {
	text-align: center; 
	margin: 20px 0 20px 0;
}
blockquote.link {
	padding: 20px 0;
	border-top: 1px solid #e7e5ca;
	border-bottom: 1px solid #e7e5ca;
	margin: 40px 0; 
}
blockquote p {
   margin-bottom: 3px;
   font-family: Palatino, Georgia, "Times New Roman", serif;
   font-size: 1.7em;
   font-style: italic;
   letter-spacing: 0.06em;
   line-height: 1.5em;
}

blockquote h5 {
	font-style: italic;
	font-weight: bold;
	color: #828282;
	font-size: 0.9em;
	text-align: right;
	line-height: 1.3em;
	padding-right: 10px; 
}

a:link, a:visited {
	color: #174e9e;
   text-decoration: none;
   letter-spacing: 0.03em;
}

a:hover {
	text-decoration: underline;
	color: #3333cc;
}

a.more {
	font-variant: small-caps;
	font-size: 1.1em;
}

img {
	border: 1px solid #e7e5ca;
	padding: 3px;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}
img.noframe {
	border: none;
}
table{border-collapse:collapse;border:solid 1px #e7e5ca;margin:5px 15px 10px 0;width: 100%;}
th{font-weight:normal;font-size:13px;font-style:italic;padding:0.1em 3px;vertical-align:bottom;}
td{font-size:13px;padding:0.3em 0.4em;vertical-align:top;}
tr{border-bottom: 1px solid #e7e5ca;}
thead{border-bottom:1px solid #e7e5ca;background:#f7f7f0;}
tr.odd{
	background: #f7f7f0;
}
form {
	margin: 10px 0 30px 0;
}
fieldset {
	margin: 0 10px 10px 0;
	padding: 0 10px 5px 10px;
	border: 1px solid #d1d1d1;
}
form#feedback fieldset {
	padding-top: 10px;
}
fieldset p {
	padding-left: 5px;
	font-size: 1em;
}
legend {
	margin-left: 0;
   padding-left: 0;
	margin-bottom: 5px;
	color:#a80000;
	font-size:1em;
}
label {
	display: block;
	font-size: 0.9em;
	text-align: right;
	padding-right: 15px;
}

form#booking label, form#feedback label {
	float: left;
	width: 14em;
}
form#feedback label {
	width: 8em;
}
form#feedback p span.warning {
	margin-left: 9em;
}
form#booking p span.warning {
	margin-left: 14em;
} 
input.text {
	display: inline;
	width: 240px;
	margin-bottom: 5px;
}
input.text#guests, input.text#executive, input.text#deluxe, input.text#standard, input.text#single {
	width: 40px;
	margin-bottom: 15px;
}
input.text#single {
	margin-bottom: 0;
}

input:focus, textarea:focus {
	background: #f7f7f0;
}
input.radio {
	width: auto;
	float: left;
	margin-right: 1em;
	margin-top: 0;
}
form #block p {
	visibility: hidden;
	display: none;
}
#acknowledge {
	margin: 30px 0 50px 0;
}
.submitarea {
	margin: 0 0 10px 25px;
}
.warning {
	color: #cc0000;
}
span.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #333;
	letter-spacing: 0.04em;
}

span.intro {
	font-size: 0.75em;
	color: #828282;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* Menu */


#menu {
	width: 990px;
	height: 55px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}


#menu ul {
	margin: 0;
	margin-left:231px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	height: 45px;
	padding: 20px 16px 0 16px;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #8f8f8f;
}

#menu a:hover {
	background: #f6f6ee;
	color: #666;
}

#menu a.active {
	background: #f6f6ee;
	color: #666;c
}
#menu a:hover.active {
   cursor: default;
}

/* Header */

#header {
   position:relative;
   display: block;
	width: 990px;
	height: 270px;
	margin: 0 auto;
	background-color:#fff;
	padding: 0;
}
#header img {
	border: none;
	padding: 0;
}

#header-img { 
   position: absolute;
   top: 0;
   left: 230px;
}
#logo {
   width: 230px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo img {
	padding: 70px 0 0 17px;
}


#header h2 {
position:absolute; width:190px; text-align:center;
left: 17px; 
top: 185px;
line-height: 1.3em;
color: #777;
font-size: 14px;
}



/* Page */

#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}



/* Content */
#subleft {
	float: left;
	width: 225px;
	padding: 50px 0 20px 5px;
}

#subleft img {
   margin: 10px 0;
}

#content {
   float: right;
	width: 740px;
}
#main, #main_wide {
	width: 460px;
	display: inline;
	float: left;
	padding: 45px 0 20px 0;
	margin-left: 20px;
}
#main_wide {
	width: 650px;
}

#main ul li {
	padding: 0 0 12px 20px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0 4px;
}
#main ul.breakfast li {
	padding-bottom: 3px;
}
#main .feature {
	margin-bottom: 20px;
}
#main .feature h5, #main .feature h4 {
	margin-left: 10px;
}
#main .feature h4 {
	margin-bottom: 7px;
}
#main .feature p {
	line-height: 1.6em;
	margin-bottom: 10px;
	padding-left: 10px;
}
#main .feature p.end {
	margin-bottom: 25px;
}
#main .feature img {
	margin: 0 10px 10px 10px;
	float: left;
}
#main .feature ul li {
	padding-bottom: 3px;
}
#sub {
	width: 220px;
	float: right;
	margin: 30px 0 20px 20px; 
}

#sub .sidebar, #subleft .sidebar {
   width: 200px;
   padding: 20px 10px 0 10px;
   background:#f7f7f0 url(images/left_bg.gif) no-repeat top left;
   margin: 35px 0 25px 0;
   line-height: 1.6em;
   text-align: center;
   color:#666;
}

.sidebar p {
	margin-bottom: 12px;
}
.sidebar p.final {
	margin: 0 -10px;
	padding: 0 10px 20px 10px;
	background: url(images/left_bg_end.gif) no-repeat left bottom;
}


/* Footer */

#footerwrap {
   width: 100%;
	clear: both;
	padding: 20px 0;
	background: #fff url(images/footer_bg.jpg) repeat-x;
}

#footer {
	width: 990px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	background: none;
}
#footer .address p {
	line-height: 1.4em;
	margin-bottom: 12px;
}
#footer .address h5 {
	line-height: 1.3em;
	font-size: 0.9em;
}
#footer span.name {
	font-size: 1.4em;
}
.address {
	width: 450px;
	float: left;
	text-align: left;
	font-size: 1.1em;
}
.copyright {
	width: 400px;
	float: right; 
	text-align: right;
}
.copyright h5 {
	margin-top: 10px;
	font-size: 1em;
	font-weight: normal;
}
.copyright p {
	margin-bottom: 10px;
}
.copyright img {
	padding-bottom: 10px;
}
p.design {
	color: #748268;
	font-size: 0.9em;
}
p.design a:link, p.design a:visited {
	color: #748268;
}

/* Floats */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
.clear {
	clear: both;
}
