﻿/* -------------- reset styles -------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}
caption, th, td{font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}




/* -------------- custom font styles -------------- */
@font-face {
	font-family: 'Museo300';
	src: url('/fend/include/museo300-regular-webfont.eot');
	src: local('☺'), url('/fend/include/museo300-regular-webfont.woff') format('woff'), url('/fend/include/museo300-regular-webfont.ttf') format('truetype'), url('/fend/include/museo300-regular-webfont.svg#webfont873sAvdH') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* -------------- general styles -------------- */
html,body{
	margin: 0;
	padding: 0;
}
body, p, li, h1, h2, h3, h4, h5, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}
body.fend{background: #212121 url(/fend/images/bg.png) repeat-x top;}
body.mceContentBody{background: #fff;}
p{margin: 10px 0;}
ul{
	list-style: disc outside;
	margin: 10px 0;
}
ol li{list-style-type:decimal;}
ol ol li{list-style-type:lower-alpha}
ol ol ol  li{list-style-type:upper-roman;}
li{margin: 5px 0 5px 25px;}
b, strong{font-weight: bold;}
i, em{font-style: italic;}
small{font-size: .75em;}
big{font-size: 1.25em;}
.clear{clear: both;}
.hide{
	position: absolute;
	top: -10000px;
	left: -10000px;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a{font-family: 'Museo300';}
h1{color: #000;}
h1, h1 a{
	font-size: 32px;
}
h2{color: #333;}
h2, h2 a{
	font-size: 28px;
}
h3{color: #666;}
h3, h3 a{
	font-size: 22px;
}
h4{color: #999;}
h4, h4 a{
	font-size: 18px;
}
h5{color: #aaa;}
h5, h5 a{
	font-size: 16px;
}
.text-red{color: #9c0000;}
.text-big, .text-big a{
	font-size: 14px;
	line-height: 22px;
}
a:link, a:visited, a:active{ 
	color: #cc0000;
	text-decoration: none;
}
a:hover{
    color: #870000;
    text-decoration: underline;
}

a#skiptocontent{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	z-index: 99;
}
a.btn{
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-family: 'Museo300';
	font-size: 14px;
	background: #730000 url(/fend/images/backer-btn.png) repeat-x left top;
	border: 1px solid #730000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: -1px -1px 0 #7e0000;
}
a.btn:hover{
	text-decoration: none;
	border: 1px solid #af0000;
	background: url(/fend/images/backer-btn.png) repeat-x left -60px;
}

th {background-color:#d6d6d6; color: #fff; font-size: 13px; font-family: Verdana, Geneva, sans-serif; font-weight: bold}

.header
{
    COLOR: White;
    FONT-SIZE: 13px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
}

.imageleft{
	float: left;
	padding: 0 10px 10px 0;
}
.imageright{
	float: right;
	padding: 0 0px 10px 10px;
}


/* -------------- layout styles -------------- */
div#container{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
	div#headershell{height: 120px;}
		div#headershell h1 a{
			display: inline;
			float: left;
			width: 190px;
			height: 95px;
			background: url(/fend/images/logo.png);
		}
	div#wrapper{}
		a#btn-booking{
			position: absolute;
			top: 330px;
			left: 690px;
			width: 270px;
			height: 40px;
			line-height: 40px;
			font-size: 18px;
			text-decoration: none;
		}
		div.banner{
			padding: 30px 370px 0 30px;
			width: 600px;
			height: 270px;
			background: url(/fend/images/backer-homebanner1.jpg) no-repeat top;
		}
			div#home{background: url(/fend/images/backer-banner1.jpg) no-repeat top;}
			div#services{background: url(/fend/images/backer-banner3.jpg) no-repeat top;}
			div#products{background: url(/fend/images/backer-banner4.jpg) no-repeat top;}
			div#aboutus{background: url(/fend/images/backer-banner5.jpg) no-repeat top;}
			div#bookings{background: url(/fend/images/backer-banner6.jpg) no-repeat top;}
			div#contactus{background: url(/fend/images/backer-banner19.jpg) no-repeat top;}
		div#contentshell{margin: 0 20px}
			div#content{
				padding: 20px;
				background: #fff;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
			}
div#footershell{
	clear: both;
	padding: 50px 0;
	text-align: center;
	color: #444;
	background: #131313 url(/fend/images/backer-footer.png) repeat-x top;
}
	div#rootnav, div#copyright, div#sencialogo{padding: 5px 0;}



/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{margin: 0 0 0 15px;}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}



/* -------------- modal styles -------------- */
div#modaloverlay{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	background-color: #000;
	z-index: 99;
}
div#modalwindow{
	position: absolute;
	width: 100%;
	z-index: 100;
}
	div#modalinner{
		position: relative;
		width: 500px;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid #000;
		background: #fff;
	}



/*------------------ video player styles -----------------------*/
div.flv-player{background: #000 url(/fend/images/vid_play.gif) no-repeat center;}
	div.flv-player a{
		display: block;
		background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
		div.flv-player a span{
			display: block;
			background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
			width: 100%;
			height: 100%;
			cursor: pointer;
		}



/* -------------- content styles -------------- */
div#homeintroshell{
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	width: 640px;
}
	div#homeintro{
		padding: 20px;
		background: #fff;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
div#columnshell{
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	width: 290px;
}
	div#column{
		padding: 20px;
		background: #680000 url(/fend/images/backer-servicesnav.png) no-repeat bottom;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
		div#columnshell h3{color: #fff;}
		ul#servicesnav{list-style: none;}
			ul#servicesnav li{margin: 0;}
				ul#servicesnav li a{
					display: block;
					padding: 5px 5px 5px 20px;
					color: #ffc7c7;
					font: normal 13px/18px 'Museo300';
					text-shadow: 1px 1px 0 #450000;
					background: url(/fend/images/bullet.png) no-repeat 5px;
				}
				ul#servicesnav li a:hover{
					color: #fff;
					text-decoration: none;
					background: #450000;
					border-radius: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radiusS: 10px;
				}
				ul#servicesnav ul{display: none;}
div#homebox{
	margin: 10px 0;
	padding: 20px 220px 20px 20px;
	height: 160px;
	width: 360px;
	background: url(/fend/images/backer-homebox.jpg);
	overflow: hidden;
}
	div#homebox p{
		margin: 0;
		line-height: 1.5em;
		color: #fff;
	}
	div#homebox a{color: #ffc7c7;}
	
div#servicebox{
	margin: 10px 0;
	padding: 50px 20px 20px 20px;
	height: 151px;
	width: 761px;
	background: url(/fend/images/backer-highlights.jpg);
	overflow: hidden;
	background-repeat:no-repeat;
}
	div#servicebox p{
		margin: 0;
		font-family: 'Museo300';
		line-height: 2.0em;
		color: #666;
		font-size: 14px;
		font-weight: bold;
	}
	div#servicebox a{color: #ffc7c7;}
	
/* --- switchcontent styles --- */
a.switchcontent-toggle{
	display: block;
	padding: 5px 0 0 0;
	font-family: Museo300;
	font-size: 14px;
}
div.switchcontent{
	margin: 5px 0 10px 0;
	padding: 5px 10px;
	background: #f6f6f6;
	border: 1px solid #f0f0f0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.switchcontent table{
	margin: 5px 0;
}
div.switchcontent h4{
	margin: 0;
	padding: 5px 0;
}

	
