body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#eee;
}
/*-----------------------------------------------------*/
#titlebar{
	color:black;
	text-align:center;
	border-bottom: 0px solid gray;
}

#pagebody{
	width:760px;
	border:0px solid white;
	background-color:#FFF;
}

#titlebar h2{
	color:#222;
	font-weight:lighter;
	font-style:normal;
	padding-bottom:1em;
	font-size:95%;
}
/*-----------------------------------------------------*/
#pagebody {
	background-color:white;
	background-image: url(images/pgbgtest3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#pagebody .bodycell {
	padding-right:12em;
}

#pagebody .bodycell p{
	text-align:justify;
}

/* Menu */
.menucell {vertical-align:top;text-align:left;}

.lmenu {
	/*list-style: none outside url(images/menuulimg.jpg);*/
	/*list-style-image: url(images/menuulimg.jpg);*/
	margin-left:0px;
	list-style:none;
	margin-top:1em;
	background-color:white; 
	/*border:1px solid red;*/
}

.lmenu li {
	background-image: url(images/menuitmbg1.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	line-height: 2.3em;
	text-align: left;
	border-bottom: 1px solid white;
	margin: 0;
	display: block;
	width: 8em;
}

.lmenu li a{
	display: block;
	padding: 3px 1px 3px .5em;
	/*border-left: 10px solid #660000;*/
	/*border-right: 10px solid white;*/
	/*border-right: 10px solid #5ba3e0;*/
	/*background: gray;*/
	color: white;
	text-decoration: none;
	width: 100%;
}

.lmenu li a:link{
	/*background-color:  #660;*/
	color: white;
}

.lmenu li a:visited{
	display: block;
}
 
.lmenu li a:hover {
	/*background-color: #660;*/
	color: white;
	text-decoration: underline;
}

.lmenu li a.onpage{
	/*background-color: #660;*/
	color: inherit;
}
/*secondary menu*/
.lmenu li ul{
	margin-left: 0px;
	padding-top: 0px;
	border-color: white;
	/*background-color: none;
	color: none;*/
	display: block;
	font-size: .80em;
	border-bottom: 0px solid white;
}

.lmenu li ul a {
	border: none;
	/*background-color:#660;*/
	color: white;
	text-decoration: none;
	width: 8em;
	margin-left: 0;
	line-height: 2em/*17px*/;
	padding-left: 12px; /*38px;*/
}

/* End menu */
/* Body of page */

.twocol100 {
	width:100%;
	border-collapse:collapse;
	border:1px solid gray;
}

.twocol100 tr td{
	vertical-align:top;
}

.twocol100 tr td.bodycell{
	padding:1em;
	border-left:1px dotted gray;
}

/* Page footer */

#pagefooter{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 70%;
	border-top:0px solid gray;
}

/* General */

em {
	font-style:normal;
}

.wine {color:#CC3333;}

.mcname {color:#800000;} 

/* Links */

#pagebody a:link, #pagebody a:visited, #pagebody a:active {
	text-decoration: underline;
	color: #CC3333;
}

a.foot:link, a.foot:visited, a.foot:active  {
	text-decoration: underline;
	color: Blue;
	font-size: 80%;
}
a.foot:hover                      {
	color: Red;
	text-decoration : underline;
	font-size: 80%;
}
#pagebody a.head:link, #pagebody a.head:visited, #pagebody a.head:active  {
	text-decoration: none;
	color: Maroon;
	font-size: 80%;
}
#pagebody a.head:hover                      {
	color: Red;
	font-size: 80%;
	text-decoration:none;
}
#pagebody a.nav:link, #pagebody a.nav:visited, #pagebody a.nav:active  {
	text-decoration: none;
	color: #A0522D;
	font-size: 80%;
}
#pagebody a.nav:hover                      {
	color: #FFA500;
	font-size: 80%;
	text-decoration:none;
}
.head{
	text-decoration: none;
	color: Maroon;
	font-size: 80%;
}
.main{
	text-decoration: none;
	color: Black;
	font-size: 80%;
	font-family : Arial, Helvetica, sans-serif;
}
.heading{
	font: bold normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000066;
	text-decoration : underline;
}
.mclogo {
	color : #CC3333;
}

body .bookingenquirybold {
		font-family:Arial, Helvetica, sans-serif;
		margin-top:1em;
		background-color:#F1D6C1;
		border:1px solid #906;
		padding:1em;
		font-weight:bold;
		color:black;
	}
	
body .footerlinks{color:#CC3333;font-weight:bold;}
 

/* Mesotier styles*/

form .error {color:red;}

