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


body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#210000;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*------------------------------------------- CONTAINERS --------------------------------------------*/

#header{
	width:1100px;
	height:110px;
	background-image:url(../images/header-bck.jpg);
	background-color:#210000;
	overflow:hidden;
	margin:auto;
}

#logo{
	width:200px;
	height:110px;
	margin: 0px 30px 0px 120px;
	float:left;
}

#wrapper{
	width:1100px;
	height:auto;
	margin:auto;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

#container{
	width:900px;
	height:auto;
	margin: 0px 100px 0px 100px;
	background-color:#FBF9EE;
	float:left;
}

#leftColumn{
	width:500px;
	height:auto;
	margin:20px 40px 30px 40px;
	float:left;
}

#rightColumn{
	width:290px;
	height:auto;
	margin:20px 20px 30px 10px;
	float:left;
}

#oneColumn{
	width:820px;
	height:auto;
	margin:20px 40px 30px 40px;
	float:left;
}

#footer{
	width:1100px;
	height:40px;
	margin:auto;
	padding-top:10px;
	background-image:url(../images/footer.jpg);
	overflow:hidden;
}

/*-------------------------------------------MAIN MENU STYLES --------------------------------------------*/
span.hide{
	display:none;
	}
	
#menu-container{
	float:left;
	width:622px;
	height:30px;
	padding-top:80px;
	}
	
#menu-container ul{
	padding:0;
	margin:0;
	}
	
#menu-container li{
	display:inline;
	overflow:hidden;
	float:left;
	padding:0;
	margin:0;
	}
	
#menu-container a{
	height:30px;
	display:block;
	}
	
.About-Us{
	width:128px;
	background:url(../images/btn-aboutUs.png) top left no-repeat;
	}
	
.Rooms{
	width:109px;
	background:url(../images/btn-rooms.png) top left no-repeat;
	}
	
.Reservations{
	width:143px;
	background:url(../images/btn-reservations.png) top left no-repeat;
	}
	
.Calendar{
	width:112px;
	background:url(../images/btn-calendar.png) top left no-repeat;
	}
	
.Contact-us{
	width:130px;
	background:url(../images/btn-contactUs.png) top left no-repeat;
	}
	
#menu-container ul li a:hover{
	background-position:0 -41px;
	border:none;
	}

	
#menu-container ul li a.active{
	background-position:0 -81px;
	}

/*-------------------------------------------TEXT STYLES --------------------------------------------*/
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#507282;
	font-size:20px;
}

.h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#A74323;
	font-size:14px;
	font-weight:bold;
}

/*-------------------------------------------Footer STYLES --------------------------------------------*/

.footerlinks{
	font:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#FFF;
}

.footerlinks a:link {
	color:#FFF;
	text-decoration:none;
}
.footerlinks a:visited {
	color:#FFF;
	text-decoration:none;
}
.footerlinks a:hover {
	color:#FFF;
	text-decoration:none;
}
.footerlinks a:active {
	color:#FFF;
	text-decoration:none;
}
