/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: black url('../images/bgr_line.jpg') repeat-x;
	font: 0.8em Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
}
a:link {
	color: #9B141B  ; text-decoration:none;
}
a:visited {
	color: #57526c; text-decoration:none;
}
a:hover {
	color: black;	text-decoration:none; 
}
a:active {
	color: #197b30; text-decoration:none;
}
a img {border:none;}

.pusher {
	clear: both;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin:0 0 10px 20px;
	padding: 0;	line-height:18px;

}
strong {
	color: #9B141B;
}

p {
	line-height:18px;
	margin:5px 0 10px 0;
}
h1, h1 a {
	display:block;
	text-indent:-10000px;
	width:930px;
	height:62px;
}

h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px 5px 0px 27px;
	margin: 8px 0 0 0;
	font-size: 1em;
	font-weight: bold;
	background: #721415 url('../images/icowhite.gif') no-repeat 5px 2px;
}
h2 img {
  margin-right: 8px;
}


h3 {
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px 5px 0px 27px;
	margin: 8px 0 10px 0;
	font-size: 1em;
	font-weight: bold;
	background: #721415 url('../images/icowhite.gif') no-repeat 5px 2px;
}
h3 img {
  margin-right: 8px;
}


/*-------------------------------------- Container -----------------------------------------------*/
#container {
  background: #FFFFFF;
  width: 950px;
  margin:30px auto 0 auto;
	position:relative;
}
/*-------------------------------------- Language -----------------------------------------------*/
#language {
	width: 930px;
	margin:0 auto;
	padding: 0 0 5px 20px;
	position:absolute;
	top:-25px;

	text-align:right;
}
#language a {
  font-weight: bold;
	padding:0 5px;
}
#language a:link, #language a:visited { color:#fff;}
#language a:hover, #language a:active { color:#8493a1;}

/*-------------------------------------- Header -----------------------------------------------*/

#container #header {
  background: url('../images/header1.jpg') no-repeat left top;
  height:62px;
}
#container #header img {
  float: left;
	display:inline;
	margin:5px 0 0 30px;
}

/*-------------------------------------- Lines decoration-------------------------------------------*/

#container .line {
  margin: 10px 10px 0;
  border-bottom: 3px double #57526c;
}

/*-------------------------------------- Address -----------------------------------------------*/

#container address {
  font: normal 1em Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 10px 0px;
  border-top: 3px double #57526c;
	border-bottom: 3px double #57526c;
	margin: 10px;
	position: absolute;
	bottom:60px;
	width:930px;
}
/*-------------------------------------- Footer -----------------------------------------------*/

#container #footer {
  background: url('../images/footer.jpg') no-repeat left top;
  height:62px;
	margin-top:100px;
}
#container #footer h3 a {
  float: right;
	display:block;
	margin:10px 30px 0px 0px;
	background:url(../images/logo_hotelsearch.png);
	width:230px;
	height:40px;
	text-indent:-100000px;
}
#container #footer p {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #6B7A8D;
  text-transform: uppercase;
  margin: 0 auto;
	padding:20px 0px 20px 25px;
  float: left;
	display:inline;
}

/*-------------------------------------- Content -----------------------------------------------*/

#container #content {
  padding:20px 0px 0px 20px;
}
/*------------------------------------- Left Column ----------------------------------------------*/

#container #content #left {
  float: left;
	display:inline;
  width: 226px;
}
/*------------------------------------- Left Column Menu -------------------------------------------*/
#container #content #left #menu img {border:none;}

#container #content #left #menu li {
  display: block;
  list-style: none;  
  color: #9B141B;
  vertical-align: middle;
  font-weight: bold;	
	margin: 0;
	padding:6px 0px 2px 6px;
  border-bottom: 1px solid #57526c;
  background: url('../images/menuvert.gif') no-repeat 24px;
}

#container #content #left #menu a:link, #container #content #left #menu a:visited {color: #312728;}
#container #content #left #menu a:hover, #container #content #left #menu a:active {color: red; font-weight: bold;}

#container #content #left #menu li.bookinglink a:link, #container #content #left #menu li.bookinglink a:visited {color: #727272;}
#container #content #left #menu li.bookinglink a:hover, #container #content #left #menu li.bookinglink a:active {color: #6B7A8D;}		
#container #content #left #menu img {margin-right: 12px;}
#container #content #left #menu ul {
  margin: 0;
  padding: 0;
}
/*------------------------------------- Right Column Menu -------------------------------------------*/
#container #content #right {
  width: 664px;
  float: left;
  margin-left: 20px;
}
/*------------------------------------- Booking ----------------------------------------------*/
#bookingcontainer {
	background: url('../images/bgr_booking.gif') no-repeat left top;	
	height: 202px;
	width: 224px;
	margin: 20px 0 0 0;
	padding: 8px 0 0 0;
}
#framereservation {
	margin-top: 0;
	padding-left: 0;
}

/*------------------------------------- Photo Pics ----------------------------------------------*/
#container #content #left #pics {
  margin: 20px 0 0 0;
}

a.photo {
  width:100px;
  height:100px;
  margin:3px 3px;
  float:left;
  display:block;
  text-decoration:none;
  cursor:pointer;
  cursor:hand;
}

a.photo img, a.photo span {border:none; margin:0; padding:0;}

a.photo span.mask {
  display:block;
  width:100px;
  height:100px;
  position:relative;
  margin-top:-100px;
  background:url('../images/photo_mask.png');
}

#photobig span.mask {
  display:block;
  width:664px;
  height:300px;
  position:relative;
  margin-top:-300px;
  background-image: url('../images/photo_mask_b.png');
}

/*------------------------------------- Faqs ----------------------------------------------*/
dl.normal {
	margin:10px 20px 10px 10px;
}

dl.normal dt {
	background:url('../images/ico_faq.gif') no-repeat left 5px;
	padding-left:15px;
	line-height:18px;
	font-weight:bold;
  margin:8px 0 8px -25px;
	color:#57526c;
}
dl.normal dd {
padding:0;
margin:5px 0 25px 0;
}

#gmap, #smap {
	width:650px;
	height:300px;
}



