html, body, div, span, object, h1, h2, h3, h4, p,
a, font, img, ul, li, fieldset, form, label, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

ul {
	list-style: none;
}
 
body {
	font: 12px/145% Arial, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	background: url(/img/bgblue.png) repeat scroll 0 0 transparent;
}

/* Headers */
h1, h2, h3, h4{
	color: #444;
	padding: 5px 7px 4px 10px;	 
}
h1 { font-size: 3.7em; letter-spacing: -2px; line-height: 40px; }
h2 { font-size: 22px; line-height: 22px;}
h3 { font-size: 20px; line-height: 20px;}
h4 { font-size: 16px; line-height: 16px;}

/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #0788C3;	
}
a:hover {
	color: #F7BB0D;
}

#bg-wrapper{
	width: 1020px;
	margin: 0 auto;
	background: #FFFFFF url(/img/bg-border.gif);
}

#body-wrapper {
	margin: 0 10px auto;
}

#header {
	height: 80px;
	background-color: #1980C8;
	color:#FFFFFF;
	font-weight:bold;
}

#header a{
	display: block;
	font-size: 30px;
	padding: 0 7px 4px 20px;
	line-height: 40px;
	letter-spacing: -2px;
	color:#FFFFFF;
}

.blue{
	color: #B9DAED;
}

#header p {
	padding: 0 0 15px 20px;
	font-size: 15px;
}

#breadcrumb {
	background-color: #B9DAED;
	padding-left: 20px;
}

.bold{
	font-weight: bold;
}

.thumb {
	float: left;
	width: 150px;
	height: 100px;
	margin: 0 5px 5px 0;
}

.PreviewHeader {
	display: inline-block;
	font-size: 16px;
	padding: 0;
	font-weight:bold;
}

#popularHotels .hotelPreview {
	width: 46%;
	margin-left: 10px;
}

.hotelPreview {
	float:left;
	border: 1px solid #FFFFFF;
	padding: 5px;
}

.hotelPreview:hover {
	background-color: #FFFFEF;
	border: 1px solid #F7BB0D;
}

.star {
	width: 66px;
	height: 12px;
	display:inline;
	margin:2px 5px 0 0;
}

#popularHotels .priceIntro {
	float:right;
	color:#fbdd7e;
}

#popularHotels .price {
	font-weight:bold;
	color:#F7BB0D;
	margin:0 2px;
}

#footer {
	margin: 15px 0;
	padding: 5px 0;
	border-top: 1px solid #dadada;
	display: inline-block;
	width: 100%;
}

.bleft {
	float: left;
	padding-left: 8px;		
}

.bright {
	text-align: right;
}

.links {
	margin-top: 15px;
	padding-bottom: 5px;
	width: 25%;
	background-color:#FCF09E;
	-moz-box-shadow: 0 4px 8px #555;  
    -webkit-box-shadow: 0 4px 8px #555;  
    box-shadow: 0 4px 8px #555;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=120, Strength=3); 
    zoom: 1; 
}

.linksList{
	margin:5px 10px;
	border-bottom:1px dotted #FFFFEF;
	font-weight:bold;
}

.linksTitle {	
	text-align:center;
}

.linksIntro {
	margin:2px 6px;
	font-weight:bold;
}
