@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 15px;
}
body {
	background-color: #FFF;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
a:link {
	color: #7D0020;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7D0020;
}
a:hover {
	text-decoration: underline;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #7D0020;
}
h1 {
	color: #333333;
	font-size: 24px;
}
h2 {
	color: #666666;
	font-size: 18px;
}
h3 {
	color: #AAAAAA;
	font-size: 15px;
}
h1 .aNoU:link, h2 .aNoU:link, h3 .aNoU:link {
	color: #666666;
	text-decoration: none;
}
h1 .aNoU:visited, h2 .aNoU:visited, h3 .aNoU:visited {
	text-decoration: none;
	color: #666666;
}
h1 .aNoU:hover, h2 .aNoU:hover, h3 .aNoU:hover {
	text-decoration: none;
	color: #000000;
}
h1 .aNoU:active, h2 .aNoU:active, h3 .aNoU:active {
	text-decoration: none;
	color: #666666;
}
h1 .aNoUWhite:link, h2 .aNoUWhite:link, h3 .aNoUWhite:link {
	color: #FFFFFF;
	text-decoration: none;
}
h1 .aNoUWhite:visited, h2 .aNoUWhite:visited, h3 .aNoUWhite:visited {
	text-decoration: none;
	color: #FFFFFF;
}
h1 .aNoUWhite:hover, h2 .aNoUWhite:hover, h3 .aNoUWhite:hover {
	text-decoration: none;
	color: #DDDDDD;
}
h1 .aNoUWhite:active, h2 .aNoUWhite:active, h3 .aNoUWhite:active {
	text-decoration: none;
	color: #FFFFFF;
}

#managecookiesbg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}

#managecookiesbg #managecookies {
	width: 550px;
	height: 360px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0 #000000;
	z-index: 101;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -275px;
	border: 0px solid #000000;
	border-radius: 10px;
	display: none;
}

#managecookiesbg #managecookies .cookieheader {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 24px;
}

#managecookiesbg #managecookies .cookieheader .cookietype {
	float: left;
	width: 410px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-weight: bold;
	padding-top: 8px;
}

#managecookiesbg #managecookies .cookieheader .cookiesettingtoggle {
	float: left;
	width: 100px;
	text-align: right;
}

#managecookiesbg #managecookies .cookieheader .cookiesettingtext {
	float: left;
	width: 100px;
	font-size: 14px;
	line-height: 19px;
	color: #7D0020;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-top: 8px;
}

#managecookiesbg #managecookies .cookiecontents {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	font-weight: normal;
}

#managecookiesbg #managecookies .cookiecomments {
	margin-left: 120px;
	margin-right: 120px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
}

#managecookiesbg #managecookies .managecookiesbuttons {
	margin-left: auto;
	margin-right: auto;
	width: 302px;
}

#managecookiesbg #managecookies h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #7D0020;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#managecookiesbg #managecookies p {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#managecookiesbg #managecookies .cookiebreakline {
	height: 20px;
	width: 100%;
}

#managecookiesbg #managecookies .dividerline {
	height: 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	background-color: #CCCCCC;
	background-image: linear-gradient(left , white 2%, #CCCCCC 50%, white 98%);
	background-image: -o-linear-gradient(left , white 2%, #CCCCCC 50%, white 98%);
	background-image: -moz-linear-gradient(left , white 2%, #CCCCCC 50%, white 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #CCCCCC 50%, white 98%);
	background-image: -ms-linear-gradient(left , white 2%, #CCCCCC 50%, white 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, #CCCCCC), color-stop(0.98, white) );
}

#managecookiesbg #cookiebuttonallowall {
	width: 140px;
	height: 24px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #7D0020;
	border: 0px solid #000000;
	border-radius: 5px;
}
#managecookiesbg #cookiebuttonallowall:hover {
	background-color: #000000;
	cursor: pointer;
}

#managecookiesbg #cookiebuttonsavechoices {
	width: 140px;
	height: 23px;
	float: left;
	color: #BBBBBB;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
#managecookiesbg #cookiebuttonsavechoices:hover {
	background-color: #EEEEEE;
	cursor: pointer;
}

#managecookiesbg .cookiespacer {
	width: 20px;
	height: 35px;
	float: left;
}



#cookiemsgbg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}

#cookiemsgbg #cookiemsg {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0 #000000;
	z-index: 101;
	position: fixed;
	bottom: 0px;
	left: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: none;
}

#cookiemsgbg #cookiemsg h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #7D0020;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#cookiemsgbg #cookiemsg p {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#cookiemsgbg #cookiebuttonacceptall {
	width: 140px;
	height: 23px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #7D0020;
	border: 0px solid #000000;
	border-radius: 5px;
}
#cookiemsgbg #cookiebuttonacceptall:hover {
	background-color: #000000;
	cursor: pointer;
}

#cookiemsgbg #cookiebuttonmanage {
	width: 140px;
	height: 23px;
	float: left;
	color: #BBBBBB;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
#cookiemsgbg #cookiebuttonmanage:hover {
	background-color: #EEEEEE;
	cursor: pointer;
}

#cookiemsgbg .cookiespacer {
	width: 20px;
	height: 35px;
	float: left;
}

.switch {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 24px;
}
.switch input { /* Hide default switch */
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #CCCCCC;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #7D0020;
}
input:focus + .slider {
	box-shadow: 0 0 1px #7D0020;
}
input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}
.slider.round {
	border-radius: 18px;
}
.slider.round:before {
	border-radius: 50%;
}


input[type="text"] {
    -webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select {
    -webkit-appearance: none;
}
.mobilespacer {
	display: none;	
}
.mobile-wrap {
	display: none;	
}
.navigation {
	display: none;
}
#mobiletopmenubg {
	margin: 0px;
	padding: 0px;
	background-color: #7D0020;
	height: 46px;
	width: 100%;
	display: none;
	overflow: hidden;
}
#mobiletopmenubg #mobiletopmenu {
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mobiletopmenubg #mobiletopmenu .mobilemenu{
	padding: 0px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
#mobiletopmenubg #mobiletopmenu .mobilemenu a img{
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 22px;
}
#mobiletopmenubg #mobiletopmenu .reservebyphone{
	padding: 0px;
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#mobiletopmenubg #mobiletopmenu .reservebyphone a img{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 51px;
}
#logotelslogan {
	display: block;
	padding: 0px;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1200px;
	position: relative;
}
#logotelslogan #logo {
	display: block;
	padding: 0px;
	float: left;
	height: 100px;
	width: 332px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#logotelslogan #logo a img {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 332px;
}

#logotelslogan #telslogan {
	display: block;
	padding: 0px;
	float: right;
	width: 320px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logotelslogan #telslogan #tel {
	display: block;
	margin: 0px;
	padding: 0px;
}
#logotelslogan #telslogan #tel #telpic {
	margin: 0px;
	padding: 0px;
	float: right;
}
#logotelslogan #telslogan #tel #telpic img {
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 36px;
}
#logotelslogan #telslogan #tel #teltext {
	padding: 0px;
	float: right;
	font-size: 34px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#logotelslogan #telslogan #slogan {
	padding: 0px;
	float: right;
	display: block;
	font-size: 25px;
	font-style: italic;
	color: #666666;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menubar {
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	box-shadow: 0px 4px 4px #333333;
	-moz-box-shadow: 0px 4px 4px #333333;
	-webkit-box-shadow: 0px 4px 4px #333333;
	z-index: 8;
	position: relative;
}
#menubar #menu {
	display: block;
	padding: 0px;
	height: 40px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menubar #menu #main-nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 800px;
}
#menubar #menu #main-nav ul {
	margin: 0px;
	padding: 0px;
}
#menubar #menu #main-nav ul li {
	display: inline;
	height: 27px;
	float: left;
	list-style: none;
	font-size: 15px;
	padding: 0px;
	margin-top: 13px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#menubar #menu #main-nav ul li a:link {color: #444444; text-decoration: none;}
#menubar #menu #main-nav ul li a:visited {color: #444444; text-decoration: none;}
#menubar #menu #main-nav ul li a:hover {
	color: #888888;
	text-decoration: none;
}
#menubar #menu #main-nav ul li a:focus {
	color: #888888;
	text-decoration: none;
}
#menubar #menu #main-nav ul li a:active {
	color: #888888;
	text-decoration: none;
}
#menubar #menu #main-nav ul li ul {
	margin: 0px;
	padding: 0px;
	display: none;
	position: absolute;
	left: 0px;
	top: 27px;
	background-color: rgba(125,0,32,0.75);
	box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 2px 2px 5px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
}
#menubar #menu #main-nav ul li:hover ul {
	display: block;
	width: 200px;
}
#menubar #menu #main-nav ul li:active ul {
	display: block;
	width: 200px;
}
#menubar #menu #main-nav ul li ul li {
	list-style:none;
	display:list-item;
	width:100%;
	height: 39px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	transition: 0.5s ease-in-out;
}
#menubar #menu #main-nav ul li ul li:hover {
	background-color: rgba(0,0,0,0.5);
	transition: 0.5s ease-in-out;
}
#menubar #menu #main-nav ul li ul li a {
	font-size: 15px;
	display: block;
	width: 100%;
	height: 15px;
	font-weight: normal;
	line-height: 15px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 0px;
	margin: 0px;
}
#menubar #menu #main-nav ul li ul li a:link {color: #EEEEEE; text-decoration: none;}
#menubar #menu #main-nav ul li ul li a:visited {color: #EEEEEE; text-decoration: none;}
#menubar #menu #main-nav ul li ul li a:hover {color: #FFFFFF; text-decoration: none;}
#menubar #menu #main-nav ul li ul li a:focus {color: #FFFFFF; text-decoration: none;}
#menubar #menu #main-nav ul li ul li a:active {color: #FFFFFF; text-decoration: none;}
.social   {
	display: block;
	padding: 0px;
	float: right;
	height: 25px;
	width: 120px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-align: right;
}
.social a   {
	margin: 0px;
	padding: 0px;
}
.social a img   {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 25px;
	width: 25px;
}
.social a img:hover,.social a img:focus , .social a img:active      {
	background-color: #FFFFFF;
	transition: 0.5s ease-in-out;
}
#fadingimages {
	margin: 0px;
	padding: 0px;
	height: 410px;
	width: 100%;
}
#fadingimages #fadingimage1 {
	background-image: url(../images/lsvrbanner15.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 410px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	animation-name: fiFadeInOut1;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-delay: 0s;
	animation-duration: 10s;
	animation-direction: alternate;
}
#fadingimages #fadingimage2 {
	background-image: url(../images/lsvrbanner1.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 410px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 0;
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	animation-name: fiFadeInOut2;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-delay: 10s;
	animation-duration: 10s;
	animation-direction: alternate;
}
@keyframes 
fiFadeInOut1 {
0% {
opacity:1;
z-index: 1;
}
45% {
opacity:1;
z-index: 1;
}
55% {
opacity:0;
z-index: 1;
}
100% {
opacity:0;
z-index: 0;
}
}
@keyframes fiFadeInOut2 {
0% {
opacity:1;
z-index: 1;
}
45% {
opacity:1;
z-index: 1;
}
55% {
opacity:0;
z-index: 1;
}
100% {
opacity:0;
z-index: 0;
}
}
#fadingimages #fadingimage1 a, #fadingimages #fadingimage2 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 410px;
	width: 100%;
}

#importantannouncement {
    position: absolute;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 2;
    height: 70px;
    top: 180px;
}

#importantannouncement #announcementbg {
    width: 1200px;
    height: 70px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #EEEEEE;
    display: block;
    border-radius: 15px;
    box-shadow: 0px 4px 4px #444444;
    -moz-box-shadow: 0px 4px 4px #444444;
    -webkit-box-shadow: 0px 4px 4px #444444;
}

#importantannouncement #announcementbg h1 {
    padding-top: 22px;
    padding-left: 12px;
    font-size: 18px;
    color: #FF0000;
}

#importantannouncement #announcementbg h1 a {
    color: #FF0000 !important;
}

#importantannouncement #announcementbg p {
    padding-top: 5px;
    padding-left: 12px;
    font-size: 14px;
    color: #666666;
}

#bookingheader {
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #7D0020;
	opacity: 1; /* for easter / christmas opacity: 1;    for normal opacity: 0.8; */
	height: 70px;
	z-index: 4;
	position: relative;
	top: -70px;
}

#bookingheader #bookingtitle {
	float: left;
	padding: 0px;
	height: 52px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#bookingheader #bookingtitle h1 {
	font-size: 32px;
	color: #FFFFFF;
}
#bookingheader #bookingsubmit {
	padding: 0px;
	float: right;
	height: 33px;
	width: 135px;
	margin-top: 18px;
	margin-right: 40px;
	margin-bottom: 19px;
	margin-left: 0px;
}
#bookingheader #bookingsubmit #submitimg {
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 135px;
}
#bookingheader #bookingsubmit #submitimg:hover {
	opacity: 0.6;
}
#bookingformstripes #mobileformsubmit {
	display: none;
}
#bookingformstripes #bookingform {
	padding: 0px;
	height: 200px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #DDDDDD;
	z-index: 3;
}
#bookingformstripes #bookingform .vehicleenquiryH1{
	color: #7D0020;
	font-size: 24px;
	margin-top: 12px;
	margin-bottom: 12px;
	display: none;
}
#bookingform .bookingcaption  {
	font-size: 14px;
	padding: 0px;
	color: #777777;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#bookingform .bookingfield  {
	margin: 0px;
	padding: 0px;
}
#bookingform #bookingleft  {
	padding: 0px;
	float: left;
	height: 160px;
	width: 460px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#bookingform #bookingleft .bookingsplitrowl  {
	margin: 0px;
	padding: 0px;
}
#bookingform #bookingleft .bookingsplitrowl .bookingsplitrowlleft  {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 130px;
}
#bookingform #bookingleft .bookingsplitrowl .bookingsplitrowlleft .bookingfield #vehicletype {
	height: 36px;
	width: 130px;
	font-size: 22px;
	color: #777777;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	cursor: pointer;
}
#bookingform #bookingleft .bookingsplitrowl .bookingsplitrowlleft .bookingfield #promocode {
	height: 36px;
	width: 130px;
	font-size: 20px;
	color: #777777;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#bookingform #bookingleft .bookingsplitrowl .bookingsplitrowlright  {
	padding: 0px;
	width: 300px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#bookingform #bookingleft .bookingsplitrowl .bookingsplitrowlright .bookingfield #vehiclesize {
	height: 36px;
	width: 300px;
	font-size: 22px;
	color: #777777;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	cursor: pointer;
}
#bookingform #bookingleft .bookingsplitrowl .bookingsplitrowlright .bookingfield #depot{
	height: 36px;
	width: 300px;
	font-size: 22px;
	color: #777777;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}
#bookingform #bookingright  {
	padding: 0px;
	float: right;
	height: 160px;
	width: 460px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 40px;
}
#bookingform #bookingright .bookingsplitrowr {
	margin: 0px;
	padding: 0px;
}
#bookingform #bookingright .bookingsplitrowr .bookingsplitrowrleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 245px;
}
#bookingform #bookingright .bookingsplitrowr .bookingsplitrowrleft .bookingfield #fromdate {
	height: 36px;
	width: 240px;
	font-size: 22px;
	color: #777777;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#bookingform #bookingright .bookingsplitrowr .bookingsplitrowrleft .bookingfield #todate {
	height: 36px;
	width: 240px;
	font-size: 22px;
	color: #777777;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#bookingform #bookingright .bookingsplitrowr .bookingsplitrowrright {
	padding: 0px;
	width: 185px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#bookingform #bookingright .bookingsplitrowr .bookingsplitrowrright .bookingfield #fromtime {
	height: 36px;
	width: 185px;
	font-size: 22px;
	color: #777777;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}
#bookingform #bookingright .bookingsplitrowr .bookingsplitrowrright .bookingfield #totime {
	height: 36px;
	width: 185px;
	font-size: 22px;
	color: #777777;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}
#bookingformstripes {
	background-image: url(../images/stripes.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 240px;
	background-position: 0px 0px;
	top: -30px;
	position: relative;
	z-index: 4;
}
#offers {
	padding: 0px;
	height: 238px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 5;
	position: relative;
	top: -30px;
}
#offers .offer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 238px;
	width: 380px;
	z-index: 6 !important;
	position: relative;
}
#offers .offer a img {
	margin: 0px;
	padding: 0px;
	height: 238px;
	width: 380px;
	box-shadow: 0px 8px 8px #999999;
	-moz-box-shadow: 0px 8px 8px #999999;
	-webkit-box-shadow: 0px 8px 8px #999999;
}
#offers .offerspacer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 238px;
	width: 30px;
	z-index: 5;
}
#aboutlimesquarewrap {
	padding: 0px;
	height: 420px;
	width: 100%;
	background-image: url(../images/aboutus-bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
	position: relative;
}
#aboutlimesquarewrap #aboutlimesquare {
	padding: 0px;
	height: 420px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#aboutlimesquarewrap #aboutlimesquare #aboutlimesquaretext{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 420px;
	width: 660px;
}
#aboutlimesquarewrap #aboutlimesquare #aboutlimesquaretext .aboutlimesqH1{
	color: #FFFFFF;
	font-size: 38px;
	margin-top: 50px;
	margin-bottom: 20px;
}

#aboutlimesquarewrap #aboutlimesquare #aboutlimesquaretext .aboutlimesqP{
	color: #FFFFFF;
	font-size: 15px !important;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#aboutlimesquarewrap #aboutlimesquare #aboutlimesquarespacer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 420px;
	width: 40px;
}
#aboutlimesquarewrap #aboutlimesquare #aboutlimesquareimage {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 420px;
	width: 500px;
}
#aboutlimesquarewrap #aboutlimesquare #aboutlimesquareimage img {
	text-align: right;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
}
#latestnewswrap {
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 100%;
	position: relative;
}
#latestnewswrap #latestnews {
	padding: 0px;
	height: 450px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#latestnewswrap #latestnews .latestnewsH1 {
	color: #555555;
	font-size: 38px;
	margin-bottom: 25px;
}

#latestnewswrap #latestnews .latestnewscolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 330px;
	width: 580px;
}
#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticle {
	margin: 0px;
	padding: 0px;
	height: 145px;
	width: 580px;
}
#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticle .lnaimage {
	padding: 0px;
	float: left;
	height: 145px;
	width: 145px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticle .lnaimage a img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticle .lnatext {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 145px;
	width: 415px;
}
#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticle .lnatext .lnatextH1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #7D0020;
}
#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticle .lnatext .lnatextH1 a:hover {
	text-decoration: none;
}
#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticle .lnatext .lnatextP {
	font-size: 14px;
	color: #555555;
	line-height: 19px;
	margin-top: 10px;
}
#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticle .lnatext .lnadetails {
	padding: 0px;
	width: 415px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticle .lnatext .lnadetails .lnatextreadmore {
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
	color: #7D0020;
}
#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticle .lnatext .lnadetails .lnatextdate {
	margin: 0px;
	padding: 0px;
	float: right;
	font-style: italic;
	color: #888888;
	text-align: right;
}
#latestnewswrap #latestnews .latestnewscolumn .latestnewsarticlespacer {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 580px;
}
#latestnewswrap #latestnews .latestnewsspacer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 330px;
	width: 40px;
}
#testimonials {
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-bottom: 50px;
}
#testimonials .testimonialscolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 550px;
}
#testimonials .testimonialscolumn .testimonialsH1{
	color: #555555;
	font-size: 38px;
	margin-top: 50px;
	margin-bottom: 20px;
}
#testimonials .testimonialscolumn .testimonialsimgleft  {
	text-align: left;
	padding: 0px;
	height: 36px;
	width: 550px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#testimonials .testimonialscolumn .testimonialsimgright  {
	padding: 0px;
	height: 36px;
	width: 550px;
	text-align: right;
	margin: 0px;
}
#testimonials .testimonialscolumn .testimonialsP {
	font-size: 14px;
	color: #777777;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#testimonials .testimonialscolumn .testimonialsfrom {
	font-size: 17px;
	color: #7D0020;
	padding: 0px;
	margin: 0px;
}
#testimonials .testimonialsspacer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100px;
}
#extrainfowrap {
	background-image: url(../images/aboutus-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 0px;
	height: 270px;
	width: 100%;
	margin: 0px;
}
#extrainfowrap #extrainfo {
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 270px;
}
#extrainfowrap #extrainfo .extrainfocolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 270px;
	width: 490px;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoH1left {
	font-size: 38px;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPleft {
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	line-height: 28px;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPSMALLleft {
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 14px;
	margin-top: 30px;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPSMALLleft a:link {
	color: #CCCCCC;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPSMALLleft a:active {
	color: #CCCCCC;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPSMALLleft a:visited {
	color: #CCCCCC;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPSMALLleft a:hover {
	color: #FFFFFF;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoH1right {
	font-size: 38px;
	text-align: right;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPright {
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
	line-height: 25px;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPright a:link {
	color: #CCCCCC;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPright a:active {
	color: #CCCCCC;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPright a:visited {
	color: #CCCCCC;
}
#extrainfowrap #extrainfo .extrainfocolumn .extrainfoPright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#extrainfowrap #extrainfo .extrainfospacer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 270px;
	width: 220px;
}
#footertop {
	padding: 0px;
	height: 15px;
	width: 100%;
	background-color: #222222;
	position: relative;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerwrap {
	padding: 0px;
	height: 400px;
	width: 100%;
	background-color: #333333;
	position: relative;
	margin: 0px;
}
#footerwrap #foot {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerwrap #foot .footerleftallcontents {
	margin: 0px;
	padding: 0px;
	float: left;
}
#footerwrap #foot .footerleftallcontents .footerleftcontentsA{
	margin: 0px;
	padding: 0px;
	float: left;
}
#footerwrap #foot .footerleftallcontents .footerleftcontentsB{
	margin: 0px;
	padding: 0px;
	float: left;
}
#footerwrap #foot .footerleftcolumn {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerwrap #foot .footerrightcolumn {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align: right;
}
#footerwrap #foot .footerH1  {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footerwrap #foot .footerlinks  {
	list-style-type: none;
}
#footerwrap #foot .footerlinks li  {
	font-size: 14px;
	color: #888888;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 17px;
}
#footerwrap #foot .footerlinks li a:link {
	color: #888888;
}
#footerwrap #foot .footerlinks li a:active {
	color: #888888;
}
#footerwrap #foot .footerlinks li a:visited {
	color: #888888;
}
#footerwrap #foot .footerlinks li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footerwrap #foot .footerrightcolumn #footersocial{
	display: block;
	padding: 0px;
	float: right;
	height: 25px;
	width: 120px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	text-align: right;
}
#footerwrap #foot .footerrightcolumn #footersocial a{
	padding: 0px;
	margin: 0px;
}
#footerwrap #foot .footerrightcolumn #footersocial a img{
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
#footerwrap #foot .footerrightcolumn #footersocial a img:hover , #footerwrap #foot .footerrightcolumn #footersocial a img:focus , #footerwrap #foot .footerrightcolumn #footersocial a img:active{
	background-color: #7D0020;
	transition: 0.5s ease-in-out;
}
#footerwrap #footerlinebottom {
	padding: 0px;
	height: 2px;
	width: 1200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerwrap #footerlinebottom img {
	margin: 0px;
	padding: 0px;
	height: 2px;
	width: 1200px;
}
#footerwrap #footercopyright {
	padding: 0px;
	width: 1200px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
}
#footerwrap #footercopyright #footercopyrightleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	height: 20px;
}
#footerwrap #footercopyright #footercopyrightright {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
	height: 20px;
}
#footerwrap #footercopyright p {
	font-size: 12px;
	color: #888888;
}
#footerwrap #footercopyright p a:link {
	color: #FFFFFF;
}
#footerwrap #footercopyright p a:active {
	color: #FFFFFF;
}
#footerwrap #footercopyright p a:visited {
	color: #FFFFFF;
}
#footerwrap #footercopyright p a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 80;
	display: none;
}
.backtotop img {
	opacity: 0.6;
}
.backtotop img:hover {    
    opacity: 1;
}
.clrflt {
	clear: both;
}
.stuckdiv { /* christmas */
    position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	top: 450px;
}

.stuckdiv img { /* christmas */
    width: 1300px;
	height: 283px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display: block;
	overflow: hidden;
}


.stuckdiv2 {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	top: 385px;
}

.stuckdiv2 img {
	width: 1200px;
	height: 153px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display: block;
	overflow: hidden;
}
