/*---------------------------------

	*/ @import "reset.css"; /*

----------------------------------*/



body {
  background-color: #fff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  background-image: url(../img/site/bg_body.jpg);
  background-repeat: repeat-x;

}

#content_holder p{
  line-height: 1.5;
}


a:link, a:active, a:visited{
  text-decoration: none;
  color: inherit !important;
  font-weight: inherit;
}

a:hover{
  text-decoration: underline;
}

.clear{
  clear: both;
  height: 0;
}

#top_menu{
  background-image: url(../img/site/bg_top_menu.jpg);
  background-repeat: repeat-x;
  height: 41px;
}

#top_menu_wrapper{
  /*width: 865px;*/
  width: 790px;
  margin: 0px auto 0 auto;
  padding-top: 5px;
  text-align: center;
}

#top_menu_wrapper ul li{
  background-image: url(../img/site/bg_top_menu_line.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
  font-size: 14px;
  padding: 5px 17px;
}

#top_menu_wrapper ul li a:link, #top_menu_wrapper ul li a:active, #top_menu_wrapper ul li a:visited{
  color: #fff !important;
}

#top_menu_wrapper ul li a:hover{
  text-decoration: none;
  color: #ddd !important;
}

#layout{
  background-image: url(../img/site/bg_main.jpg);
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: top center;
  /*min-height: 900px;*/
}

#flags{
  margin: 0 auto;
  padding-top: 20px;
  width: 900px;
  text-align: right;
  padding-bottom: 360px;
}

#flags_m{
  margin: 0 auto;
  padding-top: 20px;
  width: 900px;
  text-align: right;
  padding-bottom: 180px;
}


#header_wrapper{
  margin: 0 auto 0 auto;
  width: 900px;

}

#offer_wrapper{
  background-image: url(../img/site/bg_offers_wrapper.png);
  background-repeat: repeat-x;
  background-position: bottom;
}


#offers{
  margin: 0 auto;
  background-image: url(../img/site/bg_calitate.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 900px;
  padding-left: 60px;
  height: 155px;


}

#offers ul li{
  background-image: url(../img/site/bullet.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 12px;
  margin-left: 25px;
  margin-bottom: 5px;
}

#offers ul li a:link, #offers ul li a:active, #offers ul li a:visited{
  font-size: 14px;
  font-family: Tahoma, Verdana, sans-serif;
  color: #666 !important;
  font-weight: bold;
}

#offers h2{
  margin: 10px 0 15px 20px;
  font-family: Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #666;
}

#offers_form{
  margin: 0 auto;
  background-image: url(../img/site/bg_calitate.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 900px;
  padding-left: 60px;
  height: 155px;


}

#offers_form ul li{
  /*background-image: url(../img/site/bullet.jpg);
  background-repeat: no-repeat;
  background-position: left center;*/
  padding-left: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
}

.input_ck{
  margin-right: 10px;
  border: 1px solid #aaa;
}

.input_ck:focus{
  border: 1px solid #999;
}


#offers_form ul li a:link, #offers_form ul li a:active, #offers_form ul li a:visited{
  font-size: 14px;
  font-family: Tahoma, Verdana, sans-serif;
  color: #666 !important;
  font-weight: bold !important;
}

#offers_form h2{
  margin: 10px 0 15px 20px;
  font-family: Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #666;
}


.offer{
  float: left;
  width: 216px;
  height: 200px;
  background-image: url(../img/site/bg_offer.png);
  background-repeat: no-repeat;
  margin-top: -20px;

}

#main_content{
  background-image: url(../img/site/bg_main_bottom_repeat.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: transparent;

}

#content{
  background-image: url(../img/site/bg_main_bottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: transparent;
  width: 985px;
  margin: 0 auto;
}

#content_holder{
  width: 820px;
  margin: 0 auto;
  padding-bottom: 20px;
  color: #999;
}


#footer{
  background-image: url(../img/site/bg_footer.jpg);
  background-repeat: repeat-x;
  height: 320px;
}

#footer_wrapper{
  width: 820px;
  margin: 0 auto;
  padding-top: 10px;
  color: #fff;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
}

#footer_wrapper a:link, #footer_wrapper a:active, #footer_wrapper a:visited{
  color: #fff !important;
}

#footer_wrapper h2{
  font-size: 24px;
  font-family: Tahoma, sans-serif;
  margin: 0px 0 20px 0;
}

#footer_wrapper p{
  margin: 5px 0;
}

.company_info{
  width: 325px;
  float: left;
  background-image: url(../img/site/bg_footer_line.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.f_center{
  width: 230px;
  float: left;
  margin-left: 10px;
  background-image: url(../img/site/bg_footer_line.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.f_links{
  height: 205px;
}

.f_contact{
  margin-left: 10px;
  width: 245px;
  float: left;
}

.copyright{
  font-size: 11px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.contact_form{
  margin-top: 10px;
}

.contact_form label{
  margin-bottom: 10px;
  float: left;
  width: 50px;
}

.c_nume, .c_email{
  margin-bottom: 10px;
  border: 0;
  width: 170px;
  padding: 2px 3px;
  font-size: 11px;
  float: left;
}

.c_mesaj{
  width: 170px;
  border: 0;
  padding: 2px 3px;
  font-size: 11px;
  float: left;
  height: 80px;
}

.c_submit{
  float: right;
  color: #fff;
  background-color: #cc0000;
  border: 0;
  margin-right: 20px;
  margin-top: 10px;
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  padding: 2px 3px;
}

#bottom_menu{
  padding-top: 15px;
  margin: 0 auto;
  width: 820px;
}

.b_menu{
  width: 650px !important;
}


.message_success{
  color: #ff6600 !important;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
}


#bottom_menu ul li{
  background-image: url(../img/site/bg_top_menu_line.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
  font-size: 14px;
  padding: 5px 10px;
}

#bottom_menu ul li a:link, #bottom_menu ul li a:active, #bottom_menu ul li a:visited{
  color: #fff !important;
  font-family: Verdana;
}

#bottom_menu ul li a:hover{
  text-decoration: none;
  color: #ddd !important;
}

.no_border{
  background-image: none !important;
}




/******************** CONTENT START ***************************/

#content h1{
  color: #ff6600;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#content p{
  margin: 10px 0;
}

.job_holder{
  width: 350px;
  float: left;
  margin-left: 40px;
}

.form_holder{
  width: 350px;
  float: left;
  margin-left: 40px;
}

label{
  width: 100px;
  float: left;
  margin-bottom: 20px;
}


.input_text, .input_textarea{
  width: 180px;
  border: 1px solid #aaa;
  float: left;
}

.input_textarea{
  height: 100px;
}


.input_submit, .input_reset{
  float: right;
  color: #fff;
  background-color: #cc0000;
  border: 0;
  margin-right: 20px;
  margin-top: 10px;
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  padding: 2px 3px;
}


.aplica_link_h{
  text-align: right;
  color: #ff6600;
}

.element_holder_error{
  background-color: #FFCCCC;
  padding: 5px 2px;
  margin: 3px 0;
  color: #333;
}

.error_message{
  font-style: italic;
  font-size: 11px;
}

#content b, #content strong{
  font-weight: bold;
}

select{
  border: 1px solid #aaa;
}


.element_holder{
  padding: 5px 2px;
  margin: 3px 0;
}


a:link.aplica_link, a:active.aplica_link, a:visited.aplica_link{
  color: #ff6600 !important;
  text-align: right;
  font-size: 14px;
}

#content h3, #content h4{
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  color: #ff6600;
}

#content h4{
  font-size: 16px;
}


.img_h{
  width: 215px;
  height: 140px;
}

.img_h a:link, .img_h a:active, .img_h a:visited{
  display: block;
  height: 100px;
}

.info_pf a:link, .info_pf a:active, .info_pf a:visited{
  display: inline;
  color: #fff !important;
}

.portfolio, .portfolio_last{
  width: 215px;
  float: left;
  margin: 0 55px 30px 0;
}

.portfolio_last{
  margin-right: 0 !important;
}


.info_pf{
  background-color: #AAACAF;
  color: #fff;
  height: 30px;
  padding: 5px;
  font-size: 11px;
}

.data_i{
  text-align: right;
  display: block;
  float: right;
}

.featured_article{
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.more{
  text-align: right;
  color: #ff6600;
}

.more a:link, .more a:active, .more a:visited{
  color: #ff6600 !important;
}

.featured_article_small{
  float: left;
  width: 260px;
  margin-left: 10px;
}

.small_articles{
  border-bottom: 1px solid #eee;
  /*padding-bottom: 10px;*/
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.bottom_article{
  float: left;
  width: 260px;
  margin-left: 10px;
  height: 175px;
}

.bottom_article h4{
  color: #444 !important;
  font-weight: bold !important;
}

.pf_holder{
  padding: 0 0 0 30px;
}

.articles_content{
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 20px;
}


.form_holder_comanda{
  width: 300px;
  float: left;
  margin-left: 10px;
}

.img_holder_comanda{
  float: left;
  width: 500px;
  margin-top: 00px;
}

.line{
  border-top: 1px solid #eee;
  height: 1px;
  margin: 10px 0;
  display: block;
}

.p_example{

  margin: 30px auto 0 auto;
  width: 215px;
}

.p_lk{
  margin-bottom: 5px;
  display: block;
}


/******************** CONTENT END ***************************/


/**********************PAGINATION START***************************/
#pagination a, #paginationDIV a {
border:1px solid #c27ec1;
color:#c27ec1;
padding:2px 5px;
text-decoration:none;
}


#pagination h5 .disabled, #paginationDIV h5 .disabled, span.current {
background-color:#EFEFEF;
border:1px solid #c27ec1;
color:#c27ec1;
padding:2px 5px;
text-decoration:none;
}
#pagination h5 a:hover, #paginationDIV h5 a:hover {
background-color:#8FC70C;
border:1px solid #c27ec1;
color:#c27ec1;
}

#pagination {
padding:17px 0px 7px 0pt;
margin: 10px 0;
text-align:left;
color: #c27ec1;

}

.pagination{
  margin: 5px 10px;
}

/**********************PAGINATION END***************************/



