@charset "utf-8";

/* CSS reset */

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;
	vertical-align: baseline;
}

img, div, a {behavior: url(iepngfix.htc);
}

body {
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#content-holder {
	margin-left: 0;
	margin-right: 0;
	width:960px;
	margin: auto;
}

#top-border {
	background-image:url(../images/header.jpg);
	height:47px;
	background-repeat:no-repeat;
	background-position:top;
	}

#header {
	width:960px;
	height:50px;
	}
	
#main-body {
	width:960px;
	min-height:500px;
	height: auto !important;	
	height:500px;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-y;
	}

#left-col {
	float:left;
	width:430px;
	padding:0 30px 0 35px;
	text-align:right;
	}
	
#logo {
	float:left;
	width:490px;
	padding-left:40px;
	}

#youngs {
	float:left;
	width:390px;
	padding-right:40px;
	text-align:right;
	}

#bottom-border {
	float:left;
	width:920px;
	background-image:url(../images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:87px;
	text-align:right;
	padding-right:40px;
	}

#footer-holder {
	display:inline;
	float:left;
	margin-left: 0;
	margin-right: 0;
	height:33px;
	width: 920px;
	padding:10px 20px 0 20px;
}

#footer-left{
	width:700px;
	height:60px;
	float:left;
	display: inline;
	float: left;
	text-align:left;
	}

#footer-right {
	width: 200px;
	height: 60px;
	display: inline;
	float: left;
	text-align:right;
	}

#nav-holder {
	width:420px;
	padding-left:10px;
	float:left;
	height:250px;
	}

#main-image-holder {
	float:left;
	padding-bottom:20px;
	}

#left-col-bottom {
	float:left;
	width:425px;
	text-align:right;
	}

.nav-seperator {
	padding:5px 0;
	}

.menu-seperator {
	padding:8px 0;
	}

#content {
	padding:10px;
	width:400px;
	float:left;
	}
	
.break-clear {
	clear:both;
}

#flashbtn1 {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	}

#flashbtn2 {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	}

#flashbtn3 {
	float:left;
	padding-bottom:10px;
	}
#flashbtn4 {
	float:left;
	padding-right:10px;
	}
#flashbtn5 {
	float:left;
	padding-right:10px;
	}

/**************************************** Fonts *****************************************/

.footer-link {
	color: #3b3b3b;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff4de;
	}

.footer-address {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff4de;
	}

.prop-link {
	float: right;
	color: #fff4de;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

h1 {
	color:#381800;
	font-size:26px;
	padding-bottom:10px;
	text-transform:uppercase;
	}
	
.menu-title {
	color:#381800;
	font-size:24px;
	text-transform:uppercase;
	}

.menu-btns {
	font-family:Arial, Helvetica, sans-serif;
	color:#381800;
	font-size:16px;
	padding-bottom:10px;
	text-transform:uppercase;
	text-decoration:none;
	}

.menu-btns:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#a7775e;
	font-size:16px;
	padding-bottom:10px;
	text-transform:uppercase;
	text-decoration:none;
	}

a.nav-item {
	font-weight:normal;
	display:inline;
	text-align:left;
	text-transform:uppercase;
	font-size:14px!important;
	text-decoration: none;
	color:#000000;
	padding-left:0;
	padding-right:20px;
	}

a.nav-item:hover, a.over {
	font-weight:normal;
	display:inline;
	text-align:left;
	text-transform:uppercase;
	font-size:14px!important;
	text-decoration: none;
	color:#9b6448;
	padding-left:5px;
	padding-right:20px;
	}

a {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 10px 5px 0px;
	}


/**************************************** CSS forms *****************************************/

.button 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #851911;
	padding:5px 10px;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}

.link {
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
}

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

label {
	width: 120px;
	float: left;
	display: inline;
}

#forename {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
	width:250px;
}

#surname {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
	width:250px;
}

#email {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
	width:250px;
}

#phone {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
	width:250px;
}

#reservation-guests {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
}

#comments {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
	width: 250px;
}

.formdropdown {
	background: #ffffff;
	border: 1px solid #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625c50;
}
