@import url(ie.css);
/*-----------------------------------------
 Body - Typography - Layout - Links - Lists - Images - Boxes - Misc
Date:    05-11-2008
Version: 1.2
Author:  Jonathan Alstead
email:   jona at launchsite.co.uk
web:     www.launchsite.co.uk
------------------------------------------*/
body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #1f2e57 url(../images/bodyback.gif) repeat-x top;
	text-align: center;
	color: #000000;
}
/*--------------------------------------------
Typography
----------------------------------------------*/
p { 
	padding-bottom: 8px;
	line-height: 1.4em;
}
h3 { 
	font-size: 16px;
	background:url(../images/heading-bullets.gif) no-repeat bottom left;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
h4 {
	margin: 10px 0;
	}
#footer p {
	line-height: 1.4em;
	font-size: 85%;
}
#header h1 {
     background: url(../images/logo.gif) no-repeat;
	 position: absolute;
	 top: 0;
	 left:0px;
	 text-indent: -9000em;
	 width: 315px;
	 height: 124px;
	 margin:0;
}
#header h1 a {
 	 display: block;
	 height: 124px;
}
#header h2 {
	position: absolute;
	background: url(../images/sub-logo.gif) no-repeat;
	height: 31px;
	text-indent: -9000px;
	top: 93px;
	right: 1px;
	width: 477px;
}
#footer p {
		text-align: center;
		padding: 20px 0;
		color: #e1e1e1;
}
/*--------------------------------------------
Layout
----------------------------------------------*/
#container { 
	width: 942px;
	background: #f4f9fb url(../images/wrapback.gif) repeat-y top;
	margin: 20px auto;
	text-align: left; 
} 
#header { 
	position: relative;
	background: url(../images/header-back.gif) repeat-x bottom right;
	height: 124px;
	background-color: #0E2A58;
} 
#sidebar1 {
	float:left;
	width: 200px; 
	padding: 15px 10px 15px 20px;
}
#mainContent { 
	margin: 0 0 0 200px; 
	padding: 0 20px;
} 
#footer { 
	padding: 30px 10px 0 20px;
	background: #1F2E57 url(../images/footer.gif) no-repeat top;
	xheight: 43px;
	clear: both;
}
/*--------------------------------------------
Links
----------------------------------------------*/
a {
    text-decoration: none;
	color: #5C85D6;
}
a:hover {
	text-decoration: underline;
}
/*--------------------------------------------
Lists
----------------------------------------------*/
ul {
	margin-left: 20px;
}
li {
 background:url(../images/bullet.gif) no-repeat left center;
 padding-left: 20px;
 line-height:1.4em;
}
#sidebar1 ul { 
	list-style-type: none;
	margin-left: 0;
	}
div#sidebar1 li {
	background: none;
	padding-left: 0;
	xpadding-bottom: 12px;
}
#sidebar1 li a, #sidebar li a:visited {
	list-style-type: none;
	display: block;
	text-indent: -9000px;
	width:  198px;
    margin-bottom: 12px;
	height: 20px;
	}
#sidebar1 li a:hover {
	text-decoration: none;
}
#home a { background: url(../images/home.gif) no-repeat right bottom;}
.home #home a:hover, .home #home a,#home a:hover { background:url(../images/home.gif) no-repeat left bottom; }
#about a { background: url(../images/about.gif) no-repeat right bottom; }
.about #about a,.about #about a:hover, #about a:hover {background: url(../images/about.gif) no-repeat left bottom; } 
#news a { background:url(../images/news.gif) right; }
.news #news a:hover, .news #news a, #news a:hover { background-position: left; }
#bookings a { background: url(../images/bookings.gif) no-repeat right bottom; }
.bookings #bookings a, .bookings #bookings a:hover,#bookings a:hover { background-position: left bottom; }
#services a { background:url(../images/services.gif) no-repeat right bottom;}
.services #services a:hover, .services #services a, #services a:hover { background-position: left bottom;}
#address { 
	margin-top: 8px;
}
#address li a {
	width: auto;
	margin:0;
	height:auto;
	text-indent: inherit;
	display:inline;
	font-weight: bold;
}

/*--------------------------------------------
Images
----------------------------------------------*/
.reports  {
margin:  0px 40px 5px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
/*--------------------------------------------
Boxes
----------------------------------------------*/
#flashcontent, #imgcontent {
	margin: 17px auto;
	height: 200px;
	background: #ccc;
	width: 636px;
	height: 300px;
	background:url(../images/flash_back.gif) no-repeat top center;

}
.flamovie, .imgmain {
	padding: 18px;
}
.imgmain img { 	border: 1px solid #b4b4b4;}
#box_wrapper {
	background: #F2F9FB url(../images/box-top.gif) no-repeat top;
	width: 637px;
	padding-top: 17px;
	margin: 0 auto;
	margin-top: -8px;
}
.box-inner {
	background: #F2F9FB url(../images/box-mid.gif) repeat;
	padding: 0 18px;
}
.box-footer {
	background: #F2F9FB url(../images/box-bot.gif) bottom left;
	padding-top: 18px;
}
/*--------------------------------------------
Misc
----------------------------------------------*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->