@charset "UTF-8";
/* CSS Document */

/**********************
     LAYOUT ELEMENTS
***********************/
#container {
	position:absolute;
	left:200px;
	top:141px;
	width:75%;
	margin-right:200px;
}
#content {
	top:81px;
	left:200px;
	width:80%;
	padding:50px;
}
#pageHead {
	position:absolute;
	left:0;
	top:0;
	width:800px;
	height:141px;
	background-image:url("images/headerFOY.jpg");
	background-repeat:no-repeat;
}
#pageHeadHandHeld {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	background-image:url("images/kLogoHH.jpg");
	background-repeat:no-repeat;
}

#dealerLogoNav {
	position:absolute;
	left:50px;
	top:141px;
	width:150px;
}
#nav {
	position:relative;
	width:150px;
	background-color:#99ccff;
	padding-top:10px;
	padding-bottom:100px;
	background-image:url("images/navTop.jpg");
	background-repeat:no-repeat;
	background-position: left top;
}
#footer {
	margin-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-right: 50px;
}
/**********************
     TEXT ELEMENTS
***********************/
p {
	font-family:Arial, Helvetica, sans-serif;
}

#nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #3399FF;
	color:#003399;
	text-decoration: none;
}
#nav a:link {
	color:003399;
}
#nav a:visited {
	color:#003395;
}
#nav a:hover {
	background-color:#3399FF;
	color:#FFFFFF;
}
#nav a:active {
	background-color:#FFFFFF;
	color:#003366;
}
#footer p {
	font-size:12px;
}


