body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff url("/i/header_bg.png") no-repeat;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border: 0px;
}

table td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

form {
	margin: 0;
}

p,li {
	font-size: 80%
}

li li {
	font-size: 100%
}

a {
	color: #1A3DC1;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #25447a;
	font-size: 200%
}

h2 {
	color: #25447a;
	font-size: 180%
}

h3 {
	color: #25447a;
	font-size: 160%
}

h4 {
	color: #25447a;
	font-size: 140%
}

h5 {
	color: #25447a;
	font-size: 120%
}

h6 {
	font-size: 100%
}

.error {
	color: #CC0000;
}

.error li {
	list-style-type: none;
}

.hide {
	display: none;
}

.one-row {
	margin-bottom: 12px
}

.one-row label {
	font-size: 80%;
	text-align: left;
	width: 160px;
	margin-right: 6px
}

.one-row label.error {
	width: 230px;
	text-align: left
}

.one-row label,.one-row input,.one-row .field-note {
	display: block;
	float: left;
	margin-right: 6px;
	padding-top: 4px
}

.x-small,.one-row label.x-small {
	width: 120px
}

.xx-small {
	width: 30px
}

.x-large {
	width: 182px
}

.xx-large {
	width: 282px
}

.text-center {
	text-align: center;
}

.test-justify {
	text-align: justify;
}

.clear {
	clear: both;
}

#overview {
	background-color: #000;
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#puff {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 200px;
	left: 10%;
	z-index: 100;
}

#puff .close {
	text-align: right;
	padding: 5px 5px 0 0;
}

#puff .close span {
	cursor: pointer;
}

#puff h1 {
	font-size: 380%;
	line-height: 1.2em;
	color: #000;
	margin: 5px 0;
	text-align: center;
}

#puffContent {
	padding: 0 10px;
}

.logo {
	width: 250px;
	height: 50px;
	display: block;
	text-decoration: none;
}

#phone {
	margin: 17px 20px 0 0;
	text-align: right;
}

#phone a {
	font-weight: bold;
	font-size: 110%;
	color: #EB870F
}

.header {
	height: 101px
}

.column-left,.column-right {
	float: left;
}

.column-left {
	width: 510px;
}

.column-right {
	width: 260px;
}

.header .column-right .reducer {
	padding: 65px 0 0 10px;
}

.header .column-right .reducer td {
	padding: 0 5px 0 0;
	vertical-align: middle;
}

.content {
	background-color: #eee;
	width: 770px;
}

.content .column-left {
	background-color: #fff;
}

.content .column-left .reducer {
	border-left: 32px #fad7a1 solid;
	overflow: hidden;
	padding: 0 10px 0 5px;
}

.menu {
	margin: 30px 0 0 10px;
	padding: 0;
}

.menu li {
	font-weight: bold;
	list-style-type: none;
	margin: 7px 0;
}

.menu li a {
	color: #000000;
}

.menu li a:hover {
	color: #000000;
	text-decoration: none;
}

.search-result {
	margin: 0;
	padding: 0 0 20px 30px;
}

.search-result li {
	margin: 0;
	padding: 0;
}

.search-result li h5 {
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
}

.search-result li p {
	margin: 5px 0;
}

.search-result li span {
	font-size: 80%;
}

/* hotels-menu */
.hotels-menu {
	margin: 10px 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	border-bottom: 1px #EB870F solid;
}

.hotels-menu li {
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

.hotels-menu li a {
	padding: 5px 20px;
	display: block;
	background: #EB870F;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.hotels-menu li a:hover,
.hotels-menu li.selected a {
	background: #ffcc99;
}

/* hotel-preview */
.hotel-preview {
	border-bottom: 1px #eee solid;
	padding: 0 0 5px 0;
	margin-bottom: 15px
}

.title {
	margin: 5px 0;
}

.hotel-preview .i,
.hotel-preview .d {
	float: left;
}

.hotel-preview .i {
	width: 124px;
}

.hotel-preview .d {
	width: 339px;
}

.hotel-preview .d h6 {
	margin: 0 0 10px 0;
	font-size: 90%;
}

/* numbers-preview */
.numbers-preview {
	font-size: 80%;
	width: 100%;
}

.numbers-preview th {
	border-bottom: 1px #ccc solid;
}
.numbers-preview th,
.numbers-preview td {
	padding: 4px
}

.numbers-preview .description {	
	padding: 0;
}

.numbers-preview .description div {
	background-color: #eee;
	padding: 4px;
	margin-bottom: 20px
}

.numbers-preview .description p {
	font-size: 100%;
}

/* footer */
.footer {
	background-color: #B1C5D3;
	width:770px;
}

.footer .column-left p {
	margin: 12px 0 10px 32px;
}

.footer .column-right .reducer {
	padding: 5px 0 0 20px;
}