/******************** GENERAL *********************/
* {
margin:0;
padding:0;
}
html, body {
height: 100%;
}
body {
   text-align: justify;
   font-family: Times, serif;
   font-size: 1em;
   line-height: 1.3em;
   background-color: #FAE6D1;
}
/*
set font size for all divs,
this overrides some body rules
*/
img {
   border: 0;
}
li{
	margin-left:15px;
	text-align:left;
}
#wrapper{
width:950px;
margin: 25px auto;
border:1px solid #000;
}
#wrap{
width:950px;
background-image: url(bytes/background-01.jpg);
background-repeat:no-repeat;
}
#roomback{
width:950px;
background-image: url(bytes/background-02.jpg);
background-repeat:no-repeat;
}
#stonesback{
width:950px;
background-image: url(bytes/background-03.jpg);
background-repeat:no-repeat;
}
#bookingsback{
width:950px;
background-image: url(bytes/background-04.jpg);
background-repeat:no-repeat;
}
#lodgeback{
width:950px;
background-image: url(bytes/background-05.jpg);
background-repeat:no-repeat;
}
#contactback{
width:950px;
background-image: url(bytes/background-06.jpg);
background-repeat:no-repeat;
}
#linksback{
width:950px;
background-image: url(bytes/background-07.jpg);
background-repeat:no-repeat;
}
#testimonialsback{
width:950px;
background-image: url(bytes/background-08.jpg);
background-repeat:no-repeat;
}
/******************** MENU *********************/
#menu_vert {
   width:180px;
   float:left;
   min-height:550px;
   padding-top:15px;
}
div#menu_vert ul{
padding-top:10px;
width:180px;
}
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}
/************** headings etc *************/
#content h1{
font-size:18px;

height:50px;
padding-right:20px;
color: #666666;
}
h2{
font-size:1.1em;
text-transform:uppercase;
color:#333;
height:20px;
}
h3{
font-size:1.4em;
color:#333;
/* height:30px; */
padding-top:10px;
padding-left:20px;
padding-right:20px;
}
h4{
height:30px;
}
/******************** CONTENT *********************/
#content {
margin-left:180px;
}

#content p{
margin:0 20px 5px 20px;
padding-top:10px;
text-align:justify;

}
#contentvidpage {
padding-top:0px;
height:460px;
overflow:hidden;
}

#contentvidpage p{
margin:0 20px 5px 0;
padding-top:5px;
text-align:justify;
line-height:1.2em;
}
a{
text-decoration:none;
font-style:italic;
}
a:hover{
text-decoration:underline;
}
/****MISC*****/
.externallink{
	color:#333;
	font-weight:bold;
	float:right;
}
#designasylum{
text-align:center;
}
.required{
color:#CC0000;
}
#flashcontent{
float:right;
margin: 0 50px 20px 20px;
}
.offer{
padding:10px 0;
}
.hidden { display: none; }
.unhidden { display: block; }
blockquote{ overflow:hidden; }
#map{
	position: relative;

}
#language_plugin{
	width:160px;
	font-size:80px;
	margin: 0;
}
/**********video*******/
#videoplay{
margin-left: 60px;
}
/*************** tables *******/
div#content td{
padding:5px;
}
div#contactform table{
	margin-top: 5px;
	margin-right:15px;
}
.right{
text-align:right;
}
#seperate{
border-bottom:2px #999999 solid;
}
.highlight{
	border:2px #666 solid;
}