/***************************************
  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: #868686;
  background: #ffffff;
}
.clear {
  clear: both;
  line-height: 0;
  height: 0;
}
a {
  color: #ea2330;
  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: #ea2330;
  font-weight: bold;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}

/***************************************
  Container
***************************************/
#wrapper {
  background: url('images/wrapper_bg.png') right 0 no-repeat;
  border: 1px solid #000000;
  margin: 22px auto;
  width: 1041px;
}
#container {
  background: url('images/container_bg.png') right bottom no-repeat;
}
#inner {
  background: url('images/repeat.jpg') 50px 0 repeat-y;
  min-height: 450px;
}

/***************************************
  Header
***************************************/
#header {
  padding: 54px 0 60px 134px;
  position: relative;
}
#header #languages {
  position: absolute;
  right: 6px;
  top: -20px;
}
#header #languages ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header #languages li {
  display: inline;
  font-size: 12px;
  padding-right: 20px;
}
#header #languages a {
  color: #000000;
  text-decoration: none;
}

/***************************************
  Menu
***************************************/
#menu ul {
  font-size: 13px;
  line-height: 25px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu ul li a {
  background: url('images/menu_active.png') 0 -100px no-repeat;
  color: #868686;
  display: block;
  padding: 0 0 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#menu ul li a:hover,
#menu ul .current_page_item a {
  background-position: 0 5px;
}

/***************************************
  Content
***************************************/
#sidebar {
  float: left;
  margin: 0 25px 0 134px;
  width: 190px;
}
#content {
  float: left;
  line-height: 25px;
  width: 615px;
}

/***************************************
  Footer
***************************************/
#footer {
  color: #ffffff;
  font-size: 11px;
  height: 38px;
  padding: 120px 90px 0 0;
  text-align: right;
}