/***************************************
   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: 15px "Trebuchet MS";
    color: #505050;
    background: #303030 url(images/body_bg.jpg) 0 200px;
}
.clear {
    clear: both;
    line-height: 0;
    height: 0;
}
a {
    color: #ee5100;
    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: #303030;
    font-style: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 12px;
}

#wrapper {
    background: url(images/wrapper_bg.png) 0 0 repeat-x;
    min-height: 397px;
}

#container {
    margin: 0 auto;
    width: 926px;
}

#header {
    background: url(images/header_bg.png) 0 bottom no-repeat;
    height: 294px;
    padding: 30px 0 0 0;
    position: relative;
}
#header #logo {
    left: 105px;
    position: absolute;
    top: 50px;
}

#menu {
    bottom: 45px;
    font: 14px/28px 'Myriad Pro', Arial, Helvetica, sans-serif;
    list-style-type: none;
    padding: 0 0 0 215px;
    position: absolute;
    margin: 0;
}
#menu li {
    display: inline;
}
#menu li a {
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
}
#menu li a:hover,
#menu .current_page_item a {
    background: #ffffff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #000000;
}

#slideshow {
    left: 377px;
    height: 198px;
    overflow: hidden;
    position: absolute;
    top: 45px;
    width: 542px;
}
#slideshow #overlay {
    background: url(images/overlay.png) 0 0 no-repeat;
    height: 198px;
    position: absolute;
    width: 542px;
    z-index: 999;
}

#content {
    background: url(images/content_bg.png) 0 0 repeat-y;
    line-height: 28px;
    margin: -20px 0 0 138px;
    padding: 0 55px;
    position: relative;
    z-index: 100;
}
#footer {
    background: url(images/footer_bg.png) 0 0 no-repeat;
    color: #ffffff;
    font-size: 11px;
    height: 49px;
    margin: 0 0 0 138px;
    padding: 20px 36px 0 0;
    text-align: right;
}