a {
	outline: none;
}
* {
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}

body {
	margin: 5px 0 30px 0;
}


div#main {
	width: 760px;
	margin: 0 auto;
}

div#header {
	position: relative;
	margin-bottom: 2px;
}

#header #logo {
	margin: 10px;
	margin-right: 0 !important;
}

#header #logo2 {
	background: url("../images/lgo_395docklands.gif") no-repeat top right;
	margin: 10px;
}

#header div#search {
	position: absolute;
	top: 35px;
	right: 0;
	margin-right: 10px;
}

div#search {
	display: none;
}
#search img,
#search input.btn {
	padding-bottom: 1px;
	vertical-align: bottom;
}
#search input {
	width: 100px;
	margin-left: 3px;
	padding: 2px 0;
	background-color: #eaeaeb;
	border: solid 1px #82939d;
}
#search input.btn {
	width: auto;
	padding: 2px 2px 1px 2px;
	background: none;
	border: none;
}

div#menu {
	height: 45px;
	background: url(../images/bg_menu_main.gif) repeat-x top left #0d476b;
}

div#footer {
	clear: both;
	margin-top: 30px;
	padding: 0 10px;
}

#footer div#trademark {
	margin-bottom: 5px;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: block;
	float: left;
	margin: 0 1px;
	border-left: solid 1px #4d5455;
}
#footer ul li.first {
	border-left: none;
}
#footer ul li a:link, #footer ul li a:visited {
	display: block;
	padding: 0 5px;
	color: #4d5455;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li.first a {
	padding-left: 0;
}



div.right {
	float: right;
	margin-left: 10px;
}

div.left {
	float: left;
	margin-right: 10px;
}

div.clear { clear: both; }

sup { font-size: 80%; }

p {
	margin: 20px 0 5px 0;
}

strong {
	font-weight: bold;
}

div.debug {
	position: absolute; 
	z-index: 10000; 
	right: 10px; 
	top: 10px; 
	padding: 10px; 
	background-color: #fee; 
	border: dashed 1px #600;
}



