

html{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background: #6B6A5F url("../images/bg.png") top left repeat-x;
	font-family:tahoma;
	font-size:14px;
	color: #333333;

}

img{
	border:none;
	margin:2px;
}

a{
	/*color:#E0B401;*/
	color:#AC8B01;
	text-decoration:none;
}

a:hover{
	color: #333333;
}

.clearboth{
	clear:both;
}

.clearFloat{
	clear:both;
}

#wrapper{
	text-align:left;
	width:1024px;
	margin:15px auto;
	border:3px solid #333333;
	background-color: #FFFFFF;
}

#header{
	background: #F1CC37 url("../images/logo_.png") top right no-repeat;
	height:170px;
	margin:0px ;
	position:relative;
}

#header #search{
	position:absolute;
	top:20px;
	right: 20px;
}

#header .search_text{
	border: 1px solid #DDDDDD;
	color: #4A4A4A;
}

#header .search_submit{
	border:none;
	color: #F1CC37;
	background-color: #333333;
	width:35px;
}

#main{

	margin:0px;

}

#meniu{
	margin:0px;
	padding:0px;
	height:40px;
	color: #F1CC37;
	background-color:#333333;
	text-align:right;
	letter-spacing: 1px;
}

#meniu ul{
	list-style:none;
	display:inline;
	padding:0px;
	margin-right:10px;
}

#meniu ul  .first{
	display:inline;
	border:none;
	padding:5px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
}



#meniu ul li .tree_selected{
	display:inline;


	line-height:40px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;

}

#meniu ul li {
	display:inline;

	padding: 7px;

	line-height:40px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
	background: url("../images/bg_menu.jpg") left no-repeat;

}

#meniu ul li a{
	text-decoration:none;
	color: #F1CC37;
}

#meniu ul li a:hover{
	text-decoration:none;
	color: #B89401;
}


#leftcol{
	float:left;
	width:200px;
}

#leftcol h3{
	background-color: #333333;
	color: #F1CC37;
	height:30px;
	line-height:30px;
	padding-left: 25px;
	border-right: 5px solid #F1CC37;
	margin-bottom:2px;
	margin-top:13px;
}

#leftcol ul{
	list-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
#leftcol ul li{
	margin:1px 10px;
	border-bottom: 1px dashed #333333;
	font-size:11px;
	height:20px;
	line-height:20px;
}

#leftcol ul li a{
	color: #333333;
	text-decoration:none;
	margin-left:15px;
}

#leftcol ul li a:hover{
	font-weight:bold;
}

#sds{
	margin-top:20px;
	text-align:center;
}

#continut{
	float:left;
	width:784px;
	padding:10px;
}

#continut h2{
	font-weight:normal;
	margin-top:5px;
}

#rightcol{
	float:left;
	width:200px;
}

#rightcol h3{
	background-color: #333333;
	color: #F1CC37;
	height:30px;
	line-height:30px;
	padding-left: 25px;
	border-left: 5px solid #F1CC37;
	margin-bottom:2px;
	margin-top:13px;
}

#rightcol ul{
	list-style:none;
	padding:0px;
	margin:0px;

}
#rightcol ul li{
	margin:1px 10px;
	border-bottom: 1px dashed #333333;
	font-size:11px;
	height:20px;
	line-height:20px;
}

#rightcol ul li a{
	color: #333333;
	text-decoration:none;
	margin-left:15px;
}

#rightcol ul li a:hover{
	font-weight:bold;
}


#footer{
	text-align:center;
	color: #F1CC37;
	font-size:12px;
	margin-bottom:20px;
}

#footer ul{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

#footer ul li{
	display: inline;
	list-style: none;
	margin: 0px 10px;
}

#footer ul li .tree_selected{
	display: inline;

}

.imgs_det{
	float:left;
	width:230px;
	text-align:center;
	border: 1px solid #ccc;
	margin: 0 5px;
}

.detalii_{
	float:left;
	width:530px;
}


.required_field{
	color: #FF0000;
}

.contact_input{
	border: 1px solid #333333;
	width:200px;
}
.contact_submit{
	border: 1px solid #333333;
	background: #333333;
	color:#F1CC37;
}

.continut_contact{
	float: left;
	width: 330px;
}

.contact_form{
	float: right;
	width: 330px;
}

