html,body{
	margin:0 auto;
	padding:0;
}
	
body{
	background:#fff url(/fend/images/bg-1.jpg) left top repeat-x;
	font: 76% arial,sans-serif;
	color: #333333;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}

h2{
	color: #293B66;
	font-size:13px;
	margin:0;
	font-weight: bold;
	padding:2px 0 4px 0;
	}	
	
h3{
	color: #666666;
	font-size:13px;
	margin:0;
	font-weight: bold;
	padding:2px 0 4px 0;
	}	
	
h4{
	color: #CC9A02;
	font-size:13px;
	margin:0;
	font-weight: bold;
	padding:2px 0 4px 0;
	}	
	
h5{
	color: #3061A3;
	font-size:13px;
	margin:0;
	font-weight: bold;
	padding:2px 0 4px 0;
	}	
	
h6{
	color: #2E3B53;
	font-size:13px;
	margin:0;
	font-weight: bold;
	padding:2px 0 4px 0;
	}		

a:link, a:visited, a:active {
	color: #CC9A02;
	text-decoration: none;
	}

a:hover {
	color: #CC9A02;
	text-decoration: underline;
	}	

div#scrap{
	height:25px;
	margin-top:10px;
	background: #EEE;
}

div#header{
	position:relative;
	background:#fff url(/fend/images/bg-header.jpg) right top no-repeat;
	height:102px;
	margin:0;
	padding:0;
}


div#banner{
	background:#fff url(/fend/images/topnav.gif) left top no-repeat;
	height:144px;
	padding:0;
	margin:0;
}

div#container{
	background:#fff url(/fend/images/bg-container.gif) left top repeat-y; 
	width:768px;
	text-align:left;
	margin:0 auto;
}

div#contentshell{
	float:right;
	width:605px;
}

div#title h1{
	background:#fff url(/fend/images/h1-content.gif) left top no-repeat; 
	width:560px;
	color: #000;
	font-size:14px;
	margin:0;
	padding:9px 0 2px 15px;
	}
	
div#content{
	margin-top:5px;
}

div#content p{
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #333333;
}

div#leftcolumn{
	color:#ececec;
	float:left;
	width:154px;
}

div#leftnav{
	background:#ececec url(/fend/images/bg-services.gif) left top no-repeat; 
	padding:25px 0 0 5px;
	margin:0;
}

ul#services {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#services li {
	background-image: url(/fend/images/li-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-top:2px;
	padding-bottom:2px;
	margin:0;
}

ul#services li a, ul#services li a:visited  {
    font-size : 11px;
    font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#293b66;
	text-decoration: none;
	padding-left: 18px;
}

ul#services li a:hover {
	color: #000;
	font-size: 11px;
}

ul,li {
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #293B66;
}

div#harbormetals{
	color:#000;
	font-size:90%;
	padding:10px 0 20px 10px;
}

div#harbormetals h2{
	font-size:105%;
	padding:0;
	margin:0;
}
div#harbormetals a{
	font-size: 11px;
}

div#footer{
	background:#363636; 
	clear:both;
	text-align:center;
	width:100%;
	height:20px;
	padding-top:5px;
}

div#footer a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

div#footer a:hover{
	color:#fff;
	text-transform:uppercase;
	text-decoration:underline;
}
.blue{
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #336699;
}

/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}


