@charset "UTF-8";
/* CSS Document */

/* Scrollbar style - genertor at http://www.g-design.net/scrollbar/content.htm  */

body {
scrollbar-face-color: #333333;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #666666;
scrollbar-shadow-color: #666666;
scrollbar-darkshadow-color: #666666;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #999999;
}

body {
	padding: 0;
	margin: 0;
	background: #f8f7e5 url(images/wdw-bg1600.gif) no-repeat center top;
	width: 100%;
	display: table;
}
/* Centred Page 100% x 100% */
  
body, html {
	height: 100%;
	background-color: #606263;
}
#outer {
	height: 100%;
	overflow: visible;
} /* or without overflow */
#outer[id] {
	display: table;
	position: static;
}
#middle {
	position: absolute;
	top: 50%;
} 



/* for explorer only*/
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#inner {
	position: relative;
	top: -50%
} 


/* for explorer only */

/* optional: #inner[id] {position: static;} */

.center {
	text-align: center;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}




/* These styles create the dropdown menus. */
#navbar {
	margin: 0;
	padding: 0;
	height: 1em;
		font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	 }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 5px 15px;
	background-color: #737476;
	color: #fff;
	text-decoration: none;
	
	font-weight:bold;
	text-transform:uppercase;
	
	 }
#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #606263;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #737476;
	border-bottom: 1px solid #fff;
	color: #fff; }
#navbar li li a:hover {
	background-color: #606263; }







#mainabout {
	background-image: url(images/mains/about.jpg);
	background-repeat: no-repeat;
}

#mainlocation {
	background-image: url(images/mains/location.jpg);
	background-repeat: no-repeat;
}

#maininterior {
	background-image: url(images/mains/interior.jpg);
	background-repeat: no-repeat;
}

#mainexterior {
	background-image: url(images/mains/exterior.jpg);
	background-repeat: no-repeat;
}

#maincontact {
	background-image: url(images/mains/contact.gif);
	background-repeat: no-repeat;
}


#maincontactplain {
	background-image: url(images/mains/contactbg.jpg);
	background-repeat: no-repeat;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4f4f;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		color: #4c4f4f;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c4f4f;
}


.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4f4f;
}

.normalwhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.normalwhitetext a, hover, visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
}
.smallprint-invisible {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #4C4F4F;
}
