@import 'quickbooker.css';

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100.5%;
}

body {
	font-family: verdana, arial, helvetica, sans-serif !important;
	font-size: 75% !important;
	color:#fff !important;
	background:#000 !important;
}

h1 {
	font-size: 120%;
	margin:5px 0 15px;
}

p {
	/*padding: 0 10px 1em;*/
}

img {
	border:0;
}

.clr {
	clear:both;
}

a, a:visited {
	color:#fff;
}

#wrap {
	min-height: 100.5%;
	margin: 0 auto;
	width:1000px;
	position: relative;
	top:-2px;
	background: url(../gfx/mainbg.jpg) 0 605px no-repeat;
}

body.bookonline #wrap {
	background:#000;
}

body.transfers #wrap {
	background:#000;
}


* html #wrap {
	height: 100.5%;
}

#rotator {
	height:605px;
	position:absolute;
	top:0;
}

body.home #flash {
	background:url(../gfx/home.jpg) no-repeat;
	position: relative;
	width:1000px;
	height:605px;
/* 	z-index: -100; */
}

#topsidebar {
	width:180px;
	height:585px;
	position:absolute;
	top:0;
	left:0;
	padding: 10px;
	z-index: 2000;
}

#flash {

}

#mmenu {
	width:180px;
	list-style: none;
	margin-top:20px;
	z-index: 100;
	position: relative;
}

#mmenu a, #mmenu a:visited {
	display: block;
	font-size:12px;
	color:#fff;
	text-decoration: none;
	padding:2px 0;
	text-transform: uppercase;
	font-family: Arial;
}

#mmenu a:hover, #mmenu li.active a  {
	color:#625524;
}

#footmenu {
	list-style: none;
	position:absolute;
	top:40px;
	left:10px;
	padding-bottom:5px;
}

#main {
 	/*min-height:460px; */
	padding-top: 605px;
}

#sidebar {
	float:left;
	width:180px;
	padding:10px;
}

#content {
	float:right;
	width: 780px;
	text-align: justify;
	padding:10px;
	margin-bottom: 10px;
}

#footer {
	position:relative;
	bottom:0;
	width:1000px;
	height:30px;
	margin:-40px auto 0;
	font-size:9px;
	padding: 0 10px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
}

#dtw {
	position:absolute;
	top:40px;
	right:10px;
	font-family: Arial;
	font-size: 95%;
        z-index: 2000;
}

#liveclock_v0 {
	float:left;
}

.temp {
	float:right;
}

.liveclock_date {
	float:right;
	margin-right:15px;
}

.liveclock_time {
	float:right;
	margin-right: 15px;
}


#jflanguageselection {
	position:absolute;
	top:20px;
	right:10px;
        z-index:2000;
}

#jflanguageselection span {
	margin:1px;
}

.copyrightswrapper {
	position:absolute;
	top:25px;
	left:10px;
}

.copyrightswrapper .design, .copyrightswrapper .copyrights {
	display:inline;
}

.copyrightswrapper .copyrights {
	padding-left:5px;
}


#swguides {
	position:absolute;
	top:25px;
	right:10px;
	list-style:none;
}

/* Google Maps */
#maps{
	position:absolute;
	height:0;
	overflow:hidden;
	width:100%;
	top:0px;
	background:#000;
}

#maps span {
	line-height: 20px;
}

#closeButton img {
	position:relative;
	z-index:100;
}

.hotelmapwrapper, .hotelmap {
	height:600px;
}

.termssw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F3F2F4;
	margin:0 10px;
	padding:0 10px;
}

.closeButtonMessage {
	text-align:center;
}

.closeButtonMessage span {
	position:relative;
	top:-5px;
}

/* Special Offers */
.tool-text{
	background: #000;	
	padding: 10px !important;
	color: #fff !important;	
}

.tool-tip {
	max-width: 215px !important;
	background: #625524 !important;
	border: none !important;
	padding: 2px !important;
}

/* JCOMMENTS */
#comments-form-link a{
	color: #fff !important;
}

#comments-form-link a:hover{
	color: #989797 !important;
}

#jc h4{
	color: #fff !important;
}

#jc .rbox_m *{
	color: #fff !important;
}

#comments-footer{
	display: none;
}

#trustthumb {margin:30px 8px;}
