/* ========= global style ======== */

body{
    font-family: Arial, serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li{
    margin: 1ex 1em;
}

table{
    margin:0;
    padding:0;
    border-collapse: collapse;
    text-align: left;
}

tr, td{
    margin: 0;
    padding: 0;
    vertical-align:top;
}

/* -------------------- site ---------------------- */

#body
{
    /*background: url("./img/pattern.jpg") repeat;*/
    background-color: #cdcdcd;
}

.clear
{
    clear: both;
}

.header1
{
    background: url("./img/header_bkg.jpg");
}

.header2
{
    background: url("./img/1head.png") no-repeat;
    height: 250px;
    width: 1060px;
    margin: 0px auto;
    
}

.h_menu
{
    padding-top: 200px;
    padding-left: 150px;
}

.h_menu ul
{
    list-style: none;
}

.h_menu li
{
    display: inline;
    padding: 0 5px;
    font-size: 14px;
}

.h_menu li a
{
    text-decoration: none;
    color: #f19b20;
    font-weight: 600;
}

.menu_title
{
    text-decoration: none;
    color: #f19b20;
    font-weight: 600;
    font-size: 14px;
}

.menu_title ul
{
    /*display: none;*/
}

.menu_title span
{
    cursor: pointer;
}

.h_menu li a:hover
{
    
    color: #000;
    font-weight: bold;
}

.middle
{
    background-color: #e8e8e8;
    margin: 0 auto;
    width: 860px;
}

#v_menu
{
    float: right;
    width: 250px;
    padding: 5px;
}

#v_menu ul
{
    list-style: none;
    margin-left: -35px;
}

#v_menu li
{
    padding: 0 5px;
    font-size: 12px;
}

#v_menu li a
{
    text-decoration: none;
    color: #027FAD;
}

#v_menu li a:hover
{
    color: #000;
}

#content
{
    width: 600px;
}

#content p
{
    text-indent: 20px;
}

.content1
{
    padding: 10px 30px 20px 30px;
    color: #424242;
}
.mesaj
{
    background-color: #0EABE8;
    margin: 20px;
    padding: 40px;
}

.imgdrp
{
    float: right;
    padding: 10px;
    border: 1px #000 solid;
    margin: 10px;
}

.imgstg
{
    float: left;
    padding: 10px;
    border: 1px #000 solid;
    margin: 10px;
}

.footer1
{
    clear: both;
    background: url("./img/footer_bkg.jpg") repeat-x;
    height: 200px;
    text-align: center;
    
}

.copyright
{
    
}

.foot_menu
{
    background: url("./img/1bkg_foot_menu.png") no-repeat;
    margin: 0 auto;
    width: 860px;
    height:  67px;
    padding-top: 20px;
}

.foot_menu li
{
    display: inline;
}

.foot_menu li a
{
    color: #00F;
    text-decoration: none;
    font-weight: 600;
}

.foot_menu li a:hover
{
     color: #000;
    font-weight: bold;
}

/* -------------------- contact ------------------------- */

fieldset
{
    padding: 30px;    
}

legend
{
    padding: 10px;
    text-decoration: none;
    color: #027FAD;
    font-weight: 600;
    font-size: 14px;
}

form p
{
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form p label
{
	float: left;
	width: 15%;
}

form p input:focus, textarea:focus
{
	border: 2px solid #888;
}

/* ------------- coduri postale -------------- */

.adresa
{
    float: right;
}

.coduri
{
    background: url("./img/posta.png") #EFEFEF no-repeat center;
    margin: 20px auto;
    text-align: center;
}

.content1 table
{
    background-color: #EFEFEF;
    width: 100%;
}

.content1 h3
{
    color: #027FAD;
}

.content1 th
{
    background-color: #CDCDCD;
    border: 5px #FFF solid;
    padding: 5px;
}

.content1 td
{
    /*background-color: #CDCDCD;*/
    /*color: #FFF;*/
    border: 5px #FFF solid;
    padding: 5px;
    font-weight: bolder;
}

.content1 a
{
    text-decoration: none;
    color: #027FAD;
}

.content1 a:hover
{
    
    color: #000;
}

.declaratii
{
    padding: 5px;
    font-size: 14px;
}

.declaratii a
{
    text-decoration: none;
    color: #232323;
}

.harta
{
    width: 300px;
    height: auto;
}

.abc
{
    list-style-type: lower-alpha;
}
