/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #ffffff;
color: #363636;
}

ul {
margin: 12px 0 12px 16px;
padding: 0 0 0 0;
}

h1 {
font-size: 15px;
margin: 0 0 5px 0;
padding: 0 0 0 0;
color: #ff0000;
}

h2 {
font-size: 12px;
margin: 0 0 5px 0;
padding: 0 0 0 0;
color: #000;
}

p {
font-size: 12px;
margin: 0 0 8px 0;
padding: 0 0 0 0;
line-height: 15px;
}

a:link {
color: #ff0000; 
text-decoration: none; 
}

a:visited {
color: #ff0000; 
text-decoration: none; 
}

a:hover {
color: #000000; 
text-decoration: underline; 
}

a:active {
color: #ff0000; 
}

#container {
width: 896px;
padding: 0 0 0 0;
margin: 0 auto 0 auto;
}

#header a{
height: 0;
padding: 122px 0 0 0;
margin: 0 0 0 0;
display: block;
overflow: hidden;
background: url(../img/header.jpg)
}

#nav {
height: 60px;
background: url(../img/nav.jpg);
padding: 0 0 0 0;
margin: 0 0 0 0;
}

#nav ul{
padding: 20px 0 0 50px;
margin: 0 0 0 0;
}

#nav li{
float: left;
list-style: none;
padding: 0 6px 0 0;
margin: 0 6px 0 0;
border-right: 1px solid #fff;
}

#nav li.last{
border: none;
}

#nav a{
font-weight: bold;
color: #fff;
text-decoration: none;
}

#nav a:hover{
color: #000;
}

#content {
height: 327px;
padding: 30px 520px 0 50px;
margin: 0 0 0 0;
}

#content-contact {
height: 327px;
padding: 30px 50px 0 50px;
margin: 0 0 0 0;
}

#footer {
font-size: 10px;
padding: 0 0 0 60px;
margin: 0 0 0 0;
}

.home {background: url(../img/content-home.jpg);}
.contact {background: url(../img/content-contact.jpg);}
.storage {background: url(../img/content-storage.jpg);}
.fleet {background: url(../img/content-fleet.jpg);}
.map {background: url(../img/content-map.jpg);}

#map {
float: right;
border: 1px solid #989898;
}

#left-col {
padding-right: 40px;
width: 338px;
float: left;
}

#right-col {
width: 398px;
float: right;
}

.img-left {
float: left;
}

.img-right {
float: right;
}

img {
border: none;
}

#player {
display: block;
background: url(../img/movie.jpg);
height: 267px;
padding: 5px 0 0 5px;
}

div.hr {
margin-top: 10px;
height: 10px;
background-image: url(../img/divider.gif);
background-repeat: repeat-x;
}

div.hr hr {
display: none;
}