/* CSS Document */
body {
	margin:0 auto;
	padding:0px;
	width:1000px;
	font-family:Arial,sans-serif;
	font-size:12pt;
	background-color:#156db6;
}
#header {
	background-image:url(blue/images/bg.jpg);
	height:111px;
}
h1
{
	color:#5191c7;
}
#navigation {
	width:968px;
	height:35px;
	background-image:url(blue/images/buttonbg.jpg);
	padding-left:32px;
}
.home {
	background-image:url(blue/images/home.jpg);
	height:35px;
	width:94px;
}
.why {
	background-image:url(blue/images/why.jpg);
	height:35px;
	width:132px;
}
.motor {
	background-image:url(blue/images/motor.jpg);
	height:35px;
	width:221px;
}
.kenwood {
	background-image:url(blue/images/kenwood.jpg);
	height:35px;
	width:215px;
}
.icom {
	background-image:url(blue/images/icom.jpg);
	height:35px;
	width:177px;
}
.contact {
	background-image:url(blue/images/contact.jpg);
	height:35px;
	width:129px;
}
.boxdata a:link {
		color: #949494;
		text-decoration:none;
		font-weight:bold;
		}
.boxdata a:visited {
color: #949494;
text-decoration:none;
font-weight:bold;
}
.boxdata a:hover {
	color: #949494;
	text-decoration:underline;
	font-weight:bold;
}
.boxdata a:active {
	color: #949494;
	text-decoration:none;
	font-weight:bold;
}


