/****************************************/
/* For use with no2lakesidelodge.co.uk	*/
/****************************************/

/******************/
/* General styles */
/******************/

body {
	margin: 0px; 
	background: #FFFFCC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #666;
}
a {
	color: #CC0000; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
	height: 120px;
	width: 150px;
}
h1 {
	text-align: center;
	color: #09C;
	font-size: 20px; 
	font-weight: bold;
}
h2 {
	clear: both;
	color: #09C;
	font-size: 18px; 
	font-weight: normal;
	padding-top: 15px;
}
ul {
	list-style-type: square;
}
#wrap {
	margin: 0 auto 0 auto;
	width: 980px;
}
#container {
	width: 980px; 
	float: left; 
	margin-top: 5px
}
#bordertop {
	width: 980px; 
	height: 23px; 
	background: url('images/border-top.png'); 
	float: left;
}
#borderbottom {
	width: 980px; 
	height: 23px; 
	background: url('images/border-bottom.png'); 
	float: left;
}
#borderside {
	width: 980px; 
	background: url('images/border-side.png'); 
	float: left;
}
.center {
	text-align: center;
}
.clear {
	clear:: both;
}

/******************/
/* Header styles */
/******************/

#header {
	width: 980px; 
	height: 170px;
	background: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	font-weight: bold;
}
#header a {
	display: block;
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
}
#nav {
	float: left;
	margin-top: 155px;
	margin-left: 105px;
	margin-bottom: 10px;
	padding-left: 5px;
	height: 50px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav ul li {
	float: left;
	position: relative;
	margin-right: 30px;
}
#nav ul li a {
	padding: 12px 0px;
	text-decoration: none;
	font-size: 20px;
}
#nav ul li ul {
	display: none;
	width: 400px;
	height: 40px;
}
#nav ul li:hover ul {
	float: left;
	display: block;
	position: absolute;
	top: 25px;
	left: -140px;
}
#nav ul li:hover ul li {
	margin-right: 15px;
}

/***************/
/* Main styles */
/***************/

#content {
	width: 900px;
	margin-left: 40px;
	margin-right: 40px;
	float: left;
}
#flyer {
	float: left;
	width: 250px;
	height: 188px;
	margin: 10px;
}
.homeimages {
	width: 170px;
	height: 150px;
	margin-left: 6px;
}
.picture {
	float: left;
	width: 175px;
	height: 200px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.picture img {
	width: 175px;
	height: 150px;	
}
#directions {
	float: left;
	width: 450px;
}
#map{
	float: left;
	margin: 20px;
	width: 400px;
	height: 420px;
}
#restaurant {
	float: left;
	width: 500px;
}
#rates table {
	width: 100%;
	border-style: solid;
	border-width: medium;
}
#rates th {
	text-align: center;
	font-weight: bold;
	border-style: groove;
	border-width: thin;
}
#rates td {
	text-align: center;
	border-style: groove;
	border-width: thin;
}
.rates-notes {
	text-align: left;
}
.menu {
	float: left;
	width: 350px;
	height: 400px;
	margin: 10px;
}
.menuitem {
	float: left;
	width: 800px;
	height: 15px;
	margin-bottom: 5px;
}
.menuprice {
	float: left;
	width: 100px;
	height: 15px;
	margin-bottom: 5px;
}

/***********************/
/* Availability styles */
/***********************/

.days {
	float: left;
	width: 210px;
}
.day {
	float: left;
	width: 28px;
	height: 18px;
	margin: 1px;
	padding: 5px 0px;
}
.day-available {
	float: left;
	width: 28px;
	height: 18px;
	margin: 1px;
	padding: 5px 0px;
	background: url('images/available.jpg');
}
.day-halfavailable {
	float: left;
	width: 28px;
	height: 18px;
	margin: 1px;
	padding: 5px 0px;
	background: url('images/halfavailable.jpg');
}
.day-halfunavailable {
	float: left;
	width: 28px;
	height: 18px;
	margin: 1px;
	padding: 5px 0px;
	background: url('images/halfunavailable.jpg');
}
.day-unavailable {
	float: left;
	width: 28px;
	height: 18px;
	margin: 1px;
	padding: 5px 0px;
	background: url('images/unavailable.jpg');
}
#date-selector {
	float: left;
	width: 500px;
	margin-left: 250px;
	margin-right: 150px;
	font-weight: bold;
}
.date-selection {
	float: left;
	width: 150px;
	margin: 5px;
}
#calendar {
	float: left;
	width: 900px;
	font-weight: bold;
	text-align: center;
}
.month-row {
	float: left;
	width: 880px;
	margin: 5px 10px;
}
.month {
	float: left;
	width: 210px;
	margin: 5px;
}
#legend img {
	width: 25px;
	height: 25px;
}