html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	/*text-align: left;*/
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Layout */

body {
	margin: 0;
	padding: 0;
	background-color: #1e1e1e;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

h1 {
	font-size: 26px;
	color: #9d9974;
	margin-bottom: 15px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

/*img, div { behavior: url(iepngfix.htc) } */

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #9d9974;
	text-decoration: none;
}

/* Styling for main template */

#outer {
	left: 0;
	width: 960px;
}

#container {
	text-align: left;
	margin: auto;
	width: 960px;
	float: left;
	left: 0;
/*	background-color: #00FF00; */
	position: absolute;
}

#logo {
	float: left;
	display: inline;
	width: 960px;
	height: 64px;
	background-color: #383838 ;
	margin-bottom: 16px;
}

#navigation {
	float: left;
	display: inline;
	width: 670px;
	height: 20px;
	padding-top: 19px;
	margin-right: 145px;
	text-align: center
}

#navi-page {
	float: left;
	display: inline;
	width: 143px;
	height: 20px;
	padding-top: 19px;
	margin-left: 2px;
}

#image {
	float: left;
	display: inline;
	width: 837px;
	height: 252px;
	margin-right: 123px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	top:0;
	left:0;
}

#image-overlay {
/*	float: left;
	display: inline; */
	width: 960px;
	height: 252px;
	overflow: hidden;
	left: 0;
	top: 119px;
	position: absolute;
	z-index: 5;
}

#menu-buttons {
	width: 852px;
	height: 28px;
	padding-top: 2px;
	padding-left: 10px;
	overflow: hidden;
	top: 378px;
	position: absolute;
	z-index: 7;
	background-image: url(../images/menu-background.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	left:0;
}

#content {
	float: left;
	display: inline;
	width: 601px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #383838;
	padding: 20px 30px 10px 10px;
}

#content #offers{ padding: 10px 0 0 0; text-align: center; }
#content #offers img{ padding: 0 10px; }

#content-menu {
	float: left;
	display: inline;
	width: 601px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #383838;
	padding: 50px 30px 10px 10px;
}

#buttons-menu {
	float: left;
	display: inline;
	width: 319px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding-top: 50px;
}

#buttons {
	float: left;
	display: inline;
	width: 319px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding-top: 30px;
}

#footer {
	float: left;
	display: inline;
	width: 917px;
	height: 30px;
	margin: 28px 33px 0 0;
	padding: 0 5px;
	background-color: #383838;
	font: 11px/30px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

	#footer a.right {
		float: right;
		display: inline;
		font: 11px Arial, Helvetica, sans-serif;
	}

/*//////////////////////////////////////////////////////*/

.text-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}

.text-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.text-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9d9974;
}

.menu-button {
	font-size: 18px;
	color: #9d9974;
	text-transform: uppercase;
}

.text-nav-on {
	color: #1e1e1e;
}

.nav-pad {
	padding-left: 5px;
	padding-right: 5px;
}

.right-pad {
	margin-right: 25px;
}

.button {
	float: left;
	display: inline;
	margin-bottom: 5px;
}

.form-booking {
	float: left;
	display: inline;
	margin-bottom: 5px;
	width: 264px;
	height: 225px;
	background-color: #272727;
	background-image: url(../images/button-form-footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.form-booking-holder {
	float: left;
	display: inline;
	width: 200px;
	height: 195px;
	padding-left: 15px;
	text-align: right;
	background-color: #272727;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.form-booking-field {
/*	float: left; */
	display: inline;
	width: 115px;
	height: 14px;
	background-color: #3e4040;
	border: solid 1px #5a5a5a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
}

.form-booking-drop {
/*	float: left; */
	display: inline;
	height: 16px;
	background-color: #3e4040;
	border: solid 1px #5a5a5a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
}

.form-hire {
	float: left;
	display: inline;
	margin-bottom: 5px;
	width: 264px;
	height: 225px;
	text-align: left;
}

.form-hire-label {
	float: left;
	display: inline;
	width: 100px;
}

.form-hire-holder {
	float: left;
	display: inline;
	width: 270px;
	height: 195px;
	padding-left: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.form-hire-field {
/*	float: left; */
	display: inline;
	width: 126px;
	height: 14px;
	border: solid 1px #5a5a5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1e1e1e;
}

.form-hire-drop {
/*	float: left; */
	display: inline;
	height: 16px;
	border: solid 1px #5a5a5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1e1e1e;
}

.form-text, .form-text a {
	font: 11px Georgia, Times New Roman, Times, serif;
}

.form-signup {
	float: left;
	display: inline;
	margin-bottom: 5px;
	width: 284px;
	height: 123px;
/*	background-color: #272727; 
	background-image: url(images/button-form-footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat; */
}

.form-signup-holder {
	float: left;
	display: inline;
	width: 201px;
	height: 76px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: right;
	background-color: #272727;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.form-signup-field {
/*	float: left; */
	display: inline;
	width: 126px;
	height: 14px;
	background-color: #3e4040;
	border: solid 1px #5a5a5a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
}

.form-signup-drop {
/*	float: left; */
	display: inline;
	height: 16px;
	background-color: #3e4040;
	border: solid 1px #5a5a5a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
}

.left {
	float: left;
	display: inline;
}

.left-100 {
	width: 100%;
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.text-right {
	text-align: right;
}

.ei6form {
	margin-bottom: 5px;
}

.button1 {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.button2 {
	float: left;
	display: inline;
	margin-left: 55px;
	padding: 0;
}

span.quote{
	font-size:20px;
	color: #9d9974;
}








/** sorry **/

ul#xmas-menus
{
    list-style-type:circle;
    padding-left: 50px;
}

ul#xmas-menus li a
{
    font-size: 130%;
}
