/**
 * Template Tutorial - CSS Design Classes
 */



/**
 * CSS Guide for Mambo 4.5 templates
 * @author Wee Keat Chin
 * @url www.visualdensity.com
 * @email weekeat@visualdensity.com
 */


/**
 * General Body Styling
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */

body {
        margin: 0px 0px 0px 0px;
        background-color : #FFFFFF ;
        color : #465675;
        }

td,tr,p,div {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
        }

h4 {
        color: #00075e;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 14px; font-weight: bold;
        }

h5 {
        color: #7f743c;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px; font-weight: bold;
        }

h6 {
        color: #00075e;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        padding: 5px 50px;
        text-align: center;
        }

a:link, a:visited {
        font-size: 11px;
        color: #23598d;
        text-decoration: none;
        font-family:  Arial, Verdana, Helvetica, sans-serif;
        }

a:hover {
        color: #23598d;        text-decoration: underline;
        }

img        {
        border: none;

        }
ul {
        margin: 0px 0px 0px 0px;
}

li {
        list-style: inside 3px;
        font-weight: bold;
        list-style:url(../images/li-sign.gif);
}

form {
        display: inline;
        }

.leftcolumn {
        background: #00075e url(../images/bg-leftcolumn.gif) repeat-y right;
        width: 168px;
        vertical-align: top;
}

.menucolumn {
        background-color: #d1c9a1;
        width: 122px;
}

.mbotm {
        vertical-align: top;
        padding-top: 50px;
}

.techmenu {
        background: #7F743C url(../images/img-menuline-brownblock.gif) repeat-x left;
}
.maincolumn {
        width: 100%;
}

.topimgs {
        vertical-align: bottom;
}

.leftblockheader {
        background: #00075e url(../images/bg-leftblock-header.jpg) no-repeat;
        margin-top: 20px;
        width: 158px;
        height: 21px;
        color: white;
        font-size: 11px;
        text-transform: uppercase;
        line-height: 21px;
}

.leftblockheader span {
        padding-left: 12px;
        color: #beb792;
        font-weight: bold;
}
.leftblockbody {
        background: #00075e url(../images/bg-leftblock-body.gif) repeat-x;
        border-bottom: 1px solid #9196df;
        border-top: 1px solid #9196df;
        border-right: 1px solid #ffffff;
        width: 158px;
}

.search table {
        margin: 15px 0px;
}

.search input {
        width: 120px;
        height: 14px;
}

.ourprojects {
        text-align: center;
        padding: 20px 0px;
}

.main {
        background: #ffffff url(../images/bg-mainarea.gif) repeat-y;
        vertical-align: top;
}

.topdiv {
        background: transparent url(../images/bg-mainarea-topdivider.gif) repeat-x;
}

.bluediv {
        background: transparent url(../images/bg-bluediv.gif) repeat-x;
        height: 32px;
        vertical-align: top;
}

/* ~~~~  Top Image Settings ~~~~ */

.topvisual {
        background: transparent url(../images/bg-topimg-gradient.jpg) repeat-x right top;
        vertical-align: top;
}

.timgcontainer {
        background: transparent url(../images/img-topimg-lady.jpg) no-repeat right bottom;
        height: 280px;
        vertical-align: bottom;
}

table.citate {
        margin: 70px 235px 0px 30px;
}
.citate td {
        height: 210px;
        vertical-align: middle;
        font-size: 11pt;
        color: #00075e;
        font-style: italic;
        line-height: 140%;
}

.citate strong {
        display: block;
        text-align: right;
        font-weight: bold;
        font-size: 10pt;
        font-style: normal;
}

.pathline {
        background: transparent url(../images/img-topimg-ladyhands.jpg) no-repeat right top;
}

/* ~~~ Menus Settings ~~~ */

.mmenubutton {
        height: 17px;
        background: transparent url(../images/bg-mmenu-button.jpg) no-repeat;
        line-height: 17px;
}

.mmenubutton a {
        color: #00075e !important;
        font-weight: bold;
        font-size: 10pt !important;
        padding-left: 3px;
}

.mmenubutton a:hover {
        color: #0010e7;
        text-decoration: none;
}


.mainlevel a {
        color: #00075e;
        font-weight: bold;
        font-size: 10pt;
        padding: 5px;
}

.mainlevel a:hover {
        color: #0010e7;
        text-decoration: none;
}



/* ~~~ Left menu Settings ~~~ */

.leftmenu td {
        background-color: #282F86;
        border-right: 1px dotted #FFFFFF;
        border-bottom: 1px dotted #FFFFFF;
        padding: 5px;
}

.leftmenu td a {
        display: block;
        color: #ffffff !important;
}

div.submenu {
        background-color: #020A6F;
        border-top: 1px solid #282F86;
        padding: 2px;
        padding-left: 8px;
}

div.submenu a {
        color: #D3CBA1 !important;
}

a.mainlevel-uslugi:link, a.mainlevel-uslugi:visited  {
        background: url(../images/img-leftmenu-ring.gif) no-repeat center left;
        vertical-align: middle;
        padding-left: 15px;
}


a.mainlevel-uslugi:hover {
        background: url(../images/img-leftmenu-ring-over.gif) no-repeat center left;
}

a.sublevel-uslugi:link, a.sublevel-uslugi:visited  {
        background-color: #020A6F;
        border-top: 1px solid #282F86;
        padding: 2px;
        padding-left: 6px;
        margin-left: 11px;
        color: #D3CBA1 !important;
}

a.sublevel-uslugi:hover  {
        color: #D3CBA1 !important;
}


/* ~~~ Sublinks definitions ~~~ */

table.sublinks {
        margin-top: 5px;
        width: 100%;
}

.small {
        width: 400px !important;
}

.sublinks td {
        padding: 4px 10px;
        border-right: 1px dotted #ffffff;
        text-align: center;
}

.sublinks td a {
        background: url(../images/sign-sublink.gif) no-repeat center right;
        color: #003d89;
        padding-right: 7px;
}
.sublinks td.last {
        border-right: none;
}

a.red {
        background: url(../images/sign-sublink-red.gif) no-repeat center right !important;
        color: red !important;
}

/* ~~~ Footer definitions ~~~ */

.footer, footer a {
        text-align: center;
        padding: 30px 25px 15px 20px;
        color: #858276;
        line-height: 15pt;
}

.footer hr {
        background: transparent;
        border: none;
        border-top: 1px solid #beb792;
        margin-bottom: 6px;
}


/* ~~~~  Content Settings ~~~~ */

.content {
        padding: 30px 25px 20px 20px;
}

.contentheading, h1 {
        margin: 0px;
        padding: 0px 17px;
        font-size: 13pt;
        color: #7a7a7a;
}

p {
        text-align: justify;
        text-indent: 12pt;
        color: #707070;
        font-size: 9pt;
}

h2, h1.contentheading-write {
        color: #5380bd;
        font-size: 10pt;
        font-weight: bold;
}

h1.contentheading-write {
        margin-top: 20px;
}

.btn-find {
        background: url(../images/btn-find-submit.gif) no-repeat;
}

.commonblock-outer {
        border: 1px solid #C9C9C9;
        margin-top: 20px;
}

.commonblock-inner {
        border: 2px solid #ffffff;
        padding: 12px;
        background: #ffffff url(../images/bg-commonblock.gif) repeat-x left top;
}
/* ~~~~  Banner Settings ~~~~ */

.moduletable-banner td {
        padding-left: 18px;
}

/* ~~~~  News Settings ~~~~ */

.rln_readmore-lastnews {
        background: transparent url(../images/sign-morelink.gif) no-repeat left center;
        padding-left: 10px;
}

h3 {
        font-size: 10pt;
        background: transparent url(../images/img-newsitem-header.gif) no-repeat left center;
        padding-left: 13px;
        color: #00075e;
}

h3 a {
        font-size: 10pt !important;
        text-decoration: none;
        color: #00075e !important;
}

hr {
        background: none;
        border: none;
        border-top: 1px dotted #aaaaaa;
        height: 1px;
        margin: 0px 20px;
}

/* ~~~~  Guest Book Settings ~~~~ */

.gbitem {
        margin-top: 20px;
}

.gbheader, .gbanswerheader, .gbheader a {
        color: #1e56a3 !important;
        font-weight: bold;
        font-size: 10pt !important;
        padding-bottom: 8px;
}

.gbheader span {
        display: block;
        font-size: 8pt;
        color: #999999;
        font-weight: normal;
}

.gbbody {
        margin-left: 40px;
        color: #585858;
        font-size: 9pt;
}

.gbanswer {
        background-color: #ebf4ff;
        margin-top: 15px;
        padding: 0px 5px 15px 5px;
}

.gbanswerheader {
        background-color: #daebff;
        padding: 3px;
        margin-bottom: 10px;
}

.gbitem hr {
        background: none;
        border: none;
        border-top: 1px solid #809ec4;
        height: 1px;
        margin: 20px 0px 30px 0px;
}

.pagecounts {
        color: #1e56a3;
        font-weight: bold;
        font-size: 19pt;
}
.componentheading {

}
.imageContainer {
        margin: 16px;
        text-align: center !important;
}
.imageCaption {
        font-size: 8pt;
}

table.prices td {
        background-color: #efefef;
        padding: 5px;
}

table.prices th {
        background-color: #e0e0e0;
        vertical-align: middle !important;
}

.uplift {
        margin: 20px;
        text-align: right;
}

.uplift a {
        background: url(../images/sign-uplink.gif) no-repeat right center;
        color: #000076;
        padding-right: 10px;
}




