html * {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/header.jpg) #1c1c1c no-repeat center 29px;
	font-family: Verdana, "sans-serif";
	font-size: 100%;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 15px;
	color: #666;
}

p {
	line-height: 1.5em;
	color: #666;
}

p strong {
	color: #05568e;
}

.clr {
	clear: both;
}

.inner {
	width: 850px;
	margin: 0 auto;
}

div#nav {
	background: #3b3b3b;
	height: 29px;
}

div#nav ul {
	list-style-type: none;
	padding: 0 10px;
}

div#nav ul li {
	float: left;
}

div#nav ul li a {
	color: #d5d5d5;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 10px;
	display: block;
	font-size: 10px;
}

div#nav ul li a:hover {
	color: white;
}

div#nav ul li.active a {
	color: white;
	background: #666;
}

div#container {
	width: 900px;
	margin: 0 auto;
}

div#header {
	height: 248px;
}

div#header .inner .button {
	overflow: hidden;
	text-indent: -5000px;
	width: 307px;
	height: 58px;
	display: block;
	margin: 0 0 5px 520px;
}

div#header .inner #watercraftrentals {
	margin-top: 150px;
	background: url(../images/watercraftrentals.gif);
}

div#header .inner #accessories {
	background: url(../images/accessories.gif);
}

div#header .inner #watercraft {
	background: url(../images/watercraft.gif);
}

div#middle {
	background: white;
	width: 850px;
	margin: 0 auto;
	color: #333;
}

div#middle .inner {
	padding: 15px 15px 30px 15px;
	width: 820px;
}

div#middle .inner p {
	font-size: 0.9em;
	margin-bottom: 15px;
}

div#middle .inner ul {
	margin-left: 75px;
	margin-bottom: 20px;
}

div#middle .inner ul li {
	font-size: 0.9em;
	margin-bottom: 10px;
	color: #666;
}

div#middle a {
	color: #05568e;
}

div#footer {
	background: url(../images/footer.jpg) no-repeat top center;
	height: 124px;
	margin-bottom: 30px;
	text-align: center;
}

div#footer .inner {
	padding-top: 40px;
}

div#footer p {
	font-size: 0.7em;
	color: white;
	line-height: 1.5em;
}

div#footer a {
	text-decoration: none;
	color: white;
}

div#footer a.last span {
	display: none;
}

div#middle div.tagline {
	border-top: 1px solid #e9e9e9;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 0.8em;
	clear: both;
}

div#middle div.left {
	/* float: left; */
	/* width: 550px; */
	/* margin-right: 20px; */
}

div#middle div.right {
	display: none;
	float: right;
	width: 220px;
}
