body
{
background-color:#ffffff;
padding:0; font-family: Arial, Helvetica, sans-serif;
margin:0px auto auto auto;
color:#424849;
font-size:12px;
height:100%;

}
h1{
font-size:16px;
font-weight:bold;
color:#0f3753;
width: auto;
padding:0px 0 5px 0;
margin: auto;
text-decoration:none;
}
h2{
font-size:14px;
font-weight:bold;
color:#0f3753;
width: auto;
padding:5px 0 5px 0;
margin: auto;
text-decoration:none;
}
h3{
font-size:14px;
font-weight:bold;
color:#0464a1;
width: auto;
padding:5px 0 5px 10px;
margin: auto;
text-decoration:none;
}
p{
font-size:11px;
text-align:justify;
padding:2px;
margin:0px;
}
p.proposal_text{
width:170px;
font-size:11px;
text-align:justify;
padding:15px 0 0 15px;

}
img.img_left{
float:left;
margin-right:6px;
margin-top:6px;
border:solid #666666 1px;
}
img.img_right{
float:right;
padding:0px 12px 8px 8px;
}


img.img_thumb{float:left;padding:6px;margin-left:10px;}
img.img_thumb:hover{float:left;padding:5px;margin-left:10px; border:1px #CCCCCC solid;}


img.img_big_pic{
padding:4px;
border:1px #CCCCCC solid;
}
#main_container{
background-image:url(/images/header.jpg);

height:auto;
margin:auto;
padding:0px;
}
#header{

	height:110px;
	margin:auto;
	
}

#head{


	height:113px;
	
	
	
	
}

#header2{


	
height:800px;

	
	
	
	background-image: url(images/fundal.png);
	background-repeat:repeat-x;
	
	
}

#logo{
	width:202px;
	height:72px;
	float:left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;

}
.banner_adds{
width:550px;
height:82px;
float:left;
}
/*---------------- menu tab----------------------*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {font-size:11px; color:#ffffff; position:relative; top:73px; left:0px; width:1050px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {

	
	color:#ffffff;
	margin:0;
	list-style-type:none;
	height:40px;
}

/* style the sub-level lists */
.menu ul ul {width: auto;color:#ffffff;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:40px;line-height:40px;color:#ffffff;}

/* style the sub level list items */
.menu ul ul li {display:block;width: auto;height:auto;position:relative;line-height:1em; border-bottom:1px #2384BF solid;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-align:center;
	float:left;
	height:100%;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	width: 110px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	background-image: url(images/meniu.png);
	background-repeat:no-repeat;

}
.menu a.current{
color:#006699;

background-image: url(images/meniu_gri.png);}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#267cb2; color:#fff;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#3da1e0;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#3da1e0;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#3da1e0;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#3da1e0;}

/* style the level hovers */
/* first */
.menu a:hover {color:#000;}
.menu :hover > a {color:#000;
background-image: url(images/meniu_gri.png);

}
/* second */
.menu ul ul a:hover{color:#fff;background:#3da1e0;}
.menu ul ul :hover > a {color:#fff;background:#3da1e0;}
/* third */
.menu ul ul ul a:hover {background:#3da1e0;}
.menu ul ul ul :hover > a {background:#3da1e0;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

/*------------------------------main content-----------------------*/
#main_content{
width:100%;
margin:auto;
clear:both;
background-color:#FFFFFF;
}
/*------------------------middle_content-----------*/
.column1{
width:257px;
float:left;
margin:0px;
padding:10px 10px 10px 5px;
}
.column2{
width:340px;
float:left;
margin:0px;
padding:10px 5px 10px 5px;
}
.column3{
width:320px;
float:left;
margin:0px;
padding:10px 10px 10px 5px;
}
.column4{

width:690px;
float:left;
margin-left:00px;
text-align:center;
padding:10px 0px 10px 5px;
}
.column5{
text-align:center;

width:160px;
float:left;
margin:0px;
padding:10px 10px 10px 5px;
vertical-align:top;

}

.left_box{
width:257px;
height:auto;
float:left;
padding-bottom:10px;
}
.top_left_box{
width:257px;
height:32px;
float:left;
background:url(images/top_box_bg.png) no-repeat center;
}
.center_left_box{
width:257px;
height: auto;
float:left;
background:url(images/center_box_bg.png) repeat-y;
}
.bottom_left_box{
width:257px;
height:10px;
float:left;
background:url(images/bottom_box_bg.png) no-repeat center;
}


.right_box{
width:156px;
height:auto;
float:none;
padding-bottom:10px;
}
.top_right_box{
width:156px;
height:32px;
float:right;
background:url(images/top_box_bg_right.png) no-repeat center;
}
.center_right_box{
width:156px;
height: auto;
float:left;
background:url(images/center_box_bg_right.png) repeat-y;
}
.bottom_right_box{
width:156px;
height:10px;
float:right;
background:url(images/bottom_box_bg_right.png) no-repeat center;
}

.top_title_right{
width:156px;
text-align:center;
font-size:18px;
color:#0000AA;
font-weight:bold;
padding:7px 0 5px 0;
}
.box_title_right{
width:156px;
text-align:center;
font-size:12px;
color:#FF5357;
padding:5px 0 5px 0;
}

.top_title{
width:257px;
text-align:center;
font-size:18px;
color:#0000AA;
font-weight:bold;
padding:7px 0 5px 0;
}
.box_title{
width:257px;
text-align:center;
font-size:16px;
color:#615357;
padding:5px 0 5px 0;
}
.box_title span{
font-weight:bold;
color:#d8325d;
}

.main_text_box{
padding:5px;
font-weight:bold;
font-size:26px;
}
.proposal{
width:287px;
height:85px;
background:url(images/proposal_box.gif) no-repeat center;
background-position:0px 0px;
margin-left:15px;
margin-top:15px;
}
.title{
	background:url(images/rezultate.png) no-repeat center;
	text-align:left;
	vertical-align:super;
	
	
	
	width:660px;
	height:40px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
	
}
.small_title{
background-color:#385870;
text-align:left;
width:100%;
padding:5px 5px 5px 15px;
color:#FFFFFF;
font-weight:bold;
}
.title2{
background-color:#eef1f3;
text-align:left;
width:300px;
padding:5px 5px 5px 15px;
background-color:#00CCDD;
font-weight:bold;
margin-left:5px;
}

/*-------------------details list----------------*/
.details_list{
padding:10px;
text-align:left;
}
.details_list ul{
text-decoration:none;
list-style:none;
margin:0px;
padding:0px;
}
.details_list ul li{
padding:5px 5px 5px 25px;
background:url(images/bullet.gif) no-repeat left;
color:#333333;
}
.details_list ul li span{
color:#0464a1;
}
.button{
width:139px;
height:30px;
background:url(images/blank_button.gif) no-repeat center;
text-align:center;
line-height:30px;
font-weight:bold;
font-size:13px;
}
.button a{
text-decoration:none;
color:#d8325d;
}
/*---------------offer_box----------------------*/
.offer_box{
width:320px;
height:132px;
background-color:#f3f5f6;
padding:7px;
margin:0px;
}
.offer_box_wide{
width:310px;
height:160x;
float:left;
background:url(images/anunt_mic.png);
background-repeat:no-repeat;

padding:7px;
margin:4px;
}
.offer_box_wide_style1{
width:670px;
height:125px;
float:left;
text-align:justify;

background:url(images/anunt.png);
background-repeat:no-repeat;
padding:4px 12px 0px 12px;

}


.offer_box_wide_style2{
width:670px;
height:125px;
float:left;
text-align:justify;

background:url(images/anunt_inactiv.png);
background-repeat:no-repeat;
padding:4px 12px 0px 12px;

}







.offer_info{
padding-right:12px;
margin: 0px;

}

span.normal{
font-weight:bold;
color:#d8325d;
}
span.red{
font-weight:bold;
color:#FF0000;
}

 div.dreapta{
	font-weight:bold;
	position:relative;
	float:right;
	color:#666666;
	



}


 span.blue{
font-weight:bold;
color:#0000FF;
}

 span.light_blue{
font-weight:bold;
color:#0077FF;
}

span.green{
font-weight:bold;
color:#00FF00;
}
 span.dark_green{
font-weight:bold;
color:#00AA00;
}

 span.orange{
font-weight:bold;
font-size:12px;
color:#FF7733;
}

 span.yellow{
font-weight:bold;
font-size:12px;
color:#FFFF00;
}






p.offer{
text-align:justify;
font-size:10px;
margin:0px;
text-indent:3px;

}
.more{
float:right;
padding-top:10px;
padding-right:200px;
text-align:left;
}
.more_mic{
color:#FF0000;
float:right;
padding:3px;
}
.more a{
color:#d8325d;
}
.more a:hover{
text-decoration:none;
}
.big_pic{
width:340px;
text-align:center;
padding:5px 0 5px 0;
}
.pictures_thumbs{
width:300px;
padding-left:40px;

}
/*------------------table style---------------*/
/*td{
text-align:center;
padding:5px;
border-bottom:2px #fff solid;
}
th{
background-color: #333333;
padding:5px;
color:#FFFFFF;
}*/
tr.color1{
background-color:#F3F5F6;
}


/*-----------------form style--------------------*/
.form{
width:257px;
text-align:center;
color:#615357;
padding:5px 0 5px 0;
}
.form_row{
float:left;
width:257px;
text-align:center;
padding:3px 0 3px 0;
}
label.left{
float:left;
width:70px;
padding-top:3px;
text-align:right;
}
label.left_long{
float:left;
width:90px;
padding-top:3px;
text-align:right;
}
input.form_input{
border: 1px solid #66AA99;
background-color:#FFFFFF;
margin:0px;
width:140px;

}
textarea.form_input{
border: 1px solid #66AA99;
background-color:#FFFFFF;
margin:0px;
width:140px;

}
select.form_input{
border: 1px solid #66AA99;
background-color:#FFFFFF;
margin:0px;
width:142px;

font-size:13px;
}


input.form_input_mic{
border: 1px solid #66AA99;
background-color:#FFFFFF;
margin-top:5px;
width:104px;

}

label.form_input_mic{
border: 0px solid #66AA99;
background-color:#FFFFFF;
margin-left:6px;


}


select.form_input_mic{
border: 1px solid #66AA99;
background-color:#FFFFFF;
width:106px;
margin-left:2px;
font-size:13px;

}








input.buton{
padding-bottom:6px;
margin: 0px;
	font-weight:bold;
	color:#fff;
	border:hidden;
	height:32px;
	width:100px;
	background:center no-repeat;
	background-image: url(images/buton.png);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
}

input.buton:hover{
padding-bottom:6px;
margin: 0px;
	font-weight:bold;
	color:#fff;
	border:hidden;
	height:32px;
	width:100px;
	background:center no-repeat;
	background-image: url(images/buton.png);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;


}


.contact_information{
font-size:10px;
color:#385870;
text-align:left;
padding-left:20px;
}
.contact_information span{
color:#d8325d;
}


/*---------------------pagination-----------------------------*/

div.pagination {
	padding:4px;
	margin:2px;
	text-align:center;
	
	font-size:10px;
	font-weight:bold;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	background-color:#AADDFF;
	
	text-decoration: none; 
	color: #DD0000;
	
	
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #ddd;
	color: #fff;
	background-color: #AADDFF;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	font-weight: bold;
	background-color: #00DD00;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	background-color:#F5F5F5;
	border: 1px solid #ddd;
	color: #ccc;
}
/*-----------------------contact------------------------*/
.contact_tab{
width:670px;
height: auto;
float:left;
background-color:#f3f5f6;
padding:8px;
margin:5px 5px 5px 0px;
}
.form_contact{
width:357px;
float:left;
text-align:center;
color:#615357;
padding:5px 0 5px 0;
}
.location_contact{
width:250px;
float:left;
padding:15px;
}
.form_row_contact{
float:left;
width:357px;
text-align:center;
padding:3px 0 3px 0;
}
input.form_input_contact{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
float:left;
margin-left:10px;
}
select.form_select{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
float:left;
margin-left:10px;
height:20px;
}
textarea{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
height:80px;
float:left;

}



/*-------------------footer------------------------*/
#footer2{
background-color:#CCCCCC;
width:100%;
height:49px;
clear:both;
font-size:11px;
	
}
#footer{
width:970px;
height:41px;
clear:both;
font-size:11px;
background-color:#CCCCCC;

}
ul.footer_menu {
list-style:none; float:right; display:block; width:650px;
margin:0px; padding:9px 20px 0 0px;
}

ul.footer_menu li {
display:inline; font-size:12px; font-weight:bold;}

a.nav_footer:link, a.nav_footer:visited {
display:block; float:left; padding:5px 6px 5px 10px; margin:0; 
text-decoration:none; color:#2F2626;}

a.nav_footer:hover {
display:block; float:left; padding:5px 6px 5px 10px; margin:0;
text-decoration:underline; color:#2F2626;}

a.nav_footer:active {
display:block; float:left; padding:5px 6px 5px 10px; margin:0;
text-decoration:none;  color:#2F2626;}

#copyright{
float:left;
padding:0px;
}



div.centrat {

}
.normal {
border:#33CCFF solid 1px;
width:200px;
background-color:#FFFFFF;
}
.sus {
position:relative; top:0; left:0; width:100%; height:8px;
}

.titlu {
color:#FFFFFF;
padding-top:7px;
font-weight:bold;
font-size:12px;
}

.mica{
border: thin #666666 1px;
}



.main_box{
width:357px;
height:auto;
position:relative;
left:40px;
top:12px;

padding-bottom:10px;
}
.top_main_box{
width:400px;
height:24px;

background:url(images/top_box_bg2.png) no-repeat center;
}
.center_main_box{
width:400px;
height: auto;

background:url(images/center_box_bg2.png) repeat-y;
}
.bottom_main_box{
width:400px;
height:10px;

background:url(images/bottom_box_bg2.png) no-repeat center;
}

.tarife_header
{
height:32px;
background:url(images/tarife_head.png);
font-weight:bold;
}

tr.tarife_body{
height:32px;
font-size:16px;
background-color:#FFEEEE;
font-weight:bold;
}

tr.tarife_body:hover{background-color:#FFEE33;
font-size:18px;
height:42px;
}

li.reguli{margin-left:150px;}
li.reguli:hover{margin-left:150px; font-size:18px;}

div.detalii {
position:relative;
margin-left:140px;



top:10px;
left:20px;
text-align:justify;



background-image:url(images/detalii.png); 
/*background-color:#00FFCC;*/
padding-top:0px;
padding-leftt:0px;
width:600px;
height:600px;
}

.poze_mici{
float:left;
padding:24px;
left:10px;
position:relative;
top:10px;
}
.poza_mica{
float:left;
border:hidden;
padding:0px;
margin:2px;
}
.text_detalii{
position:relative;
top:124px;
width:320px;
height:240px;
font-size:11pt;
font-weight:bold;
overflow:scroll;
padding:0px;
margin:0px;

left:0px;
}
div.text_mic {
height:60px;
width:640px;
text-align:justify;
}

div.alte_detalii{
position:absolute;
top:380px;
left:52px;
font-weight:bold;
font-size:16px;
}

div.alte_detalii span.red{
color:#FF0000;
font-weight:bold;
}
div.alte_detalii span.blue{
color:#0055FF;
font-weight:bold;
}
.blue {
color:#0000FF;
}
.green {
color:#00FF00;
}
.red {
color:#FF0000;
}
.textul {
padding-top:5px;
text-align:justify;
text-indent:0px;
}

.despre {
padding-left:16px; 
padding-right:20px;
font-size:14px;
font-weight:bold;
}
.despre p {
text-indent:8px;
}

div.fara {
position:relative;
margin-top:40px;
margin-left:10px;
font-size:24px;
color:#FF0000;
font-weight:bold;
text-align:center;
}

.articol {
/*widows:600px;*/
}
