/* Classes */
.style2 {font-size: 12px}
.style3 {font-weight: bold}
.style4 {font-size: 12px}
.footer_link {
	color: #fff;
	}
	.footer_link a {
		color: #fff;
		text-decoration: none;
		}
	.footer_link a:hover {
		color: #fff;
		text-decoration: underline;
		}
		
/* DIVs */
#m_container {
	position: relative;
	margin: 0 auto;
	width: 754px;
	}
#header {
	background-image: url(../images/index/watermark.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	width: 754px;
	height: 95px;
}
#navigation {
	margin-top: 5px;
	background-color: #999999;
	width: 754px;
	height: 25px;
	}
	
	#navigation ul {
		color: #FFFFFF;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		list-style: none;
		margin: 0px 0px 0px -40px !important;
		margin: 0;
		padding-top: 6px;
		}
	#navigation ul li {
		display: inline;
		padding: 0px 15px 0 15px; /* Change this one for spacing between links - Remember to change other sheets i.e. common_dark too*/
		}
	#navigation a {
		color: #FFF;
		text-decoration: none;
		}
	#navigation a:hover {
		color: #FFF;
		text-decoration: underline;
		}
			
#b_container {
	width: 754px;
	background-image: url(../images/common/body_container_background.jpg);
	background-repeat: repeat-y;
	}
/* Spacer of b_container */
#spacer {
	padding-top: 10px;
	clear: both;
	}
/* Footer */
#footer {
	width: 754px;
	height: 30px;
	background-color: #999999;
	padding-top:3px;
	font: 10px Arial, Helvetica, sans-serif;
	}
	
/* Tabs */

#m_container {
	position: relative;
}

#tab1 {
	position: absolute;
	top: 125px;
	right: -59px;
	width: 59px;
	height: 123px;
	background: transparent url(../images/index/tab1.gif) no-repeat top left;
}

#tab1 a {
	width: 59px;
	height: 123px;
	display: block;
	text-indent: -50000em;
	outline: 0;
}

#tab2 {
	position: absolute;
	top: 248px;
	right: -59px;
	width: 59px;
	height: 123px;
	background: transparent url(../images/index/tab2.gif) no-repeat top left;
}

#tab2 a {
	width: 59px;
	height: 123px;
	display: block;
	text-indent: -50000em;
	outline: 0;
}

#tab4 {
	position: absolute;
	top: 125px;
	right: 754px;
	width: 59px;
	height: 123px;
	background: transparent url(../images/restaurants/tab1.gif) no-repeat top left;
}

#tab4 a {
	width: 59px;
	height: 123px;
	display: block;
	text-indent: -50000em;
	outline: 0;
}

#tab5 {
	position: absolute;
	top: 125px;
	right: 754px;
	width: 59px;
	height: 123px;
	background: transparent url(../images/index/tab4.gif) no-repeat top left;
}

#tab5 a {
	width: 59px;
	height: 123px;
	display: block;
	text-indent: -50000em;
	outline: 0;
}

#tab6 {
	position: absolute;
	top: 248px;
	right: 754px;
	width: 59px;
	height: 123px;
	background: transparent url(../images/index/tab5.gif) no-repeat top left;
}

#tab6 a {
	width: 59px;
	height: 123px;
	display: block;
	text-indent: -50000em;
	outline: 0;
}
