* {
	padding: 0px;
	margin: 0px;
	}

body {
	background: #f2f9ff url('../images/background.png') no-repeat center top scroll;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	}

a {color: #128cc2; text-decoration: none;}

p {margin-top: 20px; line-height: 20px;}

.clearfix {clear:both;}

hr {width: 500px; margin: 0 auto; border: none; border-top: 1px solid #ccc;}

h4 {padding: 20px 0 0 40px; }

.floatrightimg {
	float:right;
	padding: 0 0 20px 20px;
	}

#wrap {
	width: 940px;
	margin: 0 auto;
	}

#header {
	width: 940px;
	height: 220px;
	position: relative;
	}

.logo {
	background: url('../images/logo.png') no-repeat 30px 50px;
	width:440px;
	height:140px;
	text-indent:-9999px;
	border: 0;
	margin: 0;
	}

.logo a {
	display: block;
	width:440px;
	height:140px;
	text-decoration: none;
	border: 0;
	}

.topmenu {
	width: 480px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	}

.topmenu a{
	color: #4a4a4a;
	font-size: 11px;
	margin: 0 10px;
	}

.topmenu ul{
	list-style-type: none;
	}

.topmenu li{
	display: inline;
	border-right: 1px solid #ddd;
	}

.language {
	float: right;
	color: #4a4a4a;
	font-size: 11px;
	}

.language img{
	border: none;
	}

.language a{
	padding: 0px;
	margin: 0px;
	}

#menu {
	margin-top: 30px;
	}

/*
#menu a{
	color: #4a4a4a;
	}

#menu ul{
	list-style-type: none;
	border-bottom: 1px solid #128cc2;
	padding: 0 0 10px 0;
	float:right;
	}

#menu li{
	display:inline;
	margin: 0 20px;
	}

*/
/*
	AICI INCEPE MENIUL DE NAVIGARE
*/

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
	position:relative;
	line-height:1.5em;
	left:0;
	float:right;
	z-index: 9999;
	border-bottom: 1px solid #128cc2;
	}

#nav a{
	display:block;
	padding:0px 10px;
	color:#555555;
	text-decoration:none;
	}

#nav a:hover{
	text-decoration:none;
	}

#nav li{
	font-weight:normal;
	float:left;
	position:relative;
	padding: 0 10px;
	}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.5em;
	left:0px;
	border: none;
	font-size: 12px;
	}

#nav li ul a{
	font-weight:normal;
	width:12em;
	height:auto;
	float:left;
	background: #F6F6F6 url('../images/menuarrow.gif') no-repeat 2px 50%;
	line-height:20px;
	}

#nav li ul a:hover{
	background: #AFE6F7;
	}

#nav ul ul{
	top:auto;
	}

#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
	}

/*
	AICI SE TERMINA MENIUL DE NAVIGARE
*/

/*
	AICI INCEPE SLIDER-UL
*/

#slider{
	width: 940px;
	height: 250px;
	margin-bottom: 20px;
	}

/*
	SLIDESHOW
*/

h3 {
	margin: 0;	
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
}

div#feature_list {
	width: 940px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 0;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 4px;
	height: 40px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background:  url('../images/feature-tab-current.png');
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 653px;
	height: 240px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 653px;
	height: 240px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #17a7c7;
}

ul#output li a:hover {
	background: #084971;
}


/*
	AICI SE TERMINA SLIDER-UL
*/

.demo {
	height: 400px;
	margin: 40px 0 20px 0;
	}

.tabsimg {
	float: right;
	clear:both;
	padding-top: 20px;
	border: none;
	}

.tabscontainer {
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
	}

#indexcontent {
	background: url('../images/indexcontent_bg.png') no-repeat left top scroll;
	width: 620px;
	margin-right: 20px;
	float: left;
	min-height: 600px;
	}

#content {
	background: url('../images/content_bg.png') repeat scroll;
	width: 940px;
	min-height: 600px;
	}

.contenttitle {
	padding: 20px 0 0 100px;
	}

.breadcrumbs {
	font-size: 9px;
	padding: 10px 0 0 100px;
	}

/* SITEMAP STYLES */

.sitemap {
	width: 840px;
	margin: 50px auto;
	font-size: 12px;
	}

.sitemap ul{
	list-style-type: none;

	}

.sitemap li{
	background: url('../images/list_bullet.png') no-repeat left 2px scroll;
	padding-left: 18px;
	margin: 10px 0 10px 20px;
	}

/* END SITEMAP STYLES */

.package {
	width: 840px;
	margin: 50px auto;
	}

.package h2, .package2 h2{
	color: #1ba7e4;
	}

.package ul, .package2 ul{
	list-style-type: none;
	margin: 20px 0 20px 60px;
	}

.package li{
	background: url('../images/list_bullet.png') no-repeat left 4px scroll;
	padding-left: 18px;
	margin-top: 6px;
	}

.package2 {
	width: 840px;
	margin: 50px auto;
	}
	
.package2 li{
	background: none;
	padding-left: 18px;
	margin-top: 6px;
	}

.packageimg{
	float: right;
	width: 296px;
	text-align: center;
	}

.primauditheader {
	background: url('../images/primauditheader.png') no-repeat 60px 40px scroll;
	text-indent: -9999px;
	height: 60px;
	}

.serviciiindex ul{
	list-style-type: none;
	margin: 20px 0 20px 20px;
	}

.serviciiindex li{
	background: url('../images/list_bullet.png') no-repeat left 4px scroll;
	padding-left: 18px;
	margin-top: 6px;
	}

#sidebar {
	width: 300px;
	float: right;
	font-size: 12px;
	}

.contactindex {
	padding: 30px 10px;
	line-height: 18px;
	font-size: 12px;
	}
	
.socialmediaindex {
	padding: 30px 10px;
	line-height: 18px;
	font-size: 12px;
	}

.socialmediaindex img{
	padding: 0 10px;
	}

.newsletterindex {
	background: url('../images/img_newsletter.png') no-repeat left top;
	width: 280px;
	height: 34px;
	}

.newsletterindex p{
	padding: 0 0 0 100px;
	margin: 0px;
	}

.newsletterindex a:hover{
	text-decoration: underline;
	}

.twitter {
	background: url('../images/twitter.png') no-repeat left top;
	width: 200px;
	height: 34px;
	}

.twitter p{
	padding: 16px 0 0 50px;
	margin: 0px;
	}

.twitter a{
	color: #45bbe8;
	}

.facebook {
	background: url('../images/facebook.png') no-repeat left top;
	width: 200px;
	height: 34px;
	}

.facebook p{
	padding: 16px 0 0 50px;
	margin: 0px;
	}

.facebook a{
	color: #316dc7;
	}

.autorizatiiprimcafr {
	background: url('../images/autorizatie_cafr.png') no-repeat left top;
	width: 280px;
	height: 40px;
	}

.autorizatiiprimcafr p{
	padding: 16px 0 0 50px;
	margin: 0px;
	color: #056A00;
	}

.autorizatiiprimccf {
	background: url('../images/autorizatie_ccf.png') no-repeat left top;
	width: 280px;
	height: 40px;
	}

.autorizatiiprimccf p{
	padding: 16px 0 0 50px;
	margin: 0px;
	color: #784e00;
	}

#newsletterform {
	width: 600px;
	margin: 30px auto;
	}

.infotext {
	font-size: 11px;
	color: #ff0000;
	}

.decenoitext {
	font-family: Georgia, serif;
	font-size: 16px;
	}

.butonsolicitaofertapret img{
	border: 0;
	}

.tableconta {
	width: 700px;
	text-align: center;
	font-size: 12px;
}

.tableconta tr{
	height: 40px;
}

.tableconta td{
	border-bottom: 1px solid #ccc;
}

.tabletarife {
	width: 700px;
	text-align: center;
	font-size: 12px;
	padding: 0 0 0 40px;
}

.tabletarife tr{
	height: 50px;
}

.tabletarife th{
	border-bottom: 1px solid #ccc;
}

.tabletarife td{
	border-bottom: 1px solid #ccc;
}

.contasidebar {
	float:left;
	width: 200px;
	padding: 10px;
	font-size: 12px;
	}

.contasidebar img{
	padding: 20px 0;
	}

/*
	CONTACT STYLES
*/

.contacttextbox {
	width: 400px;
	padding: 0 0 0 70px;
	float: left;
	}

.contactformularbox {
	width: 400px;
	padding: 0 70px 0 0;
	float: left;
	}

.txt {
	font-size: 12px;
	}
	
.bluetext {
	color: #00126c;
	}

.bluetext2 {
	color: #00126c;
	font-size: 16px;
	font-weight: bold;
	}
	
.redtextbigger {
	color: #ff0000;
	font-size: 16px;
	font-family: Georgia, serif;
	}

.redtextcontact {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	}
	
.redtextcontact a{
	color: #ff0000;
	text-decoration: underline;
	}

.contactmessage {
	width: 500px;
	margin: 10px auto;
	/* border: 1px dotted #017ba3; */
	padding: 10px;
	/* background: url('../images/bec.png') no-repeat 98% 14%; */
	}

.biggertext {
	font-size: 16px;
	color: #00126c;
	}

.butoncontact {
	background: #18B3D7;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 10px;
	padding: 0 4px;
	}

.input {
	width: 250px;
	border: 1px solid #18B3D7;
	margin-left: 10px;
	}

.input2 {
	width: 250px;
	height: 80px;
	border: 1px solid #18B3D7;
	margin-left: 10px;
	}

.input:focus, .input2:focus {background: #daeeff;}

.driveway {
	background: #F9D089;
	margin: 0 0 20px 0;
	}

.driveway p{
	text-indent: 20px;
	}

/*
	END CONTACT STYLES
*/

#footer {
	background: url('../images/footer_bg.png') repeat-x left top;
	height: 83px;
	color: #999;
	font-size: 11px;
	}

.footercontent {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0;
	}

.copywright {
	width: 360px;
	float: left;
	}

.footermenu {
	width: 580px;
	padding-left: 0px;
	float: left;
	}
	
.footermenu ul{
	list-style-type: none;
	display: block;
	}

.footermenu li{
	display: inline;
	padding: 0 10px;
	}

.footermenu a{
	color: #999;
	}

.footermenu a:hover{
	color: #128CC2;
	}
	
/*
	AUTENTIFICARE SI ZONA MEMBRI
*/

.formcontainer {
	padding: 100px 0 0 250px;
	}
	
.anuntjob {
	font-size: 11px;
	color: #f44;
	border: 1px solid #f44;
	text-align: center;
	margin: 10px;
	}