/* CSS Document */

@import "br.css";

body{
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	background-position:top;
	font-family: "Verdana";
}
#logo {
	float:right;
	display:block;
	width:310px;
	height:0px;
	padding-top:90px;
	margin:0 auto;
	margin-top:25px;
	overflow:hidden;
	cursor:pointer;
	background:url(images/logo.jpg) no-repeat;
}
#wrapper {
	margin:0 auto;
	width:950px;
	padding-top:10px;
}
#developer {
	display:none;
}
/* meniu */
#meniu { width: 950px; height: 32px; margin: 0px auto; 	
position: relative; z-index: 9998;background:#fff; }
#meniu #navigare { margin: 0; padding: 0;	background-image: url(images/menu.jpg); background-repeat: no-repeat; }
#meniu #navigare li { display: inline; }
#meniu #navigare li a { float: left; height: 0px; padding-top: 32px; /*padding-left:30px; padding-right:30px; */overflow: hidden; }
#meniu #navigare li a { 
	background-image: url(images/menu.jpg); 
	background-repeat: no-repeat;
}
/* BUTTONS */
#meniu #navigare li#acasa a { background-position: -15px 0; width:80px;}
#meniu #navigare li#domenii-de-activitate a { background-position: -97px 0; width:210px; }
#meniu #navigare li#portofoliu a { background-position: -306px 0; width:110px; }
#meniu #navigare li#despre-noi a { background-position: -418px 0; width:115px; }
#meniu #navigare li#contact a { background-position: -530px 0; width:95px; }

/* OVER STATES */
#meniu #navigare li#acasa a:hover { background-position: -15px -32px; }
#meniu #navigare li#domenii-de-activitate a:hover { background-position: -97px -32px; }
#meniu #navigare li#portofoliu a:hover { background-position: -306px -32px; }
#meniu #navigare li#despre-noi a:hover { background-position: -418px -32px; }
#meniu #navigare li#contact a:hover { background-position: -530px -32px; }

/* ON STATES */
#meniu.pgacasa #navigare li#acasa a:hover { background-position: -15px 0px; cursor: default; }
#meniu.pgdomenii-de-activitate #navigare li#domenii-de-activitate a { background-position: -97px -64px !important; }
#meniu.pg #navigare li#pgdomenii-de-activitate a { background-position: -97px -64px !important; }
#meniu.pgportofoliu #navigare li#portofoliu a { background-position: -306px -64px !important; }
#meniu.pgdespre-noi #navigare li#despre-noi a { background-position: -418px -64px !important; }
#meniu.pgcv #navigare li#despre-noi a { background-position: -418px -64px !important; }
#meniu.pgcontact #navigare li#contact a { background-position: -530px -64px !important; }

#headerimg {
	width:950px;
	height:310px;
	display:block;
}

.pgacasa {
	background:url('images/header_home.jpg')  no-repeat ;
}
.pgdomenii-de-activitate, .pg {
	background:url('images/header_servicii.jpg')  no-repeat;
}
.pgportofoliu {
	background:url('images/header_portofoliu.jpg')  no-repeat ;
}
.pgdespre-noi, .pgcv {
	background:url('images/header_despre-noi.jpg')  no-repeat ;
}
.pgcontact {
	background-image:url('images/header_contact.jpg');
}
#content {
	padding-left:4px;
	padding-right:4px;
	background:#fff;
	}
p {
	text-indent:40px;
	color:#444;
	font-size:12px;
	margin-top:3px;
	margin-bottom:6px;
}
#leftcontent .contact {
	margin:0;
	padding:0;
	list-style-type:none;
}
.port {
	border-bottom:1px dashed #4173b8;
}

#leftcontent span, #leftcontent .contact span {
	font-weight:bold;
	margin-right:5px;
	color:#4173b8;
}
#leftcontent .contact img {
	display:block;
	float:right;
	margin-right:10px;
	margin-leftt:10px;
	background:#fff;
	padding:5px;
	border:1px solid #4173b8;
}
#leftcontent .contact ul {
	display:block;
	float:left;
}
#leftcontent ul {
	list-style-type:disc;
	list-style-position:inside;
	padding-left:30px;
}
ul {
	margin-top:10px;
	margin-bottom:10px;
}
li {
	color:#444;
	font-size:12px;
	line-height:18px;
}
#leftcontent {
	background:url(images/contentbg.jpg) top center repeat-x #fff;
	width:533px;
	padding:20px 10px 20px 20px;
	display:block;
	float:left;
}
#leftcontent h1, #leftcontent h2, #leftcontent h3, #leftcontent h4 {
	font-size:28px;
	font-weight:bold;
	color:#4173b8;
}
#leftcontent h2 {
	font-size:22px;
	margin-bottom:20px;
}
#rightcontent2 h3 {
	font-size:16px;
	font-weight:bold;
	color:#5f9628;
	margin:10px 0 0 10px;

}
#leftcontent hr {
	color:#4173B8;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}
#leftcontent h3 {
	font-size:18px;
	margin:10px 0 0 0;
}
#leftcontent h4 {
	font-size:14px;
	margin:10px 0 0 0;
}
#leftcontent fieldset {
	width:490px;
	padding:10px;
	border:1px solid #4173b8;
}
#leftcontent a {
	color:#4173b8;
	text-decoration:underline;
}
#leftcontent a:hover {
	color:#000;
}
#leftcontent legend {
	color:#4173b8;
	font-size:14px;
	margin-left:20px;
	padding-left:10px;
	padding-right:10px;
}
#leftcontent label {
	width:490px;
	font-size:12px;
}
#leftcontent input, #leftcontent textarea {
	width:490px;
	margin-bottom:10px;
}
#leftcontent textarea {
	height:150px;
}
#leftcontent .button {
	width:490px;
	margin:0 auto;
	text-align:center;
}
#leftcontent .button input {
	width:150px;
	margin:0 auto;
}
#rightcontent, #rightcontent2 {
	width:378px;
	display:block;
	float:right;
	background:url(images/contentbg.jpg) top center repeat-x #fff;
}
#rightcontent h1, #rightcontent h2, #rightcontent2 h1, #rightcontent2 h2 {
	margin-top:10px;
	margin-bottom:10px;
	height:0px;
	padding-top:32px;
	overflow:hidden;
	background-image:url(images/domenii.jpg);
}
#rightcontent h2 {
	background-image:url(images/parteneri.jpg);
}
#rightcontent ul {
	margin-top:5px;
	margin-bottom:5px;
	list-style-type:none;
	padding:0px;
	border-top:1px dashed #4173b8;
	color:#4173b8;
}
#rightcontent li {
	border-bottom:1px dashed #4173b8;
}
#rightcontent li a {
	color:#4173b8;
	padding:3px;
	font-size:14px;
	text-decoration:none;
	display:block;
	padding-left:30px;
	background:url(images/arrow.gif) no-repeat;
	background-position:5px 5px;
}
#rightcontent li:hover {
	background:#4173b8;
	color:#fff;
}
#rightcontent li a:hover {
	color:#fff;
	background:url(images/arrow-on.gif) no-repeat #4173b8;
	background-position:5px 5px;
}
#rightcontent2 {
	width:378px;
	background:url(images/call.jpg) top center repeat-x #fff;

}
#rightcontent2 h1 {
	background-image:url(images/contact.jpg);
}
ol {
	list-style-type:auto;
	list-style-position:inside;
	margin-left:30px;
 	margin-top:10px;
	margin-bottom:10px;
}

#rightcontent2 p {
	color:#5f9628;
	text-indent:0px;
	margin-bottom:5px;
	padding:0 10px 10px 10px;
}
#rightcontent2 label {
	color:#5f9628;
	font-size:12px;
}
#rightcontent2 ul {
	border-top:1px solid #5f9628;
	color:#5f9628;
}
#rightcontent2 li {
	border-bottom:1px solid	 #5f9628;
}
#rightcontent2 li a {
	color:#5f9628;
}
#rightcontent2 li a:hover {
	color:#fff;
}
#rightcontent2 li:hover {
	background:#5f9628;
}
#rightcontent2 textarea,
#rightcontent2 input {
	border:1px solid #5f9628;
	font-size:14px;
	padding:3px;
	color:#5f9628;
	width:210px;
}
#rightcontent2 form {
	margin:10px;
}
#rightcontent2 .button input {
	height:25px;
	width:70px;
	background:#5f9628;
	color:#fff;
	font-weight:bold;
}
#rightcontent2 a {
	color:#235609;
	cursor:pointer;
}
#rightcontent a:hover {
	color:#000;
}
#navmic {
	width:950px;
	text-align:right;
}
#navmic li {
	float:left;
	margin-left:20px;
	display:block;
}
#navmic li a:hover {
	color:#4173B8;
	text-decoration:none;
}
#navmic li a {
	color:#888;
	text-decoration:none;
}
td span {
	font-size:12px;
	margin-right:0px;
}
td {
	font-size:10px;
}
#footer {
	width:950px;
}
#footer p {
	width:950px;
	text-align:right;
}
ul.contact li {
	list-style-position:outside;
}
.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 */
