﻿* {
	margin:0;
	padding:0;
}

body {
	background:url(pics/header_bg.jpg) top repeat-x;
	font-family:georgia, Verdana, Helvetica, serif;
	}
.wrap{
	width:960px;
	margin:0 auto;
	/*background:#DFF0F6;*/
}
h1 a{
	text-indent:-9999em;
	width:224px;
	height:129px;
	background:url(pics/logo.png);
	margin-top:20px;
	display:block;
}
* html h1 a
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://fairyhotel.com/pics/logo.png", sizingMethod="crop");
} 
h2 {
	padding:20px 0 30px;
	font-size:18px;
	letter-spacing: 2px;
}
.header {
	background:url(pics/bg.png) top left no-repeat;
	height:168px;
	position:relative;
}
* html .header {
	background:none;
}

.header ul{
	list-style:none;

	margin:10px 0 15px 33px;
}
.header li {
	display:block;
	float:left;
	margin:0 30px 0 0px;
}
.header li a {
	text-decoration:none;
	color:#118DBD;
	font-size:16px; 
}
.header li a:hover,
.header li .current,
.footer li .current {
	color:#4A382F;
}
.header ul ul {
	display:none;
}
.langs {
	position:absolute;
	top:20px;
	right:0px;
	
}
.langs a img{
	border:0;
	
}

.col1 {
	width:460px;
	float:left;
}

.col2 {
	width:485px;
	float:left;
	margin-top:20px;
	margin-left:15px;
}
.col1,
.col2,
.col3 {
	margin-bottom:20px;
	line-height:22px;
}
a img {
	border-color:#118DBD;
}

.sep {
	height:45px;
	background:url(pics/sep.gif) 40px center no-repeat;
}

.hr {
	height:2px;
	background:#B5DCEB;
	margin:20px 0;
}




.footer {
	clear:both;
	border-top:2px solid #70BBD7;
	padding-top:7px;
	margin-bottom:20px;
}

.footer .logo {
	float:left;
	width:200px;
	background:url(pics/logo_small.jpg) top left no-repeat;
	padding-top:70px;
	font-family:arial, helvetica, sans-serif;
	letter-spacing:2px;
	font-size:12px;
	color:#4A382F;
	font-weight:bold;
}

.footer ul {
	list-style:none;
	margin-top:10px;
	float:right;
}
.footer li {
	display:block;
	float:left;
	padding:0 0 0 20px;
}

.footer li a {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#118DBD;
	text-decoration:none;
	
}
.footer ul ul {
	display:none;
}
.copy {
	float:right;
	clear:right;
	margin-top:50px;
	font-size:10px;
	color:#ccc;
} 

.img_margin {
	margin-left:25px;
	height:230px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.float_left {
	float:left;
}
.float_right {
	float:right;
}
	
.prices td {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	text-align:center;
	padding:5px;
}
.prices .align_left {
	text-align:left !important;
}
.prices {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
.prices th {
	border-left:1px solid #ccc;
	background:#E8F3F9;
	vertical-align:top;
}
.prices tr:hover td {
		background:#E8F3F9;
}
.prices th span {
	font-size:80%;
	font-weight:normal;
	color:#3B7EBF;
	display:block;
}