@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333;
    background-color: #2B77C3;
    background-image: url('fundal3.png');
    background-repeat: repeat-x;
    background-position: top center;
    background-attachment: fixed;
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#header {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 260px;
}

#logo {
    position: absolute;
    left: 5px;
    height: 130px;
    width: 700px;
    top: 108px;
    clear: right;
}

#navigation {
    margin: 0 auto;
    height: 40px;
    width: 1000px;
}
/* ---------------------- Blueslate nav ---------------------- */
.blue #slatenav {
    position:relative;
    display:block;
    height:42px;
    font-size:11px;
    font-weight:bold;
    background:transparent url(blueslate_background.gif) repeat-x top left;
    font-family:Arial,Verdana,Helvitica,sans-serif;
    text-transform:uppercase;
}
.blue #slatenav ul {
    margin:0px;
    padding:0;
    list-style-type:none;
    width:auto;
}
.blue #slatenav ul li {
    display:block;
    float:left;
    margin:0 1px 0 0;
}
.blue #slatenav ul li a {
    display:block;
    float:left;
    color:#D5F1FF;
    text-decoration:none;
    padding:14px 22px 0 22px;
    height:28px;
}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current {
    color:#fff;
    background:transparent url(blueslate_backgroundOVER.gif) no-repeat top center;
}
/* ---------------------- END Blueslate nav ---------------------- */


/* ---------------------- vertical nav ---------------------- */
#vert-menu {
        float: right;
        margin-right: 75px;
        margin-top: 15px;
	padding:0px;
	}
	
	#vert-menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
	#vert-menu li a {
		height: 32px;
		height: 20px;
		text-decoration: none;
		font-weight:normal;
		color: lightgray;
		display: block;
		background: url(menu-vert.png);
		padding: 8px 0 0 30px;
		}
		
	#vert-menu li a:hover {
		color: #fff;
		background: url(menu-vert.png) 0 -32px;
		padding: 8px 0 0 30px;
		}
		
	#vert-menu li a:active {
		color: #fff;
		background: url(menu-vert.png) 0 -64px;
		padding: 8px 0 0 30px;
		}
        #vert-menu li a.current {
		color: #fff;
		background: url(menu-vert.png) 0 -64px;
		padding: 8px 0 0 30px;
		}        
                
/* ---------------------- end vertical nav ---------------------- */

#content_front {
    margin: 0px auto;
    background: transparent url(prezentare-romsit.jpg) no-repeat top center;
    width: 1000px;
    min-height: 455px;
}

table {
    width: 100%;
    padding: 5px;
    color: white;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    font: 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
    background: transparent url('bg_op.png');
    min-height: 458px;
    height: 458px!important;
}

table th {
    font-weight: bold;
    background: #C3D9FF;
    color: black;
    padding: 4px 10px 4px 5px;
}

table td {
    padding: 4px 10px 4px 5px;
}

#content {
    margin: 0px auto;
    background: transparent;
    width: 1000px;
    min-height: 455px;
}

#content table th {
    font-weight: bold;
    background: #C3D9FF;
    color: black;
    padding: 5px;
    text-align: left;
}

#content table td {
    font-weight: normal;
    color: lightgray;
    line-height: 18px;
    padding: 5px;
    padding-left: 30px;
    padding-top: 20px;
}
#content_certificari {
    margin: 0px auto;
    width: 1000;
}

#content_valori {
    margin: 0px auto;
    background: transparent url(echipa_m.png) no-repeat center;
    width: 1000px;
    min-height: 458px;
    height: 458px!important;
}

#content_valori table td {
    padding: 5px;
    font-size: 11px;
}

#content_contact {
    margin: 0px auto;
    background: transparent url(fundal-contact.png) no-repeat top center;
    width: 1000px;
    min-height: 925px;
}

#content_contact p {
    color: white;
}

#left-img {
    float: left;
    width: 500px;
}

#right-text {
    float: right;
    margin-right: 10px;
    width: 450px;
    color: white;
}
h3 {
    color: white;
    font-size: 14px;
    padding-left: 50px;
}
table img {
    width: 100%;
    height: auto;
}
#footer {
    height: 40px;
    width: 1000px;
    background: transparent;
    clear: both;
}

/*------typography----------*/
h2 {
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}

p.title-domenii {
background: url('check-point-mark.png') no-repeat top left;
padding-left: 40px;
}

a:link {
    text-decoration: none;
}