html{
	overflow: auto;
}
body{
	background: #16191b;
	padding: 0px;
	margin: 0px;
}
*{
	margin: 0px;
	padding: 0px;
}
#bg{

}
#logo{
	height: 75px;
	width: 280px;
	float: left;
	margin-top: 15px;
}
#logo img{
	border: none;
	height: 97px;
}
#my_search{
	background: url(../images/search2.png) no-repeat;
	background-position: right bottom;
	float: right;
	width: 260px;
	height: 50px;
	margin-top: 60px;
}
#my_search input.keywords{
	margin-top: 10px;
	margin-left: 35px;
	color: #ffffff;
	width: 160px;
	border: none;
	background: none;
	font-size: 15px;
	font-family: "Comic Sans Ms";
}
#my_search input.submit{
	margin-right: 10px;
	margin-top: 5px;
	padding: 0px;
	width: auto;
	float: right;
}

.content{
	height: 378px;
	width: 100%;
	position: relative;
	background: url(../images/headeri.png) no-repeat;
}
#main-navigation{
	background: url(../images/menu.png) no-repeat 0px 1px; 
	height: 60px;
	width: 100%;
	clear: both;
	padding-top: 0px;
}
.clearfix{
	clear: both;
	overflow: hidden;
}
#wrapper{
	text-align: center;
	background: transparent url(../images/woodbg.gif) no-repeat center center;
}
#container{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	min-height: 600px;
	background: url(../images/unde_construction.jpg) no-repeat center top;
}
.cleft{
	width: 300px;
	color: #fff;
	margin-top: 35px;
	margin-left: 30px;
	float: left;
	font-size: 16px;
	font-family: "Comic Sans Ms";
}
#contact-left p{
	margin: 0px;
}
.cleft p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.cright{
	float: right;
	width: 430px;
	height: 300px;
	margin-top: 45px;
	background: transparent url(../images/header_frame1.png) no-repeat left center;
	margin-right: 45px;
}
.footer{
	height: 365px;
	width: 100%;
	background: url(../images/bottom_lights.png) no-repeat center -10px;
}
.bottom_box{
	width: 295px;
	float: left;
	margin-left: 15px;
	color: #fff;
	margin-right: 10px;
	margin-top: 30px;
}
.box_header{
	clear: both;
	height: 40px;
	font-family: "Comic Sans Ms";
	font-size: 12pt;
}
.box_content{
	clear: both;
	font-family: arial;
	font-size: 11px;
	color: #848484;
}
.box_content a{
	text-align: right;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	float: right;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
}
.box_header h2{
	margin-left: 10px;
	float: left;
	margin-top: 0px;
	background: url(../images/header_line.png) no-repeat bottom center;
	padding-bottom: 15px;
	font-size: 15pt;
}
.box_header img{
	float: left;
	margin-left: 15px;
}
#copyright{
	background: url(../images/copyright2.png) no-repeat bottom center;
	height: 75px;
	clear: both;
	padding-top: 25px;
}
#copyright p{
	margin-top: 33px;
	margin-left: 60px;
	color: #555;
	float: left;
}
#copyright #bmenu{
	float: right;
	margin-top: 33px;
	margin-right: 55px;
}
#copyright #bmenu a{
	text-decoration: none;
	color: #fff;
	margin-left: 15px;
}
ul#nav{
	height: 60px;
	background-attachment:scroll;
	background-color:transparent;
	background-image:none;
	background-position:0px 0px;
	background-repeat:repeat;
	margin-left:14px;
	padding-top:0;
	width:500px
}
ul#nav li{
	display: inline;
	float: left;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("../images/middle1.png");
	background-position: right 7px;
	background-repeat:no-repeat;
	height:60px !important;
	padding-left:35px;
	padding-right:35px;
	
}
ul#nav li a{
	float: left;
	margin-top: -2px;
	padding-top: 25px;
	text-decoration: none;
	color: #ccc;
	text-shadow: 2px 2px 2px #000;
}
ul#nav li.acasa a{
	background: url(../images/home.png) no-repeat center top;
	padding-top: 20px;
}
ul#nav li.despre a{
		background: url(../images/green.png) no-repeat center top;
		padding-top: 20px;
}
ul#nav li.servici a{
		background: url(../images/interact.png) no-repeat center top;
		padding-top: 20px;
}

ul#nav li.contact a{
			background: url(../images/people.png) no-repeat center top;
		padding-top: 20px;
}
ul#nav li a img{
	border: none;
	opacity: 1;
}
ul#nav li a:hover{
	opacity: 0.7;
	filter: alpha(opacity = 50);
}
ul#nav li a:hover span{
	color: #ccc;
	
}
ul#nav li:hover, ul#nav li.active {
	background: url(../images/hover.png) no-repeat right 7px;
}
.invisible{
	display: none;
}
body div.cright{
	background: none;
	height: 320px;
	margin-top: 20px;
}
#contact_form p{
	color: #848484;
	font-size: 12px;
}
#contact_form p.error{
	color: #848484;
	font-weight: lighter;
	font-size: 10px;
}
#contact_form p:first-letter{
	color: #83B813;
	font-family: "Comic Sans Ms";
	margin-left: 15px;
}

#contact_form textarea{
  padding: 0px;
  margin: 0px;
  width: 275px;
  height: 120px;
  border: 1px solid #646464;
  background: none;
  overflow: auto;
  
}

#contact-left .ce_text p{
	margin-left: 15px;
}
#contact-left .ce_text ul{
	margin-left:  65px;
	font-size: 14px;
}


#contact_form .submit{
  width: auto;
  border: 1px solid #ccc;
  padding-top : 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background: #83B813 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  
}
#contact_form .captcha{
    width: 60px;
    
}
#contact_form{
	color: #848484;
}
span.mandatory {
	color:#83B813;
	margin-left:3px;
}
#contact_form input {
	border: 1px solid #646464;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 270px;
	color: #ffffff;
	background: none;
  
}

#slider div.cleft{
	margin-top: 0px;
	margin-right: 30px;
}
#slider div.cright{
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("../images/angle-framet.png");
	background-position:30px 28px;
	background-repeat:no-repeat;
	float:left;
	margin-right:0;
	margin-top:0;
	padding-right:30px;
}
span.mask{
	/*background: transparent url(../images/frame.png) no-repeat;*/
}
.slide h1 {
	color:#83B813;
	font-family:helvetica;
	font-size:30px;
	letter-spacing:-3px;
	margin-top:25px;
}
#harta-site h2{
	text-align: left;
	color: #ffffff;
	padding: 20px;
}
#harta-site{
	padding: 15px;
	margin-left: 10px;
}
#harta-site ul{
	margin-left: 35px;
	list-style: none;
}
#harta-site ul a{
	color: #808080;
	font-size: 18px;
}