/*
 * $Id$
 */

h1 {
    font: 1.6em calibri,helvetica,arial,sans-serif;;    
}

#banner {    
    height: 234px;
}

#banner .mask {
    background: transparent url(../images/banner-mask3.png) no-repeat 0 0;
    height: 113px;   
}


.panel {    
    height: auto;
    background: #002147;
    color: #FFF;
    overflow: hidden;
    font-size: 1.3em;
    line-height: 1.5;
}

.panel .mask {
    background: transparent;
    height: auto;
}

.panel h2 {
    color: #FECB00;
}

.panel .col {
    float: left;
    width: 50%;
}   

.panel .col div {
    padding: 20px;
}

.panel .map {
    background: #FFD849;
    color: #002147;
    margin: 90px 30px 20px 10px;
    font-weight: bold;
    border: 2px solid #FFF;
    line-height: 1.7;
}

.panel .map h2 {
    color: #002147;
}

.panel .map img {
    float: left;
    margin-right: 12px;
}
.panel a {
    color: #FFF;
}   

/*
#zero-harm {
    background: transparent url(../images/zero-harm.png) no-repeat 0 0;
    height: 27px; 
    width: 225px;
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 5;
}
*/
#main {
    padding: 0;
}

#footer {
    margin-top: -10px;
}


#intros {
    background: #fff url(../images/home-border-bottom-tmp.png) no-repeat center bottom;
    float: left;
    width: 800px;
    margin-top: 1px;
    padding: 0;
}
#intros .wrapper {
    overflow: hidden;
}
#intros .wrapper div {
    float: left;
    width: 253px;
}

#intros .wrapper div div {
    float: none;
    width: auto;
}

#intros div.first {
    padding: 0 10px 0 0;
    position: relative;
}

#intros div.first .content p {
    padding: 0 10px 0 32px;
}

#intros div.two {
    background: #fff url(../images/home-border-small.png) no-repeat left top;
    padding: 0 10px;
    position: relative;
}

#intros div.second .content {
    padding: 0 32px 0 17px;
}

#intros div.third .content p {
    padding: 0 27px;
}

#intros div.third {
    background: #fff url(../images/home-border-large.png) no-repeat left top;
    width: 254px;
    padding: 0 0 0 10px;
}
#intros div.second.button, #intros div.third.button {
    background: #FFF;
}



#intros ul {
    margin-left: 15px;
}

#intros li {
    margin-bottom: 5px;
}

#intros h2 {
    margin-bottom: 0.5em;
    background: #002147;
    color: #fecb00;
    padding: 0 19px;
    font-size: 1.3em;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

#intros h3 {
    margin: 1em 0 0 0;
}

#intros p {
    margin: 0.5em 0;
}

#news {
    clear: left;
    margin: 0;
    padding: 25px 32px;
    overflow: auto;
}

#container #links {
    margin: 0;
    list-style: none;
    padding: 20px 0;
    overflow: hidden;
    background: url(../images/home-border-links.png) no-repeat center center;}
}

#links li {
    float: left;  
    width: 50%; 
}

#links a {
    float: left;
    text-decoration: none;
    color: #666;
    padding: 10px 0 0 230px;
    width: 115px;
    height: 60px;
    display: block;
    position: relative;
    margin: 0 0 0 55px;
}

#links a:hover {
    color: #0071bc;
    text-decoration: underline;
}

#btn-bulk {
    background: transparent url(../images/logo-bulk-logistics2.png) no-repeat 0 10px;}

#btn-port {
    background: transparent url(../images/logo-port-logistics2.png) no-repeat 0 10px;
}

#relocation-button, #media-enquiries-button {
    margin-top: 20px;
    display: block;
}

#panel {
    position: absolute;
    left: 50%;
    width: 802px;
    height: 369px;   
    margin: 0 0 0 -401px;
    z-index: 1000000;
    display: none;
    border: 10px solid #FFF;
}
#panel .close {
    font-weight: bold;
    color: #002147;
    background: #FFF;
    padding: 4px 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#panel2 {
    position: absolute;
    left: 50%;
    width: 402px;
    height: 160px;   
    margin: 0 0 0 -201px;
    z-index: 1000000;
    display: none;
    border: 10px solid #FFF;
}
#panel2 .close {
    font-weight: bold;
    color: #002147;
    background: #FFF;
    padding: 4px 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#panel2 .content {
    padding: 40px 20px 20px 20px;
}


