@charset "UTF-8";
/* CSS Document */

#wrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 30px;
	left: 60px;
}
#marineheader {
	background-image: url(images/marine_interior_header.png);
	height: 120px;
	width: 880px;
}
#radioheader {
	background-image: url(images/radio_interior_header.png);
	height: 120px;
	width: 880px;
}
#generalheader {
	background-image: url(images/general_interior_header.png);
	height: 120px;
	width: 880px;
}
#logo {
	position: relative;
	height: 95px;
	width: 270px;
	background-image: url(images/interior_logo_reversed.png);
	background-repeat: no-repeat;
	left: 25px;
	top: 18px;
}
#logo a {
	display: block;
	height: 95px;
	width: 270px;
}
#secondarynav {
	width: 230px;
	color: #FFFFFF;
	position: absolute;
	left: -185px;
	top: 20px;
	font-weight: bold;
}
#secondarynav ul {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 13px;
	text-align: right;
	position: relative;
}
#secondarynav ul li {
	display: block;
	height: 33px;
	line-height: 33px;
	text-shadow: 2px 2px 3px #000000;
}
#secondarynav ul li span {
	padding-right: 45px;
}
#secondarynav a:link, #secondarynav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#secondarynav a:hover {
	background-image: url(images/active_link_tab.png);
	background-repeat: no-repeat;
	background-position: 195px;
	display: block;
	zoom: 1;
}
#secondarynav #activenav {
	background-image: url(images/active_link_tab.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 195px;
}
#leftintcol {
	width: 310px;
	float: left;
	position: relative;
	left: 90px;
	top: 30px;
}
#leftintcol h1, #rightintcol  h1 {
	color: #b32317;
	font-size: 1.5em;
	margin-bottom: 15px;
}
#leftintcol  h2, #rightintcol  h2 {
	color: #b32317;
	font-size: 1.25em;
	margin-bottom: 10px;
	margin-top: 20px;
}
#leftintcol h3, #rightintcol h3 {
	color: #b32317;
	font-size: 1.05em;
}
#leftintcol h4, #rightintcol h4 {
	color: #b32317;
	font-size: 1.3em;
}
#leftintcol p, #rightintcol p, #fullintcol p {
	color: #005daa;
	margin-bottom: 15px;
}
#leftintcol a:link, #leftintcol a:visited, #rightintcol a:link, #rightintcol a:visited {
	color: #b32317;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b32317;
	text-decoration: none;
}
#leftintcol a:hover, #rightintcol a:hover {
	border-bottom-style: none;
}
#leftintcol ul {
	margin-left: 15px;
	color: #005daa;
}
#rightintcol {
	width: 350px;
	float: right;
	right: 70px;
	position: relative;
	top: 30px;
}
#rightintcol .mainpgpic {
	margin-bottom: 15px;
}
#fullintcol {
	clear: both;
	width: 720px;
	position: relative;
	left: 90px;
	padding-top: 50px;
}
#floatleftblock {
	width: 49%;
	float: left;
}
#floatrightblock {
	float: right;
	width: 49%;
}
#footer {
	top: 50px;
	position: relative;
}
#manufacturerlogos {
	text-align: center;
}
.manulogo {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.attn {
	color: #b32317;
}
