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

a {
  color: #ff6600;
}

p {
  line-height: 150%;
  padding: 10px 0;
}

a:hover {
  text-decoration: underline;
}

body {
  font-size: smaller;
  font-family: Calibri, sans-serif;
  background: url('../images/site_bg.png') repeat-x top;
}

div.cleaner {
  clear:both;
}

.container {
  width: 910px;
  margin: auto;
}

#site-top {
  background: url('../images/header_bg.png') no-repeat 50% 0;
}

#site-top .container {
  line-height: 110px;
}

#site-top h1 {
  float: left;
}

#site-top h1 a {
  margin-top: 30px;
  display: block;
  width: 167px;
  height: 46px;
  background: url('../images/logo.png') no-repeat;
}

#site-top h1 a:hover {
  text-decoration: none;
}

#site-top h1 a span {
  visibility: hidden;
}

#top-main-menu {
  list-style: none;
  text-align: right;
}

#top-main-menu li {
  display: inline;
  padding-left: 20px;
  font-size: 125%;
}

#top-main-menu a,
#top-main-menu a:link {
  color: #5d5d66;
}

#top-main-menu a:hover {
  color: #fff;
  text-decoration: none;
}

#site-content {
  background: url('../images/content_bg.png') no-repeat 50% 0;
}

#site-content .container {
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #dadadd;
}

#breadcrumbs,
#breadcrumbs a {
  color: #acacac;
}

#breadcrumbs a {
  text-decoration: underline;
}

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

#text {
  background: url('../images/text_bg.png') no-repeat 50% 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#text span {
  font-size: 150%;
  padding: 30px 0 0 10px;
  display: block;
  color: #444653;
  font-style: italic;
}

#text span p {
  text-indent: 0;
  margin: 0;
  padding: 0;
}

#text ul {
  padding-top: 80px;
  list-style: none;
}

#text ul a {
  color: #ff6600;
  display: block;
  text-align: center;
  line-height: 36px;
  width: 241px;
  background: url('../images/in_text_btn.png') no-repeat;
  font-size: 115%;
  margin-left: 10px;
  float: left;
}

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

#text ul a:hover {
  color: #fea469;
}

#homepage-blocks {
  list-style: none;
  padding-top: 30px;
}

#homepage-blocks ul {
  list-style: none;
}

#homepage-blocks > li {
  display: block;
  width: 302px;
  float: left;
}

#homepage-blocks .cell {
  padding: 0 10px;
}

#homepage-blocks h3,
#homepage-blocks .c-foot a {
  color: #ff6600;
}

#homepage-blocks h3 {
  font-size: 150%;
  line-height: 170%;
  font-style: italic;
  border-bottom: 1px solid #dadadd;
  padding: 0 10px;
}

#homepage-blocks .short {
  padding: 15px 10px;
}

#homepage-blocks h4 {
  font-size: 125%;
  font-weight: bold;
  color: #444653;
}

#homepage-blocks .short {
  border-bottom: 1px solid #dadadd;
}

#homepage-blocks .short p {
  color: #818497;
  font-size: 85%;
}

#homepage-blocks .c-foot {
  padding-top: 10px;
  display: block;
  color: #b2b6cb;
}

#homepage-blocks .c-foot a {
  float: right;
}

#homepage-blocks .cell ul {
  padding: 15px 10px;
}

#homepage-blocks .cell ul a {
  line-height: 150%;
  color: #50525e;
  font-weight: bold;
}

#footer-main-menu {
  list-style: none;
  float: right;
}

#site-footer .container {
  width: 880px;
  padding-top: 20px;
  color: #444653;
  font-size: 85%;
}

#legality_top a {
  color: #ff6600;
}

#footer-main-menu li {
  display: inline;
  padding-left: 10px;
}

#footer-main-menu a {
  color: #444653;
}

#legality_bottom {
  color: #bcbcbc;
  padding: 20px 0 10px 0;
  font-size: 90%;
}

#contact-form input,
#contact-form textarea {
  border: 1px solid #e3e3e3;
  padding: 2px;
}

#contact-form .error_list {
  border: 1px solid red;
  padding: 2px;
  background: pink;
  color: #fff;
  list-style: none;
}

#contact-form h4 {
  padding: 5px;
  text-align: left;
  margin-bottom: 10px;
  color: #A7A7A7;
}