﻿/*Author:suresh*/

/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
html 
{
 overflow-y: scroll !important;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0;
	padding: 0;	
	background-image:url('../images/grad-bg.gif');
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#565758;
	font-size:11px;
	text-align:justify;
}
/* ========== WRAPPER */
#wrapper {
	width:882px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.gif');
	background-repeat:repeat-y;
}
/* ============================================= */
#top-container{
	width:882px;
	

}
.top-greystrip{
	width:878px;
	height:6px;
	background-image:url('../images/top-strip.gif');
	background-repeat:repeat-x;
	margin:0 auto;
}
.logo-box{
	width:210px;
	border:1px solid #96bed0;
	float:left;
	height:118px;
	margin-left:3px;
}
.logo-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#005a94;
	font-weight:700;
}
.slogan-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#898989;
	font-weight:bold;
}
/* ================================================================================ */


/* ============Contant Container class================= */
#main-centercontainer{
	width:882px;
	height:auto;
}
/* ============Left Container class================= */
#left-container{
	width:230px;
	height:auto;
	float:left;

}
#travel-catbox{
	width:215px;
	height:auto;
	margin-top:5px;
}
/*==============================================================*/

.top-hotelinfobar{
	width:200px;
	background-color:#eaeaea;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6b6b6b;
	font-weight:bold;
	padding-top:8px;
	text-transform:uppercase;
	padding-left:12px;
	margin-left:5px;
}
/*==============================================================*/

.ltcontant-list{
	width:210px;
	height:auto;
	border:1px solid #eaeaea;
	margin-left:5px;

}

.ltcontant-list ul{
	margin:0;
	list-style:none;
	padding:5px 0px 0px 10px;
}
.ltcontant-list li{
	display:block;
	padding:0 1px 0px 8px;
	background:url('../images/blue-arrow.gif') no-repeat center left;
	border-bottom:1px dotted #a7a7a7;
	line-height:25px;
}
.ltcontant-list a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b6b6b;
	display:block;
	text-decoration:none;
}
.ltcontant-list li a:hover{
	color:#027795;
	}
/* ============Right Container class================= */

#right-container{
	width:645px;
	height:auto;
	float:right;
}

#welcome-container{
	width:635px;
	height:auto;
	border:1px solid #eaeaea;
	margin-top:8px;

}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0f5e96;
	font-weight:bold;
}
#search-container{
	width:638px;
	height:auto;
	margin-top:5px;
}
.top-searchbar{	
	width:638px;
	background-image:url('../images/search-topbar.gif');
	background-repeat:no-repeat;
	height:24px;
	padding-top:6px;
}
.bg-searchbar{
	width:638px;
	background-image:url('../images/search-bgbar.gif');
	background-repeat:repeat-y;
}
.bottom-searchbar{
	width:638px;
	background-image:url('../images/search-botbar.gif');
	background-repeat:repeat-x;
	height:12px;
}
.searchbox-pad{
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}
.search-titletext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
/* ============Footer Container class================= */

#footer-container{
	background-image:url('../images/footer-bg.gif');
	width:882px;
	height:auto;
	clear:both;
	padding-bottom:8px;
	margin-top:8px;
}
.footer-text{
	width:882px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	padding-top:15px;
}
.footer-text a{
	color:#000000;
	text-decoration:none;
}
.footer-text a:hover{
	color:#000000;
	text-decoration:underline;
}
