html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

/* because I like shortcuts */
table, img{
	border: 0;
}

/* settings to make sure that forms do not affect the layout */
form {
	margin: 0;
	padding: 0;
}

/* centralises the content and sets the leather-like background*/
#wrapper {
	width: 1003px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg_leather.jpg) top no-repeat #000000;
	
}

/* this is for the header where the hotel log and reservation engine is */
#bg_header_leather {
	width: 1003px;
	height: 169px;
	background: url(../images/bg_header_leather.jpg) no-repeat #000000;
}

/* settings for the hotel logo */
#hotel_logo {
	width: 380px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
	padding-bottom: 20px;
}

#hotel_logo .lang_select a:link, #hotel_logo .lang_select a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#hotel_logo .lang_select a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* styles for the Fastbooking booking engine */
#reservations {
	width: 623px;
	text-align: left;
	vertical-align: bottom;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

#reservations input, select {
	font-size: 10px;
	color: #000000;
}

#reservations .btn_checkaval {
	margin-top: 10px;
	font-size: 9px;
	font-weight: bold;
	width: 120px;
}

/* styles for the top navigation bar */
#topnavi {
	font-size: 10px;
	width: 760px;
}

#topnavi td {
	padding-top: 5px;
	text-align: center;
}

#topnavi a:link, #topnavi a:hover, #topnavi a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#topnavi .divider {
	color: #96744B;
}

/* to control the drop down menu */
/* To control the dropdown menu */
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:11px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	border-bottom: 1px solid black;
	padding: 5px 0;
	text-decoration: none;
	font-family: Arial;
	font-size:12px;
	font-variant:normal;
	font-weight:normal;
	background-color: #000000;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #000000;
	background-color: #FFFFFF;
}

/* style for the flash header area */
#flash_header {
	width: 1003px;
	height: 358px;
	text-align: center;
	background-color: #000000;
}

/* style for the section header title */
#section_header {
	width: 1003px;
	text-align: center;
}

#section_header h3 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
}

/* styles for the Main Content area */
#maincontent {
	width: 760px;
	height: 100%;
	text-align: left;
}

#maincontent h3 {
	font-size: 14px;
	font-weight: bold;
}

#maincontent select, #maincontent input, #maincontent textarea {
	font-family: Arial;
	font-size: 12px;
}

#maincontent a:link, #maincontent a:visited {
	color: #C6C6C6;
	font-weight: bold;
	text-decoration: none;
}

#maincontent a:hover {
	text-decoration: underline;
}

#maincontent .left_panel {
	width: 268px;
	text-align: left;
	vertical-align: top;
}

#maincontent .left_infoboxes {
	width: 258px;
	min-height: 130px;
	background: url(../images/bg_left_panel.jpg) bottom no-repeat #483924;
	border: solid 1px #CFA068;
}

#maincontent .left_infoboxes p {
	margin: 10px;
}

#maincontent .btn_style {
	margin-top: 10px;
	font-size: 9px;
	font-weight: bold;
	width: 60px;
}

#maincontent .right_panel {
	height: 100%;
	text-align: left;
	vertical-align: top;
	border: solid 1px #CFA068;
	padding: 20px;
}
/*
#maincontent p, #maincontent h3 {
	margin: 15px;
}
*/
/* styles for the footer */
#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}


#sitemap ul
{
list-style-type:none;
padding:3px 0px 3px 14px ;
margin:0px;
}

#sitemap li
{
list-style-type:none;
background-image:url(../images/ic_sitemap.png);
background-repeat:no-repeat;
background-position:0px 6px; 
padding:3px 0px 3px 14px ;
margin:0px;
}

#sitemap li a:link, #sitemap li a:visited
{
text-decoration: none;
}

#sitemap li a:hover
{
text-decoration: underline;
}

/* styles for Proposal Request Form */
.style1 {
	font-size: 12px;
	color: #000000;
}

.style1 a{
	text-decoration: none;
}