@charset "utf-8";
body {
	background-color: #0b0015;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*PARENT CONTAINER for all divs
********************************/
#container_main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 998px;
	height:auto;
	border-left: #371d50 solid thin;
	border-right: #371d50 solid thin;
	overflow:auto;
	clear:both;
	background-image:url(Images/container_bg_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

/*HEADER and NAVIGATION BAR
***************************/
#header {
	background-image: url(Images/Header.jpg);
	height: 278px;
	width: 998px;
}
#navigation_bar {
	position: relative;
	height: 71px;
	left: 17px;
	top: 210px;
	width:940px;
	cursor:pointer;
}
#btn_home {
	position:absolute;
	left: 0px;
	background-color: #000;
	background-image: url(Images/btn_Home.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height:71px;	
}
#btn_home:hover {
	position:absolute;
	left: 0px;
	background-color: #000;
	background-image: url(Images/btn_Home_rollover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height:71px;	
}
#btn_cuisine {
	position:absolute;
	left: 140px;
	background-image: url(Images/btn_Cuisine.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 136px;
	top:0px;	
}
#btn_cuisine:hover {
	position:absolute;
	left: 140px;
	background-image: url(Images/btn_Cuisine_rollover.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 136px;	
}
#btn_entertainment {
	position:absolute;
	left: 276px;
	background-image: url(Images/btn_Entertainment.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 140px;	
}
#btn_entertainment:hover {
	position:absolute;
	left: 276px;
	background-image: url(Images/btn_Entertainment_rollover.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 140px;
}
#btn_pub {
	position:absolute;
	left: 416px;
	background-image: url(Images/btn_Pub.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 141px;	
}
#btn_pub:hover {
	position:absolute;
	left: 416px;
	background-image: url(Images/btn_Pub_rollover.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 141px;	
}
#btn_events {
	position:absolute;
	left: 557px;
	background-image: url(Images/btn_Events.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 139px;	
}
#btn_events:hover {
	position:absolute;
	left: 557px;
	background-image: url(Images/btn_Events_rollover.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 139px;	
}
#btn_gallery {
	position:absolute;
	left: 696px;
	background-image: url(Images/btn_Gallery.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 137px;	
}
#btn_gallery:hover {
	position:absolute;
	left: 696px;
	background-image: url(Images/btn_Gallery_rollover.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 137px;	
}
#btn_contact {
	position:absolute;
	left: 833px;
	background-image: url(Images/btn_Contact.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 144px;	
}
#btn_contact:hover {
	position:absolute;
	left: 833px;
	background-image: url(Images/btn_Contact_rollover.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 144px;	
}

/*CONTENT
****************************/

/*Defining class for content text*/
.body_txt {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

/*Container for all content*/

#content_container {
	position:relative;
	height: auto;
	width: 998px;
	top: -1px;
	background-image: url(Images/container_bg_left.jpg);
	background-repeat: no-repeat;
	min-height: 270px;
	/*background-position:left;*/
}

/*Container for main content area*/
#main_content {
	position:relative;
	height:auto;
	width:727px;
	float:left;
	left: 35px;
	padding-top: 28px;
	padding-right:15px;
	/*border-right: solid 1px #371d50;*/
}

/*Actual content styling starts here*/

#main_image {
	/*background-image:url(Images/photo.jpg);*/
	width: 726px;
	height: 226px;
	border: 1px solid #371d50;
}

#main_text_title {
	position:relative;
	background-image:url(Images/Fiplee%27s_place_txt.jpg);
	height: 49px;
	width: 305px;
	top:10px;
}
#main_text {
	position:relative;	
	top:10px;
}

/*Gallery area styling*/

#gallery_title {
	background-image: url(Images/Gallery_txt.jpg);
	position: relative;
	height: 40px;
	width: 112px;
	top: 20px;
	left: 0px;
}
#gallery_container {
	position:relative;
	height: 194px;
	width: 728px;
	top: 25px;
	border: 1px #371d50 solid;
	left: 0px;
}
#gallery_more_btn {
	position:relative;
	height: 20px;
	width: 728px;
	top: 35px;
	left: 0px;
}

/*SIDEBAR*/

/*Container for all sidebar elements*/

#sidebar {
	position:relative;
	height:auto;
	width:200px;
	float:right;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/*border-left: solid 1px #371d50;*/
}

/*BOOKING FORM*/

/*Booking form styling*/

#booking_form_container {
	position:relative;
	height: 340px;	
	width: 200px;
	top:0px;
	padding:0px;
}
#booking_form_title {
	background-image: url(Images/btn_Booking.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	top: 10px;
	height: 45px;
	width: 204px;
}

.booking_form {
	top: 60px;
	left: 5px;
	position:absolute;
}
.booking_form_input {
	border: #371d50 solid 1px;
	background-color: #0b0015;
	width: 190px;
	left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#FFF;
}

#btn_submit {
	background-image: url(Images/btn_Submit.jpg);
	height: 34px;
	width: 198px;
	position: relative;
	top: 10px;
	left: -2px;
	border: 0px;
	text-align:center;
	cursor:pointer;
}
#btn_submit:hover {
	border:0px;
	background-image: url(Images/btn_Submit_rollover.jpg);
	height: 34px;
	width: 198px;
	position: relative;
	top: 10px;
	left: -2px;
	border: none;
	cursor:pointer;
}

/*Facebook link*/

#facebook_link_img {
	background-image: url(facebook/facebook_link_img.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 321px;
	width: 195px;
	top: 0px;
	left: 5px;
	border: solid 1px #371d50;
	cursor:pointer;
}

/*FOOTER*/
#footer {
	position:relative;
	background-image: url(Images/footer.jpg);
	background-repeat:repeat-x;
	height:88px;	
	width:978px;
	top:0px;
	float:left;
	padding:10px;
}

	
