html, body
{
position:absolute !important;
    margin: 0;
    padding: 0;
    font: 14px 'Open Sans Regular';
    color: #000;
width:100%;
height: 100%;
margin-right:0px;
}

* html .wrapper
{
height: 100%;
//width:100%;
}

img
{
    border: 0;
}

h1
{
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 20px;
}

h1:after
{
    content: '';
//border: 1px solid #bebebe;
    display: block;
    margin-top: -17px;
}

h1 span
{
    background: #fff;
    padding-right: 30px;
}

a:active, a:focus, img, input
{
    outline: 0;
}

a, b
{
    color: #406f7c;
}

a:hover
{
    text-decoration: none;
}

.left
{
    float: left;
}

.center
{
    text-align: center;
}

.right
{
    float: right;
margin-right:8%;
}

.clear
{
    clear: both;
}

.wrapper
{
//width:100%;
min-height: 100%;
    margin-bottom: -50px;
}

.buffer
{	
	text-align:center;
    clear: both;
    height: 120px;
    padding-top: 30px;
}

.buffer a
{
margin-right:10px;
font-weight:600;
//color: #000;
text-decoration: none;
border-bottom: 2px solid #bebebe;

}

.buffer a:hover
{
color: #bb1846;
}

.buffer:before
{
    content: '';
display: block;
//background: url("./images/sprite.png") center -104px no-repeat;
    height: 33px;

}

.header
{
    width: 100%;
min-width:1000px;
	padding: 30px 0 0 0;
    margin: 0 auto;
}

a.logo
{
    display: block;
    float: left;
margin-left:8%;
    background: url("./images/logo1.png") 0 0;
    width: 225px;
    height: 99px;
}

.header a span
{
    display: none;
}

.phone
{
    float: right;
	margin-right: 20px;
    color: #000;
    font-size: 24px;
}

.phone span
{
    font-size: 16px;
    color: #adadad;
}

.phone strong
{
    color: #adadad;
}

.phone:before
{
/* content: '';
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    background: url("./images/sprite.png") -167px 0;
margin: 5px 10px 0 0;*/
}

.header .right
{
    width: 146px;
}

.header .right a
{
    display: block;
    float: left;
    margin: 0 0 10px 10px;
    background: url("./images/sprite5.png");
    height: 26px;
}

.header .right a:nth-child(1)
{
    width: 27px;
    background-position: 0 -73px;
}

.header .right a:nth-child(1):hover
{
    background-position: -91px -73px;
}

.header .right a:nth-child(2)
{
    width: 26px;
    background-position: -54px -73px;
}

.header .right a:nth-child(2):hover
{
    background-position: -145px -73px;
}

.header .right a:nth-child(3)
{
    width: 27px;
    background-position: -27px -73px;
}

.header .right a:nth-child(3):hover
{
    background-position: -118px -73px;
}

.header .right a:nth-child(4)
{
    width: 26px;
    background-position: -167px -26px;
}

.header .right a:nth-child(4):hover
{
    background-position: -193px -26px;
}

.header input
{
    float: right;
}

.header input[type=text]
{
    width: 94px;
    border: 1px solid #adadad;
    border-right: 0;
    padding: 0 5px 0 10px;
    height: 24px;

    -webkit-border-top-left-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;

behavior('./include/PIE.htc');
}

.header input[type=submit]
{
    clear: both;
    padding: 0;
    margin: 0;
    border: 0;
    background: url("./images/sprite5.png") -167px -52px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.header input[type=submit]:hover
{
    background-position: -193px -52px;
}

.main-menu
{
    clear: both;
    padding-top: 30px;
    margin-bottom: 37px;
	overflow: hidden;
}

.main-menu:after
{
    content: '';
    border: 1px solid #bebebe;
    display: block;
    margin-top: 10px;
}

.main-menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
	left: 50%;
    float: left;
}

.main-menu li
{
    position: relative;
    float: left;
	right: 50%;
    font-size: 1em;
    background: #fff;
    padding: 0 10px;
    height: 25px;
}

.main-menu li:first-child:before, .main-menu li:last-child:after
{
/*content: '';
   background: #fff;
    display: block;
    float: left;
    width: 30px;
height: 15px;*/
}

.main-menu li:last-child:after
{
// float: right;
}

.main-menu a
{
    color: #000;
    text-decoration: none;
}

.main-menu a:hover
{
    color: #bb1846;
}

.main-menu a.active
{
    border-bottom: 2px solid #bebebe;
}

.gallery
{
//width:1000px !important;
padding:0;
margin:0;
//clear: both;
background: url("./images/slbg.jpg") center top repeat-x;
}

.content
{
width: 1000px;
padding:0 20px;
margin: 0 auto;
}

.main-left
{
    float: left;
//    width: 550px;
//padding-right: 20px;
}

.main-right
{
    float: left;
    width: 430px;
}

.main-right-more
{
    clear: both;
    margin: 0 auto;
    padding-top: 30px;
    width: 675px;
}

.main-right a, .main-right-more a
{
    float: left;
}

.main-right a:nth-child(1), .main-right-more a
{
//margin-right: 20px;
}

.main-right-more a:last-child
{
    margin-right: 0;
}

.main-right img
{
    max-width: 205px;
}

.footer-wrapper
{
    background: #bebebe;
    color: #fff;
    height: 60px;
}

.footer
{
//width:100%;
padding: 20px 20px 0;
margin: 0 auto;
}