/* File is compressed! */
@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

html {
    margin: 0px;
    overflow: auto;
    overflow-x: hidden;
}

body {
    color: #999;
    font: 78% "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #333 url('/images/bgpattern333.jpg') repeat-x fixed top left;
}

#window {
    width: 100%;
    height: auto;
    margin: 0px auto;
    text-align: center;
}
#wrap {
    position: relative;
    width: 1100px;
    height: auto;
    margin: 0px auto;
    text-align: left;
}
#header-top {
    width: 1100px;
    height: 80px;
    margin: 0px auto;
    background: url('/images/header_top_v2.png') no-repeat bottom left;
    display: block;
}
#header {
    width: 986px;
    height: 340px;
    margin: 0px auto;
    background: url('/images/header_v2.png') no-repeat bottom left;
    display: block;
}
#header #logotype { 
    width: 260px;
    height: 180px;
    display: block;
    margin-top: 120px;
    margin-left: 35px;
    float: left;
}

#header #navigation {
    position: relative;
    margin: 0px;
    padding: 0px;
    top: 265px;
    right: 0px;
    width: 645px;
    height: 45px;
    line-height: 45px;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #EED;
    float: right;
}

#header #navigation ul, #header #navigation ul li {
    display: inline;
    list-style: none;
}
#header #sub-nav {
    position: relative;
    top: 2px;
    left: 10px;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    display: block;
    width: 855px;
    height: auto;
}
#sub-nav #breadcrumbs {
    padding: 0px 10px 0px 20px;
    width: 450px;
    height: 25px;
    float: left;
    display: block;
}
#sub-nav #country-flags {
    width: 265px;
    min-height: 25px;
    display: block;
    padding-right: 5px;
    text-align: right;
    float: right;
}
#breadcrumbs { position: absolute; left: 0px; top: 0px; }
#country-flags { position: absolute; right: 0px; top: 0px; }
#country-flags img { margin: 2px; }

#main-top {
    margin: 0px auto;
    margin-left: 72px;
    width: 960px;
    height: 20px;
    background: url('/images/mainbg.png') repeat-y top center;
}
#main-bottom {
    margin: 0px auto;
    width: 986px;
    height: 90px;
    background: url('/images/main_bottom2.png') no-repeat top left;
}
#main {
    margin: 0px auto;
    margin-left: 72px;
    display: block;
    padding: 0px;
    width: 960px;
    height: auto;
    color: #444;
    background: url('/images/mainbg.png') repeat-y top center;
}

#main div#additional-container {
    width: 250px;
    height: auto;
    padding: 0px 15px;
    margin-left: 0px;
    float: right;
    position: relative;
}

#main div.content {
    padding: 0px 15px;
    width: 650px;
    height: auto;
    min-height: 850px;
    float: left;
    background: url('/images/mainContentBackground.jpg') no-repeat bottom right;
}
#main div.content img#top-image {
    float: right;
    width: 160px;
    height: 120px;
    padding: 5px;
    margin-top: -60px;
    border: none;
}

#main div.content ul {
    margin: 15px 5px 15px 25px;
}


/*****************
 * Footer styles *
 *****************/

#footer {
    width: 1100px;
    height: 370px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    color: #676767;
    background: url('/images/footer2.png') no-repeat top center;
}
#footer-content {
    width: 920px;
    height: 230px;
    padding: 50px 90px 90px 90px;
    position: relative;
}
.fcopy {
    float: right;
    font-size: .8em;
    margin-right: 83px;
    margin-top: -78px;
}


/*****************
 *  typo styles  *
 *****************/

h1, h2, h3 { color: #252525; }
h1 { font-size: 2.2em; line-height: normal; }
h2 { font-size: 1.6em; line-height: normal; }
h3 { font-size: 1.2em; line-height: normal; }

#main strong { color: #151515; }

#main div.content p {
    margin: 25px 10px;
    text-indent: 10px;
    line-height: 1.3em;
}
#main div.content p.none {
    margin: 10px 0px;
    text-indent: 0px;
}

div#additional-container ul {
    list-style: none;
    margin-bottom: 1em;
}

/*****************
 * cPanel styles *
 *****************/

.td-head {
    font-weight: bold;
    color: #333;
    padding: 20px 0px 5px 0px;
    border-top: 0px solid #333;
}

table.borders tbody tr { height: 35px; }
table.borders tbody tr th { background: #E1E1E1; }
table.borders tbody tr td.subtitulo { background: #EBEBEB; border-bottom: 1px dotted #777; text-align: center; }
table.borders tbody tr td.alt-odd { background: #F9F9F9; padding: 0px 10px; }
table.borders tbody tr td.alt-even { background: #F3F3F3; padding: 0px 10px; }
table.borders tbody tr:hover td.alt-odd { background: #CF9; }
table.borders tbody tr:hover td.alt-even { background: #CF9; }

/*****************
 * other  styles *
 *****************/

div.txtContent {
    padding: 15px 5px;
}

div.banner {
    width: 250px;
    height: 250px;
    display: block;
    /*padding: 115px 0px;*/
    padding: 0px;
    border: 1px solid #CCC;
    background: #DEDEDE;
    margin-bottom: 15px;
    text-align: center;
}

.clear { clear: both; }


.box-wrapper {
    width: 100%;
    height: auto;
    clear: both;
}
.box {
    background: url('/images/black-transp.png') repeat-x top left;
    border: 1px solid #CCC;
    float: left;
}
.box-wrapper .box { padding: 15px; margin: 10px; border: 1px solid #E7E7E7; }

.box-wrapper .box p {
    text-align: justify;
    margin: 15px 5px !important;
}

.w250 { width: 250px; }
.w280 { width: 280px; }
.w300 { width: 300px; }
.w50p { width: 50%; }
.w100p { width: 100%; }

.round {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
.round-top {
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -khtml-border-top-left-radius: 7px;
    -khtml-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.round-bottom {
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -khtml-border-bottom-left-radius: 7px;
    -khtml-border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

#wrap div.fly-orn-01 {
    width: 155px;
    height: 235px;
    background: url('/images/orn01.png') no-repeat top left;
    position: absolute;
    top: 49px;
    right: 24px;
    z-index: 1000;
}
#clients { text-align: center; }
#projects .images { text-align: left; }
#projects .images img {
    margin: 7px 0px;
}
#projects .images .mediumImage {
    display: block;
    border: 3px solid #ffe;
    position: relative;
    width: 320px;
    height: auto;
}
#clients img, img.m7 {
    margin: 7px;
    border: 1px solid #CCC;
}

.notes {
    font-style: italic;
    font-size: .9em;
    color: #999;
}

.notes:before { content: 'Note: '; }
:lang(bg) .notes:before { content: '\0417\0430\0431\0435\043B\0435\0436\043A\0430\003A\00A0'; }
/*****************
 * error  styles *
 *****************/

#errorPage {
    font-size: 1.15em;
    line-height: 1.3em;
    color: #900;
    padding: 15px;
    margin: 5px;
}
#errorPage h1, #errorPage h2, #errorPage h3 { color: #A00; }
#errorPage pre {
    display: block;
    overflow: auto;
    background: url('/images/black-transp.png') repeat-x top left;
    padding: 10px;
    border: 1px solid #E7E7E7;
    margin: 20px 0px;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}


