/* body & header CSS Start here */

body{
background-color:#252525;
margin-top: 0;
} 
H1 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-bottom:0px;
	line-height: 16px
}
.body-font{
font-family: Arial;
font-size: 12px;
} 
/* logo CSS Start here */
.logo-bg{
	background-image:  url(/images/topbg.jpg);
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color:#fff;
	height: 207px;
}
.logo{
	background-image:  url(/images/logo.jpg);
	height: 130px;
	weith: 370px;
}
.logo-text{
	font-family: Georgia;
	font-size: 40px;
	color:#fff;
	padding-left:35px;
	letter-spacing: 0.1em;
}
/* content CSS Start here */

.content-table {
	margin-top: 12px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-align: justify;
}
.content-table-1 {
	border: 1px solid #373737;
	background-color: #470e0e;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
/* Search CSS Start here */
.search-table {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	background-image:  url(/images/search-bg.jpg);
	background-repeat: no-repeat;
	height: 235px;
}
.search-button {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:  url(/images/search-button.jpg);
	height: 30px;
	width: 140px;
	border: 0px;
	margin-right: 17px;
}
.SearchHotelCheckoutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 20px;
	width: 190px;
	padding-left: 3px;
	padding-top: 2px;
}
/* Footer CSS Start here */
.footer {
	margin-top: 10px;
	padding-top: 5px;
	background-image:  url(/images/footer-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px 18px;
}
.footer A:link {color: #FFFFFF; text-decoration: underline}
.footer A:visited {color: #FFFFFF; text-decoration: underline}
.footer A:active {color: #FFFFFF; text-decoration: underline}
.footer A:hover {color: #FFFFFF; text-decoration: none;}
/* generic CSS Start here */
.font12px{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
.font11px{
	font-family: Arial;
	font-size: 11px;
	color: #fff;
}
li {
	padding-top: 3px;
}