@charset "utf-8";
/* CSS Document */

body
{
	background: #f8f5f3 url(../images/grad.jpg) repeat-x top;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #251709;
	margin: 0 auto;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 12pt;
}

a
{
	text-decoration: none;
	color: #251709;
}

img
{
	border: none;
}

.wrapper
{
	width: 938px;
	padding-top: 0px;
	margin: 0 auto;
	text-align: left;
}

.header
{
	background: url(../images/head.png) no-repeat;
	width: 902px;
	height: 304px;
	margin-left: 13px;
}

.footer
{
	background: url(../images/foot.png) no-repeat;
	margin-left: 2px;
	width: 929px;
	height: 80px;
	float: left;
	color:#fff;
	font-size: 8pt;
	color:#fff;
	text-align: center;
}

.leftcol
{
	width: 232px;
	float: left;
}

.rightcol
{
	width: 620px;
	float: right;
	margin-right: 18px;
	height: 100%;
	padding: 20px;
}

.rightcol td
{
	padding: 5px;
}

.rightcol td img
{
	border: solid 2px #e4e4e5;
}

.row
{
	background-color: #efe6d6;
}

.mainimg
{
	margin: 15px 15px 0 15px;
	border: 5px solid #eee6d5;
}

.floor
{
	width: 550px;
	margin-top: -30px;
}

.floor td
{
	vertical-align: top;
	text-align: left;
}

.floor td img
{
	border: 1px dotted #eee;
	padding: 10px;
}

.content
{
	float: left;
	background: url(../images/body.png) repeat-y;
	width: 927px;
	min-height: 500px;
}

.bookingfrm
{
	margin-left: 35px;
	margin-top: 50px;
}

.logos
{
	vertical-align: middle;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.logos img
{
	margin-bottom: 10px;
}

.Option3Footer
{
	font-size: 8pt;
}

.contact td
{
	padding-bottom: 10px;
}

.contactleft
{
	vertical-align: top;
	padding-right: 10px;
}

.map
{
	background: #eee;
	padding: 10px;
	width: 550px;
	margin: 0 auto;
	border: solid 1px #e4e4e5;
}

.quote
{
	font-style: italic;
	color: #513413;
	padding: 0 45px 10px 15px;
	text-align: center;
	width: 570px;
	float: right;
}

.topquote
{
	font-style: italic;
	color: #513413;
	padding: 0 15px 10px 15px;
	text-align: center;
	width: 570px;
	margin-top: -5px;
}

.cancel
{
	padding-right: 30px;
}

.cancel li
{
	padding-bottom: 10px;
	list-style-type:circle;
}
.rooms
{
	width:600px;
}
table li, p
{
	font-size: 12px;
}

.gallery
{
	margin-left: 50px;
}

.gallery img
{
	margin: 5px;
	border: solid 5px #eee;
}

.clearFix
{
    line-height:0;
    height:0;
    clear:both;
    padding:0;
    margin:0;
    font-size:0;
    border:none;
}

/* MENU */

.menu
{
	width: 200px;
	height: 160px;
	margin-bottom: 30px;
	padding: 20px 0 0 10px;
}

.menu ul
{
	list-style-image: url(../images/left-menu.png);
}

.menu a:hover
{
	color: #e2ae44;
}

.menu ul ul
{
	margin-left: 0px;
}

.menu li
{
	line-height: 20px;
	padding: 1px 0 1px 0;
}

.menu li li
{
	border: none;
}

/* BOTTOM NAV */

#botNav
{
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
	padding-top: 25px;
}

#botNav ul
{
	float: right;
}

#botNav li
{
	display: inline;
}

#botNav li a
{
	padding-right: 5px;
	color: #fff;
	text-decoration:none;
	float:left;
}

#botNav a
{
	color: #fff;
}

#botNav a:hover
{
	text-decoration: underline;
}

