﻿/* ========== 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;
}
/*====================h1 to h6*/
h1
{
	font-size:16px;
	font-weight:600;
	color:#00a5cd;
	padding-left:10px;
}
/* ========== 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:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#565758;
	font-size:11px;
	text-align:justify;
}
/* ========== WRAPPER */
#wrapper {
	width:1021px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.gif');
	background-repeat:repeat-y;
}
#sub-wrapper{
	width:1015px;
	height:auto;
	margin:0 auto;
}



.logo-box{
	background-image:url('../images/topbg-img.gif');
	background-repeat:repeat-x;
}

/* ============================================= */
#top-linkbar{
	
	height:24px;
	background-image:url('../images/top-linkstrip.gif');
	background-repeat:repeat-x;
}

/* =====Update Search Box Class=================== */
#updatesearch-box{
	width:232px;
	height:auto;
	margin:0 auto;
	border:1px solid #d6e4f3;
	margin-top:5px;
}
.update-title{
	background-image:url('../images/updatesearch-strip.gif');
	background-repeat:repeat-x;
	height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3c679d;
	font-weight:bold;
}
.update-title ul{
	margin:0;
	list-style:none;
	padding:0 5px 7px 5px;
}
.update-title li{
	display:block;
	padding:0 1px 2px 15px;
	background:url('../images/bluearrow.gif') no-repeat center left;
	line-height:20px;
}

/*=======Refine Search List Text ===============================*/
.refine-search{
	width:230px;
	height:auto;
	float:left;
}
.refine-search ul{
	margin:0;
	list-style:none;
	padding:3px 0px 0px 10px;
}
.refine-search li{
	display:block;
	padding:0 1px 0px 15px;
	background:url('../images/red-arrow.gif') no-repeat center left;
	line-height:20px;
	border-bottom:1px solid #dbe9f8;
}
.refine-search a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	display:block;
	text-decoration:none;
}
.refine-search li a:hover{
	color:#f13333;
	text-decoration:underline;
	}


/*=======Footer Box Class Start===============================*/
#footer-container{
	background-image:url('../images/doubleline-strip.gif');
	background-repeat:repeat-x;
	width:1015px;
	height:auto;
	margin-top:8px;
}

/*=======Footer Copyright Text ===============================*/
.footer-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4a74a6;
	text-align:center;
	padding-top:15px;
}
#footer-gradstrip{
	background-image:url('../images/footer-bar.gif');
	background-repeat:no-repeat;
	width:1021px;
	height:11px;
	clear:both;
}
/*=======Index Page Class===============================*/
#searchbox-layout{
	width:750px;
	height:auto;
	margin-left:10px;
	margin-top:8px;
}
#search-container{
	width:520px;
	height:auto;
	border:1px solid #6aa7ee;
	background-color:#f4faff;
	float:left;
}

/*==============================================================*/

.search-titleimg{
	background-image:url('../images/searchhotel-titlestrip.gif');
	background-repeat:repeat-x;
	height:25px;
}
.searchtitle-text
{
	color:#FFFFFF;
	font-weight:800;
}
.top-link a
{
	font-weight:600;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	line-height:22px;
	padding:5px 5px 6px 5px;	
	background-color:none;
}
.top-link a:hover
{
	color:#686868;
	background-color:#ffffff;
	
}
.hotel-img
{
	width:200px;
	height:180px;
	display:block;
	margin:0px;
	padding:0px;
	float:right;
	border:1px solid #f3f3f3;
}

/*==============================================================*/

