body, input, textarea {
	font: 9pt Tahoma, Verdana, Arial;
}

body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #eee;
}

textarea.message {
	width: 300px;
	height: 200px;
}

.page-width {
	width: 700px;
	height: 100%;
	margin: 0px auto 0px auto;
}

div.navi-bar {
	width: 100%;
	height: 25px;
	background-image: url('images/navi-background.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 1;
}

ul.navi-bar {
	float: right;
	border-left: 1px solid #33B7C8;
	border-right: 1px solid #06808F;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.navi-bar li {
	display: inline;
}

a {
	color: #0a8a99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.navi-bar {
	float: left;
	color: #eee;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 5px;
	vertical-align: center;
	border-left: 1px solid #06808F;
	border-right: 1px solid #33B7C8;
}

a.navi-bar:hover {
	color: #fff;
	background-color: #0a8a99;
}

div.logo-bar {
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 0px;
	z-index: 1;
}

div.logo {
	height: 70px;
	background-image: url('images/lupro-logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 70px;
	padding-top: 11px;
	font: 21pt Times New Roman, Serif;
	color: #0a8a99;
	line-height: 0.7em;
	letter-spacing: 0pt;
}

span.subtitle {
	font-size: 12pt;
	letter-spacing: 6px;
}

div.page {
	height: 100%;
	width: 678px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	border-left: 1px dashed #0a8a99;
	border-right: 1px dashed #0a8a99;
	position: absolute;
	top: 0px;
}

h1 {
	font-size: 13pt;
	margin-top: 20px;
}

table {
	border-spacing: 0px;
}

td {
	padding: 0px 8px 0px 0px;
}

td.submit {
	text-align: right;
}

img {
	border: 0px;
}

div.map {
	margin-top: 25px;
	float: right;
	text-align: center;
}

div.map a {
	font-size: 8pt;
	font-style: italic;
}

div.map a:hover {
	text-decoration: none;
}

a img {
	border: 1px solid #000;
}

a:hover img {
	border: 1px solid #0a8a99;
}
