/* CSS Document */
*{margin:0; padding:0;}
body {
	background-color: white;
	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F524C;
	font-size: 10px;
}
.clear{clear:both}

a
{
text-decoration: underline;
color: #4F524C;
}

a:visited#current, a:hover , a:active
{
color: #9E1C20;
}

p{
	margin:1em 0;
	line-height: 16px;
}

li{
	margin:1em 0;
	list-style-type: none;
}

#wrapper{
	width:880px;
	margin:0 auto;
	background-color: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CECDCD;
	border-left-color: #CECDCD;
	background-image: url(../img/logo-bg.jpg);
	background-repeat: repeat-x;
	background-position: left 200px;
}
#wrapper #header #logo {
	background-image: url(../img/logo-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECDCD;
}


#header{
	background-image: url(../img/header/1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECDCD;
}
#nav{
	width: 160px;
	float: left;
}
#nav ul
{
	margin: 0;
	list-style-type: none;
	color: #FFF;
	font-size: 10px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}

#nav li {
	
	margin-top: 1px;
	margin-bottom: 1px;
}

#navlist li a
{
margin:0;
text-decoration: none;
color: #FFF;
background-color: #9E1C20;
display:block;
padding: .5em 1em;
text-transform:uppercase;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover ,#navlist a:active
{
	color: #9E1C20;
	background-color:#E2E2E2;
}


#maincontent{
	background-image: url(../img/mbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top:10px;
}
#sideleft{ padding:10px;color:#9E1C20;}
#sideleft h4{ font-size:14px;}
#sideleft #featured{padding: 2px;}
#hotel_content{  background-color: #eeeeee; padding: 10px;padding-left: 20px; margin-bottom: 5px;}
#hotel_content h1{font-size: 14px; color: #9e1c20; margin-bottom: 3px;}
#hotel_list {
width: 180px;
height: 16px;
border: 1px solid #eeeeee;
padding: 5px 25px 5px 25px;
font-weight: bold;
}
#sub_content{float:left; width:540px; margin-left: 10px;text-align: justify;}
#content{
	float:left;
	width:540px;
	margin-left: 10px;
	text-align: justify;
}

#content h1{font: 900 16px Georgia, "Times New Roman", Times, serif; margin:.4em 0}
#content h2{font: 900 14px Georgia, "Times New Roman", Times, serif; margin:.4em 0}
#content h3{font: 900 12px Georgia, "Times New Roman" , Times, serif; color:#9E1C20; margin:1.4em 0}

#content ul { list-style-type:none; margin: 0px; padding: 0px 0px 0px 10px; width:530px; float:left; }
#content ul li { width:520px; float:left; background:url(../img/listBg.jpg) scroll left 4px no-repeat; padding:0px 0px 7px 10px; margin: 0px;  }


#block{float:right; width:160px;}
#foot{
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECDCD;
	margin-top: 10px;
	text-align:center;
	background-image: url(../img/logo-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#bookingblock_top{
	color: #9E1C20;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 5px;
	height: 18px;
	margin-bottom: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CECDCD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECDCD;
}
#bookingblock_middle{
	padding-left: 5px;
	padding-top: 5px;
	color: #4f524c;
	font-weight: bold;
	font-size: 12px;
	background-color: #EEEEEE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CECDCD;
}
#bookingblock_bottom{
	background-color: #EEEEEE;
	height: 18px;
	padding-top: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CECDCD;
	border-left-color: #CECDCD;
}
