/*
granatowy (box) - #00447E
pomaranczowy (box) - #EA5A00
szary (tekst) - #626262
niebieski (logo) - #2D4491
rozne niebieskie:
szary (box) - #F0F0F0
szary (menu) - #E6E6E6
#00447E
#BFD0DF
#7FA1BE
#40739E
*/

html, body {
	margin: 0;
	padding: 0;
}
html {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
}
body {
	background: #F0F0F0;
}
#container {
	width: 100%;
	min-width: 760px;
	margin: 0 auto;
	background: white;
}
#top {
	height: 120px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 256px;
	height: 100px;
	background: url(../images/delta-logo.gif) no-repeat 18px 20px;
	float: left;
	border-top: 8px solid #EA5A00;
}
#logo span {
	display: none;
}
#adv {
	margin-left: 256px;
	width: auto;
	height: 100px;
	background: url(../images/adv_bkgnd.png) 0px -86px;
}
#menu {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 256px;
}
#menu ul {
	background: #E6E6E6;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin-left: 30px;
	line-height: 100%;
	margin-top: 0;
}
#menu ul li a {
	color: #40739E;
	display: block;
	width: 187px;
	height: 1.8em;
	line-height: 20px;
	padding-left: 40px;
	font-weight: bold;
	font-size: 95%;
	text-transform: lowercase;
	text-decoration: none;
	background:  url(../images/bullet-off.png) no-repeat 10px 3px;
}
#menu ul li a.current {
	color: white;
	background: #003A73 url(../images/bullet-on.png) no-repeat 14px 7px;
}
#menu ul li a:hover {
	color: white;
	background: #EA5A00 url(../images/bullet-on.png) no-repeat 14px 7px;
}
#content {
	margin-left: 300px;
	padding-right: 20px;
	width: auto;
	min-height: 300px;
	_height: 300px;
}
strong {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.picture {
	float: right;
	margin: 10px;
}
.ikon {
	float: left;
	margin: 5px 15px 0 0;
}
.picture a {
	font-size: 80%;
}
a img {
	border: none;
}
.picture a {
}
#bottom {
	margin-left: 300px;
	clear: both;
	font-size: 80%;
	height: 1px;
	background: url(../images/dots.png) repeat-x;
}
#bottom div {
	float: left;
	width: 30%;
	margin: 10px 10px;
	border: 1px solid;
}
#bottom p {
	line-height: 125%;
}
#footer {
	clear: both;
	color: white;
	background: #00447E;
	height: 1.6em;
	text-align: center;
	font-size: 80%;
	padding-top: 0.4em;
}
h1 {
	text-transform: uppercase;
	font-size: 125%;
	font-weight: bold;
	color: #40739E;
	background: url(../images/dots.png) repeat-x bottom;
	line-height: 2em;
	margin: 0;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #40739E;
	margin: 1em 0 0.5em 0;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0 1em 0;
}
p {
	margin: 1em 0;
	line-height: 140%;
}
address {
	margin: 1em 0;
	font-style: normal;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px dashed silver !important;
}
#content ul li {
	line-height: 150%;
	margin-top: 1em;
}
.address {
	width: 200px;
	padding: 5px;
	background-color: #f8f8fe;
}

/* Download request form */

form#download_request input {
    border: 1px solid black;
}
form#download_request input.error {
    border: 1px solid red;
}
form#download_request div#terms {
    clear:both;
    width: 500px;
    height: 300px;
    overflow: auto;
    border: 1px solid gray;
    margin: 10px 0;
}
form#download_request dl {
    position: relative;
    width: 500px;
}
form#download_request dt {
    clear: both;
    float:left;
    width: 280px;
    padding: 4px 0 2px 0;
    text-align: left;
}
form#download_request dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}
form#download_request dd input {
    width: 200px;
}
form#download_request .hint {
    position: absolute;
    right: -220px;
    width: 200px;
    margin-top: -20px;
    border: 1px solid #c93;
    padding: 8px 10px;
    background-color: #ffc;
    display: none;
}
form#download_request dd:hover .hint {
    display: block;
}