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

body {
	background-color: #666666;
	color: #CCC;
	font-family: "Copperplate Gothic Bold", Copperplate, "Times New Roman";
	margin: 0px;
	padding: 0px;
}
#container {
	width: 980px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
}
h1 {
	margin: 0px;
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	height: 89px;
	background-color: #666;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header address {
	text-align: right;
	font-style: normal;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0px 0px 20px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
#header ul#menu {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 580px;
}
#header #menu li {
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#header #menu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 13px;
	padding-left: 13px;
}
#header #menu a:hover {
	color: #999;
}

#main {
	padding: 0px;
	margin-top: 20px;
	margin-right: 342px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main h2 {
	font-weight: normal;
	font-size: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main p {
	font-size: 0.9em;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
#main address {
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#main a {
	color: #FFF;
}
#main a:hover {
	color: #CCC;
	text-decoration: none;
}


#main table {
	width: 400px;
	margin-top: 20px;
}
#main th , #main td{
	text-align: left;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#main td {
	color: #FFF;
}

#main tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#footer {
	background-color: #27313A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 10px;
}
#footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 30px;
	padding-left: 5px;
}
.white {
	color: #FFF;
}
img.interior {
	border: 1px solid #999;
	margin-right: 1px;
	margin-left: 1px;
	float: right;
	margin-top: 1px;
	margin-bottom: 1px;
}
.clear {
	clear: both;
}
.small {
	font-size: 0.8em;
	font-weight: normal;
}
#iis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCC;
	width: 980px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	text-align: right;
}
#iis a {
	color: #CCC;
	text-decoration: none;
}
#iis a:hover {
	color: #FFF;
	text-decoration: underline;
}

.notice {
	border: solid 2px #ddd;
    border-radius: 10px;
    padding: 10px 15px;
    background-color: #364450;
}

.booking-button{
	border: solid 2px #4b7822;
    border-radius: 5px;
    display: block;
    width: 400px;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    background-color: #2ba415;
    font-weight: bold;
    text-decoration: none;
}
.booking-button:hover{
    background-color: #1e770e;
}