﻿@import url(menu.css);

body {
	background-color:#000000;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:50px 0px;
}
a:link, a:visited, a:hover, a:active {
	color:#999999;
}
h1 {
	font-family:Trebuchet MS;
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}
strong.big {
	font-family:Trebuchet MS;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}
div.canvas {
	margin:0px auto;
	width:800px;
}
div.canvas div.header {
	height:75px;
}
div.canvas div.header img#logo {
	margin:25px 0px 0px 90px;
	position:absolute;
}
div.canvas div.header img#headline {
	margin:25px 0px 0px 267px;
	position:absolute;
}
div.canvas div.navigation {
	margin-top:5px;
	border:solid 1px #ffffff;
	background-color:#1b354c;
	height:25px;
}
div.canvas div.main {
	clear:both;
	background-image:url(/images/clouds.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	min-height:389px;
	border-left:solid 1px #415d75;
	border-right:solid 1px #415d75;
	border-bottom:solid 1px #415d75;
	font-size:12px;
	line-height:20px;
	color:#ffffff;
}
div.canvas div.main div.content {
	background-image:url(/images/pipe.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	min-height:314px;
	padding:15px 70px 15px 270px;
}
div.canvas div.main a:link, div.canvas div.main a:visited {
	color:#adcceb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
div.canvas div.main a:hover, div.canvas div.main a:active {
	color:#adcceb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
}

div.canvas div.footer {
	clear:both;
	background-image:url(/images/gradient.gif);
	background-repeat:repeat-x;
	min-height:240px;
	padding:15px 70px 15px 50px;
	font-size:12px;
	color:#ffffff;
}
div.canvas div.footer div.form {
	float:right;
	width:400px;
}
label {
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
}
input.text {
	border:solid 1px #6181a1;
	background-color:#afb1b2;
	background-image:url(/images/grad-small.gif);
	background-repeat:repeat-x;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	width:135px;
	padding:0px 5px;
}
textarea {
	width:220px;
	height:100px;
	background-color:#aeaeae;
	background-image:url(/images/grad-big.gif);
	background-repeat:repeat-x;
	border:solid 1px #6181a1;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	padding:0px 5px;
}
table {
	width:100%;
	border-collapse:collapse;
	border-color:#90a5b9;
}
table thead th {
	background-color:#1b354c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
	font-weight:bold;
	padding:5px 2px;
}
table tbody tr.odd {
	background-color:#405c73;
}
table tbody tr.even {
	background-color:#6e8ba8;
}
table tbody tr td {
	font-size:9px;
	line-height : 12px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
fieldset#left {
	float:left;
	border:none;
	width:160px;
}
fieldset#right {
	float:right;
	border:none;
	width:220px;
}
fieldset#left input, fieldset#right input {
	width:100%;
}
select#country {
	width:220px;
}
div.submit {
	text-align:right;
	width:200px;
	clear:both;
	padding:10px 0px;
}
label.required {
	/*color:#e00000;*/
}
