@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*font-family: inherit;*/
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body.editr {
	background-image: none;
}
body {
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
	background: #ffffff url(../images/layout/fundal-body.png) repeat-x 0 150px;
	width: 100%;
	height: 100%;
	font-family:"Times New Roman", serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: separate;
	border-spacing: 0;*/
}
caption, th, td {
	/*text-align: left;*/
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a{
	color:#656360;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#inside_wrap table{
	display:block;
	clear:both;
	zoom:100%;
}


/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size: 20px;
	font-weight: 400;
	color:#3b0906;
}
h2 {
	font-size: 14px;
	font-weight: 700;
	color:#3b0906;
}
h3 {
	font-size: 13px;
	font-weight: 700;
	color:#3b0906;
}
h4 {
	
}
h5 {
	
}

/* ------------------------------------*/

.clear{
	clear: both;
}
.hide{
	display:none;
}

.small{
	font-size:11px;
}

.smaller{
	font-size:10px;	
}

.emphased_nodecoration{
	color:#000;
	text-decoration:none;
}

hr{
	border: 0 #d1d1d1 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin-top:20px;
	margin-bottom:20px;
}
/* ------------------------------------*/

#main_wrap{
	width:1000px;
	margin:0px auto;
	padding:0 40px 0 0;
}

#header_wrap{
	margin:0 20px 0 200px;
	height: 110px;
	padding: 0;
	background: #3b0906;
}
a#logo{
	float:left;
	margin: 20px 0 0 70px;
	*margin-left: 35px;
}
#header_content{
	position:relative;
	width: 380px;
	height: 65px;
	top: 0px;
	left: 390px;
	color: #bb9b6a;
	*left:68px;
}
#header_content a {
	color: #bb9b6a;
	text-decoration: none;
}
#search_form_container{
	position: absolute;
	width:110px;
	height: 24px;
	padding-top:20px;
	margin: 0;
	left: 0;
	*width:120px;
}
#search_form {
	height: 24px;
	line-height: 20px;
	padding: 2px 0;
	color: #bb9b6a;
	font-size: 12px;
}
#search_form label {
	color: #bb9b6a;
	display: inline;
	font-size: 11px;
}
#search_form input {
	width: 70px;
	display: inline;
	line-height: 20px;
	background: #f8ebd8;
	border: 1px solid #bb9b6a;
	color: #bb9b6a;
	*width:70px;
}
#limba {
	position: absolute;
	top: 22px;
	left: 140px;
	width: 60px;
	background: #3b0906 url(../images/layout/sagetica.png) no-repeat 100% 5px;
}
#limba ul {
	display:none;
}
#limba ul.expandat {
	display: block;
	right: 0;
	top: 0;
	position: absolute;
	background: #F8EBD8;
	padding: 1px;
	margin: 0;
	border: 1px solid #BB9B6A;
	text-align: left;
	width: 85px;
	z-index:100;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#limba ul.expandat li {
	margin: 0 0 1px;
	padding: 0;
	display: block;
}
#limba ul.expandat li a {
	line-height: 13px;
	height: 13px;
	padding: 2px;
	margin: 0;
	display: block;
	vertical-align: middle;
}
#limba ul.expandat li a:hover {
	background: #fff;
}
#limba ul.expandat img {
	display: inline;
	margin-right: 5px;
}
#contact {
	position: absolute;
	top: 22px;
	left: 220px;
	width: 60px;
	background: #3b0906 url(../images/layout/sagetica.png) no-repeat 100% 5px;
}
	
#iso {
	position: absolute;
	right: 0
}
		
#menu_wrap{
	margin:0 20px 0 200px;
	height:40px;
	overflow: visible;
	position: relative;
	z-index: 1001;
}
#main_menu{
	display:block;
	text-align: left;
	padding: 7px 0;
	position:relative;
	overflow: visible;
}
#main_menu li{
	float: left;
	position: relative;
	background: transparent;
	padding:0 3px;
}
#main_menu li a{
	position:relative;
	float: left;
	color:#3b0906;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	padding: 2px 3px;
	*margin-left: 0px;
	text-decoration: none;
	background:transparent;
	z-index:1003;
	border: 1px solid transparent;
}
#main_menu li.backLava
{
	background: #f8ebd8;
	border: 1px solid #bb9b6a;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	*display:none !important;
}
#main_menu li a.menu_first {
}
#main_menu li a.menu_last {
}
#main_menu li a.menu_active {
	text-decoration: underline;
}
#main_menu > li:hover > a {
	background: #f8ebd8;
	border: 1px solid #bb9b6a;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}
#main_menu > li:hover > a.has_children {
	border-bottom: 1px solid #f8ebd8;
}
#main_menu li ul {
	position: absolute;
	display: none;
	background: #f8ebd8;
	border: 1px solid #bb9b6a;
	top: 28px;
	left: 3px;
	-moz-border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
	border-radius: 0 2px 2px 2px;
}
#main_menu li:hover ul,
#main_menu li.hover ul {
	display: block;
	position: absolute;
	float: left;
	width: 200px;
	z-index: 1001;
	padding: 2px 0;
}
#main_menu ul li{
	position: relative;
	z-index: 1002;
	margin: 0;
	padding: 0 2px;
}
#main_menu ul li a{
	line-height: 18px;
	display: block;
	width: 188px;
}
#main_menu ul li a:hover{
	background: #fff;
}
#subheader {
	position: relative;
	height: 201px;
}
#secondary_menu {
	width: 195px;
	height: 201px;
	position: relative;
}
#secondary_menu li {
	text-align: right;
	font-size: 14px;
	padding: 0 5px;
}
#secondary_menu li a{
	color: #fff;
	text-decoration: none;
}
#secondary_menu li a:hover{
	text-decoration: underline;
	color: #f8ebd8;
}
#mainbanner {
	position: absolute;
	left: 195px;
	top: 0;
	height: 201px;
	width: 780px;
	background: #fff;
	padding: 0 5px;
	z-index: 1;
}
#home_wrap_{
	position:relative;
	width: 780px;
	margin-left:200px;
	background: #fff;
}
#footer_wrap{
	position: relative;
	height:192px;
	padding:0;
	margin:20px 20px 0 200px;
	background: #fff;
	color: #858380 !important;
	font-size: 11px;
	z-index:1;
}
#footer_wrap .box {
	width: 172px;
	height: 177px;
	background: #fff url(../images/layout/footer-box.png) no-repeat 50% 0;
	margin:0 4px 0 0;
	padding: 5px 10px 10px;
	float:left;
	overflow: hidden;
	line-height: 1.2;
}
#footer_wrap .deco {
	width: 23px;
	height: 158px;
	background: #3B0906;
	border: 1px solid #bb9b6a;
	position: absolute;
	top: 16px;
	z-index:2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#footer_wrap #deco1 {
	left:-22px;
	border-right:1px solid #e4e4e4;
}
#footer_wrap #deco2 {
	right:-22px;
	border-left:1px solid #e4e4e4;
}
#footer_wrap #footer_c1{
}
#footer_wrap #footer_c2{
}
#footer_wrap #footer_c3{
}
#footer_wrap #footer_c4{
	margin-right:0;
}
#footer_wrap #footer_c1 address {
	margin-top: 10px;
}
#footer_wrap #footer_c1 address strong a {
	color: #858380 !important;
}
#footer_wrap h2{
	padding:10px 0;
	color:#bb9b6a;
	text-align: center;
}
#footer_wrap ul li{
	display:block;
	float:left;
	padding-bottom:5px;
}
#footer_wrap a,
#footer_wrap ul li a{
	color:#656360;
	text-decoration:none;
}
#footer_wrap a:hover,
#footer_wrap ul li a:hover{
	text-decoration:underline;
}

#footer_info{
	margin-left:200px;
	margin-right: 25px;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #efefef;
}
#footer_info_c1{
	float:left;
}
#footer_info_c2{
	float:right;	
	line-height:23px;
	font:normal 11px arial;
	color:#999999;
	position:relative;
}
#footer_info #gfl-icon{
	width:16px;
	height:16px;
	position:absolute;
	top:23px;
	right:0px;
}
	
#inside_wrap{
	position: relative;
	width: 780px;
	margin: 10px 0 0 200px;
}
#inside_main{
	width:580px;
	float:left;
	color: #000;
	font-size: 14px;
}

#inside_main a{
	color:#000;
	text-decoration:underline;
}

#inside_side{
	width:190px;
	float:right;
}
#banner_wrap{
	width:580px;
	overflow:hidden;
}
#page_title{
	margin-bottom:20px;
	border-bottom: 1px solid #3b0a06;
}
#page_title h1{
	font-size: 30px;
	line-height: 50px;
}
#inside_main h1, .editr h1{
	margin:0 0 10px 0;
	color: #000;	
}
#inside_main h2, .editr h2{
	padding:0 0 10px 0;
	color: #000;
}
#inside_main h1,
#inside_main h2,
#inside_main h3,
#inside_main h4,
#inside_main h5,
#inside_main h6 {
	color: #800000;
	font-weight: 700;
}	
#inside_main table, .editr table{
	display:block;
	margin-top:15px;
}
	
	
.inline_teaser{
	padding:15px 0px;
	position:relative;
	margin-bottom:16px;
	border-bottom:solid 1px #d1d1d1;
}
.sideblock,
.side_teaser{
	position:relative;
	padding: 10px;
	margin-bottom: 10px;
}
.sideblock h2,
.side_teaser h2,
#side_menu h2 {
	color:#bb9b6a;
	padding:0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bb9b6a;
}
#side_menu{
	background: #3b0a06;
}
#side_menu ul{
	padding:0;
	margin:0;
}
#side_menu ul li{
	display:block;
	padding-bottom:4px;
}
#side_menu ul li a{
	display:block;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
#side_menu ul li a:hover{
	color:#bb9b6a;
}
#side_menu ul li a.side_menu_active{
	background:#bb9b6a;
	color:#3b0a06;
}			
#side-newsletter {
	background: #3b0a06;
	color: #bb9b6a;
}
#side-newsletter label {
	position: absolute;
	left: 20px;
	margin-top: 2px;
	z-index: 2;
}
#side-newsletter input {
	position: relative;
	display: block;
	margin: 10px 5px;
	width: 160px;
	border: 1px solid #bb9b6a;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#side-newsletter #abonarenewsletter {
	width: 40px;
	height: 32px;
	margin-left: 127px;
	padding: 0;
	background: #e2c796;
	color: #3b0a06;
	font-size: 8px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
	cursor:pointer;
}
#side-newsletter input:focus {
	z-index: 3;
}
#newsbottom {
	background: transparent url(../images/layout/da-newsletter.png) no-repeat 0 2px;
	border-top: 1px solid #fff;
	padding:10px 0 0 50px;
	font-size: 9px;
	line-height: 11px;
	
}
#side-programari {
	background: #bb9b6a;
}
#teaser-programare {
	display: block;
	background: transparent url(../images/layout/fundal-programari-side.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	line-height: 50px;
	padding-left: 55px;
}
#teaser-programare:hover {
	color:#3b0a06;
	background-position: 0 -50px;
}
#smile-teaser {
	background: #fff;
	text-align: center;
	color: #bb9b6a;
	font-size: 13px;
	line-height: 13px;
	
}
#smile-teaser a{
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	*font-size: 17px;
}
#zoom-teaser {
	background: #3b0906;
}
#zoom-teaser a{
	background: transparent url(../images/layout/fundal-teaser-zoom.jpg) no-repeat 0 50%;
	padding:5px 0 0 90px;
	font-size: 13px;
	line-height: 17px;
	color: #bb9b6a;
	display: block;
	height: 83px;
	*font-size: 10px;
}
#zoom-teaser a .bigbold{
	font-size: 27px;
	color: #fff;
	line-height: 20px;
	*font-size: 20px;
}
#zoom-teaser a .bigbold.big10{
	float:left;
	font-size: 30px;
	font-weight: 700;
	padding: 0 5px 0 0;
	*font-size: 25px;
}
#incognito-teaser {
	background: #fff;
	text-align: left;
	
}
#incognito-teaser a {
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	display: block;
	*font-size: 12px;
	
}
#incognito-teaser a .bigbold {
	font-size: 15px;
	font-weight: 700;
}
#social-teaser {
	text-align: center;
}
#programari-teaser {
	background: #bb9b6a;
	background: url(../images/layout/programare-online-bg.jpg);
	text-align:center;
	color:#fff;
	height:108px;	
	width:190px;
	padding:0 !important;
}
#programari-teaser a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	padding-left: 55px;
	padding-top:30px;
	*font-size: 10px;
}
#echipa-teaser {
	background: #fff;
	text-align:left;
}
#echipa-teaser p {
	font-size: 12px;
	font-weight: 700;
	color: #3b0906;
	line-height: 16px;
	margin:6px 0 10px 0;
}
#echipa-teaser a {
	font-size: 12px;
	color: #bb9b6a;
}
#video-teaser {
	background: #fff;
	
}
#video-teaser a{
	background: transparent url(../images/layout/fundal-teaser-video.jpg) no-repeat 0 50%;
	padding:0;
	font-size: 12px;
		color: #fff;
	display: block;
}
#social-teaser.home_teaser {
	width: 370px;
	text-align: center;
	margin: 0 0 10px 0;
	border-top: 1px solid #efefef;
}

#home-left {
	float:left;
	width: 400px;
}
#home-right {
	width: 370px;
	float: right;
}
.home_teaser {
	width: 170px;
	padding: 10px;
	margin:0 9px 10px 0;
}
*.home_teaser {
	margin-right: 4px;
}

	
#medlist{
	display:block;
}
#medlist li{
	display:block;	
	width:173px;
	height:240px;
	float:left;
	overflow:hidden;
	margin:5px;
	border: 5px solid #f8ebd8;
}
#medlist li.hilite{
	border: 5px solid #bb9b6a;	
}
#medlist li div.medlist-wrap{
	padding:10px;	
	font-size:11px;
	line-height:20px;
}
#medlist li div.medlist-wrap h2{
	color:#3b0906;
	padding-bottom:4px;
}
			
.inline_info_block{
	display:block;
	border:solid 1px #BB9B6A;
	background:#fff7eb;
	padding:15px;
	margin:16px 0px;
}

#news_wrap{
	padding-top:0px;	
}
	#news_wrap h1{
		margin-bottom:3px;	
	}
	#news_wrap p.news_body{
		padding-top:14px;
		padding-bottom:7px;
	}
	
.frm_table{
	float:left;	
	clear:none;
	margin-top:0px !important;
}
.frm_table td{
	padding:8px 0px;	
}
	.frm_table input, .frm_table textarea, .frm_table select{
		display:block;	
		font:normal 12px arial;
		color:#666666;
	}
	.frm_table input.input_226, .frm_table textarea.textarea_226{
		width:220px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border:solid 1px #c7c7c7;
		padding:3px;
		background:url(../images/layout/form_field_bg.png) top left no-repeat;
	}
	.frm_table input.statut_pacient{
		display:inline;	
	}
	.frm_table input.input_100{
		width:100px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border:solid 1px #c7c7c7;
		padding:3px;
		background:url(../images/layout/form_field_bg.png) top left no-repeat;
	}
	
	.frm_table select.select_100{
		width:100px;	
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border:solid 1px #c7c7c7;
		padding:3px;
		background:url(../images/layout/form_field_bg.png) top left no-repeat;
	}
	
	.btn_submit, .btn_reset{
		width:62px;
		height:24px;
		border:0;
	}
		.btn_reset{
			background:url(../images/layout/btn-reset-bg.gif) center no-repeat;	
		}
		.btn_submit{
			background:url(../images/layout/btn-submit-bg.gif) center no-repeat;	
		}
		
.form_response{
	background:#ececec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:17px 20px;
	color:#666666;
}
	.form_response_error{
		background:#ffe1bf;
		font-weight:bold;
		color:#dd7375;
	}
	
#prog_form_c1{
	border-right:solid 1px #d1d1d1;
	padding-right:18px;
	float:left;
	padding-top:10px;
}
#prog_form_c2{
	float:right;
	padding-top:10px;
}
	#prog_form_c2 .frm_table input{
		display:inline;
		padding-right:10px;
	}
		#prog_form_c2 .frm_table td{
			line-height:26px;	
		}
		
#prog_form_c1 h2, #prog_form_c2 h2{
	padding-bottom:20px;	
}

.testimonial_box, .testimonial_box address{
	font:normal 14px arial;
}
.testimonial_box{
	background: #fff7eb;
	border:solid 1px #BB9B6A;
	padding:23px 32px;
	margin-bottom:24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.testimonial_box address{
	display:block;
	padding-top:14px;	
}

#footer_c3 address{
	text-align:right;
	font:normal 10px arial;
	padding-top:4px;
}
#footer_c3 li{
font-size:13px !important;
}

.frm_send_buttons{
	margin-top:0px !important;
}

.anchor-top{
	display:block;
	text-align:right;
}

.search-results-wrap{
	font:normal 12px arial;
	color:#666666;
}
	.search-results-wrap a{
		color:#e07175;
		text-decoration:underline;
	}
		.search-results-wrap a:hover{
			text-decoration:none;	
		}
	.search-results-wrap p{
		padding-top:8px;
	}
		.search-results-wrap p strong{
			font:bold 12px arial;
			color:#e07175;
		}
		
.faqlinks{
	background:#fff7eb;
	border:solid 1px #BB9B6A;
	padding:10px 10px 10px 10px;
	margin-bottom:24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.faqlinks a{
		color:#666666;	
		text-decoration:none;
	}
		.faqlinks a:hover{
			text-decoration:underline;
		}
		
	.faqlinks li{
		display:block;
		padding:3px 0px 3px 0px;
		width:250px;
		float:left;
	}
	
.tarife-table{
	font:normal 13px arial;	
	background:#fff;
}
	.tarife-table h2{
		padding:0px !important;	
	}
	.tarife-table td{
		background:#ececec;
		padding:3px 6px 3px 6px;
	}
	.tarife-table tr.hlighted td{
		background:#BB9B6A;
		color:#fff;
		padding:6px 3px;
	}
	.tarife-table td.hover{
		background-color:#f8f8f8;
	}

.trafic	{
	margin:0 0 10px 0;}
	
#social{
	width:100%;
	background-color:#fff;	
	bottom:0;
	text-align: center;
	position:fixed;
	padding:5px 0 2px 0;
	border-top:1px dashed #ccc;
		}

#social a{
	color:#000;
	text-decoration:none;
	padding:0 0 0 25px;	
	}
	
	
#scrisoare-top img {
display:block;
}
#inside_main-scrisoare{
width:519px;
float:left;
padding:15px;
}
#inside_main-scrisoare h1, .editr h1{
margin:10px 0 20px 0;
color:#7fbcd1;	
}
#inside_main-scrisoare h2, .editr h2{
padding:15px 0 15px 0;
color:#7fbcd1;
font-size:22px;
}
#inside_main-scrisoare h2.mititel {
font-size:11px;
}
#inside_main-scrisoare h2.mititel span {
font-size:22px;
}
#inside_main-scrisoare a, .editr a{
color:#7fbcd1;
text-decoration:underline;
}
#inside_main-scrisoare a:hover, .editr a:hover{
text-decoration:none;	
}
#inside_main-scrisoare p {
margin-bottom:10px;
}
#inside_main-scrisoare cite {
margin:10px 0;
}
#inside_main-scrisoare span {
margin:10px 0;
}
#inside_main-scrisoare ul, #inside_main-scrisoare ol {
margin:10px 0;
padding:10px;
background:#f5f5f5;
border:1px solid #e0e0e0;
}
#inside_side-scrisoare {
width:390px;
float:right;
padding:0;
border-bottom:1px solid #fda884;
border-left:1px solid #fda884;
}
#inside_side-scrisoare h2 {
padding:10px;
font-size:22px;
color:#FDA844;
}
.scrisoare #inside_wrap {
background-color:#ffffff;
border:1px solid #fda844;
border-width:10px 1px 7px 1px;
padding:0;
}
.scrisoare #inside_wrap ul li {
list-style: inside url(../images/layout/sagetica-lista.png);
}
.scrisoare #inside_wrap ol {
color:#FDA844;
}
.scrisoare #inside_wrap ol li {
list-style:decimal inside;
}
.scrisoare #inside_wrap ol li span {
color:#666666;
}
#prog_happy {
border-bottom:1px solid #fda884;
padding:10px 10px 0;
}
#prog_happy_c1 strong {
color:#69c4d4;
}
#prog_happy #Reset {
background:transparent url(../images/layout/form_happy-butoane.png) no-repeat 0 0;
width:85px;
height:22px;
}
#prog_happy #happy_send_btn {
background:transparent url(../images/layout/form_happy-butoane.png) no-repeat 100% 0;
width:85px;
height:22px;
}
#prog_happy .form_response_success {
background:#99d2d2;
color:#000000;
}
#testimonial_side {
background:transparent url(../images/layout/fundal-testimonial_side.png) no-repeat 0 0;
padding-bottom:10px;
border-bottom:1px solid #fda884;
}
#testimonial_side h2 {
padding:10px;
color:#FDA844;
font-size:22px;
}
#testimonial_side p {
padding:0 10px 0 145px;
margin-bottom:10px;
font-size:11px;
font-style:italic;
}
ul#galerie_maseluta {
list-style:none inside none;
}
ul#galerie_maseluta li.imagine_galerie_maseluta1 {
float:left;
list-style:none inside none;
margin: 0 5px 10px 10px;
width:180px;
}
ul#galerie_maseluta li.imagine_galerie_maseluta2 {
float:left;
list-style:none inside none;
margin: 0 10px 10px 5px;
width:180px;
}
.border_albastru {
border:3px solid #a1d7ea;
}
.border_portocaliu {
border:3px solid #ffa63e;
}
#footer_scrisoare {
	padding:20px;
	background:#a1d7ea;
}
#footer_scrisoare p, #footer_scrisoare a {
	text-align:center;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}


div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}

.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_t.png);
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_b.png);
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/datepicker/datepicker_l.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/datepicker/datepicker_r.png);
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_br.png);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: right !important;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}

.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}


#consultatie-gratuita {
	display: block;
	margin-top: 10px;
	margin-left: 20px;
}
#executive-care {
	display: block;
	margin-top: 10px;
	margin-left: 20px;
}

.miniconsultatie fieldset {
	border: 1px solid #eee;
	padding: 10px;
	margin: 10px 0;
}
.miniconsultatie fieldset legend {
	font-weight: 700;
	font-size: 14px;
	padding: 10px;
}
.frm_table .checkbox {
	display: inline;
}

#socialmedia{
position:absolute;
left:1000px;
top:50%;
margin-top: -75px;
width:88px;
height:123px;
}

/* CSS for jQuery Orbit Plugin 1.2.1
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php*/
#featured {
	border: 1px solid #bb9b6a;
	width: 778px;
	height: 198px;
}
#featured img {
	display: block;
	margin: 0;
	padding:0;
	position: absolute;
}
#featured a {
	display: none;
}
#featured a.afisat {
	display: block;
}

/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit a img {
    border: none }

.orbit div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
    display:none;}

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../images/orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(../images/orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(../images/orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    position: absolute;
    z-index: 10;
    top: 10%;
    margin-top: -16px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(../images/orbit/right-arrow.png);
    right: -2px; }

div.slider-nav span.left {
    background: url(../images/orbit/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 10px;
    right: 10px;
	margin: 0;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 3px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../images/orbit/bullets.png) no-repeat 0 0;
    width: 7px;
    height: 7px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -7px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }
	
	
div.error {
	padding: 10px;
	margin: 10px;
	background: #FFCBCB;
	border: 2px solid #ff8080;
	font-size: 14px;
	color: #000;
	text-align: center;
}
#mesaj-succes {
	padding: 10px;
	background: #EDFFD7;
	border: 2px solid #99B772;
	font-size: 14px;
	color: #000;
	text-align: center;
	position: absolute;
	width: 100%;
}
a.prettyPhoto img {
	display: block;
}

#contentbgtop{
width:579px;
height:9px; 
background:url('../images/layout/top-div-bg.jpg');
}

#contentmarturii{
width:579px;
background: url('../images/layout/main-div-bg.jpg');
background-repeat:repeat-y;
}

#userimage{
float:left;
padding-left:5px;
width:195px;
background:transparent;
border-color:#fff; 
border-style:solid
border-width:5px;
}

#contentuser{
float:right;
padding-right:15px;
width:364px;
background:transparent;
}

#bottommarturie{
width:579px; 
height:30px; 
background: url('../images/layout/bottom-div-bg.jpg'); 
background-repeat:none;
}
#clearfix{
clear:both;}
#marturie{
float:left;
width:579px;}

#bottombio{
width:579px; 
height:15px; 
background: url('../images/layout/footer_bio.jpg'); 
background-repeat:none;
}
.stefan,.iana,.alexandru,.dragos,.erika,.ionela,.alice,.raluca,.alina,.mihnea,.vanda,.simona,.ion,.hunor{
padding-left:10px;
display:none;
}
.editr .stefan,
.editr .iana,
.editr .alexandru,
.editr .dragos,
.editr .erika,
.editr .ionela,
.editr .alice,
.editr .raluca,
.editr .alina,
.editr .mihnea,
.editr .vanda,
.editr .simona,
.editr .ion,
.editr .hunor {
padding-left:10px;
display:block;
} 

.thumb a img, .popwin img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;}
	
	
.thumb{
width:191px;
float:left;
text-align:center;
}

.popwin ul{
list-style:disc inside;
margin-left:10px;
}

#nr-tel{
height:40px; 
text-align:right; 
margin-right:10px; 
font-size:23px; 
color:#fff;
}

#footer_wrap .box{
	color:#000 !important;
}

#footer_wrap .box a{
	color:#000 !important;
	text-decoration:underline;
}
