/* CSS Document */
body {
	background-color: #3B9DB6;
	height: 100%;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}
#hiddenNav {
	position: absolute;
	top: -2000px;
	left: -2000px;
}
#outer {
	width: 790px;
	height: 570px;
	margin: 0 auto;
	border: 1px solid #FFF;
	padding: 0;
}
#topBar {
	float: left;
	height: 109px;
	width: 100%;	
	margin: 0;
	padding: 0;
}
#topBar div.hullLogo {
	float: left;
	background-image: url(../images/hullLogo.gif);
	background-repeat: no-repeat;
	width: 93px;
	height: 93px;
	margin-left: 5px;
	margin-top: 8px;
	cursor: pointer;
}
#topBar div.hullText {
	float: left;
	background-image: url(../images/introtext.gif);
	background-repeat: no-repeat;
	width: 424px;
	height: 36px;
	margin-left: 10px;
	margin-top: 65px;
}
#topBar div.hullType {
	float: right;
	background-image: url(../images/hullType.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 44px;
	margin-right: 6px;
	margin-top: 8px;
}
#menu {
	padding: 0;
	margin: 0;
	clear: both;
	background-color: #3B9DB6;
	width: 100%;
	border-bottom: 1px solid #FFF;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	width: 132px;
	display: inline;
	border-right: 1px solid #FFF;
}
#menu li.noBorder {
	margin: 0;
	padding: 0;
	font-size: 11px;
	width: 132px;
	display: inline;
	border-right: none;
}
#pattern {
	margin: 0;
	padding: 0;
	height: 35px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;	
}
#mainContent {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
#mainContent div.col1 {
	float: left;
	width: 400px;
	height: 315px;
	border: 1px solid #FFF;
	overflow: auto;
	margin-left: 5px;
	margin-top: 8px;
	padding: 16px;
	background-image: url(../images/logoWater.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	background-attachment: fixed;
	background-attachment /**/: scroll;	
}
#mainContent div.col1 p {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
#mainContent div.col1 h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin:0 0 15px 0;
	padding:0;
}
#mainContent div.col1 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7E066D;
}
#mainContent div.col1 h4 {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}
#mainContent div.col1 ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 0 20px;
}
#mainContent div.col1 ul li {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#mainContent div.col1 ul li ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: disc;
}
#mainContent div.col1 ul li ul li {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
#mainContent div.col1 table.menuTable {
	width: 95%;
	padding: 0;
	margin: 0;
}
#mainContent div.col1 td.menuItem {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 12px;
}
#mainContent div.col1 td.menuItemHeader {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-weight: bold;
	padding-top: 15px;
	font-size: 12px;
}
#mainContent div.col1 td.price {
	color: #FFF;
	font-size: 12px;
	vertical-align: top;
}
#mainContent div.col1 p.phoneNo {
	font-size: 20px;
	font-weight: bold;
}
#mainContent div.col2 {
	float: right;
	width: 325px;
	height: 347px;
	margin-right: 5px;
	margin-top: 8px;
	border: 1px solid #FFF;
}
#mainContent div.col2 table {
	width: 100%;
	padding: 3px;
}
#mainContent div.col2 th {
	color: #FFF;
	padding: 3px;
	font-size: 12px;
	text-align: left;
}
#mainContent div.col2 td {
	color: #FFF;
	width: 100%;
	padding: 3px;
}
#mainContent div.col2 input.text {
	border: 1px solid #333;
	padding: 2px;
}
#mainContent div.col2 textarea.message {
	border: 1px solid #333;
	padding: 2px;
	width: 98%;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif
}

#mainContent div.col2 h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#footer {
	margin-top: 7px;
	width: 100%;
	float: left;
	height: 20px;
	background-color: #008CA9;
	border-top: 1px solid #FFF;
}
#footer p {
	margin: 0;
	padding: 3px;
	font-size: 11px;
	padding-left: 6px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:link:hover {
	color: #B5101B;	
	text-decoration: none;	
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;	
}
#footer a:visited:hover {
	color: #B5101B;
	text-decoration: none;
}
