@charset "UTF-8";
/* CSS Document */

/* general items */
* {
    padding:0 0 0 0;
    margin:0 0 0 0;
    border:0;
}

h3 {
    color:#5a8fc3;
    font-family:Helvetica, Arial, sans-serif;
    font-size:13px;
    border-bottom:#cccccc 1px solid;
    margin:16px 0 4px 0 ;
    padding-bottom:2px;
}

html, body {
    height: 100%;
    min-height: 100%;
    width:100%;
    margin:0 auto;
    
}

html {
    overflow:hidden;
}

body {
    font-size:11px;
    font-family:Helvetica, Arial, sans-serif;
    color:#000000;
    background-image:url(randombg.php);
    background-position:center;
    background-attachment:fixed;
    height: 100%;
    width:100%;
    margin:0 auto;
}

#container {
    width:750px;
    height:100%;
    text-align:center;
    margin:0 auto;
    padding:0;
    }
    
#main_body, 
#main_body_about, 
#main_body_companies, 
#main_body_portfolio_retail, 
#main_body_portfolio_office, 
#main_body_portfolio_logistics,
#main_body_portfolio_hospitality,
#main_body_services,
#main_body_market,
#main_body_contact
{
    position:relative;
    text-align:left;
    width:720px;
    background-image:url(/images/content_white.png);
    background-repeat:repeat;
    min-height:100%;
    padding:83px 0px 0px 30px;
}

div.section {
    background-image:url(/images/content_white.png);
    background-repeat:repeat;
    padding:20px 10px 8px 20px;
    margin:0 30px 40px 10px;
    position:relative;
    height:500px;
    overflow:auto;
    overflow-x:hidden;
    
    
    
}

.footer {
    width:100%;
    height:33px;
    text-align:center;
    margin:0 auto;
    position:absolute;
    bottom:0px;
    z-index:1;
    left:0px;
}

p {
    margin:0 40px 8px 0;
}

p.first {
    margin-top:16px;
}

a {
    /*color:#1a4086;*/
    color:#F00;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}


/* fixed position items */

#logo {
    position:relative;
    top:-24px;
    left:-465px;
    text-align:center;
    margin:0 auto;
    width:150px;
    z-index:2;
}



p.contact {
    color:#FFFFFF;
    font-size:11px;
    margin:0px;
    padding-top:8px;
}

p.contact a {
    color:#FFFFFF;
    text-decoration:none;
    margin-left:26px;
    padding-left:4px;
    padding-bottom:0px;
    padding-top:0px;
    padding-right:5px;
}

p.contact a:hover {
    background-color:#3997ee;
    
}



/*body items */


/*
#shadow_left {
    width:10px;
    background-image:url(/images/shadow_left.png);
    background-repeat:repeat-y;
    background-position:right;
    height:100%;
    position:absolute;
    left:-10;
    top: 0;
}

#shadow_right {
    width:10px;
    background-image:url(/images/shadow_right.png);
    background-repeat:repeat-y;
    background-position:left;
    height:100%;
    position:absolute;
    left:750;
    top: 0;
}

*/

div.top {
    margin-top:10px;
    position:relative;
}



.timeline {
    padding:0 0 12px 33px;
    font-weight:bold;
}

.timeline li {
    margin:0 40px 8px 0;
    
}

.timeline span {
    font-weight:normal;
}

.links {
    list-style:square;
    list-style-image: url(/images/arrow.png);
    padding-left:20px;
    color:#1a4086;
}

.links li {
    margin-bottom:4px;
}

#content_top {
    position:absolute;
    top:0;
    left:0;
}

#content_foot {
    position:absolute;
    bottom:0;
    left:0;
}

img.header {
    position:absolute;
    top:115px;
    left:10px;
    behavior: url(/iepngfix.htc);     
}

img.arrows {
    position:absolute;
    top:55px;
    left:621px;
    behavior: url(/iepngfix.htc);  
}

img.arrowslv {
    position:absolute;
    top:55px;
    left:621px;
    behavior: url(/iepngfix.htc);  
}

img.minimize {
    position:absolute;
    top:7px;
    left:690px;
    behavior: url(/iepngfix.htc);  
}

img.group_logo {
    float:left;
    padding:0 6px 4px 0;
}

div.clear {
    clear:both;
}

div.property {
    float:left;
    padding:0 10px 10px 0;
}

.property img {
    border:#0f3883 1px solid;
    margin:6px 0 6px 0;
}

.property strong {
    color:#1a4086;
}

textarea { 
    border: 1px solid #000000;
}

input { 
    border: 1px solid #000000;
}

#centerpage {
    width:100%;
    height:100%;
    margin:0 auto;
}

/* IE6 PNG Fix */
.imgie6 { 
	behavior: url(/iepngfix.htc); 
}


.timelineyear {
    font-weight:bold;
    color:#0E3882;
    font-size:12px;
    font-family:Serif;
}

.timelinehr {
    background-color:#0E3882;
    color:#0E3882;
    width:100%;
    height:1px;
    text-align:center;
    margin:13px 0 13px 0;
    padding:
}

.hiddenPic {
    display:none;
}

input.contactform {
    border: 1px solid #000000;
}
