/* 
    Document   : style.css
    Created on : May 31, 2010, 6:23:40 AM
    Author     : daniel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body
{
    color: #737373;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif, serif;
    background: #eee url('/files/bg_body.png') repeat-x top left;
    vertical-align: top;
}

:focus        { outline:0; }

#header
{
    margin: 0 auto;
    padding: 47px 0 0 0;
    width: 980px;
    height: 173px;
    background: transparent url('/files/sigla.png') no-repeat top left;
}

#meniu_top
{
    width: 832px;
    margin-left: 192px;
    margin-top: 0px;
    height: 123px;
}

#meniu_top img.sigla
{
    margin-top: 40px;
    margin-bottom: 50px;
    float: left;
}

#meniu_top ul
{
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: none;
    height: 123px;
    float: left;
}

#meniu_top ul li
{
    margin: 0;
    padding: 0;
    float: left;
    border-left: 1px solid #d2d2d2;
}

#meniu_top ul li.ultim
{
    margin: 0;
    padding: 0;
    float: left;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #fff;
}

#meniu_top ul li a
{
    height: 123px;
    text-decoration: none;
    display: block;
    float: left;
    margin: 0px;
    padding: 0 10px 0 10px;
    color: #737373;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 123px;
    border-left: 1px solid #fff;
}

#meniu_top ul li a.last
{
    height: 123px;
    text-decoration: none;
    display: block;
    float: left;
    margin: 0px;
    padding: 0 10px 0 10px;
    color: #737373;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 123px;
    border-left: 1px solid #fff;
    border-right: 1px solid #d2d2d2;
}

#meniu_top ul li a:hover
{
    color: #ff6f0f;
}

#content
{
    margin: 0 auto;
    padding: 0;
    width: 980px;
    height: 360px;
    vertical-align: top;
}

#content .stanga
{
    width:  602px;
    height: 100%;
    vertical-align: top;
    padding-top: 10px;
}

#content .dreapta
{
    width: 378px;
    height: 100%;
    vertical-align: top;
    padding-top: 10px;
}

#bottom
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    background: transparent url('/files/bg_footer.png') repeat-x top left;
}

#footer
{
    margin: 0 auto;
    padding: 0;
    width: 980px;
    height: 100px;
    background: transparent url('/files/sigla_footer.png') no-repeat top right;
    line-height: 100px;
    font-weight: bold;
    font-size: 10px;
}

#footer .design_by
{
    float: right;
    margin-right: 100px;
    top: 0px;
    left:0px;
}

#bottom #footer a
{
    text-decoration: none;
    color: #ff6f0f;
    font-size: 11px;
}

#bottom #footer a:hover
{
    text-decoration: underline;
}

#suport_mare
{
    width: 602px;
    background: transparent url('/files/suport_mare_middle.png') repeat-y top left;
    margin-top: 10px;
}

#suport_mare td.text
{
    padding: 10px 10px 0px 10px;
    background: transparent url('/files/suport_mare_top.jpg') no-repeat top left;
    font-size: 11px;
    vertical-align: top;
}

#suport_mare td.text img
{
    margin-right: 10px;
}

#suport_mare td.text h1
{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

#suport_mare td.text p
{
    margin: 5px 0px 0px 0px;
}

#suport_mare td.text ul
{
    margin: 5px 0px 0px 0px;
}

#suport_mare td.jos
{
    width: 602px;
    height: 15px;
    background: #eee url('/files/suport_mare_bottom.png') no-repeat 0px 0px;
}

.continut
{
    width: 778px;
    background: url('/files/suport_778_middle.png') repeat-y 0px 0px transparent;
    margin: 20px auto 0;
}

.continut .middle
{
    width: 778px;
    background: url('/files/suport_778_top.jpg') no-repeat 0px 0px transparent;
    min-height: 200px;
    text-align: center;
    padding-top: 20px;
}

.continut .bottom
{
    width: 778px;
    background: #eee url('/files/suport_778_bottom2.png') no-repeat 0px 0px;
    height: 40px;
}

.cv
{
    padding: 10px 20px 20px;
}

.cv a
{
    padding-left: 18px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-decoration: none;
    color: #ff6f0f;
    font-size: 16px;
    font-weight: bold;
    background: url('/files/cv.png') no-repeat 0 0 transparent;
}

.cv a:hover
{
    text-decoration: underline;
}
