﻿body, form, #main, #main2 {
	height:100%;
}
body {
	margin:0px;
	padding:0px; 
	text-align:center;
	background:#ddf3fb url(../images/bgPageVertical.gif) repeat-x top;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:80%;
	color:#000000;
}
/* ### layout ### */
#main {
	width:980px;
	margin:0px auto;
	text-align:left;
	background:#ffffff url(../images/bgContentHorizontal.jpg) repeat-y top;
}
#main2 {
	width:980px;
	margin:0px;
	background:url(../images/bgContentBackdrop.jpg) no-repeat top;
}
#header {
	padding:25px 45px 100px 45px;
}
#content {
	margin:48px 90px;
	padding:40px 30px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.floatR {
	float:right;
	width:425px;
}
.floatRQ {
	float:right;
	width:352px;
	height:330px;
	/*width:200px;
	height:200px;*/
	margin-left:35px;
	/*border:1px solid #000000;*/
	padding:0px 0px 25px 25px;
}
.tdPadding td {
	padding:3px 6px 3px 3px;
	background-color:#ffffff;
}
.tdAlt td {
	background-color:#e6f1fd;
}
.tableHeader td {
	background:url(../images/bgTableHeader.gif) repeat-x top;
	font-style:italic;
}
.clearBoth {
	clear:both;
}
.tdThumbnail {
	height:40px;
	width:60px;
	overflow:hidden;
}
.tdImage {
	height:120px;
	width:150px;
	overflow:hidden;
}
td ul {
	margin:0px 5px 0px 10px;
	padding:0px 5px 0px 10px;
}
/* ### tags ### */
a {
	color:#00319c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
h1 {
	margin:0px;
	font-size:160%;
	color:#00319c;
}
h2 {
	font-size:120%;
	color:#ef0000;
}
h3 {
	font-size:100%;
	margin:5px 0px;
}
/* ### content ### */
.phone, .fax, .email {
	padding:0px 0px 0px 25px;
}
.phone {
	background:url(../images/icons/telephone.png) no-repeat left;
}
.fax {
	background:url(../images/icons/facsimile.png) no-repeat left;
}
.email {
	background:url(../images/icons/email.png) no-repeat left;
}
/* ### header / menu ### */
#aHeaderLogo {
	float:left;
}
#header ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#header li {
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
}
#header a {
	display:inline-block;
}
#header a span {
	display:none;
}
/* top menu */
.buttonHome, .buttonHomeOver {
	width:100px;
	height:42px;
	background:url(../images/header/buttonHome.png) no-repeat 0px 0px;
}
.buttonAbout, .buttonAboutOver {
	width:112px;
	height:42px;
	background:url(../images/header/buttonAbout.png) no-repeat 0px 0px;
}
.buttonContact, .buttonContactOver {
	width:119px;
	height:42px;
	background:url(../images/header/buttonContact.png) no-repeat 0px 0px;
}
.buttonHomeOver, .buttonHome:hover, .buttonAboutOver, .buttonAbout:hover, .buttonContactOver, .buttonContact:hover {
	background-position:0px -42px;
}
/* bottom menu */
.buttonRoom, .buttonRoomOver {
	width:136px;
	height:39px;
	background:url(../images/header/buttonRoom.png) no-repeat 0px 0px;
}
.buttonFlights, .buttonFlightsOver {
	width:122px;
	height:39px;
	background:url(../images/header/buttonFlights.png) no-repeat 0px 0px;
}
.buttonUkTravel, .buttonUkTravelOver {
	width:107px;
	height:39px;
	background:url(../images/header/buttonUkTravel.png) no-repeat 0px 0px;
}
.buttonLuxury, .buttonLuxuryOver {
	width:154px;
	height:39px;
	background:url(../images/header/buttonLuxury.png) no-repeat 0px 0px;
}
.buttonSki, .buttonSkiOver {
	width:152px;
	height:39px;
	background:url(../images/header/buttonSki.png) no-repeat 0px 0px;
}
.buttonRoomOver, .buttonRoom:hover, .buttonFlightsOver, .buttonFlights:hover, .buttonUkTravelOver, .buttonUkTravel:hover, .buttonLuxuryOver, .buttonLuxury:hover, .buttonSkiOver, .buttonSki:hover {
	background-position:0px -39px;
}
/* ### footer ### */
#footer {
	text-align:center;
	font-size:80%;
	clear:both;
} 
#footer, #push {
	height: 50px;
}
#footer ul {
	margin:0px;
	padding:30px 0px 0px 0px;
	list-style-type:none;
}
#footer li {
	display:inline;
	margin:0px;
	padding:0px;
}
#footer a {
	display:inline-block;
	margin:0px 5px;
}
.copyright {
	padding:0px 35px 0px 0px;
}