body {
	background: #fff url(images/top.jpg) repeat-x;
	font: 12px Arial, Tahoma, Verdana, sans;
	color: #777;
	margin: 0;
	padding: 0;
}

	a 
	{
		color: #212b48;
		font-weight: bold;
	}
	a:hover 
	{
		text-decoration: underline;
	}
	
	strong 
	{
		color: #333;
		font-weight: bold;
	}

	.wrapper {
		width: 820px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.wrapper.bg 
	{
		background: url(images/gray.jpg) right repeat-y;
		/*background-color: #f5f6f6;*/
	}
	
		#maritimelogo 
		{
			display: block;
			background: #fff url(images/keymaritime.png) no-repeat top left;
			width: 381px;
			height: 52px;
			margin-top: 50px;
			margin-bottom: 10px;
			margin-left: 22px;
			overflow: hidden;
			text-indent: -10000px;
		}
	
		#header {
		}
		
			#header img { display: block; }
		
		#menu {
			background: #212b48;
			width: 100%;
			overflow: hidden;
			
		}
		
			#menu ul {
				list-style: none;
				padding: 0;
				margin: 0;
				margin-left: 88px;
			}
			
				#menu ul li {
					float: left;
					margin-right: 5px;
					text-transform: uppercase;
					font-weight: bold;
					font-size: 11px;

				}
				
					#menu ul li a {
/*						background: #212b48 url(images/li-right.jpg) top right no-repeat;*/
						background: #212b48 url(images/li-fixed90.png) top right no-repeat;
						display: block;
						padding: 5px 0px;
						color: #fff;
						margin-top: 15px;
						text-decoration: none;
						text-align: center;
						width: 90px;
						white-space: nowrap;
					}
					
						#menu ul li a span {
							/*background: #212b48 url(images/li.jpg) top left no-repeat;*/
							padding: 6px 0px 5px 0px;
						}
						
						#menu ul li a:hover, #menu ul li a:hover span, #menu ul li.current a, #menu ul li.current a span {
							margin-top: 6px;
							padding-top: 14px;
						}
						
		#container {
			background: #fff url(images/gradient.jpg) top repeat-x;
			width: 419px;
			padding: 20px 68px 20px 58px;
			display: block;
			text-align: justify;
			border-left: 1px solid #d8d9da;
			line-height: 1.5em;
			margin-left: 30px;
		}
		
		#container .employees table tbody tr td 
		{
			padding-left: 10px;
			vertical-align: top;
			line-height: 1em;
			text-align: left;
		}
		
		#sidebar {
			width: 220px;
			padding: 0px 10px 10px 586px;
			text-align: center;
			font-size: 10px;
			margin-top: -50px;
			height: 50px;
			position: relative;
		}
		
		p#generator 
		{
			display: none;
			width: 10px;
			margin: 5px auto;
		}
		
		h1, h2, h3, h4, h5, h6 
		{
			font-family: Arial, Tahoma, Verdana, sans;
			margin: 0px;
			padding: 5px 0px;
			color: #212b48;
			font-weight: bold;
		}
		h1 {
			font-size: 26px;
			line-height: 1.0em;
		}
		h2 
		{
			font-size: 14px;
		}
		
		
		img { border: 0; }
		
/* FLEET PLUGIN */

.ships{
	width: 100%;
	background: #eee;
}

.ships tr th{
	text-align: center;
	padding: 3px;
	font-weight: bold;
	background: #212b48;
	color: #FFF;
}

.ships tr td{
	background: #FFF;
	padding: 3px;
}

table.fleet-data {
		width: 100%;
		background: #eee;
	}
table.fleet-data tr td, table.overview tr td {
	padding: 5px;
	background: #f6f6f6;
	text-align: left;
	vertical-align: middle;
}
table.fleet-data tr td.title, table.overview tr th {
	background: #eee;
	font-weight: bold;
}

table.fleet-data tr td.right{
	text-align: right;
}

	table.fleet-data tr .middle-bar {
		text-align: center;
		background: #212b48;
		color: #FFF;
	}
	table.fleet-data tr td.image img {
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff;
	}

table.fleet-data tr th { padding: 5px; }

table tr td.center {
	text-align: center;
}


/* FLEET PLUGIN END */
