html, body{

  margin: 0;

  padding: 0;

  text-align: center;

  background: #eef3f7;

}

body {font-size:0.75em}

html>body {font-size:12px}

body, p, br, ul, ol, dl, dt, dd, div, span, td, input, textarea, submit, h1, h2, h3, h4, h5, h6 {

	font-family:  Arial, Helvetica, sans-serif;

	color: #000000;

} 



#pagewidth{

  width: 734px;

  text-align: left;

  margin: 10px auto 0 auto;

  background: url(../images/bg.gif);

}



a {

	color: #4fa0ed;

	text-decoration: none;

}

a:hover {

	color:#133581;

}

ul, ol, dl, dt, dd {

	padding: 0;

	margin: 0;

	list-style: none;

}

form {

	padding: 0;

	margin: 0;

}



.left {

	float: left;

}

.right {

	float: right;	

}

.clear {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

}



/*   ---------------   HEADER   ---------------   */



#header {

  position: relative;

  height: 265px;

  background: url(../images/header-bg.png) 0 0 no-repeat;

  width: 100%;

}

#header h1 {

	padding: 168px 0 0 300px;

	margin: 0;

	width: 145px;

	height: 40px;

}

#header h1 a {

	display: block;

	text-indent: -9999px;

}

#gallery #header, #stat #header {

	background: url(../images/header-bg-gallery.png) 0 0 no-repeat;

}
#contact #header {

	background: url(../images/header-bg-contact.png) 0 0 no-repeat;

}

#stat #header img {
	margin:10px 0 0 149px;	
}



/*   ---------------   LEFT COLUMN   ---------------   */



#leftcol{

  width: 145px;

  float: left;

  position: relative;

}

#nav {

	margin-left: 10px;

}

#nav li {

	/*height: 28px;*/

	margin-bottom: 2px;

	display: block;

}

#nav li a {

	width: 110px;

	height: 28px;

	line-height: 28px;

	display: block;

	color: white;

	padding-left: 21px;

	border-left: 7px solid #4fa0ed;

	background: #133581;	

}

* html #nav li a {

	width: 105px;

}

#nav li a:hover {

	background: #4fa0ed;

}

#nav li ul {

	margin: 5px 0 5px 5px;

}

#nav li li {

	height: auto;

}

#nav li li a {

	/*display: inline;*/

	height: auto;

	line-height: normal;

	color: #133581;

	border: none;

	background: transparent;

}

#nav li li a.active {

	background: #ffca6d url(../images/arrow.gif) 122px 1px no-repeat;

}

* html #nav li li a.active {

	background: #ffca6d url(../images/arrow.gif) 117px 1px no-repeat;

}

#nav li li a.active:hover {

	cursor: default;

}



/*   ---------------   MAIN CONTENT   ---------------   */



#maincol {

  float: right;

  display: inline;

  position: relative;

  width: 552px;

  padding: 0 21px 5px 16px;

}
#contact #maincol {
	width: 340px;
}

#gallery #maincol, #stat #maincol {

	padding: 0 10px 0 16px;

}



#maincol h2, #maincol h1, #stat h1 {

	padding: 0 0 0 22px;

	margin: 7px 0;

	color: #284c9d;

	font: normal 2em "Times New Roman", Times, serif;

}

#gallery #maincol h2 img {

	margin: 0 0 5px 30px;

}

#stat #maincol h1 img {
	float: right;
	margin-left: 15px;
}
#contact #right-col {
	width: 175px;
	float: right;
	margin-left: 20px;
	padding-bottom: 5px;
}
#map {
	margin: -120px 0 0 75px;
	width: 259px;
	height: 237px;
}



/*   ImageMenu   */



#imageMenu {

	position: relative;

	width: 548px;

	height: 200px;

	overflow: hidden;

	margin-top: 30px;

}

#imageMenu ul {	

	display: block;

	height: 200px;

	width: 1000px;	

	}

#imageMenu ul li {

	float: left;

}

#imageMenu ul li a {

	text-indent: -1000px;

	background:#FFFFFF none repeat scroll 0%;

	border-right: 5px solid #fff;

	cursor:pointer;

	display:block;

	overflow:hidden;

	width:104px;

	height: 200px;

}



#imageMenu ul li.food a {

	background: url(../images/food.jpg);

}



#imageMenu ul li.ice-cream a {

	background: url(../images/ice-cream.jpg);

}



#imageMenu ul li.desserts a {

	background: url(../images/desserts.jpg);

}



#imageMenu ul li.drink a {

	background: url(../images/drink.jpg);

}



#imageMenu ul li.non-food a {

	background: url(../images/non-food.jpg);

	width: 390px;

}



/*   End ImageMenu   */



#extras {

	margin: 30px 0;

}

#extras li {

	padding-left: 40px;

	background: url(../images/tick.png) 14px 0 no-repeat;

	height: 20px;

	line-height: 20px;

}
#stat #extras li, #contact #extras li {
	height: auto;
	line-height: normal;
	padding: 0 5px 10px 40px;
}



/*   Gallery   */



#thumbs {

	width: 400px;

	margin:0 0 0 160px;

	padding-top: 10px;

}

#thumbs li {

	float: left;

	margin: 0 2px 4px 2px;

}

#thumbs li a img {

	border: 1px solid white;

}

#thumbs li a:hover img {

	border: 1px solid #133581;

}

/*   Contact   */

.input, #contact textarea {
	border: 1px solid #4fa0ed;
	width: 160px;
}
#contact textarea {
	overflow: auto;
}
#submit-btn {
	margin: 10px 0;
	background: #133581;
	padding: 3px 8px;
	border: none !important;
	color: white;
	overflow: visible;
}
.enqheadtd {
	background: #173d72;
	color: white;
	padding: 5px 0;
	margin-bottom: 10px;
	width: 162px;
	text-align: center;
}



/*   ---------------   FOOTER   ---------------   */



#footer {

  height: 80px;

  padding: 0 15px;

  background: #eef3f7 url(../images/footer-bg.png) 0 0 no-repeat;

  clear: both;

  color: #575757;

  font-size: .92em;

}

#footer a {

	color: #575757;

}

#footer a:hover {

	color: black;

}

#footer h3 {

	padding: 10px 0;

	margin: 0;

	font-size: 1.09em;

	color: #284c9d;

}

#footer #addr {

	float: right;

	text-align: right;

	padding-top: 10px;

	color: #575757;

	font-size: 1.09em;

}







/* *** Float containers fix:  *** */



.clearfix:after {

  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}



.clearfix{

  display: inline-block;

}

/* Hides from IE-mac \*/



* html .clearfix{

  height: 1%;

}



.clearfix{

  display: block;

}

/* End hide from IE-mac */







 /*printer styles*/

 @media print{

/*hide the left column when printing*/

#leftcol{display:none;}

#twocols, #maincol{width:100%; float:none;}

}

/*   ---------------  By Russ  15/5/2009  ---------------   */
p#err{
  color: red;
  font-weight: bold;
}  


