* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0;
}

body {
  background: #141414 url('../images/site_bg.jpg') repeat-x top;
  color: #E7E7E7;
  font-size: small;
  font-family: Calibri, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #FF6600;
}

h2 {
  font-size: 250%;
}

h3 {
  font-size: 200%;
  font-weight: normal;
}

h4 {
  font-size: 125%;
}

a,
a:link,
a:visited {
  color: #FF6600;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 900px;
  margin: auto;
}
/**************************************************** HEADER ******************/
#header {
  height: 121px;
  line-height: 121px;
  color: #fff;
  background: url('../images/header.png') no-repeat;
}

#header h1 {
  background: url('../images/logo_v2.jpg') no-repeat 50% 50%;
  height: 120px;
  width: 109px;
  margin: 0 10px 0 0;
  float: left;
  margin-left: 35px;
}

#header h1 span {
  display: none;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header .text {
  font-style: italic;
  /*border-left: 1px dotted #fff;*/
  padding-left: 10px;
  font-size: larger;
}

#lang {
  width: 270px;
  float: right;
  /*background: url('../images/top_right_lang_box.png') no-repeat right bottom;*/
  text-align: right;
  padding-right: 35px;
}

#lang img {
  margin: 0 0 0 5px;
}
/************************************************* MAIN MENU ******************/
#main-menu {
  line-height: 57px;
  padding: 0 0 0 35px;
  background: url('../images/main_menu_bg_v2.png') no-repeat;
}

#main-menu ul {
  list-style: none;
  height: 58px;
}

#main-menu li.main-position {
  height: inherit;
  display: block;
  float: left;
  padding-right: 20px;
  position: relative;
}

#main-menu a,
#main-menu a:link,
#main-menu a:visited {
  font-size: larger;
  color: #fff;
  text-decoration: none;
  display: block;
}

#main-menu a:hover {
  color: #FF6600;
}

.sub-menu {
  position: absolute;
  display: none;
  top: 55px;
  left: 0;
}

.sub-menu li {
  background: #122228;
  line-height: 30px;
  /*opacity: 0.95;*/
}

.sub-menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.sub-menu li a:hover {
  background: #1e3741;
  text-decoration: none;
  color: #fff !important;
}

#content-separator {
  height: 139px;
  background: url('../images/pre_content_space_bg_v2.png') repeat-y right bottom;
}
/*********************************************** BREADCRUMBS ******************/
#breadcrumbs {
  line-height: 30px;
  color: #858585;
  font-size: 85%;
  padding-left: 35px;
}

#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited {
  color: #858585;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}
/*********************************************** ABOUT SHORT ******************/
#about-short {
  width:450px;
  margin-left: 35px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #29383D;
  font-size: 16px;
}

#about-short span {
  font-size: 85%;
  line-height: 135%;
  text-align: justify;
  display: block;
}

#about-short a {
  display: block;
  text-align: right;
}
/*************************************************** CONTENT ******************/
#site-content .container {
  border-bottom: 1px solid #29383D;
}

#content,
#content_2_columns {
  background: url('../images/content_top_bg.png') no-repeat right top;
  padding-top: 20px;
}

#content {
  padding-left: 35px;
  margin-bottom:15px;
}

#content_2_columns {
  float: right;
  width: 550px;
}

#content .object {
  margin-bottom: 20px;
}

#content h3 {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #29383D;
}

#content p {
  text-indent: 50px;
  line-height: 150%;
  padding: 3px 0;
  font-size: 15px;
  font-family: calibri, arial;
}

#cleaner {
  clear: both;
}
/************************************************ NEWS SHORT ******************/
#news-short {
  padding-right: 35px;
}

#news-short p {
  line-height: 120%;
  text-indent: 0;
}

#news-short .news-date {
  font-weight: bold;
  display: block;
}

#news-short .news-text {
  padding: 10px 0;
  line-height: 120%;
  display: block;
}
/************************************************* NEWS LIST ******************/
#news-list {
  list-style: none;
  padding-right: 35px;
}

#news-list li {
  line-height: 130%;
}

#news-list .news-list-date {
  float: right;
  font-weight: bold;
}

#news-list .news-list-title {
  font-weight: bold;
  padding-left: 20px;
  background: url('../images/arrow.png') no-repeat 0 50%;
}
/***************************************************** QUOTE ******************/
#quote {
  background: url('../images/quote.jpg') no-repeat 0 5px;
  margin-bottom: 10px;
  padding: 0 35px;
}

#quote .quote-text {
  color: #808080;
  font-size: 160%;
  line-height: 120%;
}

#quote .quote-text em {
	font-size: 13px;
	float: right;
}
/********************************************* CONTACT QUICK ******************/
#contact-quick {
  background: url('../images/quick_contact_bg_v2.png') no-repeat top right;
  margin: 0 550px 0 35px;
}

#contact-quick-span {
  display: block;
  margin-right: 25px;
}

#contact-quick ul {
  list-style: none;
}

#contact-quick li {
  line-height: 120%;
}

#contact-phone {
  margin: 10px 0;
  width: 270px;
  font-weight: bold;
  color: #FF6600;
}

.numbers {
  margin-top: 7px;
  padding: 7px 7px;
  background: url('../images/number_separator.jpg') no-repeat 0 50%;
}

.numbers span {
  display: block;
  font-size: 150%;
  line-height: 90%;
}

.number-prefix {
  background: url('../images/plus.png') no-repeat 0 15px;
  padding-left: 5px;
  font-size: 400%;
  display: block;
}
/******************************************** DOWNLOAD QUICK ******************/
#download-quick {
  padding-left: 35px;
  background: url('../images/pdf_icon.png') no-repeat 220px 10px;
}

#download-quick h3 {
  color: #B9B9B9;
  margin-bottom: -20px;
}

#download-quick .download-quick-pdf {
  color: #FF6600;
  font-size: 450%;
  background: url('../images/arrow.png') no-repeat 100% 20px;
  font-weight: bold;
  padding-right: 10px;
  margin-left: -2px;
  display: block;
  width: 100px;
}

#download-quick .file-weight {
  margin-top: 10px;
  color: #B9B9B9;
  font-size: smaller;
}
/**************************************************** FOOTER ******************/
#site-footer {
  line-height: 220%;
  color: #fff;
}

#home-top,
#sitemap-link {
  float: right;
  padding-right: 35px;
}

#home-top,
#sitemap-link,
#footer-menu a {
  color: #fff;
}

#footer-menu {
  list-style: none;
  padding-left: 35px;
}

#footer-menu li {
  display: inline;
  padding-right: 20px;
}

#powered {
  float: right;
  padding-right: 35px;
}

#rights {
  padding-left: 35px;
}

#content ul {
	padding: 10px 64px;
	font-size: 14px;
}

#content li {
	padding: 3px 0px;
}

#right-panel-links {
  width: 200px;
  float: right;
}

#right-panel-links ul {
  padding-left: 20px;
}

#left-panel-content {
  margin-right: 220px;
}