html {
	font: small/1.4 "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}

body {
	font-size: 85%; /* base font size */
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

h1, h2, h3, h4 {
	font-size: small;
	margin: 0.6em 0;
}

ul {
	margin: 0.6em 0;
}

img {
	border: 0;
	margin: 0;
}

form {
	display: inline;
}

p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:link:hover,
a:visited:hover {
	text-decoration: none;
	background: #dee6f6;
}

.autoclear {
	overflow: auto; /* clears contained floats */
}

/* layout */

#navigation
{
	position: absolute;
	top: 0;
	height: 108px;
	width: 99%;
	border-bottom: solid #999 1px;
	background-color: #FFF;
	background-image: url(../images/gui/topcurve.jpg);
	background-repeat: no-repeat;
}

div.global-nav
{
	margin-top: 90px;
	padding-left: 379px;
	height: 18px;
	background-color: #C2D2EF;
	background-image: url(../images/gui/topleftcurve.jpg);
	background-repeat: no-repeat;
}

#udm {
	height: 17px;
	border-top: solid #999 1px;
	min-width: 381px;
}

#udm a:link,
#udm a:visited,
#udm a:link:hover,
#udm a:visited:hover {
	text-decoration: none !important;
}

#udm li {
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	margin-top: 2px;
	padding: 0 10px;
	border-right: solid #7F9AB8 1px;
}

#udm li img {
	margin-top: 3px;
	margin-bottom: 4px;
}

#udm #news img {
	margin-top: 2px;
	margin-bottom: 3px;
}

#udm li.last-child {
	padding-right: 0;
	border-right: none;
}

#udm ul li {
	border-right: none;
	padding: 0;
	height: 18px;
	float: none;
	margin: 0;
}

#udm ul li img,
#udm #news ul li img {
	margin-top: 5px;
	margin-bottom: 2px;
}

#udm ul li a {
	border-bottom: solid #fff 1px;
	margin-right: 14px !important;
	line-height: 16px;
}

#udm ul li.last-child a {
	border-bottom: none;
	margin-bottom: 15px !important;
}

/* height formula for bg images: (17 * items) + 14 px */
/* Removed; stupid and useless code by someone who doesn't understand what you can actually do with CSS
#udm #company span.udmS {
	background: url(../images/gui/company-menu-bg.png) no-repeat;
}

#udm #boats span.udmS {
	background: url(../images/gui/boats-menu-bg.png) no-repeat;
}

#udm #news span.udmS {
	background: url(../images/gui/news-menu-bg.png) no-repeat;
}

#udm #customers span.udmS {
	background: url(../images/gui/customers-menu-bg.png) no-repeat;
}

#udm #contact span.udmS {
	background: url(../images/gui/contact-menu-bg.png) no-repeat;
}

*/

/* Added to replace the stupid code above, by a much smarter individual */

#udm span.udmS, #udm #news span.udmS
{
	background: url('../images/gui/menu-bg.png') repeat-y;
	background-position: top right;
}

/* End */

a.logo img {
	margin-top: 10px;
	position: absolute;
}

#wrapper {
	background-color: #DEE6F6;
	background-image: url(../images/gui/chart.png);
	background-repeat: no-repeat;
	background-position: 760px 108px;
}

#main
{
	padding-top: 108px;
	min-width: 760px;
	background: url(../images/gui/section-nav-bg.png) repeat-y;
}

#footer
{
	height: 50px;
	background-color: #fff;
	background-image: url(../images/gui/bottomcurve.jpg);
	background-repeat: no-repeat;
	margin-left: -10px;
	min-width: 760px;
}

#footer p {
	background: #c2d2ef;
	height: 18px;
	border-top: solid #999 1px;
	border-bottom: solid #999 1px;
	border-left: solid #999 1px;
	font-size: x-small;
	line-height: 18px;
	margin: 0 0 0 10px;
	padding-left: 70px;
}