@charset "utf-8";
/* CSS Document */
* {margin:0px; padding:0px;}
html, body {margin:0px; padding:0px; width:100%; height:100%; overflow:hidden;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#000d1a;
	color:#fff;	
}
img{border:0}

a:link, a:visited, a:active {color:#f90; text-decoration:none;}
a:hover {color:#fff;}
p {margin:10px 0px;}

#bg{position:fixed; z-index:-10; width:100%;}
#wrap {position:absolute; width:100%; height:100%; top:0; bottom:0; left:0; overflow:auto; /*z-index:2;filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;*/} 

div.content {
	width:980px; 
	margin:20px auto;
}
div.left {
	float:left;
	width:460px;
	margin:0px; 
	padding:0 0px 0px 0px;
	position: relative;
	top: 150px;
}
div.right {
	float:right; 
	width:510px; 
	height: auto;
	margin:0 0 0 20px 0; 
	padding:0px; 
	background:transparent url(../images/blueBkg.png) repeat;
}
div.liverpoolboatshow {
	width:auto; 
	height:auto;
	margin: 0 0 10px 0;
}
div.showlikenoother {
	background:transparent url(../images/blueBkg.png) repeat;
	padding: 10px;
	width: auto;
	display: block;
	float: left;
}
img.imageright {
	float: right;
	margin: 0 0 10px 10px;
}
div.leftimages {
	padding: 5px;
	background:transparent url(../images/whiteBkg.png) repeat;
	display: block;
	width: auto;
	float: left;
	margin: 0 20px 20px 0;
}
div.keyline {
	width: 90%;
	height: 1px;
	background: #333;
	margin: 10px 0 ;
}
/*navigation*/
div.topnav {
	width:100%; 
	margin:0; 
	padding:0 0 20px 0; 
	font-size:90%;
	letter-spacing:1px; 
	text-transform:uppercase;
}

#topnav ul {
	padding:0px; 
	margin:0px;
}
div.topnav li {
	float:left; 
	margin:2px 2px 0 0; 
	padding:0 5px 0 15px; 
	list-style-type: none; 
	font-size: 70%;
	white-space: nowrap;
	display: inline-block;
	float: left;
	background: #333 url(../images/greybullet.gif) no-repeat left;
	line-height: 20px;
}
div.topnav li#on {
background: #333 url(../images/bullet.gif) no-repeat left;	
}
div.topnav li#sep {
	margin:0px 5px; 
	padding:0px; 
	color:#FFF;
	background: none !IMPORTANT;
	border: 0;
	width: 10px;
	min-width: 10px;
}
/*navigation ends */
form {
		padding:5px 0px; 
		margin:0px;
		font-size: 80%;
}
label {
	margin-top:2px; 
	float:left; 
	width:140px;
	
}
input,textarea,select,option {
	color:#000; 
	padding:2px 3px; 
	margin-bottom:5px; 
	border:0; 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
textarea {overflow:auto;}
.submitbutton {margin-left:140px; letter-spacing:1px; border:none; margin-top:5px; background-color:#f90; color:#fff; text-transform:uppercase;}
.field {width:235px;}
.validation-advice {
	color: #F90 !IMPORTANT; 
	margin: 5px 75px 5px 0;
	float: right;
}

/*text*/
div.showlikenoother h1, div.showlikenoother h2{
	font-weight: normal;
	margin: 0;
	font-size: 120% !IMPORTANT;
}
div.right h1, div.right h2, div.left h1 {
	font-weight: normal;
	margin: 0;
	font-size: 90%;	
}
h1.home {
	color: #fff !IMPORTANT;
	font-size: 120% !IMPORTANT;
}
div.left h1 {
	margin: 3px 0 !IMPORTANT;
	color: #f90 !IMPORTANT;
}
div.showlikenoother h1, div.right h1, div.right h2 {
	color: #f90;
}
div.showlikenoother h2, div.right h2{
	color: #fff;

}
#content_text {
	padding:20px;
}
#content_text p{
	font-size: 80%;
}
span.lefttitle {
	width: 200px;
	text-align: left;
	display: inline-block;
}
span.righttitle {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
div.leftimages a {
	padding: 3px;
	background: #fff;
	display: block;
	font-size: 80%;
	color: #f90;
}
div.leftimages p {
	color: #000033;
	font-size: 80%;
}
div.right ul.text {
	font-size: 80%;
	margin: 0 0 10px 20px;
}
a.button {
	padding: 5px;
	background: #f90;
	color: #fff;
	border: 1px solid #F60;
	font-size: 110%;
}
/* HACKS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.clear {clear:both; height:0; line-height:0px; padding:0px; float:none; margin:0px; overflow: hidden;}
/*END HACKS*/

