body {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #f4f3df;
}
* { padding:0; margin:0; }
#wrapper {
	width: 709px;
	margin: 0 auto;
}
th { text-align: left; padding-right:10px; }

#menu { background: url(/images/webcard/hotelsimple/contentBg.png) no-repeat top; padding: 12px 4px 0 4px; margin: 0 auto; }
#menu ul { list-style: none; padding: 0 6px; background: #dedede; height: 24px; border: 1px solid #ccc; border-width: 1px 0; }
#menu ul li { float:left; position: relative; z-index: 97; }
#menu ul li:hover { z-index: 99; }
#menu ul li a { color: #000; text-decoration: none; font-size: 1em; display:block; float:left; padding: 4px 8px; margin-right: 16px; text-align: center; }
#menu ul li a:hover, #menu ul li a.active { background: #8d1437; color: #fff; }

/* Submenu */
#menu div.sub {
	display:none; width: 234px;
	position:absolute; top:20px; left: 0; z-index: 98;
	padding-bottom: 10px;
	background:url(/images/webcard/default/subFooter.png) no-repeat bottom; white-space:nowrap;
}
#menu div.sub ul { height: auto; margin: 0; background:url(/images/webcard/default/subTop.png) no-repeat top; padding: 20px 0 0; border: none; }
#menu div.sub li, #menu div.sub li:hover { background:url(/images/webcard/default/subMiddle.png) repeat-y; width: 234px; text-align: left; float: none; }
* html #menu div.sub li { margin: -3px 0; }
*+html #menu div.sub li { margin: -3px 0; }
#menu div.sub li a { float: none; padding: 10px 15px; background: none; text-align: left; }
#menu div.sub li a:hover, #menu div.sub li a.active { color: #333; text-decoration: underline; }
#menu div.sub li a:hover span, #menu div.sub li a.active span { background: none; }
#menu div.sub .left, #menu div.sub .right { display: none; }
#menu li:hover div.sub { display: block; }

#header { height: 110px; padding:1px; }
#header_content { margin: 40px auto 0 auto; text-align: center; }
#logo { font-size: 2.5em; color: #990100; font-style: italic; font-family: "Times New Roman", Times, serif; }
#slogan { font-size: 0.32em; color: #333; font-style: normal; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; }

/* ################# CONTENT ###################### */
#content_wrapper { background: url(/images/webcard/hotelsimple/bg.png) repeat-y; }
#content { padding: 20px; }
#content h2 { color: #9b0039; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; border-bottom: 1px solid #a3a3a3; }
#content { color: #333; text-align: justify; }
#content p, #content span { line-height: 1.5em; }

#footer { background: url(/images/webcard/hotelsimple/footerBg.png) no-repeat; width: 709px; margin: 0 auto; text-align: center; padding-top: 16px; color: #676765; }
#footer a { color: #666; }

/* ################# FORMS ########################## */
dl { margin-bottom: 2em; }
dt { float:left; color: #666; }
dd { margin-left: 90px; margin-bottom: 10px; }
dd input.text, dd textarea {
	width: 420px;
	border: 1px solid #999; 
	border-color: #999 #ccc #ccc #999;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 2px;
}
.addr, .addr input, .chk { display: none; }
dd input[type=text]:focus, dd input[type=password]:focus, dd textarea:focus, textarea:focus {
	border-color: #666 #aaa #aaa #666; 
	background-color: #f6f6f6;
}
dd input[type=submit] { padding: 0 16px; }
dd em { color: #666; }

#lang { width: 690px; }