 * {
/*	padding: 0; */
} 

body {
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #00b1f4;
	color: #51535d;
}

#container {
	background: #ffffff;
	color: #51535d;
	width: 800px;
	margin: 0 auto;
	align: center;
}

a:link, a:visited {
	color: #246fb8;
	text-decoration: none;
}

a:hover {
	color: #000;
  	outline-width: 0;
}

a:focus {
  outline-width: 0;
} 



p {
	line-height: 135%;
}

h1 {
	font-size: 18px;
	font-weight: boldest;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

ul, ol {
	margin: 0 0 5px 1em;
}

ul li, ol li {
	
}


/* 		header     */

#header {
	height: 162px;
	background-color: #ffffff;
	background-image: url('../images/logo_navman.jpg');
	background-repeat: no-repeat;
	background-position:top right; 
}

#splash-header {
	height: 125px;
	background-color: #e90030;
	color: white;
}

#splash-header h1 {
	font-size: 48px;
	margin-top: -10px;
	margin-bottom: -10px;
	text-align: center;
}
#splash-header p {
	font-size: 16px;
	text-align: center;
}

#content {
	float: left; 
	display: inline;
	width: 780px;
	margin-left: 20px;
	background-color: #ffffff;
}

#content ol {
	list-style-type: a;
}


input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

input.button {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 3px #999999;
    padding-bottom: 3px;
    background-color: #f2f2f2;
	border-top: 2px #fff solid;
	border-left: 2px #fff solid;
	border-bottom: 2px #aaa solid;
	border-right: 2px #aaa solid;
}

input.buttonhov {
	border-top: 2px #aaa solid;
	border-left: 2px #aaa solid;
	border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
}


select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.search {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-spacing: 5px;
	margin-left: -5px;
}

.caption {
	font-style: italic;
	font-size: 10px;
	color: gray;
}
.required {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

/*		footer		*/

#footer {
	font-size: 0.85em;
	line-height: 1.3em;
	color: #888;
	clear: both;
	padding: 11px 0px;
	text-align: center;
	background-color: white;
}

#footer em {
	color: #333;
	font-style: normal;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #444;
}


