@charset "utf-8";
/*	CSS Document 
	© Copyright CudaWeb.co.uk - any use without written permission will result in legal action.
*/

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

html{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
a {
	text-decoration: none;
}


body {
	background-color:#161616;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #CCC;
}

h1, h2 {
	font-family: 'IM Fell English SC', serif;
	font-size: 30px;
	margin-bottom: 20px;
}

h3 {
	font-family: 'IM Fell English SC', serif;
	font-size: 21px;
	margin-bottom: 14px;
}

#content p {
	font-size: 16px;
	color: #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}


#content a {
	text-decoration: none;
	color: #C00;
	
}

#content a:hover {
	color: #fff;
}
#content img {
	margin-bottom: 15px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	margin-left: 60px;
	padding: 15px 0px;
	margin-bottom: 15px;
}

#footer a {
	color: #717171;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
#formWrap #contact_form .error, #formWrap #reservation .error {
	background-color: #900;
}
#formWrap #submit {
	width: 120px;
	float: right;
	height: 44px;
}
#formWrap form .form-input {
	background-color: #232323;
	width: 100%;
	border: 1px solid #444444;
	padding: 4px;
	font-size: 16px;
	color: #C90;
	margin-bottom: 10px;
}


#formWrap form .form-input:focus {
	background-color: #131313;
}
#formWrap form .form-input:hover {
	border: 1px solid #555555;
}
#formWrap form p .form-input {
	font-family: Arial, Helvetica, sans-serif;
}


#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 93px;
	width: 239px;
	display: block;
	margin-left: 20px;
}

#nav {
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 20px;
}



#nav ul {
	list-style-type: none;
	text-decoration: none;
}
#nav ul li{
	float: right;
	background-repeat: repeat;
	padding: 10px 20px;
	margin-left: 2px;
	background-color: #151515;
	color: #bbbbbb;
	text-decoration: none;
}

#nav ul li:hover {
	background-color: #1f1f1f;
}
#nav ul li.current_page{
	color: #FFF;
	background-color: #C00;
}
#nav ul li a {
    color: white;
}

#out_wrap {
	width: 960px;
	margin: 0px auto;
}
.bg_pattern {
	background-image: url(../images/img-pattern.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

 
.clear {
    clear: both;
}
.clear_L {
	clear: left;
}

.body_border {
	padding: 40px;
	background-image: url(../images/bg_opacity.png);
	background-repeat: repeat;
}

.box_sm {
	width: 235px;
}
.box_med {
	width: 520px;
}
 
.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.error {
	color: #C00;
}



.float_R {
	float: right;
}
.float_L {
	float: left;
}

.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}

.line-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #444444;
	padding-right: 40px;
}
.line {
	border-bottom: #444444 solid 1px;
	clear: both;
	padding-top: 30px;
	margin-bottom: 35px;
}


.margin_center {
	margin: 0px auto;
}
.margin_R-med {
	margin-right: 40px;
}

.margin_top-small {
	margin-top: 20px;
}
.outer_border {
	background-image: url(../images/bg_opacity.png);
	background-repeat: repeat;
	padding: 20px;
}

.padding_lft-med {
	padding-left: 30px;
}
.txt-red {
	color: #C00;
}
.txt-gold {
	color: #C90;
}
