*{ padding: 0; margin: 0;}

body{
    #background: url('../images/bg.png') repeat-x;
    height: 107px;
    font-family: Arial;
    font-size: 12px;
}

#top{
    margin: 0 auto;
    background: url('../images/topp.png');
    width: 1000px;
    height: 99px;
}

#menu{
    margin: 0 auto;
    background: url('../images/menu_neww.png');
    width: 990px;
    height: 33px;
    padding-left: 10px;
    /*box-shadow: 0px 2px 3px;*/
   /*box-shadow: 0 4px 2px -2px gray;*/
   z-index: 1000;
   position: relative;
}

#menu a{
    font-family: lithos;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    display: inline-block;
}

@font-face
{
font-family: lithos;
src: url(../fonts/LithosPro-Regular.otf);
}

.menu-sep{
    display: inline-block;
    width: 1px;
    background: #fff;
    height: 10px;
    opacity: 0.4;
}

#main{
    margin: 0 auto;
    /*background: url('../images/main.png');*/
    width: 1009px;
    /*min-height: 500px;*/
}

#footer{

height: 49px;
width: 1000px;
margin: 0 auto;
background: #efefef;
color: #7f7878;
}

#footer p{
    font-weight: bold;
}

#left-col{
    height: 200px;
    width: 144px;
    padding: 0 5px;
    float: left;
    text-align: center;
    padding-top: 20px;
}

#right-col{
    height: 200px;
    width: 142px;
    padding: 0 5px;
    float: left;
    text-align: center;    
    padding-top: 20px;    
}

#content{
    width: 600px;
    min-height: 500px;
    padding: 20px 50px;
    float: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;

}

h2.hl{
    background: url('/images/header-line.png') no-repeat left bottom;
    margin: 10px 0;
    text-align: center;
    padding-bottom: 10px;
    color: #4f4b4b;
    font-family: lithos;
}

h2.normal{
    margin: 10px 0;
    text-align: center;
    color: #4f4b4b;
    font-family: lithos;
    font-size: 1em;
}

#nlin{
    width: 110px;
    height: 20px;
    margin: -10px auto 10px auto;
    font-size: 0.8em;
    padding: 0 5px;
    box-shadow: 0px 2px 5px #000;
    border: 1px solid #eee;
}
#nlsb{
    background: #f2f6f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
    padding: 5px;
    color: #464647;
    font-family: Arial;
    font-weight: bold;
    box-shadow: 0px 2px 5px #000;
    border: 1px solid #eee;
    font-size: 0.9em;
    cursor: pointer;
}

.news{
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    box-shadow: 0px 10px 25px -10px #dbdbdb;
}

.news h1, .article h1{
    font-family: lithos;
    color: #4f4b4b;
    font-size: 1.5em;
}
.article h1{
    margin-bottom: 15px;
}
a:link, a:visited, a:active{
    color: #99b0cc;
}

.article, .news {
    line-height: 1.7em;
    color: #3a3a3a;
}
.clear{
    clear: both;
}

.article ul{
    list-style-type: none;
}

.article ul li{
    background: url('/images/li-bg.png') no-repeat left top;
    padding-left: 10px;
}

#pic-frame{
    height: 74px;
    width: 110px;     
    overflow:hidden;
    box-shadow: 0px 2px 5px #000;
    border: 1px solid #eee;
    position: relative;
    margin: 0 auto;
}

#pic-frame img{
    width: 110px; 
    /*height: 87px;*/
    position: absolute;
    left: 0;
}

.warn, .inf{
    padding: 5px 0;
}

#visits{
    display: inline-block;
    background: #000;
    box-shadow: 0px 2px 5px #000;
    color: #fff;
    padding: 0 5px 0 8px;
    line-height: 2em;
    letter-spacing: 5px;
    text-align: center;
}

.mini
{
    width: 50%;
    border: none;
    padding: 10px;
}

.banner{
    display: block;
    margin: 0 auto;
}
.comment-form{
    width: 575px;
}
.comment-form input{
    margin: 10px 0;
}

.comment-form input[type=text]{
    height: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control {
    height: auto;
    min-height: 60px;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.comment-block{
    padding: 10px 0;
    margin: 5px 0;
    border-radius: 5px;
}
.comment-block div{
    margin: 10px 5px;
}

.cmt-bg1{
    background: #f3f3f3;
}

.cmt-bg2{
    background: #e3e9ed;
}

.cmt-text{
    font-style: italic;
}