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

body {
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    background: url(../images/bg.gif) repeat-x center top #d1d1d1;
}

#mainContainer {
    width: 960px;
    margin: 30px auto 0px auto;


}


#logo {
    width: 960px;
    height: 107px;
    margin-top: 50px;
}


h1 {
    display: block;


    padding-bottom: 20px;
    text-transform: uppercase;
}

strong {
    color: #a61c23;
}


.content {
    width: 960px;
}

.contentTop {
    width: 960px;
    height: 15px;
    background: url(../images/top.png) no-repeat top left;
    overflow: hidden;
}

.contentMiddle {
    width: 960px;
    background: url(../images/middle.png) repeat-y top left;
}

.contentMiddle table {
    background: url(../images/ics.gif) no-repeat top left;
}

.contentBottom {
    width: 960px;
    height: 15px;
    overflow: hidden;
    background: url(../images/bottom.png) no-repeat top left;
}


a.lang {
    display: block;
    height: 12px;
    padding-left: 15px;
    color: #000;
    text-decoration: none;
    background: url(../images/lang.gif) no-repeat top left;
    float: right;
    margin-right: 10px;
}

a.contanct {
    display: block;
    height: 12px;
    padding-left: 17px;
    color: #000;
    text-decoration: none;
    background: url(../images/contact.gif) no-repeat top left;
    float: right;
}


#meniu {
    width: 930px;
    margin: 0px auto;
    height: 296px;
    overflow: hidden;

    border-bottom: 20px solid #a61c23;
}


a.mainMenu {
    width: 186px;
    height: 296px;
    display: block;
    color: #a61c23;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    float: left;
    text-align: center;

}


.cleaner {
    clear: both;
}


#descriere {
    background: url(../images/descriere.jpg) no-repeat top left;
}

#descriere:hover {
    background: url(../images/descrierehover.jpg) no-repeat top left;
}

#vize {
    background: url(../images/vize.jpg) no-repeat top left;
}

#vize:hover {
    background: url(../images/vizehover.jpg) no-repeat top left;
}

#firme {
    background: url(../images/firme.jpg) no-repeat top left;
}

#firme:hover {
    background: url(../images/firmehover.jpg) no-repeat top left;
}

#contabilitate {
    background: url(../images/contabilitate.jpg) no-repeat top left;
}

#contabilitate:hover {
    background: url(../images/contabilitatehover.jpg) no-repeat top left;
}

#romania {
    background: url(../images/romanica.jpg) no-repeat top left;
}

#romania:hover {
    background: url(../images/romanicahover.jpg) no-repeat top left;
}

#footer {
    width: 960px;
    height: 50px;
    text-align: center;
    font-size: 11px;
}


#footer img {
    border: 1px solid #000;
}