/* CSS Document */


/*all-alpha-png {behavior: url (iepngfix.htc); } */


@import "br.css";

html {
	height:100%;
}

body {
	background:url(../img/back.jpg) repeat-x left top #fff;
	font-family:"Arial";
	font-size:14px;
	color:#555;
	margin:0;
	padding:0;
	margin-bottom:-10px;
}
* { outline:none; }
#developer {
	display:none;
}
a {
	color:#a00;
}
a:hover {
	color:#333;
}

#meniu { height: 60px;width:635px;display:block; float:right;z-index: 3; }
#meniu #navigare { margin: 0; padding: 0; }
#meniu #navigare li { display: inline;}
#meniu #navigare li a { float: right; height: 0px; padding-top: 60px; overflow: hidden; }
#meniu #navigare li a {
	background-image: url(../img/menu.jpg); 
	background-repeat: no-repeat;
}

/* BUTTONS */
#meniu #navigare li#link1 a { background-position: 0 0; width:100px; }
#meniu #navigare li#link2 a { background-position: -100px 0; width:110px; }
#meniu #navigare li#link3 a { background-position: -210px 0; width:115px; }
#meniu #navigare li#link4 a { background-position: -325px 0; width:110px; }
#meniu #navigare li#link0 a { background-position: -435px 0; width:78px; }


/* OVER STATES */
#meniu #navigare li#link1 a:hover { background-position: 0 -60px; }
#meniu #navigare li#link2 a:hover { background-position: -100px -60px; }
#meniu #navigare li#link3 a:hover { background-position: -210px -60px; }
#meniu #navigare li#link4 a:hover { background-position: -325px -60px; }
#meniu #navigare li#link0 a:hover { background-position: -435px -60px; }

/* ON STATES */
#meniu.pag1 #navigare li#link1 a { background-position: 0 -120px !important; }
#meniu.pag2 #navigare li#link2 a { background-position: -100px -120px !important; }
#meniu.pag3 #navigare li#link3 a { background-position: -210px -120px !important; }
#meniu.pag4 #navigare li#link4 a { background-position: -325px -120px !important; }
#meniu.pag0 #navigare li#link0 a { background-position: -435px -120px !important; }

/* insert content nou acilea */

#mailok {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/semi.png);
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
	display:none;
	cursor:pointer;
	text-align:center;
}
#mailok p {
	font-size:10px;
	text-align:center;
	padding-top:28%;
	color:#fff;
}
#mailok span {
	font-size:10px;
}

#wrapper {
	width:960px;
	margin:0 auto;
}
#tagline {
	width:960px;
	float:left;
	height:20px;
	line-height:20px;
	color:#fff;
}
#tagline a,
#tagline a:hover {
	color:#fff;
	text-decoration:none;
	cursor:default;
}
#tagline h1 { color:#fff; text-align:right; }

#header {
	height:60px;
	width:960px;
	float:left;
}
#logo {
	float:left;
}
#logo h2 a {
	display:block;
	float:left;
	width:320px;
	height:0px;
	padding-top:60px;
	overflow:hidden;
	background:url(../img/logo.jpg);
}
#flashcontainer {
	height:207px;
	width:960px;
	background:url(../img/emblema.jpg) no-repeat right bottom;
	float:left;
}
#sidebar {
	width:336px;
	float:right;
	margin-left:15px;
	margin-top:4px;
	padding-bottom:12px;
}
#sidebar-content {
	width:306px;
	padding:15px 15px 3px 15px;
	float:right;
}
#sidebar { background:url(../img/sidebar-bottom.jpg) no-repeat left bottom; }
#sidebarcont { background:url(../img/sidebar-bg.jpg) ; }

#center {
	margin-top:4px;
	padding-top:10px;
	float:left;
	width:600px;
}
#center h2 { padding-top:20px; }
#center h3 { padding-bottom:10px; }

#sidebar h2 { padding-top:20px; }
#sidebar h3 { padding-bottom:10px; }

#content p {
	font-size:14px;
	padding-bottom:10px;
}
#footer {
	margin-top:30px;
	background:#f0f0f0;
	border-top:1px solid #ccc;
	margin-bottom:-1px;
}
#footercontent {
	width:960px;
	margin:12px auto;
	height:10px;
	line-height:10px;
}
#footercontent ul { float:right; }
#footercontent p { color:#333; }
#footercontent li { display:block;float:left; }
#footercontent li a { color:#333; margin-left:15px; text-decoration:none; }
#footercontent li a:hover { color:#a00 }
#intreaba-avocat {
	display:block;
	float:left;
	width:336px;
	height:0px;
	padding-top:80px;
	cursor:pointer;
	overflow:hidden;
	background:url(../img/intreaba-avocat.jpg) no-repeat left top;
}
#formular { display:none;float:left; }
#intreaba-avocat.active {
	background:url(../img/intreaba-avocat.jpg) no-repeat left -81px;
}
#adv, #pci {
	display:block;
	width:107px;
	height:0px;
	float:left;
	padding-top:48px;
	overflow:hidden;
	margin-left:40px;
	margin-top:10px;
	background:url(../img/adv.jpg) no-repeat left top;
}
#pci {
	background:url(../img/pci.jpg) no-repeat left top;
}

#formular { padding:10px 20px; }
#formular input { 
	font-size:11px; 
	padding:3px; 
	border:1px solid #ccc; 
	width:138px; 
	margin-bottom:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#fff !important;
}
#formular textarea { 
	font-size:11px; 
	font-family:"Arial";
	padding:3px; 
	border:1px solid #ccc; 
	width:287px; 
	margin-bottom:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#formular .submit {
	padding:5px;
	border:1px solid #333; 
	color:#333;
	background:#fff !important;
	width:145px; 
	cursor:pointer;
	background:#eee !important;
}
#formular .submit.reset {
	border:1px solid #aaa;
	background:#eee !important;
	color:#777;
}
#formular .submit:hover {
	border:1px solid #a00; 
	color:#a00;
	background:#fff !important;
}
#formular .submit.reset:hover {
	border:1px solid #000; 
	color:#000;
}
#formular p {
	font-size:14px;
	line-height:14px;
}

#center .stirica h3 {
	padding-bottom:0px;
	padding-top:5px;
	margin-bottom:-5px;
}
.stirica h6 {
	font-size:10px;
	margin-bottom:5px;
	color:#888;
}
.stirica {
	border-bottom:1px solid #ddd;
	margin-top:15px;
	padding-bottom:10px;
}
#eroare {
	text-align:center;
	color:#c00;
	font-size:12px;
	line-height:16px;
	padding:5px;
	padding-bottom:12px;
}

#gallery {
	text-align:center;
	padding-top:15px;
}
#view-map img,
#gallery a img {
	padding:1px;
	background:#aaa;
	border:5px solid #eee;
}
#view-map:hover img,
#gallery a:hover img { background:#c00; }

#contactform tr {
	border-bottom:1px solid #eee;
}
#contactform td {
	padding:5px;
	font-size:14px;
	text-align:right;
}
#contactform .camp input {
	padding:4px;
	width:280px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #aaa;
	background:#fff !important;
	font-size:16px;
}
#contactform textarea {
	padding:4px;
	font-family:Verdana;
	height:200px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #aaa;
	background:#fff !important;
	font-size:16px;
	width:280px;
}
#contactform { margin:0 auto; }

b, strong { font-weight:bold; }
i, em { font-style:italic; }

.paginare {
	padding:5px 10px;
	border-top:1px solid #a00;
}
.paginare strong, .paginare a {
	padding:5px 9px;
	margin-right:5px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.paginare strong {
	background:#a00;
	color:#fff;
}
.paginare a:hover {
	background:#ccc;
	color:#000;
}
#contactform .buttonz {
	text-align:left;
}
#contactform .buttonz input {
	padding:5px 7px;
	border:none;
	width:120px;
	color:#fff;
	background:url(../img/inputz.jpg) no-repeat
}
#contactform .buttonz input:hover {
	cursor:pointer;
	background:url(../img/inputz-hover.jpg) no-repeat
}

#raspuns_contact {
	color:#c00;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.zeback {
	display:block;
	width:140px;
	margin:20px auto 0;
	padding-left:5px;
}
#view-map {
	padding:5px;
}




















.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */