﻿/* --- BOOKING BUTTON --- */
*{
	font-family: Arial, Helvetica, sans-serif
}

a img
{
	border: none;
}

#booking_wrapper
{
	margin: 0 0 10px 0;
}
 
a:link.booking_button,
a:visited.booking_button{
	display:block;
	background: url(images/make_a_booking_now_btn.png) no-repeat left top;
	width: 210px;
	line-height:35px;
	text-indent:-9999px;
	border:none;
}

a:hover.booking_button{
	background-position:bottom left;
	cursor:pointer;
}

#booking_wrapper p
{
	padding-top: 0;
	margin-top: 3px;
	font-size:0.8em;
}
#booking_wrapper span.tel
{
	font-size:1.5em;
	/*color: #990000;*/
	color: #FF8200;
	font-weight: bold;
}


#thankyou, #booking_terms
{
	display:none;
}

#btn_wrapper
{
	position: relative;
}

#btn_container
{
	position: absolute;
	top:15px;
	right: -120px;
}

#btn_container a
{
	display:block;
	margin-bottom: 15px;
}

.style2 
{
	font-size: 17px;
	color: #990000;
}

.style3
{
	font-size: 16px;
	color: #000000;
}

ul#globalNav,
#address_wrapper,
#prices_wrapper
{
	font-size: 12px;
	margin: 0 0 20px 0;
	text-align:center;
}

.prices
{
	margin-bottom:10px;
}


#prices_wrapper a:link,
#prices_wrapper a:visited
{
	color: #AA0101;
	text-decoration:none;
	margin-left: 5px;
}

ul#globalNav li a:hover,
#prices_wrapper a:hover
{
	color: #AA0101;
}



.price_r2 strong
{
	
	font-weight:normal;
	position:relative;
	top: 1px;
}

.price_r1 span
{
	text-transform:uppercase;
}

.price_r2
{
	text-align:center;
	margin-top:10px;
}

.price_r2 span
{
	padding-right: 15px;
}

.price_r2 img
{
	margin-right: 8px;
	border: 1px solid #fff;
	vertical-align:middle;
}

#globalNavWrapper
{
	width:100%;
	text-align:center;
	background: url(images/bg_gradient.jpg) repeat-x left -350px;
}

ul#globalNav
{
	width: 780px;
	margin:0 auto;
	padding: 7px 0 8px 0px;
	list-style:none;
	text-align:right;
	zbackground:#CCCCCC;	
}

ul#globalNav li
{
	display: inline;
	padding-left:9px;
}

ul#globalNav li a:link,
ul#globalNav li a:visited
{
	color:#FFF;
	font-weight:bold;
	font-size:11px;
}

/* styles from html*/
body {
	background: transparent url(images/bg_gradient.jpg) repeat-x left 30px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #AA0101;
	text-decoration: none;
}
a:visited {
	color: #AA0101;
	text-decoration: none;
}
a:hover {
	color: #AA0101;
	text-decoration: underline;
}
a:active {
	color: #AA0101;
	text-decoration: none;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 8daec7;
}
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #AA0101; }
.Style10 {font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #AA0101; }

.style-foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
.style-foot-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
color: #cccccc;
}

.style9
{
	font-size:11px;
}

.style13
{
	font-size:12px;
}

#submit_wrapper
{
	position: relative;
	float: right;
	top: -7px;
}

#ajax_loader
{
	visibility: hidden;
	position:absolute;
	right: -25px;
	top:0;
}

#map_btn_wrapper
{
	position:relative;
}

#map_btn_wrapper a
{
	position:absolute;
	top:15px;
	right: -100px;
}

.contactlady
{
	position:relative;
}

/*end style from html*/
