﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

img
{
	border:0;
}



ul#nav{list-style: none;margin: 0;padding: 7px 0; border-bottom: 1px solid #CCC;font-weight: bold;
  text-align: center;white-space: nowrap}
ul#nav li{display: inline;margin: 0 15px}
ul#nav a{text-decoration: none;padding: 0 0 3px;color: #fff}
ul#nav a#current{border-color: #F60;color: #06F}
ul#nav a:hover{text-decoration:underline;}

div#headerWide
{
	width:100%;
	height:166px;
	background:#fff url(../images/headerWideBg.gif) repeat-x left top;
}

div#header
{
	width:900px;
	height:166px;
	margin:auto;
	background:transparent url(../images/headerBg.jpg) no-repeat top left;
}

div#header .logo
{
	width:280px;
	height:117px;
	float:left;
	margin:20px;
}

div#header .headerLinks
{
	width:200px;
	float:right;
	margin:10px 20px 0 0;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
}

.headerLinks a {color:#fff;text-decoration:none;}
.headerLinks a:hover {text-decoration:underline;}

div#navWide
{
	width:100%;
	height:35px;
	background:#000 /*url(../images/navBg.gif) repeat-x top left*/;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;	
}

.nav
{
	width:900px;
	height:19px;	
	margin:auto;
	background:none;
	color:#fff;
	text-align:center;
	padding:8px 0;
	font-size:14px;
	font-weight:bold;	
}

.nav a {color:#fff;text-decoration:none;}
.nav a:hover {text-decoration:underline;}

div#bodyWrapper
{
	width:900px;
	margin:auto;
	background:url(../images/bodyWrapperBg.gif) repeat-y top left;
	clear:both;
}

div#bodyWrapper .left
{
	width:175px;
	background:#e2e2e2;
	float:left;
}

div#bodyWrapper .right
{
	width:705px;
	float:right;
	padding:5px;
}

div#bodyWrapper .right a
{
	color:#0074BC;
}

div#bodyWrapper .right a:hover
{
	background:#000;
	color:#fff;
}

.right p
{
	line-height:20px;
}

div#mainFooterWide
{
	width:100%;
	height:40px;
	background:#000;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	clear:both;
}

div#mainFooter
{
	width:900px;
	margin:auto;
	color:#fff;
	text-align:center;
	padding:3px 0;	
}

div#mainFooter a
{
    color:#fff;
}

div#infoFooterWide
{
	width:100%;
}

div#infoFooter
{
	width:700px;
	margin:auto;
	color:#000;
	text-align:center;
	padding:3px 0;
	font-size:11px;
}

div#infoFooter a
{
    color:#000;
    text-decoration:none;
}

div#infoFooter a:hover
{
    text-decoration:underline;
}

div#map
{
	width:350px;
	height:300px;
	float:right;
	background:yellow;
	margin-left:10px;
}

.hotel
{
	width:100%;
	background:#fff;
	border:2px solid #ffe63c;
	margin:0 0 15px 0;
}

.title
{
	padding:6px;
	background:url(../images/hotelDetailTitleBg.gif) repeat-x left top;
	color:#825f01;
	font-weight:bold;
}

.title img
{
	float:right;
}

.main
{
	color:#000;
	padding:6px;
	height:70px;
}

.main .img
{
	float:left;
	margin-right:10px;
	height:60px;
	overflow:auto;
}

.buttons
{
	width:100px;
	float:right;
}

.buttons img
{
	margin:3px 0;
}

.featureContainer
{
	background:#E2E2E2;
	margin: 0;
	padding: 0;	
}

.featureContainer ul
{
	background-color:#fff;
	color:#6D6D6D;
	font-size:11px;
	list-style-type: none;
	margin:2px;
	padding:0px;
}

.featureContainer li
{
	border-bottom:1px solid #E2E2E2;
}

.featureContainer a{
color:#6D6D6D;
display:block;
padding:5px;
text-decoration:none;
}

.featureContainer a:hover{
background-color:#6D6D6D;
color:#fff;
display:block;
text-decoration:none;
}

.listActive,a.listActive
{
	background:#6D6D6D;
	color:#fff;
}

.hidden
{
    display:none;
}

.disabled
{
	color:#999;
}

.disabled a,.disabled a:hover
{
	color:#999;
	text-decoration:none;
}

.pagingControls
{
	margin:10px 0;
	padding:3px;
	background:#D72A20;
	color:#fff;
}

.pagingControls a
{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.pagingControls a:hover
{
	text-decoration:underline;
}

.disabled {color:#ccc;}

.enabled {color:#fff;}