html, body {
    background: url("images/bg.jpg") repeat top left;
    margin: -10px 0 0 0; /* fix this later */
    padding: 0;
}

table, td, tr, th {
    border:none;
}

/*Main container*/

#doc {
    width:1000px;
    margin:auto;
    overflow:hidden;
}

/*Header*/

#hd {
    height: 115px;
    background: #231d1c;
}

#bd-content a {color: inherit !important; text-decoration: none !important;}

/*Header's menu*/

#hd .menu-top {

}

#hd .menu-top li {
    list-style: none;
    float:left;
    width:110px;
    margin-top:50px;
}

#hd .menu-top li a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    height:32px;
    line-height: 30px;
    text-align: center;
    margin: auto;
}

#hd .menu-top li a:hover,
#doc.pricelist li#li-pricelist a,
#doc.services li#li-services a,
#doc.articles li#li-articles a,
#doc.gallery li#li-gallery a,
#doc.jobs li#li-jobs a,
#doc.contacts li#li-contacts a  {
    color:#000000;
}

/*Backgrunds for each menu item*/

#hd .menu-top li#li-services a{
    width: 72px;
}

#hd .menu-top li#li-services a:hover, #doc.services #hd .menu-top li#li-services a {
    background: url("images/services.jpg") no-repeat top left;
}

#hd .menu-top li#li-pricelist a{
    width: 99px;
}

#hd .menu-top li#li-pricelist a:hover, #doc.pricelist #hd .menu-top li#li-pricelist a {
    background: url("images/pricelist.jpg") no-repeat top left;
}

#hd .menu-top li#li-gallery a{
    width: 82px;
}

#hd .menu-top li#li-gallery a:hover, #doc.gallery #hd .menu-top li#li-gallery a {
    background: url("images/gallery.jpg") no-repeat top left;
}

#hd .menu-top li#li-articles a{
    width: 78px;
}

#hd .menu-top li#li-articles a:hover, #doc.articles #hd .menu-top li#li-articles a {
    background: url("images/articles.jpg") no-repeat top left;
}

#hd .menu-top li#li-jobs a{
    width: 89px;
}

#hd .menu-top li#li-jobs a:hover, #doc.jobs #hd .menu-top li#li-jobs a {
    background: url("images/jobs.jpg") no-repeat top left;
}

#hd .menu-top li#li-contacts a{
    width: 94px;
}

#hd .menu-top li#li-contacts a:hover, #doc.contacts #hd .menu-top li#li-contacts a {
    background: url("images/contacts.jpg") no-repeat top left;
}

/*Logo (as an item of menu list)*/
#hd .menu-top li#li-default {
    margin-top:10px;
    width: 297px;
}

#hd .menu-top li#li-default a{
    width:294px;
    height:102px;
    background: url("images/logo.jpg") no-repeat top left;
}









#bd {
    padding: 40px 55px;
    background: #E6E2E3;
}

/*Content CSS*/
h1,h2,h3 {
    font-family: 'Times New Roman', Times, serif;
}

h1 {
    font-size:24px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
    line-height:24px;
}

h2 {
    font-size:20px;
    font-weight:normal;
}

#bd #bd-sidebar {
    float:left;
    width:200px;
}

#bd #bd-sidebar .bd-sidebar-menu {
    margin: -6px 0;
}

.bd-sidebar-menu {
    margin-left: 0;
}

.bd-sidebar-menu li{
    list-style: none;
    padding: 0 0 0 30px;
    background: url("images/bullet.png")  no-repeat top left;
    /* height:18px; */
    line-height: 18px;
    margin: 6px 0;
}

.bd-sidebar-menu li a {
    color:#504644;
}

.bd-sidebar-menu li a:hover {
    text-decoration: none;
}

.bd-sidebar-menu li.active {
    text-decoration: none;
    font-weight: bold;
}

#bd #bd-content {
    margin-left: 205px;
    padding:0 0 0 20px;
}

#bd #bd-content.no-menu {
    margin:0;
}

#bd #bd-content a {
    color:#504644;
}

#bd #bd-content h3 {
    margin:1em 0 0.25em 0;
}

 #bd #bd-content .article-body p {
    text-indent:1.5em;
} 



#bd .bd-bottom {
    clear:both;
}



#ft {
    height: 250px;
    background: #171312;
    clear: both;
    position:relative;
    overflow:hidden;
}

#ft #ft-content {
    background:#231D1D url("images/ft-bg.png") top left repeat-x;
    *background-image:url("images/ft-bg.jpg");
    margin-right:275px;
    padding:25px;
}

#ft #ft-content h2{
    margin:0 0 20px 35px;
    font-size:28px;
    color:#ff0000;
}

#ft #ft-sidebar-w {
    width: 275px;
    background: #171312 url("images/ft-bg2.png") top left repeat-x;
    *background-image:url("images/ft-bg2.jpg");
    float:right;
    height: 250px;
}

#ft #ft-sidebar {
    padding: 30px 20px;
}

#ft #ft-sidebar .menu-bottom {
    margin: 0;
}

#ft #ft-sidebar .menu-bottom li {
    list-style: none;
    padding:2px 0 2px 15px;
    background: url("images/bullet.gif") no-repeat 0px 10px;
}

#ft #ft-sidebar .menu-bottom li span {
    width: 20px;

}

#ft #ft-sidebar .menu-bottom li a {
    color:#6a6a6a;
}

#ft #ft-sidebar .menu-bottom li a a:hover {
    color:#adadad;
    text-decoration: none;
}

/*Slideshow in the footer CSS*/

#ft-slideshow-w {
    width: 675px;
    height: 130px;
    overflow: hidden;
}

#ft-slideshow-w2{
    overflow: hidden;
    float:left;
    width:645px;
    height:130px;
    position:relative;
}

#ft-slideshow-l, #ft-slideshow-r {
    width: 15px;
    height: 130px;
    line-height: 130px;
    float:left;
}

#ft-slideshow-l a, #ft-slideshow-r a {
    color:#ffffff;
    text-decoration: none;
}

#ft-slideshow-r {
    text-align: right;
}

#ft-slideshow {
    width:1000px;
    position:relative;
    left:0;
    height:130px;
}

#ft-slideshow img {
    display: inline;
    margin:0 10px;
    border: 1px #ffffff solid;
}

#bxslider li {
width:200px;
}


/*Copyright block at the bottom of footer*/
#doc #ft-copy {
    height: 20px;
    background-color:#363636;
    clear: both; 
    line-height:20px;
    color:#949494; 
    padding:2px 30px;
}

#doc #ft-copy span {
    float:right;
}

#doc #ft-copy a,#doc #ft-copy span a {
    color:#949494;
}


/* Text */
.times-11 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 11px;
}

.arial-15, .arial-11 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.45em;
}

.arial-8 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
}

.arial-11 {
    font-size:12px;
    font-weight:bold;
}
