/**********************************************************/
/* CUSTOM CSS                                             */
/**********************************************************/
	.kicker { clear: both; }

	#container {
		width: 982px;
	}

	#footer, #footer a {
		font-size: 11px;
		line-height: 130%;
		color: #3C5363;
		text-decoration: none;
	}

	#top {
		background: url('images/top_bluewater.jpg') no-repeat;
		width: 980px;
		height: 86px;
		text-align: left;
	}

	#top #logo {
		float: left;
		margin: 5px 0px 0px 5px;
	}

	#utility {
		float: right;
		width: 567px;
		height: 86px;
	}

	#utility_bar {
		height: 47px;
		padding: 0px 10px;
	}
	#utility_bar a {
		color: #2E3190;
		font-size: 13px;
		text-decoration: none;
		line-height: 48px;
		padding-right: 20px;
		float: left;
	}
	.util_cart {
		background: url('images/basket.gif') no-repeat left center;
		padding-left: 22px;
	}

	#utility_number {
		height: 38px;
		line-height: 38px;
		text-align: right;
		padding-right: 25px;
		color: #CC0000;
		font-size: 16px;
	}

	#utility_bar form {
		float: right;
		display: block;
		margin: 0px;
		padding: 12px 20px;
		width: 175px;
	}
	#utility_bar * {
		vertical-align: middle;
	}

	.search_field {
		width: 135px;
		text-transform: uppercase;
		color: #666;
		font-size: 11px;
		padding: 2px;
		height: 13px;
	}
	.bluewater {
		float: left;
		display: block;
		width: 193px;
		height: 47px;
		background: url('images/shop_bluewater.jpg') no-repeat;
		text-indent: -999999px;
		outline: none;
	}

	.bordered {
		border: 5px #FFF solid;
		border-width: 0px 5px;
		text-align: left;
		background: url('images/mainback.gif') no-repeat;
	}
	.nooutline {
		width: 980px;
	}
	.outline {
		border: 1px #CFD3D7 solid;
		border-width: 0px 1px 1px 1px;
	}

	#nav { border: 1px #FFF solid; border-width: 2px 0px 3px 0px; }
	#nav ul { margin: 0px; padding: 0px; }
	#nav li { display: block; float: left; }
	#nav li a {
		display: block;
		background: url('images/nav_bluewater.jpg') no-repeat;
		height: 40px;
		text-indent: -999999px;
		outline: none;
	}

	#nav li#nav_landmobile a { width: 175px; background-position: 0px 0px; }
	#nav li#nav_maritime a { width: 157px; background-position: -175px 0px; }
	#nav li#nav_aviation a { width: 139px; background-position: -332px 0px; }
	#nav li#nav_gpstracking a { width: 213px; background-position: -471px 0px; }
	#nav li#nav_rentals a { width: 137px; background-position: -684px 0px; }
	#nav li#nav_airtime a { width: 149px; background-position: -821px 0px; }

	#nav li#nav_landmobile a:hover { width: 175px; background-position: 0px -40px; }
	#nav li#nav_maritime a:hover { width: 157px; background-position: -175px -40px; }
	#nav li#nav_aviation a:hover { width: 139px; background-position: -332px -40px; }
	#nav li#nav_gpstracking a:hover { width: 213px; background-position: -471px -40px; }
	#nav li#nav_rentals a:hover { width: 137px; background-position: -684px -40px; }
	#nav li#nav_airtime a:hover { width: 149px; background-position: -821px -40px; }

	#nav li#nav_landmobile.active a { width: 175px; background-position: 0px -80px; }
	#nav li#nav_maritime.active a { width: 157px; background-position: -175px -80px; }
	#nav li#nav_aviation.active a { width: 139px; background-position: -332px -80px; }
	#nav li#nav_gpstracking.active a { width: 213px; background-position: -471px -80px; }
	#nav li#nav_rentals.active a { width: 137px; background-position: -684px -80px; }
	#nav li#nav_airtime.active a { width: 149px; background-position: -821px -80px; }

	#main {
		padding: 24px 16px 20px 20px;
		background: url('images/pagebottom.jpg') repeat-x bottom;
		border-bottom: 5px #FFF solid;
	}

	.box_spacer {
		float: left;
		width: 13px;
	}

	#box_banners {
		float: left;
		width: 357px;
		padding-bottom: 6px;
		background: url('images/shadow1.png') no-repeat bottom;
	}

	#box_news {
		float: left;
		width: 322px;
		padding-bottom: 6px;
		background: url('images/shadow2.png') no-repeat bottom;
	}

	#box_signup {
		float: left;
		width: 229px;
		padding-bottom: 6px;
		background: url('images/shadow3.png') no-repeat bottom;
	}

	#box_news, #box_signup {
	}

	#box_news table, #box_signup table {
		background: #CACED3;
	}

	#box_news td, #box_signup td {
		background: url('images/boxfade.jpg') repeat-x;
	}

	.box_more {
		height: 42px !important;
		background: url('images/box_more_back.jpg') repeat-x bottom !important;
		margin: 0px 7px 0px 3px;
	}
	.box_more a {
		display: block;
		width: 100%;
		height: 42px;
		line-height: 42px;
		color: #990000;
		font-weight: bold;
		text-decoration: none;
		text-indent: 10px;
		font-size: 12px;
	}

	.box_inner {
		padding: 12px 16px 6px 16px;
	}

	.news_item {
		padding-bottom: 10px;
	}
	.box_inner b {
		color: #286AB0;
		font-size: 11px;
	}
	.news_item div {
		font-size: 11px;
		line-height: 120%;
	}

	#box_signup form {
		padding: 10px 0px;
		margin: 0px;
	}

	#box_signup form .label {
		padding: 10px 2px 3px 2px;
		font-size: 12px;
	}

	#contentarea {
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px #CCC solid
	}

/**********************************************************/
/* SUBPAGE                                                */
/**********************************************************/
	body.sub {
		padding: 0px;
		margin: 13px 0px;
		background: url('images/tbluewater.jpg') repeat-x;
		background-color: #FFF;
	}

	#subbottom {
		height: 43px;
		background: url('images/pagebottom.jpg') repeat-x bottom;
		border-bottom: 5px #FFF solid;
	}

	.sub #left_sidebar {
		width: 200px;
		vertical-align: top;
		text-align: center;
		padding-top: 13px;
	}

	.sub #contentarea {
		border: 0px;
		border-top: 1px solid #FFFFFF;
		margin: 0px;
		padding: 0px;
		background: #FFF;
		vertical-align: top;
	}
    .sub #contentarea div#fix { padding: 17px; }
	.sub #right_sidebar {
		background: #FFF;
		width: 220px;
		vertical-align: top;
	}


/**********************************************************/
/* SPOTLIGHT                                              */
/**********************************************************/
	.shadow_tile {
		margin: 12px 0px;
		width: 208px;
		background: url('images/shadow_tile.gif') repeat-y;
	}
	.shadow_top {
		background: url('images/shadow_top.gif') no-repeat;
		background-position:
	}
	.shadow_btm {
		padding-bottom: 9px;
		background: url('images/shadow_btm.gif') no-repeat bottom;
	}
	.spotlight_body {
		width: 200px;
		background: url('images/boxfade.jpg') no-repeat;
	}
	.spotlight_body .box_more {
		margin: 0px;
	}
	.spotlight_headline {
		padding: 10px 10px 5px 10px;
		font-weight: bold;
		color: #286AB0;
		font-size: 12px;
	}
	.spotlight_txt {
		padding: 0px 10px 10px 10px;
		line-height: 160%;
	}

/**********************************************************/
/* SUBNAV                                                 */
/**********************************************************/
	#subnav {
		text-align: left;
		padding-bottom: 13px;
	}

	#footer {
		width: 970px;
		text-align: left;
		padding: 10px 0px;
	}
	#footer_nav {
		padding-bottom: 10px;
	}
	.navvr {
		padding: 0px 6px;
	}


#featured_top {
	padding: 0px;
	height: 140px;
	background: url('images/featuredback.jpg') no-repeat;
	text-align: center;
}

.featured_item td {
	vertical-align: middle;
}
.featured_photo {
	float: left;
}
.featured_info {
	float: left;
}
.featured_item a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 0px 12px;
}
.featured_item b {
	font-size: 20px;
	color: #2B2F8B;
	color: #FFF;
	font-weight: normal;
	line-height: 120%;
	text-shadow:#030 0 1px 2px;
}
.featured_item div {
	color: #FFF;
	font-size: 16px;
	text-shadow:#030 0 1px 2px;
}
.featured_item div.featured_price {
	padding: 10px 0px;
	color: #2B2F8B;
	color: #FFF;
	text-shadow:#030 0 1px 2px;
}
