﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a 
	{
		outline: none;
		border: none;
	}
img 
	{
		border: none;
	}
input 
	{
		vertical-align: middle;
	}
html 
	{
	 	overflow-y: scroll !important;
	}
.floatleft 
	{
		float: left !important;
	}
.floatright 
	{
		float: right !important;
	}
abbr 
	{
		cursor: help;
	}
acronym 
	{
		cursor: help;
	}
/* ========== 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-color:#cfcfcf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#565758;
	font-size:11px;
	text-align:justify;
}
/* ========== WRAPPER */
#wrapper {
	width:900px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.gif');
	background-repeat:repeat-y;
}
/* ============================================= */
#top-container{
	width:900px;
	height:131px;
}
.top-greystrip{
	width:900px;
	height:5px;
	background-image:url(../images/top-strip.gif);
	background-repeat:repeat-x;
	margin:0 auto;
}

#google-ads{
	width:635px;
	height:30px;
	border:1px solid #6fc5c0;
	background-color:#e3fffd;
	text-align:center;	
	margin-top:8px;
	padding-top:15px;
}
/* ================================================================================ */

.header{
	width:900px;
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
	height:131px;
	float:right;
	padding:0;
}
/*Top navigation property start*/	
.comapnyname
{
	font-size:25px;
	text-decoration:none;
	color:#237cad;
	font-weight:600;
	font-family:Arial;		
}
.logo
{
	margin-left:20px;
	padding-top:10px;
	width:380px;
	height:50px;
	position:absolute;
	background-color:#ffffff;
	display:block;
	
	
}


/* ============Contant Container class================= */
#main-centercontainer{
	width:900px;
	height:auto;
	clear:both;
}
/*==============================================================*/

/* ============Left Container class================= */
#left-container{
	width:235px;
	height:auto;
	float:left;
	margin-left:5px;
	display:inline;

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

.top-hotelinfobar{
	width:226px;
	height:22px;
	background-image:url(../images/lt-categoriesbox.gif);
	background-repeat:repeat-x;
	margin-left:5px;

}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	padding-left:10px;
	padding-top:3px;
}
/*==============================================================*/

.ltcontant-list{
	width:223px;
	height:auto;
	border:1px solid #3376bb;
	border-top:none;
	margin-left:5px;

}

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

.link a:hover{
	color:#0066FF;
	text-decoration:none;
}
/* ============Right Container class================= */

#right-container{
	width:650px;
	height:auto;
	float:right;
}
/* =================================================================================== */

#search-container{
	width:635px;
	height:auto;
	margin-top:5px;
}
.top-searchbar{	
	width:638px;
	background-image:url('../images/search-topbar.gif');
	background-repeat:no-repeat;
	height:21px;
	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;
}
/* =================================================================================== */

#welcome-container{
	width:635px;
	height:auto;
	margin-top:8px;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:600;
}
/* =================================================================================== */
.lt-contantbox-border{
	background-image:url(../images/lt-linebg.gif);
	background-repeat:repeat-y;
}
.rt-contantbox-border{
	background-image:url(../images/rt-linebg.gif);
	background-repeat:repeat-y;
}
.contantbox-bottomborder{
	background-image:url(../images/contentboxbottom-bg.gif);
	background-repeat:repeat-x;
}
/* =================================================================================== */
/* ============Footer Container class================= */
#footer-container{
	background-color:#e3fffd;
	width:900px;
	height:30px;
	clear:both;
	padding-bottom:8px;
	margin-top:8px;
	border-top:1px solid #adcde6;
}
.footer-text{
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#423d31;
	text-align:center;
	padding-top:5px;
	text-decoration:none;

}
.footer-text a{
	color:#423d31;
	text-decoration:none;
	
}
.footer-text a:hover{
	color:#423d31;
	text-decoration:underline;
}
