/* CSS Document for printing datasheets*/
body {margin: 0; padding: 0; border: 0;
	background: #FFF;
	width: 100%;
	margin: 10px;
	font-family: "eras demi itc", "lucida sans unicode", 
	"lucida sans", myriad, "arial narrow", arial, sans-serif;
	font-size: 90.1%; color: #111159; 
	}
	
div#container {
	width: auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	}
	
p, h1, h2 {font-family: "eras demi itc", eras, Arial, "sans-serif"; margin-top: 0; margin-bottom: 0; }

img {margin: 0; padding: 0; border: 0; }

li a:link {text-decoration: none; font-size: 1em; font-weight: normal; color: #111159; }
li a:visited {text-decoration: none; font-size: 1em; font-weight: normal; color: #111159; }
li a:hover {text-decoration: none; font-size: 1em; font-weight: normal; color: white; background-color: #111159; }
li a:active {text-decoration: none; font-size: 1em; font-weight: normal; color: white; background-color: #111159; }

em, strong {font-weight: bold; font-style: normal; }

div#heading {
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;}

div#logo {
	top: 0;
	left: 0;
	}
	
div#ship_name {
	width: 400px;
	position: absolute;
	top: 0;
	left: 200px;
	text-align: center;
	overflow: hidden;
	}
	
div#ship_picture {
	position: absolute;
	top: 3px;
	right: 0px;
	}

div#menu {
	width: 800px;
	height: 25px;
	border-top: solid #111159 1px;
	border-bottom: solid #111159 1px;
	margin-bottom: 0;
	}	

ul {
	list-style: none; 
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	font-size: 1em;
	}
	
ul li { 
	display: inline; 
	word-spacing: 2em;
	margin-bottom: 0; 
	position: relative;
	top: 3px;
	}

div#bnr {
	background: white;
	width: 100%;
	height: 20px;
	color: #111159;
	font-size: 0.8em; 
	padding: 2px 0 2px 2px; 
	}

div#heading h1 {
	font-size: 3em;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	}

div#picture {
	background: #111159;
	width: 300px;
	height: 360px;
	position: absolute;
	top: 180px;
	left: 0;
	overflow: hidden;
	}
	
div#text {
	background: white;
	width: 100%;
	left: 0;
	text-align: center;
	}
	
div#text h1 {
	text-align: center;
		}

h2 {
	font-size: 1em;
	font-weight: bold;
	position: relative;
	top: 2px;
	margin-top: 10px;
	margin-bottom: 0;
	}
	
h3 {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
	}

h4 {
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
	}
		
div#address {
	width: 100%;
	height: 40px;
	background: #111159;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	padding-top: 4px;
	color: white;
	}

div#address a:link {text-decoration: none; font-size: 1em; font-weight: normal; color: white; }
div#address a:visited {text-decoration: none; font-size: 1em; font-weight: normal; color: white; }
div#address a:hover {text-decoration: none; font-size: 1em; font-weight: bold; color: white; }
div#address a:active {text-decoration: none; font-size: 1em; font-weight: bold; color: white; }

table {
	left: 0;
	table-layout: fixed;
	}
td {
	padding: 3px;}
table p {
	font-family: "eras light itc", "eras demi", eras, arial, "sans-serif";
	font-size: 0.75em;
	}

.label {
	font-weight: bold;
	text-align: right; }
.value {
	font-size: 0.5em; }

table a:link {text-decoration: none; font-size: 1.2em; font-weight: bold; color: red; }
table a:visited {text-decoration: none; font-size: 1.2em; font-weight: bold; color: purple; }
table a:hover {text-decoration: none; font-size: 1.2em; font-weight: bold; color: red; }
table a:active {text-decoration: none; font-size: 1.2em; font-weight: bold; color: red; }
