body {
	background: #3366CC;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#outer{
	height:100%;
	min-height:100%;
	width:600px;
	color: #000000;
	margin:auto;
	text-align:left;
	position:relative;
	left: 5px;
	top: 8px;
	background-color: #3366CC;
}
.contacthighlight {
	background: #07309F;
	border: 1px solid #0033FF;
	margin-left: 60px;
	margin-right: 60px;
	padding: 5px;
	font-weight: bold;
	padding-top:0;
}
#outer p {
	padding-left:6px;
	padding-right:6px;
	color: #FFFFFF;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header {
	height:87px;
	margin-left:6px;
	margin-right:6px;
	margin-top:0;
}
#header h1 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	margin-top: 1.5em;
	text-align: left;
}

#header .logo {
	float: left;
	margin-top: 0.5em;
}

/* Footer */
#footer {
	position: relative;
	bottom:0;
	left:0;
	width:98%;
	margin-left:1%;
	margin-right:1%;
	padding-bottom: 20px;
	text-align: center;
}

#footer ul{
	padding-bottom: 10px;
}

#footer a:link {
	color: white;
}
#footer a:visited {
	color: #CCFFFF;
}

#clearfooter{
clear:both;
height:20px;
}
#footer p {
	border-top: 1px dotted white;
	padding-top: 3px;
	padding-bottom: 30px;
	margin-top:5px;
	margin-bottom: 10px;
	display:inline;
	text-align: right;
	float: right;
}
#footer .design {
	float: right;
	font-size:10px;
}
#footer .copy {
	float: left;
	font-size:10px;
}

#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#navlist li {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 150%;
	font-family: arial;
	font-size: 10px;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }

/* Content */

#content {
	border: thin solid #07309F;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
#content li {
	color: #00FFFF;
	list-style: upper-alpha;
}

#content p {
	font: 1.2em/1.7em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#content td {
	font: 1.2em/1.7em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#content h1 {
	font: 1.8em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#content h2 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	padding-bottom: 10px;
}
#content h3 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-align: center;
	background: #333399;
	padding: 3px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#content a:link {
	color: #33FFFF;
}

/* Second Nav */

#nav2 {
	padding-top: 5px;
	width: 600px;
	height: 20px;
	margin-left:-5px;
	margin-right:auto;
	margin-top: 5px;
	text-align: center;
}
#nav2 ul, #nav2 li {
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
	list-style: none;
}
#nav2 li{	
	float:left;
	width:110px;
	text-indent: 2em;
	padding-left: 2px;
}
#nav2 a {
	display:block;
	background: url(images/nav2-1.gif) no-repeat left center;
	text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#nav2 a:hover {
	display:block;
	background: url(images/nav2-2.gif) no-repeat left center;
	text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Main Nav */

#nav1 ul {
margin:0;
padding:0;
list-style-type:none;
}
#nav1 li {
float:left;
text-align: center;
}
#nav1 li.list1 {
background: url(images/bikeb.gif);
}
#nav1 li.list2 {
background: url(images/caravb.gif);
}
#nav1 li.list3 {
background: url(images/domestb.gif);
}
#nav1 li.list4 {
background: url(images/boatb.gif);
}

/* active links */
#nav1 li.list1a {
background: url(images/bikea.gif);
}
#nav1 li.list2a {
background: url(images/carava.gif);
}
#nav1 li.list3a {
background: url(images/domesta.gif);
}
#nav1 li.list4a {
background: url(images/boata.gif);
}

#nav1 a {
	display:block;
	padding-top:140px;
	overflow:hidden;
	font: bold 10px arial;
	color: #FFFFFF;
	text-decoration: none;
}

#nav1 a#item1 {
background: url(images/bikea.gif) no-repeat -158px -140px;
width:158px;
}
#nav1 a#item2 {
background:url(images/carava.gif) no-repeat -137px -140px;
width:137px;
}
#nav1 a#item3 {
background: url(images/domesta.gif) no-repeat -138px -140px;
width:138px;
}
#nav1 a#item4 {
background: url(images/boata.gif) no-repeat -167px -140px;
width:167px;
}

/* hack for older versions of IE with incorrect box model */

* html #nav1 a:link, * html #nav1 a:visited {height:140px; he\ight:0;}

/* Step 9 - Adding the :hover style */

#nav1 a#item1:hover {background-position:0 0; z-index:50;}
#nav1 a#item2:hover {background-position:0 0; z-index:50;}
#nav1 a#item3:hover {background-position:0 0; z-index:50;}
#nav1 a#item4:hover {background-position:0 0; z-index:50;}

* html #nav1 a:hover {height:140px; he\ight:0;}


/* Step 10 - Clearing the float */

#nav1 {
	display:block;
	width:600px;
	height:160px;
	margin-top: 15px;
	border-bottom: thin dotted #FFFFFF;
}

.floatleft {
	margin: 5px;
	float: left;
}
.floatright {
	margin: 5px;
	float: right;
}
.floatleft-rightpadd {
	float: left;
	padding-right: 5px;
	color: #FFFFFF;
	font-size: 10px;
}
.imageholder {
	width: 190px;
	padding-right: 5px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
.yelo {
	color: #FFFF99;
	font-size: 1.4em;
	font-weight: bold;
}
.contacttext {
	text-align: right;
	display: block;
	width: 90px;
	float: left;
	padding-right: 10px;
	margin: 2px;
}
.list-normal {
	font-size: 11px;
	line-height: 16px;
	list-style: square;
}
.contact {
	margin-left: 75px;
	font-size: 1em;
}
td {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
input.txt {
	border: 1px solid #330099;
	width: 250px;
}
input.btn {
	border: 1px solid #330099;
	width: 100px;
	color: #330099;
	background: #FFFFCC;
	padding: 3px;
}
textarea {
	border: 1px solid #330099;
	width: 250px;
}
.testimonial {
	font-style: italic;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px dotted #FFFFFF;
}
#rightcol {
	float: right;
	width: 200px;
	margin-bottom: 5px;
	margin-left: 15px;
	text-align: center;
	border-left: thin solid #FFFFFF;
	padding-left: 5px;
}

.contacttextaddy {
	text-align: right;
	display: block;
	width: 130px;
	float: left;
	padding-right: 10px;
	height: 95px;
	padding-top: 0px;
}
.contacthighlightsmall {
	font-weight: normal;
	font-size: 0.9em;
}