
/*---------------------------------------------------------------*/
/*START general styles*/

* {
    font-family: "Open Sans", "sans-serif";
}

img{
    border: 0;
}

body{
    background: url("/pic/bg.png") repeat;
    margin: 0;
    padding: 0;
}



#wrapper{
    width: 980px;
    margin: 0px auto;
}

p {
    margin: 0;
    display: block;
}


ul, li{
    margin: 0;
    list-style: none;

}

ul{
    padding-left: 13px;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-weight: 400;
}

.clear{
    clear: both;
}


/*END general-purpose classes*/
/*---------------------------------------------------------------*/




/*---------------------------------------------------------------*/
/*START HEADER*/

#header{
    position: relative;
    width: 100%;
    color: #000;
    margin-bottom: 0px;
}

#header .logo{
    position: relative;
    display: inline-block;
    margin: 10px 0px 10px 20px;
}

#header-left{
    display: inline-block;
    width: 220px;
}

#header-right{
    display: inline-block;
    position: absolute;
    left: 660px;
    top: 10px;
    width: 335px;
}

.nav {
    margin-bottom: 0px;

}


.mail{
    display: inline-block;
    background: url("/pic/mail.png") no-repeat 2px 3px;
    padding-left: 30px;
    margin-right: 15px;
}

.telephone{
    display: inline-block;
    background: url("/pic/telephone.png") no-repeat 0px 5px;
    padding: 4px 0px 0px 30px;
}

.telephone b {
    font-size: 16px;
}


/* Subnav */
.subnav {
    display: inline-block;

    margin-top: 65px;
    margin-bottom: 0px;
    height: 36px;
    background-color: #eeeeee; /* Old browsers */
    background-repeat: repeat-x; /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.subnav .nav {
    margin-bottom: 0;
}
.subnav .nav > li > a {
    margin: 0;
    padding-top:    11px;
    padding-bottom: 11px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
    padding-left: 13px;
    color: #777;
    background-color: #e9e9e9;
    border-right-color: #ddd;
    border-left: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
    border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
    border-left: 0;
    padding-left: 12px;

}
.subnav .nav > li:last-child > a {
    border-right: 0;
}
.subnav .dropdown-menu {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}


/*END HEADER*/
/*---------------------------------------------------------------*/




/*---------------------------------------------------------------*/
/*START SLIDER*/

#slider{
    width: 960px;
    margin: 10px auto 20px auto;
    border: 1px solid #fff;
    z-index: 80;
}

.slide{
    width: 960px;
    z-index: 90;
}


.carousel{
    width: 960px;
    margin: 0 auto;
    padding-top: 0px;
    margin-bottom: 0px;
}

#arrow_right{
    position: absolute;
    display: block;
    margin-top: 113px;
    margin-left: 937px;
    width: 23px;
    height: 34px;
    background: url("../pic/arrow_right.png") no-repeat top center;
    cursor: pointer;
    z-index: 100;
}

#arrow_left{
    position: absolute;
    display: block;
    margin-top: 113px;
    margin-left: 0px;
    width: 23px;
    height: 34px;
    background: url("../pic/arrow_left.png") no-repeat top center;
    cursor: pointer;
    z-index: 100;
}

/*END SLIDER*/
/*---------------------------------------------------------------*/




/*---------------------------------------------------------------*/
/*START MAIN*/

#main{
    background-color: #fff;
    color: #333333;
    width: 920px;
    margin: 0 auto;
    padding: 20px;
    font-size: 13px;
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

h2{
    margin-bottom: 20px;
}


.mb-left{
    display: inline-block;
    width: 670px;
    margin-right: 40px;
}

.mb-right{
    display: inline-block;
    width: 180px;
    vertical-align: top;
}

.mbr-block{
    padding-left: 0px;
}

.curs{
    text-align:  center;
    margin-top: 20px;
}

.divide {
    width: 100%;
    background: url("/pic/divide.png") repeat-x;
    height: 6px;
    margin: 20px 0px 25px 0px;
}

.price {
    width: 100%;

}

.price tr:nth-child(odd){
    background: #eee;
}

.price tr:hover{
    background: #9fdeff;
}

.price th{
    font-size: 18px;
    padding: 10px;
    color: #fff;
    background: #444247;
    text-align: left;
}

.price td{

    text-align: left;
    font-size: 14px;
    padding: 10px;
}

.hl{
    background: #c7ffcf !important;
}

.cur{
    display: inline-block;
    font-size: 12px;
    margin-right: 50px;
}

.cur b{
    display: inline-block;
    font-size: 14px;
}

.lic img{
    margin-right: 40px;
}

/*END MAIN*/
/*---------------------------------------------------------------*/




/*---------------------------------------------------------------*/
/*START FOOTER*/

#footer{
    position: relative;
    height: 120px;
    width: 100%;
    margin-top: 25px;
    font-size: 12px;
    border-top: 2px solid #000;
}

#footer .logo{
    position: relative;
    display: inline-block;
    margin: 20px 0px 0px 20px;
    width: 700px;
}

#footer-right{
    display: inline-block;
    vertical-align: top;
    margin: 20px 0px 0px 20px;
}



/*END FOOTER*/
/*---------------------------------------------------------------*/