@charset "utf-8";

.inputtext {
	color: #444;
	background-color: #fff;
	font-size: 11px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 1px 3px;
}

.inputtextrequired {
	color: #444;
	background-color: #E4DADB;
	font-size: 11px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 1px 3px;
}	
.inputselect {
	color: #444;
	background-color: #fff;
	font-size: 11px;
	border: #888888 1px solid;
	height: 17px;
	padding: 1px 0px 1px 3px;
	width: 120px;
}	
.inputtextarea {
	color: #444;
	background-color: #fff;
	font-size: 11px;
	border: #888888 1px solid;
}	
.inputtextarearequired {
	color: #444;
	background-color: #E4DADB;
	font-size: 11px;
	border: #888888 1px solid;
}	
.inputbutton {
	color: #444;
	background-color: #fff;
	font-size: 11px;
	cursor: pointer;
	border:  1px solid;
	height: 19px;
	width: 80px;
	font-weight : bold;
}

/* ==================================== */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666; 
	line-height: 1.8em;
}

body#site {
	text-align: center;
	background: url(../images/bodybg.jpg) repeat-x #e3dadb;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 25px;
	color: #666;
	font-weight: normal;
	margin: 25px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e3dadb;
}

h2 {
	font-size: 14px;
	color: #38668a;
	margin: 0 0 10px 0;
	padding: 0 ;
}

h3 {
	color: #666;
	font-size: 12px
}

h1 + p {
	font-size: 17px;
}

a {
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

strong, b, a {	
	color: #f26223;
	font-weight: bold;
}

td {
	font-size: 1em;
}

#topImg {
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/topbg.jpg) repeat-x;
}

#container {
	width: 940px;
	margin: 0 auto 20px auto;
	text-align: left;
	overflow: hidden;
}

	#nav {
		height: 59px;
		margin: 30px 0 26px 0;
		padding: 0;
		list-style: none
	}
	
	#nav li {
		float: left;
	}
	
	#nav a {
		display: block;
		height: 59px;
		float: left;
		background-position: top;
		text-indent: -10001px;
		overflow: hidden;
	}
	
	#nav a:hover {
		background-position: bottom;
		text-decoration: none;
	}
	
		#home a {
			width: 157px;
			background-image: url(../images/home.jpg);
		}
		
		#bar a {
			width: 158px;
			background-image: url(../images/bar.jpg);
		}
		
		#restaurant a {
			width: 157px;
			background-image: url(../images/restaurant.jpg);
		}
		
		#functions a {
			width: 157px;
			background-image: url(../images/functions.jpg);
		}
		
		#gallery a {
			width: 158px;
			background-image: url(../images/gallery.jpg);
		}
		#xmas a {
			width: 158px;
			background-image: url(../images/christmas.jpg);
		}
		
		#contact a {
			width: 153px;
			background-image: url(../images/contact.jpg);
		}
		
	#banner {
		height: 449px;
		padding: 10px;
		background: #fff;
		position: relative;
		margin: 0 0 20px 0;
	}
		
		#logo {
			position: absolute;
			top: 10px;
			left: 10px;
			z-index:9999;
		}
		.xmas {
			right:60px;
			top:20px;
			position:absolute;
			z-index:9999;
		}
		#bannerText {
			width: 450px;
			position: absolute;
			bottom: 10px;
			left: 10px;
			margin: 0;
			padding: 10px;
			background: #fff;
			font-size: 17px;
			z-index:9999;
		}
		
			#bannerText a {
				display: block;
				font-size: 12px;
			}
			
	.homeBox {
		width: 187px;
		margin: 0 0 0 24px;
		background: url(../images/homeBoxBg.jpg) no-repeat;
		float: left;
		padding: 10px 20px 10px 10px;
		font-size: 11px;
		color: #333;
	}
	
		.homeBox p {
			line-height: normal;
		}
	
		.homeBox img {
			float: left;
			margin: 0 10px 0 0;
		}
	
	#firstBox {
		margin: 0;
	}

	#furtherContentWrap {
		background: #fff;
		padding: 10px;
	}
		
		#furtherContent {
			min-height: 450px;
			position: relative;			
		}
		
			.border-bar {
				border-right: 40px solid #fc6;
			}
			.border-restaurant {
				border-right: 40px solid #6cc;
			}
			.border-functions {
				border-right: 40px solid #c00;
			}
			.border-gallery {
				border-right: 40px solid #9c6;
			}
			.border-contact {
				border-right: 40px solid #a88e8f;
			}
			
			#furtherText {
				padding: 0 25px 0 10px;
			}
			
			
				#galleryHome {
					position: absolute;
					top: 155px;
					right: 30px;
					color: #666;
					font-weight: normal;
				}
				
				* html #galleryHome {
					right: 70px;
				}
				
				#galleryImgs {
					overflow: hidden;
				}
				
					#galleryImgs a.galleryLink {
						height: 85px;
						width: 120px;
						display: block;
						background-position: center center;	
						background-color: #E4DADB;
						background-repeat: no-repeat;
						float: left;
						margin: 0 0 40px 40px;
						border: 8px solid #E4DADB;
					}
					
					#galleryImgs a.firstLink {
						margin: 0 0 40px 0px;
					}
					
					#galleryImgs a.galleryLink:hover {
						border: 8px solid #ffd2bf;
					}

#footerWrap {
	padding: 20px;
	clear: both;
	background: url(../images/footerBG.jpg) repeat-x;
	text-align: center;
}

	#footer {
		width: 940px;
		background: #f26223;
		color: #fff;
		text-align: left;
		margin: 0 auto;
		font-size: 11px;
		overflow: hidden;
	}
	
		#footer img {
			float: left;
		}
		
		#footer p {
			float: left;
			line-height: normal;
			margin: 30px 0 0 0;
		}
		
		#footer p#footerFirstPara {
			margin: 17px 40px 0 40px;
			border-right: 1px solid #f4946a;
			padding: 0 40px 0 0;
			
		}
		
		#footer strong, #footer a{
			color: #fff;
		}
		
#quote {
	width:200px;
	padding:5px;
	background:#ededed;
	border:1px dashed #c0c0c0;
	float:right;
	margin-left:10px;
	margin-bottom:30px;
}
#sideBar {
	float:left;
	width:184px;
	margin-top:82px;
	border-top:1px solid #E3DADB;
	display:block;
	
	
}
#sideBar ul {
	margin-left:0;
	padding:0;
}
#sideBar li {
	margin:0;
	border-bottom:1px solid #E3DADB;
	line-height:15px;
	list-style:none;
}
#sideBar li a {
	padding:10px 4px;
	display:block;
	text-decoration:none;
	}
#sideBar li a:hover {
	display:block;
	background-color:#F26225;
	color:#FFFFFF;
	}
#furtherText2 {
				margin-left:184px;
				width:656px;
				padding-left:15px;
				background:#fff;
			}
#furtherText2 li {list-style-position:inside;}

#twitter-wrap {
	background:#fff;
	padding:20px;
	margin-bottom:20px;
	position:relative;
	padding-left:153px;
}
.twitter-logo {
	position:absolute;
	top:20px;
	left:20px;
}
.date {
	font-size:10px;
	margin-left:5px;
}
