/**********GENERAL************/
html{
	height: 100%;
}

BODY{
	margin:0px;
	padding:0px;
	/*background:#969e78;*/
	background: #555555;
	font-family: Georgia;
    height: 100%;
}

A{
	text-decoration:none;
	font-size:14px;
	font-family: Georgia;
	color:#969e78;
}

A:hover{
	text-decoration:underline;
}

a img { 
	border: none; 
} 

a:active
{
outline: none;
}

a:link{
	border: none;
}

a:visited{
	border: none;
	-moz-outline-style: none;
}

a:focus
{
 text-decoration: none;
 border: none;
 outline: none;
 -moz-outline-style: none;
}

TABLE,BODY,P,DIV{
	border-width:0px;
	font-size:11px;
	color:#232f47;	
	font-family:Georgia;
}


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

H2{
	font-size: 16px;
	color: #222222;
	font-weight: bold;
}

.nopadding{
	padding:0px;
}

.poza{
	border:solid 1px;
	border-color:#a3a18f;
}
.poza:hover{
	border-color:#06c;
}

input:focus {
  outline-width:0;
}

textarea:focus{
  outline-width:0;
}

.clear { clear: both; height: 1px;line-height: 1px;overflow: hidden;font-size: 1px;}

.float_l{
	float: left;
}

.divider, hr { width: 100%; height: 1px; background: #ccc; clear: both; margin: 20px 0; float: left; border: none; }
/*************INPUT****************/
.input{
	text-indent:2px;
	font-size:11px;
	font-family:Georgia;
	color:#1d2b45;
	border:solid 1px #5276c2;
	background:url(../images/skin/input_bg.gif) #f7f7f7 repeat-x; 
}

.input:hover{
	border-color:#6597ff;
}

.input_error{
	font-size:11px;
	font-family:Georgia;
	color:#1d2b45;
	border-bottom:solid 1px #e33737 !important;
	border-top:solid 1px #e33737 !important;
	background:url(../images/skin/input_bg.gif) #f7f7f7 repeat-x;
}

.button{
	font-size:11px;
	font-weight:bold;
	font-family:tahoma,sans-serif;
	color:#fefefd;
	padding:3px 15px 3px 15px;
	border:groove 1px #a3a18f;
	background:url(../images/skin/button_bg.gif) #f7f7f7; 
}

.button:hover{
	border-color:#6597ff;
}

/***********************/

.toppg{
	height: 38px;
	width:auto;
	border-top: 1px solid #B6BC96;
	border-bottom: 1px solid #B6BC96;
}
.logo{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

.logo a img{
	margin-top: -1px;
	float: left;
}

.logo span{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	float: right;
	margin: 4px 16px 0 0;
}

.topsp{
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	width: 922px;
	padding-right: 48px;
	text-align: right;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 39px;
}

.contlink{
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

.contlink a{
	float: right;
	margin: 9px 79px 0 0;
	width: 101px;
	height: 20px;
	display: block;
	background: url(../images/contact.png) 0 0 no-repeat;
	behavior: url(iepngfix.htc);
}

.contlink a:hover{
	background-position: 0px -20px;
}

.container{
	margin-left:auto;
	margin-right: auto;
	width: 970px;
}

div.search{
	behavior: url(iepngfix.htc);
	height: 20px;
	width: 330px;
	background:url(../images/search.png) no-repeat;
	float: right;
	margin:16px 0 0 0;
	padding-bottom: 26px;
}

div.search input{
	border: none;
	width: 295px;
	margin:0px 1px 0px 23px;
	font-size: 14px;
	color: #333333;
}

/*****************************MENU***************************/
.menu {
	height:36px; 
	position:relative; 
	z-index:502;
	border-bottom: 1px solid #969e78; 
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:149px;
}

.menu li {
	float:left;
	position:relative;
}

.menu a, .menu a:visited {
	display:block;
	font-size: 19px;
	text-decoration:none; 
	color: #FFFFFF;
	height: 36px; 
	background:#111111; 
	text-align: center;
	line-height:36px; 
	margin-right: 1px;
	padding: 0 14px;
}

.last{
	margin-right: 0px !important;
}

.menu ul ul {
	visibility:hidden; 
	position:absolute;
	height:0;
	top:36px;
	left:0; 
}

.menu table {
	position:absolute; 
	top:0; left:0; 
	border-collapse:collapse;;
}

.menu ul ul a, .menu ul ul a:visited {
	background:#E6EAD8; 
	text-align: left;
	color:#222222; 
	height:auto; 
	line-height:28px; 
	padding:0px 20px 0px 24px;
	font-size: 14px;
	border-top:1px solid #969e78;
	width: 170px;
}

.menu a:hover, .menu ul ul a:hover{
	color:#111111; 
	background:#FFFFFF;
	text-decoration: none;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#111111; 
	background:#FFFFFF;
	text-decoration: none;
}

.select{
	color:#111111 !important; 
	background:#FFFFFF !important;
}

.menu ul li:hover ul,
.menu ul a:hover ul, a.select:hover{
	visibility:visible;
}

.menu ul :hover ul ul{
	visibility:hidden;
}

.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

/*****************END MENU*******************/
/*******SUBMENU***********/

.submenu{
	height: 36px;
	margin-left: 30px;
}

.submenu ul{
	padding: 0px;
	margin: 0px;
	
}

.submenu ul li{
	display: inline;
	margin-right: 20px;
}

.submenu ul li a{
	font-size: 15px;	
	color: #111111;
	line-height: 35px;
	text-transform: lowercase;
}
.submenu ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.submenu ul li a.selecte, .submenu ul li.current_page_item a {
	color: #FFFFFF;
}
/******************************/
.box{
	border: 16px solid #BFC6A0;
	background-color: #BFC6A0;
	float: left;
	width: 938px;
	list-style-type:none;
}

.box10{
	border: 1px solid #BFC6A0;
	background-color: #FFFFFF;
	width: 938px;
	margin-left:auto;
	margin-right: auto;
}

.superbox{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
.box1{
	border: 12px solid #FFFFFF;
	border-bottom: none;
	float: left;
	background-color: #FFFFFF;
}

.box1 #tblvid p {margin: 0px;}
.box1 #tblvid p .vvqbox {margin: 0px;}

.boxright{
	margin-left: 16px;
	float: left;
	width: 234px;
}

.sub_border{
	height: 25px;
	background-color: #FFFFFF;
	line-height: 0px;
	font-size: 0px;
	width: 628px;
}

.sub_border1{
	height: 25px;
	background-color: #FFFFFF;
	width: 245px;
}

.quote{
	font-size:13px;
	background-color:#ebeddf;
	padding: 7px 0px 7px 15px;
}

/*************SLIDE******************/

ul.slideshow {  
     list-style:none;  
     width:628px;  
     height:402px;  
     overflow:hidden;  
     position:relative;  
     margin:0;  
     padding:0;  
     background:#000;
}

ul.slideshow li{  
     position:absolute;  
     left:0;  
     right:0; 
     background:#000; 
} 

ul.slideshow li#sl1 span.play-button {display: block; width: 79px; height: 79px; float: right; position: relative; top: -250px; left: -35px; background: url('../images/play-button.png') no-repeat;}
ul.slideshow li#sl1 span.play-button:hover {background-position: 0px -79px;}

ul img {  
    border:none;      
}

ul.slideshow li.sho {  
    z-index:500;      
}  

#slideshow-caption {  
    width:115px;  
    height:17px;  
    position:absolute;  
    top:375px;  
    left:496px;   
    color:#fff;  
    z-index:501;  
}

#slideshow-caption a{ 
	behavior: url(iepngfix.htc);
	background: url(../images/navux.png) 0 0 no-repeat;
	width: 17px;
	height: 17px;
	display: block;
	float: left;
	z-index:501;  
	margin-left: 5px;
	cursor: pointer;
}  

#slideshow-caption a.sll {
	background-position: 0px -17px;
} 
 
/***********************************/

.space{
	margin-top:16px;
}

.space1{
	margin-top: 11px;
}

.services{
	float: left;
	background-color: #FFFFFF;
	margin-right: 4px;
	height: 115px;
	width:90px;	
}

.services a{
	font-size: 11px;
	line-height: 13px;
	color: #222222;
	display: block;
	height: 115px;
}

.services a:hover{
	background-color: #E6EAD8;
	text-decoration: none;
}

.serv_text{
	margin-top: 3px;
	margin-left: 3px;
	display: block;
}

.nomargin{
	margin:0px 0px;
}

.mleft{
	margin-left: 1px;
	//margin-left: 0px;
}

.contactfrm{
	height: 192px;
	background-color: #555555;
}

.contactfrms{
	background-color: #555555;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 33px;
	text-align: right;
	padding-right: 20px;
}

.contact_title{
	padding: 11px 16px 5px 16px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .02em;
	color: #FFFFFF;
}

.contact_line{
	height: 1px;
	background-color: #787F63;
	line-height: 1px;
	font: normal 1px/1px arial; 
	border: none;
}

.contact_input{
	padding: 14px 14px 0px 16px;
	float: left;
}

.contact_input input,.email_body input{
	display: block;
	width: 200px !important;
	border: none;
	margin-bottom: 11px;	
	font-size: 11px;
	color: #666666;
	padding: 4px 0px 4px 7px;
	height: 14px;
	font-family: Arial;
}

.contact_message{
	float: left;
	padding: 13px 0px 0px 0px;
}

.contact_message textarea{
	border: none;
	height: 80px;
	font-size: 11px;
	color: #666666;
	padding: 4px 7px;
	overflow: auto;
	width: 329px;
	font-family: Arial;
}

.formm{
	float: left;
	width: 582px;
}

.formm span{
	display: none;
}

.formm a,#formular a{
	background: url(../images/submit.gif) 0 0 no-repeat;
	width: 75px;
	height: 20px;
	display: block;
	float: right;
}

.formm a:hover,#formular a:hover{
    background-position: 0px -20px;
}

.formm input#submitform {
	background: url(../images/submit.gif) 0 0 no-repeat;
	width: 75px;
	height: 20px;
	display: block;
	float: right;
	border: none; 
	text-indent: -999999px;
}

.formm input#submitform:hover{
    background-position: 0px -20px;
	cursor: pointer;
}


.contact_text{
	font-size: 13px;
	line-height: 13px;	
	color: #FFFFFF;
	float: left;
    padding: 13px 0px 0px 42px;
    letter-spacing: -0.03em;
}

.copyr{
	font-size: 11px;
}

.discl{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline !important;
}
/*********************/
.el{
	float: left;
	width: 117px;
	margin-right: 1px;
}

.er{
	float: left;
	width: 125px;
}

.el a,.er a{
	background-color: #ebeddf;
	display: block;
	color: #222222;
	font-size: 12px;
	margin-bottom: 1px;
	padding:3px 0 2px 12px;
}

.el a:hover,.er a:hover{
	text-decoration: none;
	background-color: #d8dbc0;
}

.elas{
	margin: 0px !important;
}

.el a{
	width: 105px;
}

.er a{
	width: 113px;
}

/************more*******************/
.more{
	float: right;
	height: 25px;
	width: 243px;
}

.more a{
	line-height: 22px;
	font-size: 16px;
	letter-spacing:0.32px;
	color: #BCC09A;
	vertical-align: text-top;
	background-position: right 4px;
	background-image:url(../images/more.gif);
	background-repeat: no-repeat;
	padding-right: 24px;
	float: right;
}

.more a:hover{
	text-decoration:none;

	background-image:url(../images/moreh.gif);
	background-repeat: no-repeat;
}

.lef{
	padding-right: 333px;
}
/***********NEWS*********************/
.text_bk{
	display: none;
	width: 641px;
}

.newstext{
	margin: 10px 0px 0px 0px;
	font-size: 13px;
	color: #222222;
	line-height: 20px;
	float: left;
	width: 430px;
}

.abtext{
	width: 317px;
	height: 242px;
	font-size: 13px;
	color: #222222;
	float: right;
	margin-right: 5px;
	padding: 10px 0px;
	line-height: 20px;
}

.abtext span{
	font-size: 16px;
	font-weight: bold;
}

.newsimg{
	float:left;
	margin-right: 11px;
	height: 271px;
}

.link_news{
	display: block;
	background-color: #EBEDDF;
	font-size: 14px;
	color: #999966;
	width: 184px;
	margin-top: 5px;
	padding:12px 0px 12px 30px;
	background-image:url(../images/b1.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}

.nobk a{
	background: none;
	padding: 0;
	margin: 0;
	width: 188px;
}

.link_news:hover{
	background-image:url(../images/b2.gif);
	text-decoration: none;
}

.noheight{
	height: 100%;
}

.news_title{
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	display: block;
}

.news_subtitle{
	font-size: 12px;
	font-family: Arial;
	color: #999966;
	line-height: 15px;
	display: block;
}

.textstire{
	margin-left: 11px;
}

.rmore{
	font-family: Arial;
	color: #999966;
	text-decoration: underline;
}

.rmore:hover{
	color: #999966;
}

.newsnav{
	width: 271px;
	float: left;
}

.newsnav ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.newsnav ul li{
	padding-left: 15px;
	background-color: #ebeddf;
}

.newsnav ul li a{
	display: block;
	background-color: #ebeddf;
	border-bottom: 1px solid #fff;
	height: 53px;
}

.newsnav ul li a:hover{
	background-color: #CFD5B3;
	text-decoration: none;
}

.newsnav ul li.selected{
	background-image: url(../images/news_arr.gif);
	background-repeat: no-repeat;
}

.newsnav ul li.selected a{
	background-color: #CFD5B3;
}

.newsnav ul li img{
	float: left;
	border-left: 1px solid #fff;
}

.show{
	display: inline;
}

.newsnav_date{
	font-family: Arial;
	color: #999966;
	font-size: 11px;
	margin-left: 60px;
	display: block;
	padding-top: 4px;
}

.newsnav_text{
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #222222;
	margin-left: 60px;
	margin-right: 5px;
}

.newsc{
	width: 641px;
	background-color: #ebeddf;
	height: 270px;
}

.news{
	font-size: 14px;
	line-height: 50px;
	margin-left: 12px;
}

.newsline{
	border-top: 1px solid #BFC6A0; 
	margin-bottom: 1px;
	font-size: 14px;
	padding:10px 35px 10px 0;
}

.newsline a{
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
}

.margine{
	margin-bottom: 24px;
}

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

.pagename{
	width: 216px;	
	height: 145px;
	background-color: #111111;
	float: left;
	padding-left: 12px;
	margin-right: 5px;
	position: relative;
}

.pagename h1{
	position: absolute;
	bottom: 0;
	font-size: 32px;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 11px 0px;
	font-weight: normal;
	width: 210px;
	line-height: 31px;
	text-transform: lowercase;
}


.contactmsg{
	float: left;
	padding-top: 13px;
}

.contactmsg textarea{
	border: none;
	font-size: 11px;
	color: #666666;
	padding: 7px 7px;
	overflow: auto;
	width: 320px;
	height: 160px;
	font-family: Arial;
}

#formular a{
	margin: 10px 0px 0 10px;
	float: right;
}

.cc{
	height: 280px;
}

.contactaddr{
	margin: 12px 0px;
	background-color: #555555;
	font-size: 14px;
	color: #FFFFFF;
	height: 115px;
	//height: 118px;
}

.contactaddrt{
	font-weight: bold;
	line-height: 34px;
	margin-left: 17px;
}

.line2{
	background-color: #FFFFFF;
}

.toputil{
	width: 919px;
	margin-left:auto;
	margin-right: auto;
	height: 40px;
}

.toputil a{
	margin: 15px 0px 0px 12px;
	width: 49px;
	height: 17px;
	display: block;
	float: right;
}

.tools{
	background-color: #FFFFFF;
	width: 919px;
	height: 30px;
	padding-left: 19px;
}

.tools a{
	margin: 7px 12px 0px 0px;
	width: 49px;
	height: 17px;
	display: block;
	float: left;
}

.toputil a.close{
	background: url(../images/inchide.gif) 0 0 no-repeat;
}

.tools a.email{
	background: url(../images/email.gif) 0 0 no-repeat;
}

.tools a.print,.toputil a.print{
	background: url(../images/print.gif) 0 0 no-repeat;
}

.tools a.share{
	background: url(../images/share.gif) 0 0 no-repeat;
}


.tools a:hover,.toputil a:hover{
	background-position: 0px -17px;
}

.addr{
	float: left;
	margin:10px 17px 0px 17px;
	
}

.viewmap{
	float: right;
	margin: 10px 15px 0px 0px;
}

.viewmap a{
	background: url(../images/view_m.gif) 0 0 no-repeat;
	width: 75px;
	height: 20px;
	display: block;
}

.viewmap a:hover{
	background-position: 0px -20px;
}

.msg{
	line-height: 26px;
	margin-left: 16px;
	color: #FFFFFF;
}

.latime{
	width: 600px;
}

.subquote{
	font-size: 18px;
	font-style: italic;
	color: #999966;
	background-color: #e6eadb;
	width: 186px;
	margin-top: 12px;
	padding: 15px 15px 22px 15px;
	line-height: 23px;
}

.news_i {
	background-color: #ebeddf;
	padding: 15px;
}

.newws{
	padding-bottom: 1px !important;
	width: 673px !important;
}

.whitebg{
	background-color: #FFFFFF;
}

.downbr{
	border-bottom: 1px solid #BFC6A0; 
}
.topbr{
 	border-top: 1px solid #BFC6A0; 
}

.rightbr{
	border-right: 1px solid #BFC6A0; 
}

.leftbr{
	border-left: 1px solid #BFC6A0; ;
	margin-left: -1px;
}

.box3{
	padding: 12px;
	float: left;
}

.subt{
	font-size: 20px;
	line-height: 20px;;
}

.box3 ul,.attnav ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 2em;
}

.box3 ul li{
	list-style: disc;
	margin-bottom: 5px;
	color: #222222;
    font-size: 14px;
    line-height: 20px;
}

.box3 ul li a{
	font-size: 14px;
	color: #969e78;
}

.box3 ul li a:hover{
	text-decoration: underline;
}

.box3 ul li.selected a{
}

.box3 ul li.selected a:hover{
}

.box3 ul li img{
	border-right: 1px solid #fff;
	margin-right: 5px;
	vertical-align: middle;
}

.box3 ul li a span{
	display:inline-block; 
	vertical-align:middle; 

}
.body ul {list-style: disc;margin:15px 30px;}
.body ul li {background-color: #fff ;width: auto;}
.body ul li a {background-color: #fff;height: auto;}

.box3 p{
	font-size: 14px;
	color: #222222;
	line-height: 20px;
	margin-top: 12px;
}

.sp{
	line-height: 10px;
}

.intro{
	color: #222222;
	font-size: 21px;
}

.resultd{
	font-family: Arial;
	font-size: 12px;
	color: #222;
}

.resultt{
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

a.resultt{
	font-size: 14px;
}

span.resultt1 {
	font-size: 14px;
	font-weight: normal;
}

.resultr{
	font-size: 14px;
	color: #999966;
}

.resulttx{
	font-size: 14px;
	color: #222;
	margin-top: 3px;	
	margin-bottom: 25px;
	line-height: 20px;
}

.notop{
	margin: 0px !important;
}

.telnr{
	font-size: 24px;
}
/*att menu*/
.att{
	width: 637px;
	height: 145px;
	visibility:visible;
	overflow:hidden;
	position:relative;
	float: left;
}

.lat{
	width: 681px;
}

.page-template .next,  .page-template .prev,  .last_next, .last_prev{
	margin-top: 128px;
	float: left;
	display: block;
	width: 17px;
	height: 17px;
	cursor: pointer;
	background: url(../images/navb.gif) 0 0 no-repeat;
	margin-left: 3px;
}

.next{
	
	background-position: -22px 0px;
}

.next:hover{
	background-position: -22px -17px;
}

.prev:hover{
	background-position: 0px -17px;
}

.last_next{
	margin-left: 5px;
	background-position: -22px -34px;
}

.last_prev{
	background-position: -0px -34px;
}

.att ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	left:0;
	position: absolute;
}

.att ul li{
	background-color: #ebeddf;
	width: 86px;
	margin:0px 5px 0px 0px;
	float:left;
}

.att ul li a{
	display: block;
	font-size: 12px;
	color: #222222;
	background: #ebeddf;
	height: 145px;
	padding-right: 0px;
}

.att ul li a:hover{
	background: #cbceaf;
	text-decoration: none;
}

.att ul li.selected a{
	background: #cbceaf;
	padding: 0;
}

.att ul li.selected a:hover{
	background: #cbceaf;
}

.att ul li img{
	float: none;
	margin: 0;
}

.tx{
	margin: 3px 5px 0px 5px;
	display: block;
	line-height: 13px;
}

.contact_att{
	width: 215px;
	text-align: right;
	color: #222222;
	font-size: 17px;
}

.contact_att1{
	width: 215px;
	text-align: right;
	color: #222222;
	font-size: 17px;
}

.contact_att a{
	margin-top: 15px;
	margin-bottom: 1px;
	background: url(../images/contactn.gif) 0 0 no-repeat;
	width: 119px;
	height: 20px;
	display: block;
	float: right;
}

.contact_att a:hover{
	background-position: 0px -20px;
}
.latime1{
	width: 435px;
	padding-top: 0px;
	padding-bottom: 110px;
}

.latime1 p{
	padding-top: 0px;
}

.latime2{
	width: 213px;
}

.latime3{
	width: 673px;
}

.latime4{
	width: 697px;
}
/*********************/

.legat{
	width: 213px;
	background-color: #ebeddf;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	color: #999966;
}

.legat a{
	width: 213px;
	display: block;
	font-size: 14px;
	color: #999966;
	line-height: 27px;
	border-top: 1px solid #FFFFFF;
	font-weight: normal;
	background-image:url(../images/b1.gif);
	background-repeat: no-repeat;
	background-position: 190px center;
}

.legat a:hover{
	background-image:url(../images/b2.gif);
	text-decoration:none;
	
}

.recentcase{
	background: url(../images/black_arr.gif) 0 0 no-repeat;
	background-position: right 3px;
	display: block;
	width: 213px;
	font-size: 14px;
	background-color: #111111;
	color: #ffffff;
	line-height: 33px;
	margin-bottom: 12px;
}

.recentcase:hover{
	background-position: right -23px;
	text-decoration:none;
}

.domenii_top{
	width: 205px;
	background-color: #ebeddf;
	font-size: 14px;
	padding-left: 8px;	
	margin-bottom: 1px;
	font-weight: bold;
	line-height: 26px;
	color: #999966;
}

.domenii{
	width: 205px;
	background-color: #ebeddf;
	font-size: 14px;
	line-height: 20px;
	padding:5px 0px 10px 8px;	
	margin-bottom: 12px;
	color: #999966;
}

.email_top{
	height:35px;
	background-color: #111;
	width: 480px;
	font-size: 16px;
	line-height: 35px;
	padding-left: 16px;
	color: #FFFFFF;
}

.email_top a{
	height: 13px;
	width: 13px;
	display: block;
	background-image:url(../images/close.png);
	margin-top: 11px;
	margin-right: 11px;
	float: right;
	cursor: pointer;
	//margin-right: 5px;
}

.email_body{
	height: 207px;
	width: 496px;
	background: #ebeddf;
}

.email_body textarea{
	float: left;
	font-family: Arial;
	border: none;
	font-size: 11px;
	color: #666666;
	padding: 4px 7px;
	overflow: auto;
	width: 233px;
	height: 113px;
	//height: 125px;
	margin:11px 0px 0px 15px;
}

.email_body input{
	margin-left: 15px;
	margin-top:11px;
	margin-bottom: 0px;
}

#sendp a,#sendtol a{
	background: url(../images/subm.gif) 0 0 no-repeat;
	width: 75px;
	height: 20px;
	display: block;
	float: right;
	cursor: pointer;
	margin: 10px 12px 0px 0px;
	//margin: 5px 5px 0px 0px;
}

#sendp a:hover,#sendtol a:hover{
	background-position: 0 -20px;
}



.copyp{
	text-align: right;
	line-height: 30px;
}

.attnav{
	width: 301px;
	height: 22px;
	background-color: #d8dbc0;
	padding-left: 7px;
	padding-top: 3px;
}

.attnav ul li{
	width: 16px;
	height: 21px;
	line-height: 21px;
	margin:0;
	float:left;
}

.attnav ul li a{
	line-height: 1px;
	height: 11px;
	width: 11px;
	font-size: 1px;
	display: block;
	color: #000000;
	cursor: pointer;
	background: url(../images/at.gif) 0 0 no-repeat;
	margin-top: 5px;
}

.attnav ul li a:hover,.sel{
	text-decoration:none;
    background-position: 0 -11px !important;
}
.attback{
	width: 308px;
	height: 244px;
	background-color: #2c2c2c;
}

.attback img{
	float: left;
}

.attback a{
	width: 308px;
	height: 244px;
	font-size: 12px;
	color: #e8e8d6;
	display: none;
}

.showw{
	float: left;
	display: block !important;
}

.attback a:hover{
	text-decoration:none;
}

.shareform{
	width: 400px;
	height: 179px;
	background-color: #ebeddf;
}

.lawname{
	float: left;
	margin-left: 5px;
	margin-top: 210px;
	width: 110px;
	color: #e8e8d6;
}

.swidth{
	width: 384px;
}


.addthis_toolbox .two_column {
	width: 372px;
	height: 120px;
	background-color: #FFFFFF;
	margin: 10px 15px 10px 15px;
}

.addthis_toolbox .two_column a 
{
    padding: 4px 0 4px 34px;
    position: relative;
    width: 85px;
    display: block;
    text-decoration: none;
    color: #000000;
    margin: 20px 2px;
}

.addthis_toolbox .two_column a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #EBEDDF;
    text-decoration: none;
}

.addthis_toolbox .two_column span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .two_column .more span
{
    display: none;
}

.addthis_toolbox .two_column .column1
{
    width: 124px;
    float: left;
}

.addthis_toolbox .two_column .column2
{
    width: 124px;
    float: left;
}
.addthis_toolbox .two_column .column3
{
    width: 124px;
    float: left;
}

.mesaj{
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-x;
	line-height: 20px;
	float: left;
}

.mtop{
	margin-top: 5px;
}

.mesajside{
	width: 9px;
	height: 20px;
	display: block;
	float: left;
}

.succesm{
	background-image: url(../images/bcenterg.gif);
	color: #b9e1ba;
}

.succesl{
	background: url(../images/bleftg.gif) 0 0 no-repeat;
	margin-left: 15px;
}
.succesr{
	background: url(../images/brightg.gif) 0 0 no-repeat;
}

.eroare{
	background-image: url(../images/bcenter.gif);
	color: #e33737;
}

.eroarel{
	background: url(../images/bleft.gif) 0 0 no-repeat;
	margin-left: 15px;
}
.eroarer{
	background: url(../images/bright.gif) 0 0 no-repeat;
}
.searchi{
	border: 1px solid #000000; 
	width: 255px;
}
#cautare1 a{
	background: url(../images/search1.gif) 0 0 no-repeat;
	width: 65px;
	height: 20px;
	display: block;
	float: left;
	margin-left: 10px;
}

#cautare1 input{
	float: left;
	height: 16px;
	font-weight: bold;
	color: #333333;
}
.nopad{
	padding-left: 0px;
	padding-right: 0px;
}

.sente, .er_email,.sente1, .er_email1{
	display:none;
	color:#E33737;
	font-size:12px;
	margin:10px 0px 0px 20px;
	float: left;
}

.notopb{
	padding-top: 0px;
}
.cat{
	font-size: 16px;
}

.smpad{
	padding-top: 8px;
	padding-bottom: 8px;
}

.newpad{
	padding: 0px 70px 110px 12px;
}

.newpad1{
	padding: 12px 70px 13px 15px;
}

.newpad2{
	padding: 8px 70px 8px 15px;
}

.mtp{
	margin-top: 17px;
}
.dp{
	padding-bottom: 110px;
}

.sep{
	margin: 12px -12px;
}
a.at_name{
	background-image:url(../images/more.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 21px;
	color: #222;
	font-weight: bold;
	padding-left: 25px;
}

a.at_name:hover{
	background-image:url(../images/moreh.gif);
	text-decoration: none;
}
.inaltime{
	height: 165px;
	padding-top: 0px;
}

/*********PAGINATION*****/
.pagination1 A.normal{
	float:left;
	padding:0px 5px;
	text-align:center;
	font-size:12px;
	margin-left:1px;
	font-family:Tahoma;
	text-decoration:none;
	color: #b7b78d;
}
.pagination1 A.normal:hover{
	
}
.pagination1 A.selected{
	float:left;
	font-weight:bold;
	color:#222222;
	padding:0px 5px;
	margin-left:1px;
	text-align:center;
	font-size:12px;
	font-family:Tahoma;
	text-decoration:none;
}
.pagination1 INPUT.inputtext{
	background:transparent;
	font-weight:bold;
	margin-left:1px;
	text-align:center;
	font-size:10px;
	font-family:Verdana;
	color: #222;
}

.left_enabled, .left_disabled, .right_enabled, .right_disabled{
	background: url(../images/navb.gif) 0 0 no-repeat;
	width:17px;
	height:17px;
	display: block;
}

.pagination1 A.left_enabled{
	margin-right:4px;
}

.pagination1 A.left_enabled:hover{
	background-position: 0px -17px; 
}
.pagination1 A.left_disabled{
	background-position: 0px -34px; 
	margin-right:4px;
}
.pagination1 A.right_enabled{
	background-position: -22px 0px; 
	margin-left:5px;
}

.pagination1 A.right_enabled:hover{
	background-position: -22px -17px;
}

.pagination1 A.right_disabled{
	background-position: -22px -34px; 
	margin-left:5px;
}
/*********END PAGINATION*****/

.search2{
	height: 22px;
	width: 313px;
	background:url(../images/nsearch.gif) no-repeat;
}

.search2 input{
	border: none;
	width: 279px;
	margin:1px 0px 0px 23px;
	font-size: 14px;
	color: #333333;
}

.res{
	float: none;
	margin: 0;
	width: auto;
	min-height: 214px;
}

.newsaux{
	padding-top:0px;
	padding-bottom:75px;
	min-width: 600px;
}

ul.partners-list {width: 730px;}
.partners-box {width: 730px;}

.partners {width: 175px;}

.page-id-31 .pagename h1 {
	/* Special Wordpress */
	font-size: 28px;
}


.wp-paginate .prev, .wp-paginate .next {
	margin-top:0;
	background-image: none;
	float: none;
	width: auto;height: auto;
	
}

.newstext.extended {padding: 0 0 0 10px; width: 625px;}