/***************************************
  Theme Name: 
  Theme URI: N/A
  Version: 1.0.0
  Author: ROMENOV
  Author URI: http://www.romenov.com
***************************************/

/***************************************
  General CSS
***************************************/
* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #b4b3b3;
  background: #f7f7f7;
}
.clear {
  clear: both;
  line-height: 0;
  height: 0;
}
a {
  color: #cfda18;
  outline: none;
}
a img {
  border: 0;
}
p {
  padding: 1em 0 0 0;
}
ul,
ol {
  padding: 1em 0 0 1em;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 15px 15px 0 0;
}
img.alignright {
  margin: 15px 0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  color: #cfda18;
  font-weight: bold;
}
h1 {
  font-size: 23px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}

#wrapper {
  border-top: 23px solid #ffffff;
}
#container {
  margin: 0 auto;
  width: 1105px;
}

#header {
  background: url('images/header_bg.png') 0 bottom no-repeat;
  height: 506px;
  text-align: center;
}
#header #logo {
  margin: -23px 0 0 0;
  position: relative;
}
#menu {
  margin: 10px 0 0;
}
#menu ul {
  font: 13px Arial, Helvetica, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#menu ul li {
  background: url('images/seperator.png') right center no-repeat;
  display: inline-block;
  height: 70px;
  padding: 0 1px 0 0;
  position: relative;
  z-index: 10;
}
#menu ul li:last-child {
  background: none;
}
#menu ul li a {
  color: #b0afb0;
  display: inline-block;
  height: 42px;
  padding: 28px 20px 0 20px;
  text-decoration: none;
}
#menu ul .current_page_item a,
#menu ul li:hover a {
  background: #cfda18 url('images/menu_hover.png') center 0 no-repeat;
  color: #252525;
}
#menu ul li:hover ul {
  display: block;
}
#menu ul ul {
  background: #cfda18;
  display: none;
  color: #ffffff;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 58px;
  width: 150px;
  z-index: 20;
}
#menu ul ul li {
  background: none;
  display: block;
  height: auto;
  padding: 0;
}
#menu ul ul li a {
  color: #ffffff;
  display: block;
  height: auto;
  margin: 3px 0;
  padding: 0;
}
#menu ul .current_page_item ul a {
  background: none;
}
#menu ul ul .current_page_item a,
#menu ul ul li a:hover {
  background: none;
  text-decoration: underline;
}

#content_wrapper {
  background: #ffffff;
  margin: -38px auto 0 auto;
  padding: 33px 54px 54px;
  position: relative;
  width: 800px;
}
#content {
  border-top: 1px solid #e5e5e5;
  line-height: 25px;
  padding: 15px 0 0 0;
}

#footer {
  color: #363a3f;
  font: 11px Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  text-align: right;
  width: 800px;
}
#footer strong {
  color: #cfda18;
  font-weight: normal;
}
#footer p {
  padding: 0;
}