/*
1.main css
2.rooms
3.menu
*/
body {
	background-color: #c39062;
	background-image: url("../images/header.gif");
	background-position: 50px 5px;
	background-repeat:no-repeat;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding-bottom:5px;
}
li {
	list-style : none;
	padding-top:5px;
}
a:link {
	font-weight: bold;
	color: #ffcc66;
	font-size: larger;
}
a:visited {
	font-weight: bold;
	color: #c39062;
	font-size : larger;
}
a:hover {	
	color: #659943;
}
p{
	text-align: justify;
}

#container {
	margin: 85px 0px 0px 260px;
}
/* mainpage */
#maincontent {
	height:385px;
	width: 467px;
	background-image: url(../images/background.gif);
	background-repeat:repeat-y;
	padding: 1px 20px 25px 20px;
}
.floatLeft{
 	float:left;
 }
.floatRight{
 	float:right;
 	margin-right:30px;
 }
.space{
	padding-right:25px;
 }
.bold{
	font-weight: bold;
  }
 .big{
 	font-size: 1.3em;
 }
 
.bookButton{
	color:#860100;
}
/* components: header ********************************************************************/
  #header {
	position: absolute;
	text-align: center;
	top: 2px;
	left:270px;
	color: #990000;
	font-variant: small-caps;
}

/* components: Contact ********************************************************************/
#addresstop{
	position: absolute;
	left: 750px;
	top: 145px;
	padding:1px;
	padding-top:63px;	
	width: 245px;
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color:transparent;
	border-top : 5px double #659943;
}
#address {
	position: absolute;
	left: 745px;
	top: 204px;
	width: 245px;
	color: #c39062;
	font-family: Georgia;
	text-align: center;
	background-image: url(../images/backgroundbox.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	padding-left: 4px;
	padding-right: 1px;
	padding-bottom: 20px;
	padding-top:5px;
	border-bottom : 5px double #005698;
	font-size: larger;
	margin: 0px 0px 0px 0px;
	clear: both;	
}
/* components: Pictures *************************************************************************/
#picturestop{
position: absolute;
	left: 745px;
	top: 145px;
	width: 250px;
	padding : 5px;
	padding-top:63px;
	border-top : 5px double #659943;
	background-image: url(../images/pictures.gif);
	background-repeat: no-repeat;
	background-color:transparent;
	background-position: top;
}
#pictures {
position: absolute;
	left: 745px;
	top: 204px;
	width: 250px;
	padding : 1px;
	padding-top:5px;
	border-bottom : 5px double #005698;
	background-image: url(../images/backgroundbox.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	text-align: center;
}
/* components: Rooms pictures ******************************************************************/
#roomstop {
position: absolute;
	left: 745px;
	top: 145px;
	width: 250px;
	padding : 5px;
	padding-top:63px;
	border-top : 5px double #659943;
	background : #990000;
	background-image: url(../images/rooms.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color:transparent;	
}
#rooms {
	position: absolute;
	left: 745px;
	top: 209px;
	width: 250px;
	padding : 2px;
	border-bottom : 5px double #005698;
	background : #990000;
	background-image: url(../images/backgroundbox.gif);
	background-repeat: repeat-y;
	background-color:transparent;
}
 /* drop down menu ****************************************************************************/
 #menutop {
	position: absolute;
	left: 1px;
	top: 145px;
	width: 250px;
	padding : 21x;
	padding-top:60px;
	border-top : 5px double #659943;
	background : #990000;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color:transparent;
}
#menu {
	position: absolute;
	left: 3px;
	top: 204px;
	width: 250px;
	padding : 5px;
	padding-top:0px;
	padding-left:0px;
	border-bottom : 5px double #005698;
	background : #990000;
	background-image: url(../images/backgroundbox.gif);
	background-repeat:repeat-y;
	background-color:transparent;
}
#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 148px; /* Width of Menu Items */ 
	padding-left:5px;	
} 
#menu ul li { 
	position: relative; 
} 
#menu li ul { 
	position: absolute; 
	left: 120px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 
#menu li:hover ul {
	display: block; 
} 
#menu li:hover>ul { 
	visibility:visible; 
} 
#menu ul ul {
	visibility:hidden; 
	font-size: 10px;
} 
/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 
/* Make-up syles */ 
#menu ul, li { 
	margin: 0 0 0 0; 
} 
/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	padding: 5px; 
} 
#menu ul a img{
	border:none;
}
/* Hover Styles */ 
#menu ul a:hover { 
	
} 
/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	padding: 5px; 
} 
/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 	
} 
/* Icon Styles */ 
#menu ul a.submenu {background-image: url("r_arrow.gif"); } 
#menu ul a.submenu:hover {background-image: url("r_arrow.gif") no-repeat right;}

h1{
		padding-top:20px;
		line-height: 90%;
}
h2{
	line-height: 40%;
}
