body {
    margin:0px;
    padding:0px;
    font-family:Helvetica,Arial,sans-serif;
    font-size: 14px;
}

#top {
    width:100%;
    background: url('img/bg.jpg') repeat-x; 
    /*    height: 500px;*/
}

#top_pg {
    width:100%;
    background: url('img/bg_pg.jpg') repeat-x; 
    /*    height: 500px;*/
}

.inner {
    width:920px;
    margin:0 auto;
    padding:10px 0px;
}

#header {
    width:100%;
    height: 46px;
    padding:17px;
    background: #14517F;
    border-bottom: 2px solid #003966;
    
}

#header .inner {
    padding:0px; 
    position: relative;
}

#banner {

    width:100%;
    height:315px;
    padding:20px 0px;
}

#band {
    width:100%;
    height:40px;
}

#band .inner {
    height:20px;
}

#content {
    width:100%;  
}

#content .inner {
    padding:0px;
    padding:40px 0px;
}

#content .inner p {
    color:#444;
    line-height: 1.5;
    text-align: justify;
}

#content .inner ul {
    color:#666;
    line-height: 1.8;
    text-align: justify;
    list-style-image: url('img/li.png');
    font-weight: bold;
}

#footer {
    width:100%;

}
#col_wrap {

    padding:10px 0px 30px 0px;
    border-bottom:1px solid #ddd;
    background: url('img/umbra_jos.png') repeat-x;
}
.col {
    width:275px;
    height:200px;
    float:left;
    margin-right:0px;
    font-family: helvetica;
    margin-right: 10px;
    padding-left:10px;
    padding-right: 15px;
    position: relative;
}

.col h3 {
    color: #134C7A;
    font-size: 16px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 10px;
    font-family: helvetica;
    text-transform: none;
}

.col p {
    color:#666;
    font-size: 12px;
    line-height:1.6;
    text-align: justify;
}

.col ul {
    list-style-type: square;
    color:#666;
    font-size: 12px;
    line-height:1.6;
    text-align: justify;
}


.final {
    margin-right:0px;
}

.logo {
    background:url('img/logo1.png') no-repeat;
    width:151px;
    height: 70px;
    position:absolute;
    z-index:99;
    left:0px;
    top:-10px;
}

.logo a {
    display: block;
    width:151px;
    height: 70px;
}

.left {
    float:left;
}

.right {
    float:right;
}

#menu {
    padding:0px;
    margin:0px;
    height:45px;
}

#menu li {
    display: block;
    height: 17px;
    float:left;
    font-family: 'Oswald',arial,serif;
    font-size: 12px;
    margin:0 2px;
    text-transform: uppercase; 
    padding:14px 20px;
}

#menu li a {
    text-decoration:none; 
    color:#eee;

}

#menu li:hover {

    background:#F58220;

}

img.img_cam {
    margin-top:50px;
    display: block;
    float:right;
}

h1 {

    color: #134C7A;
    font-family: 'Oswald',arial,serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px; 
    margin-top: 0px;
}

h2 {

    color: #134C7A;
    font-family: 'Oswald',arial,serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-top:20px;
    margin-bottom: 20px; 
}

h3 {
    color:#134C7A;
    font-family: 'Oswald',arial,serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow:1px 1px 1px #FFFFFF;

}

h4 {
    color: #134C7A;
    font-family: 'Oswald',arial,serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow:1px 1px 1px #FFFFFF;

}

.mesaj {
    width: 350px;
}

.mesaj p {
    color:#777;
    font-size: 18px;
    line-height: 24px;
    text-shadow:1px 1px 1px #FFFFFF;
    text-align: justify;
    margin-bottom: 0px;

}

.buton {
    display: block;
    width:90px;
    height:18px;
    background: url('img/buton.png');
    padding:5px 10px;
    text-decoration:none;
    color:#fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.buton_small {
    display: block;
    width:67px;
    height:16px;
    background: url('img/buton_small.png');
    padding:2px 6px;
    text-decoration:none;
    color:#fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom:0px;
    right:0px;
}

.copyright {
    width:300px;
    color:#666;
    font-size: 11px;
    padding-top:18px;
}

.linkuri {
    padding:0px;    
}

#menu_bottom li {
    display: inline;
    font-size: 11px;
    margin:0 10px;
    text-transform: uppercase; 
}

#menu_bottom li a {
    text-decoration:none; 
    color:#333;
}

table {

}

td {
    vertical-align: top;
}

form td.space {
    width:20px;
}

td.space {
    width:70px;
}

form td {
    padding:0px;
    vertical-align: top;
}

th {
    text-align: left;
    padding:10px 0px;
    text-transform: uppercase;
}

form th {
    text-align: left;
    padding:7px 15px;
    text-transform: uppercase;
/*    background: #eee;
    border:1px solid #ddd;*/
    margin:10px 0px;
    text-shadow:1px 1px 1px #FFFFFF;
    border-bottom: 2px dotted #ccc;
}

a {
    color:#0B1F5A;
    text-decoration: none;
    font-weight: bold;
}

.margin_l {
    margin-left:15px;
    margin-bottom: 10px;
}

.margin_r {
    margin-right:15px;
    margin-bottom: 10px;
}

label {
    display: block;
    font-size: 12px;
/*    height:29px;*/
    padding-top:14px
}

input {
    display: block;
    width: 170px;    
    background: url("img/input_bg.png") no-repeat scroll 0 0 #FAFAFA;
    border: 0px;
    color: #1A1A1A;
    height: 19px;
    padding: 1px 5px 0;
    font:10px Verdana,Arial,sans-serif;
}

textarea {
    display: block;
    background: url("img/textarea_bg.png") no-repeat scroll 0 0 #FAFAFA;
    border: 0px;
    color: #1A1A1A;
    height: 156px;
    overflow: auto;
    padding: 5px;
    resize: none;
    width: 330px; 
    font:10px Verdana,Arial,sans-serif;
}

#trimite {
    background-image: none;
    background-color: #ddd;
    border: 1px solid #bbb;
    border-radius:3px;
    width:auto;
    display:block;
    font-weight: bold;
    font-size:12px;
    padding:4px 5px;
    height: 26px;
    cursor:pointer;
    float: right;
    
}




