@charset "utf-8";
/* CSS Document */

body {
	background: #411b1b url(https://v3.reservation-system.net/cimages/hotel/HT10004683/siteimages/bg-body.gif) center top repeat-y;
	margin: 0px;
	text-align: center;
}
#wrapper {
	width: 100%;
	text-align: center;
	float: left;
	background: url(https://v3.reservation-system.net/cimages/hotel/HT10004683/siteimages/bg-middlepic.gif) top center repeat-x;
}
#main-wrap {
	width: 900px;
	margin: auto;
}
#toplogo {
	height: 201px;
	background: url(https://v3.reservation-system.net/cimages/hotel/HT10004683/siteimages/smoke.png) left top no-repeat;
	text-align: center;
}
#topmenu {
	height: 44px;
	width: 900px;
	float: left;
	/*line-height: 44px;*/
	background: url(https://v3.reservation-system.net/cimages/hotel/HT10004683/siteimages/bg-menu.gif) left top repeat-x;
	color: #7b4848;
	font-size: 11px;
}
	#topmenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
#mainmid {
	background: #5e2d2d;
	text-align: center;
	padding: 0; clear:both
}
.top {
		clear: left;
		height: 5px;
		background: url(https://v3.reservation-system.net/cimages/hotel/HT10004683/siteimages/topmid.gif) left top repeat-x;		
	}
.bottom {
		clear: left;
		margin-bottom: 44px;
	}
#clearit {
	clear: left;
}

#footer {
	width: 100%;
	clear: left;
	background: url(https://v3.reservation-system.net/cimages/hotel/HT10004683/siteimages/bg-footer.png) left top repeat-x;
	height: 148px;font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	.social {
		width: 880px;
		padding-right: 20px;
		margin: auto;
		text-align: right;
	}
	.copyright {
		width: 900px;
		text-align: left;
		padding-top: 30px;
		margin: auto;
		color: #b5b4b4;
	}
.copyright a{
		text-align: left;
		color: #e4c2c2; text-decoration:none 
	}	
	
.copyright a:hover{
		text-align: left;
		color: #CCFF00; text-decoration:none 
	}
	
/* 
	LEVEL ONE
*/
ul.dropdown                         { z-index: 10; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; line-height: 35px; }
ul.dropdown a:hover		            { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000;text-decoration: none; }
ul.dropdown a:active                { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #7b4848;text-decoration: none; }
ul.dropdown li a                    { display: block; padding: 4px 21px; height: 36px;color: #222; color: #7b4848;font-family: Arial, Helvetica, sans-serif;font-size: 11px;text-decoration: none;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #e5bcbc; color: black; position: relative;text-decoration: none; }
ul.dropdown li.hover a              { color: #000; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 11; }
ul.dropdown ul li 					{ font-weight: normal; background: url(https://v3.reservation-system.net/cimages/hotel/HT10004683/siteimages/bg-dropdown.png) left top repeat; color: #000; 
									  border-bottom: 1px solid #e5bcbc; float: none; text-align: left;text-decoration: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; line-height: 20px; height: 20px; font-family: Arial, Helvetica, sans-serif;font-size: 11px;text-decoration: none;color: #000; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }