/***************************************
   Theme Name: 
   Theme URI: N/A
   Version: 1.0.0
   Author: ROMENOV
   Author URI: http://www.romenov.com
***************************************/

/***************************************
    Fonts
***************************************/
@font-face {
    font-family: 'opificioregular';
    src: url('opificio_bold-webfont.eot');
    src: url('opificio_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opificio_bold-webfont.woff') format('woff'),
         url('opificio_bold-webfont.ttf') format('truetype'),
         url('opificio_bold-webfont.svg#opificioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***************************************
    General CSS
***************************************/
* {
    margin: 0;
    padding: 0;
}
body {
    font: 13px "Arial", sans-serif;
    color: #383838;
    background: #ffffff;
}
.clear {
    clear: both;
    line-height: 0;
    height: 0;
}
a {
    color: #2b2b2b;
    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: #2b2b2b;
    font-family: 'Arial';
    font-weight: normal;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 13px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
}

#wrapper {
    background: url(images/wrapper_bg.png) 0 292px no-repeat;
    margin: 0 auto;
    min-height: 774px;
    width: 895px;
}

#header {
    background: url(images/header_bg.png) bottom right no-repeat;
    height: 292px;
    position: relative;
}
#header #logo {
    left: 0px;
    position: absolute;
    top: 50px;
}

#menu {
    list-style-type: none;
    padding: 0 0 0 0px;
    margin: 0;
    text-align: center;
}
#menu li {
    display: inline-block;
    float: left;
}
#menu li a {
    color: #383838;
    font-size: 14px;
    display: inline-block;
    padding: 10px 12px 0 12px;
    margin: 0 5px 0 0;
    text-decoration: none;
}
#menu li a:hover,
#menu .current_page_item a {
    color: #ffffff;
    background: #1b97c6;
    border: 2px solid #ffffff;
    border-top: none;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 18px 10px 3px 10px;
}
#content_wrapper {
    float: left;
    margin: 8px 0 0 102px;
    width: 618px;
}
#content_top {
    background: url(images/content_top.png) 0 0 no-repeat;
    height: 30px;
    
}
#content {
    background: #ffffff url(images/content_bg.png) 0 0 no-repeat;
    line-height: 24px;
    min-height: 380px;
    padding: 0 30px 20px;
    
}
#footer {
    background: url(images/content_bot.png) 0 0 no-repeat;
    color: #535353;
    font-size: 9px;
    height: 35px;
    text-align: center;
}

#sidebar {
    background: url(images/contact_bg.png) 0 0 no-repeat;
    float: right;
    height: 215px;
    margin: 8px 0 0 0;
    padding: 30px 15px 0 15px;
    width: 131px;
}
#sidebar h3 {
    font-size: 16px;
}