@charset "utf-8";
/* CSS Document */

html, body, form, fieldset {
	margin:0;
	padding:0;
}
body {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:14px;
	text-align:center;
	background:#000;
}
button {
	cursor:pointer;
}
.wrapper {
	width:915px;
	margin:0px auto 0px auto;
	text-align:left;
}
#wrapper-one .wrapper {
	background:#fff;
}
.content {
	width:100%;
	height:550px;
	background:#000;
}
.booking-widget-Tslice {
	width:915px;
	height:11px;
	background:url(assets/bw-Tslice.jpg) no-repeat;
}
.booking-widget-content {
	width:915px;
	height:47px;
	padding-left:30px;
	margin-top:-4px;  /* Fix for IE7??? */
	background:url(assets/bw-Cslice.jpg) repeat-y;
}
.booking-widget-Bslice {
	width:915px;
	height:11px;
	background:url(assets/bw-Bslice.jpg) no-repeat;
}

.footer {
	margin-top: 5px;
	color: #A3A3A3;
	font-size:10px;
}

.footer a {
	color: #A3A3A3;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}