/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}
a img{
	border:none;
	outline::none;
}
div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
}

/*HTML styling*/
html {
	background-color: black;
	color: white;
}	

body {
	text-align: center;
}

/*Layout*/
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	float: left;
	clear: both;
	width: 100%;
	left: 0px;
	height: 120px;
	z-index: 300;
}

#nav_container {
	clear: both;
	float: left;
	width: 100%;
}

#navigation {
	position: absolute;
	clear: both;
	top: 0px;
	left: 0px;
	padding: 6px;
	width: 183px;
	background-color: white;
	color: black;
	height: auto;
	z-index: 200;
	overflow: hidden;
}

#content {
	padding: 6px;
	clear: both;
	padding-left: 201px;
	width: 693px;
	background-color: white;
	color: black;
	z-index: 100;
	height: auto !important;
	min-height: 340px;
	height: 340px;
}

#footer {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin-top: 5px;
	overflow: hidden;
}


/*Header*/
#header #title {
	position: absolute;
	top: 22px;
	left: 320px;
	clear: both;
}

#header #title h1 {
	font-family: 'Myriad Pro', Arial;
	font-weight: normal;
	font-size: 170%;
	line-height: 1em;
	padding: 10px;
	padding-left: 12px;
	padding-right: 30px;
	letter-spacing: 7px;
	text-transform: uppercase;
	border: 1px solid white;
	vertical-align: middle;
}

#header #title h1 a {
	text-decoration: none;
	color: white;
}

#header #subtitle {
	clear: both;
	position: absolute;
	top: 75px;
	left: 500px;
}

#header #subtitle h2 {
	font-weight: normal;
	font-family: 'Myriad Pro', Arial;
	text-transform: lowercase;
	letter-spacing: 1.5px;
}

/*navigation*/
#navigation ul {
	width: 183px;
	overflow: hidden;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li {
	float: left;
	clear: both;
	margin-bottom: 6px;
}

#navigation ul li a {
	padding-left: 12px;
	padding-right: 12px;
	width: 159px;
	display: block;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 28px;
	background-color: black;
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 75%;
	letter-spacing: 1px;
}

#navigation ul li.selected a, #navigation ul li a:hover,
#navigation ul li#nav_home.selected a, #navigation ul li#nav_home a:hover {
	background-color: #944E06;
}

#navigation ul li#nav_hazelbush.selected a, #navigation ul li#nav_hazelbush a:hover {
	background-color: #66B6FF;
}

#navigation ul li#food_menu.selected a, #navigation ul li#food_menu a:hover {
	background-color: #660000;
}

#navigation ul li#takeaway_menu.selected a, #navigation ul li#takeaway_menu a:hover {
	background-color: #944E06;
}

#navigation ul li#drinks_menu.selected a, #navigation ul li#drinks_menu a:hover {
	background-color: #339966;
}

#navigation ul li#nav_reviews.selected a, #navigation ul li#nav_reviews a:hover {
	background-color: #666699;
}

#navigation ul li#nav_location.selected a, #navigation ul li#nav_location a:hover {
	background-color: #CC99CC;
}

#navigation ul li#breakfast_menu.selected a, #navigation ul li#breakfast_menu a:hover {
	background-color: #CBA205;
}
/*content*/
#content h3 {
	font-family: Tahoma, Arial;
	font-size: 105%;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing: 0.4px;
}

#content p {
	font-family: Arial;
	font-size: 80%;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.3em;
}

#content ul {
	font-family: Arial;
	font-size: 80%;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.3em;
}

#content a {
	color: black;
}

#content #right_images {
	float: right;
	width: 275px;
	margin-left: 6px;
}

#content #right_images img {
	width: 275px;
	height: 200px;
	margin-bottom: 6px;
	float: left;
}

#content table {
	width: auto;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
}

#content table caption {
	margin-top: 10px;
	font-family: Tahoma, Arial;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}

#content table tr td,
#content table tr th {
	border-bottom: 1px solid black;
	font-size: 90%;
	font-family: Tahoma, Arial;
	padding: 3px;
}

#content table tr th {
	background-color: #666666;
	color: white;
}

#content table tr td {
	border-left: 1px solid black;
}

#content table tr td.no_style {
	border: none;
	font-size: 70%;
}

#content #map {
	width: 400px;
	height: 300px;
	border: 1px black solid;
}

/*footer*/
#footer .address {
	float: left;
	clear: left;
	width: 490px;
	padding-left: 190px;
	padding-top: 2px;
}

#footer .address address {
	font-style: normal;
}

#footer .address address,
#footer .phone_number {
	font-family: Arial;
	font-size: 75%;
}

#footer .phone_number {
	float: left;
	padding-top: 2px;
	width: 150px;
}

#footer #credit,
#footer #email {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 70%;
	font-family: Tahoma;
	letter-spacing: 0.4px;
	margin-top: 10px;
}

#footer #email a {
	color: white;
}

#footer #credit a {
	color: white;
}
