body {
  background-color: white;
  color: #777777;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  font-family: tahoma, helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #016EC2;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0px;
}

td {
  vertical-align: top;
}

/***** LAYOUT *****/
#header_img {
  background: transparent url(images/header_img.png) no-repeat left top;
  width: 187px;
  height: 300px;
}

#head_site_title {
  background: transparent url(images/head_site_title.png) no-repeat left top;
  width: 310px;
  height: 96px;
  overflow: hidden;
  color: #717070;
}

#head_site_title h1 {
  color: #679A01;
  font-size: 24px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  margin-top: 45px;
  letter-spacing: -2px;
}

#head_mini_menu {
  vertical-align: top;
  width: 269px;
  height: 96px;
  background: transparent url(images/head_mini_menu.png) no-repeat left top;
  border: 0px solid black;
  width: 269px;
  padding-left: 43px;
}

#head_mini_menu table {
  margin-top: 45px;
}

#head_mini_menu .menu_separator {
  width: 15px;
  background: transparent url(images/mini_menu_separator.png) repeat-y center top;
}

#head_mini_menu a {
  color: #717070;
}

#main_menu {
  width: 540px;
  height: 48px;
  background-color: #83B12A;
}

#main_menu table td {
  vertical-align: middle;
}

#main_menu .menu_separator {
  width: 15px;
  background: transparent url(images/main_menu_separator.png) repeat-y center top;
}

#main_menu a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#main_menu a:hover {
  text-decoration: none;
}

#main_menu_left {
  width: 39px;
  height: 48px;
  background: transparent url(images/main_menu_left.png) no-repeat left top;
}

#short_page_description {
  width: 310px;
  height: 156px;
  background: transparent url(images/short_page_description.png) no-repeat left top;
}

/** LEFT PANEL **/
#left_panel {
  width: 269px;
  vertical-align: top;
}

#left_panel_content {
  vertical-align: top;
}

#left_panel_lt {
  width: 13px;
  height: 10px;
  background: transparent url(images/left_panel_lt.png) no-repeat left top;
}

#left_panel_top {
  height: 10px;
  width: 217px;
  background: transparent url(images/left_panel_top.png) repeat-x left top;
}

#left_panel_rt {
  width: 39px;
  height: 10px;
  background: transparent url(images/left_panel_rt.png) no-repeat left top;
}

#left_panel_left {
  width: 13px;
  background: transparent url(images/left_panel_left.png) repeat-y left top;
}

#left_panel_right {
  width: 39px;
  background: transparent url(images/left_panel_right.png) repeat-y left top;
}

#left_panel_lb {
  width: 13px;
  height: 10px;
  background: transparent url(images/left_panel_lb.png) no-repeat left top;
}

#left_panel_bottom {
  height: 10px;
  background: transparent url(images/left_panel_bottom.png) repeat-x left top;
}

#left_panel_rb {
  width: 39px;
  height: 10px;
  background: transparent url(images/left_panel_rb.png) no-repeat left top;
}

/** SEARCH BOX (LEFT PANEL) **/
#search_box_content {
  vertical-align: top;
  width: 217px;
  background-color: #e4e4e4;
}

#search_box_lt {
  width: 13px;
  height: 8px;
  background: transparent url(images/search_box_lt.png) no-repeat left top;
}

#search_box_top {
  height: 8px;
  background: transparent url(images/search_box_top.png) repeat-x left top;
}

#search_box_rt {
  width: 39px;
  height: 8px;
  background: transparent url(images/search_box_rt.png) no-repeat left top;
}

#search_box_left {
  width: 13px;
  background: transparent url(images/search_box_left.png) repeat-y left top;
}

#search_box_right {
  width: 39px;
  background: transparent url(images/search_box_right.png) repeat-y left top;
}

#search_box_lb {
  width: 13px;
  height: 19px;
  background: transparent url(images/search_box_lb.png) no-repeat left top;
}

#search_box_bottom {
  height: 19px;
  background: transparent url(images/search_box_bottom.png) repeat-x left top;
}

#search_box_rb {
  width: 39px;
  height: 19px;
  background: transparent url(images/search_box_rb.png) no-repeat left top;

}

/** Content box **/
#content_lt {
  width: 41px;
  height: 10px;
  background: transparent url(images/content_lt.png) no-repeat left top;
}

#content_top {
  height: 10px;
  background: transparent url(images/content_top.png) repeat-x left top;
}

#content_rt {
  width: 12px;
  height: 10px;
  background: transparent url(images/content_rt.png) no-repeat left top;
}

#content_left {
  width: 41px;
  background: transparent url(images/content_left.png) repeat-y left top;
}

#content_right {
  width: 12px;
  background: transparent url(images/content_right.png) repeat-y left top;
}

#content_lb {
  width: 41px;
  height: 21px;
  background: transparent url(images/content_lb.png) no-repeat left top;
}

#content_bottom {
  height: 21px;
  background: transparent url(images/content_bottom.png) repeat-x left top;
}

#content_rb {
  width: 12px;
  height: 21px;
  background: transparent url(images/content_rb.png) no-repeat left top;
}

/***/
.tdLeft {
  text-align: left;
}

.tdCenter {
  text-align: center;
}

.tdRight {
  text-align: right;
}

/*CONTENT*/
#content {
  vertical-align: top;
  width: 444px;
  color: 777777;
}

.vbox_separator {
  background: transparent url(images/content_separator_v.png) repeat-y center top;
  width: 15px !important;
}

.hbox_separator {
  background: transparent url(images/content_separator_h.png) repeat-x left center;
  height: 15px;
}

.greenTitle {
  color: #679A01;
}

#content h2 {
  margin: 5px 0px;
  text-indent: 1em;
  width:80%;
}

.contentTitle {
  font-size: 14px;
  color: #727272;
}

.contentTitle a {
  color: #727272;
}

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

#content p {
  text-indent: 2em;
  margin: 0px 0px 5px 0px;
}

h3 {
  margin: 6px 0px;
  text-indent: 1em;
  font-size: 14px;
}

#short_page_description p {
  padding: 0px 5px 5px 0px;
  margin: 0px 0px 5px 0px;
  text-indent: 2em;
}

input,textarea {
  font-family: sans-serif, serif;
  font-size: 11px;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #404040;
  border-left: 1px solid #404040;
}

.contactText {
  width: 200px;
}

.contactSCode {
  width: 180px;
}

textarea {
  width: 265px;
}

.searchengine {
  
}

.submit {
  background: transparent url("images/btn_trimite.png") no-repeat center;
  color: #016ec2;
  border: 0px;
  width: 100px;
  height: 20px;
  font-weight: bold;
}

.submitSearch,.butonsearchengine {
  background: transparent url("images/search_btn.png") no-repeat center;
  color: #016ec2;
  border: 0px;
  width: 57px;
  height: 18px;
  font-weight: bold;
}

.errors {
  color: red;
}

.subtitlu {
  color: #016ec2;
  font-weight: bold;
  text-indent: 0px !important;
}

ol,ul {
  padding-left: 20px;
  margin-left: 10px;
  list-style-position: outside;
}

#footer {
  width: 766xp;
  height: 51px;
}