body{
    background-image: url('../assets/images/gui/mainbg.jpg');
    background-repeat: repeat-x;
    background-position: top;
    color: #000000;
    font-family: Helvetica, Verdana;
    font-size: 12px;
    text-align: justify;
    background-color:#ffffff;
}
div.menubutton{
    width:100px;
    height:34px;
    float:right;
    cursor: pointer;
    background-color:#000000;
    -webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}
div.bodydiv{
    width:1000px;
    margin-left: auto;
    margin-right: auto;
}
div.bannerbuttoncontainer{
    width: 250px;
    height: 52px;
    float: left;
    cursor: pointer;
}
 p.textbigblack{
    font-size: 52px;
    color: #535353;
    margin-top: 9px;
    margin-left: 25px;
}
p.textbigblue{
    font-size: 52px;
    color: #44c0eb;
    margin-top: 38px;
    margin-left: 25px;
}
p.textsmallwhite{
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
    margin-left: 25px;
    line-height: 22px;
}
p.content_title{
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #7c818a;
}
p.portfoliotitle{
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color:#143344;
    padding-left: 20px;
    padding-right: 20px;
}
p.portfoliotext, p.newtext{
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color:#6a747e;
    padding: 20px;
}
p.newtitle, p.newtitle a{
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color:#143344;
    padding-left: 20px;
    padding-right: 20px;
}
p.paragraph, span.paragraph{
    font-size: 13px;
    color: #6a747e;
    line-height: 150%;
}
p.languageselector{
    font-size: 13px;
    padding: 32px 0px 0px 0px;
    text-align: right;
    color:#c2c1c2;
}
p.languageselector a{
    color:#c2c1c2;
}
p.menutext, p.menutext a{
    color: #ffffff;
    padding-top: 12px;
    font-weight: bold;
    text-align: center;
}

a{text-decoration:none}
a:link{color: #868686}
a:visited{color: #868686}
a:hover{color: #6b6b6b}
a:active{color: #868686}

.imagelightborder{
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
}

/* Footer styles -------------------------------------------------- */

.footerbase{
    width:100%;
    height: 250px;
    float: left;
    background-image: url('../assets/images/gui/footer-bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
}
.footerbase p {color: #888888}
.footerbase a {color: #666666;text-decoration: underline}
.footerbase a:hover{color: #222222}
.footerseccontainer{
    padding-top: 12px;
    width: 580px;
    float: left;
}
.footerseccontainer div{
    text-align: left;
    width: 180px;
    float: left;
}
.footerseccontainer p{
    padding: 15px 0px 0px 0px;
    font-size: 10px;
}
.footerseccontainer p a{
    text-decoration: none;
    color: #777777;
}
div.socialsharecontainer{
    width: 300px;
    height: 36px;
    float: left;
}
.socialsharecontainer a, .socialsharecontainer img{
    float: left;
    margin-right: 5px;
}
.companycontainer{
    padding: 30px 0px 0px 0px;
    width:350px;
    float: right;
}
