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

body {
	background: #000;
	color: #999;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

div.content {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 486px;
	margin: 100px auto;
}

#homepage {
	background: url(../images/01.jpg) 0 0 no-repeat;
}

#inside {
	background: url(../images/bg.gif) 0 0 no-repeat;
}

div.menu {
	position: absolute;
	top: 377px;
	left: 0;
	width: 800px;
	height: 109px;
	margin: 0 auto;
}

#front-menu {
	background: url(../images/02n.jpg) 0 0 no-repeat;
}

#inside-menu {
	background: url(../images/02n.gif) 0 0 no-repeat;
}

#foot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 800px;
	height: 31px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

#main {
	position: relative;
	width: 800px;
	height: auto;
	top: 0;
	padding: 0;
}

#contentboxouter {
	position: absolute;
	top: 136px;
	left: 0;
	width: 798px;
	height: 230px;
	z-index: 9999;
	overflow: auto;
	border: none;
}

#contentboxinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9999;
	border: none;
}

#contentboxinner p, table.info td, th {
	font-size: 13px;
	margin-bottom: 1.2em;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21pt;
	font-weight: normal;
	margin: 0.3em 10px 0 30px;
	color: #e12a45;
}

h2, li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 1em 0 1em 30px;
	font-weight: bold;
	color: #e89b95;
}

h3 {
	margin: 1em;
	font-size: 13px;
	font-weight: normal;
}

h4 {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	margin: 12px 0 0 0;
}

h5 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin: 0.7em 0 1.1em 0;
}

p {
	margin: 1em 10px 1em 30px;
	font-size: 16px;
	text-align: left;
	color: #ccc;
}

p.small {
	margin: 0.5em 0 0 30px;
	font-size: 13px;
}

p.nomargin {
	margin-bottom: -21px;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #e12a45;
}

a {
	color: #e12a45;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
}

a:active {
	color: #ccc;
}

a:visited {
	color: #e12a45;
}

a:hover {
	color: #fff;
}

img {
	padding: 0;
	margin: 0;
	clear: both;
	border: none;
}

img.head {
	margin: 25px 0 0 30px;
}

img#logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 34px;
	margin: 27px 11px 0 0;
	z-index: 9999;
}

.menu ul {
	margin: 0 0 0 48px;
	padding: 0;
	height: 91px;
}

.menu ul li {
	height: 91px;
	border: none;
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}

.menu ul li.about {
	background: url(../images/about.png) 0 0 no-repeat;
}
.menu ul li.about:hover {
	background: url(../images/about.png) 0 -98px no-repeat;
}

.menu ul li.gallery {
	background: url(../images/gallery.png) 0 0 no-repeat;
}
.menu ul li.gallery:hover {
	background: url(../images/gallery.png) 0 -98px no-repeat;
}

.menu ul li.available {
	background: url(../images/available.png) 0 0 no-repeat;
}
.menu ul li.available:hover {
	background: url(../images/available.png) 0 -98px no-repeat;
}

.menu ul li.info {
	background: url(../images/info.png) 0 0 no-repeat;
}
.menu ul li.info:hover {
	background: url(../images/info.png) 0 -98px no-repeat;
}

.menu ul li.links {
	background: url(../images/links.png) 0 0 no-repeat;
}

.menu ul li.links:hover {
	background: url(../images/links.png) 0 -98px no-repeat;
}

.menu ul li.contact {
	background: url(../images/contact.png) 0 0 no-repeat;
	margin-right: 0;
}

.menu ul li.contact:hover {
	background: url(../images/contact.png) 0 -98px no-repeat;
	margin-right: 0;
}

/* GALLERY
======================================== */

#galleryleft {
	position: absolute;
	left: 16px;
	top: 72px;
	width: 400px;
	height: 300px;
	border: none;
	padding: 0;
}

#galleryright {
	position: absolute;
	top: 72px;
	left: 421px;
	width: 380px;
	height: 300px;
	margin: 0;
	padding: 0;
	border: none;
}

img.mainphoto {
	width: 396px;
	height: 296px;
	margin: 0;
	border: solid 2px #666;
}

.thumbNormal {
	border: 2px solid #666;
	width: 86px;
	height: 68px;
	margin: 0 0 1px 0;
}

.thumbSelected {
	border: 2px solid #ccc;
	width: 86px;
	height: 68px;
	margin: 0 0 1px 0;
}

.thumbNormal:hover {
	border: solid 2px #e12a45;
}

table.info {
	width: 730px;
	margin: 1em 0 0 30px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px;
}

table.info th {
	background: #666;
	color: #ccc;
	padding: 2px 2px 2px 4px;
	text-align: left;
}

table.info td {
	color: #ccc;
	padding: 2px 2px 2px 4px;
}

table.info tr.alt {
	background: #333;
}

table.links {
	width: 790px;
	border: none;
	border-collapse: collapse;
	margin: -3px 0 0 10px;
}

table.links td {
	width: 50%;
	vertical-align: top;
	border: none;
	border-bottom: solid 2px #666;
}

table.links td.centred-td {
	text-align: center;
	border: none;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

ul.links {
	margin: 21px 0 23px 24px;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul.links li {
	background: url(../images/bullet.gif) 0 9px no-repeat;
	margin: 0;
	padding: 0 0 0 1em;
	color: #999;
	line-height: normal;
}

ul.links li.available {
	margin: 0 0 0 1em;
	color: #999;
	line-height: 1.5em;
}

hr {
	border: none 0;
	border-top: 2px solid #666;
	height: 2px;
	color: #666;
	background-color: #000;
	width: 790px;
	margin: 0 0 0 10px;
}
