.menu {
    list-style: none;
    background-color: #D8D8D8;
    display: block;
    height: 28px;
    padding-left: 1px;
}


.menu li {
    float: left;
    display: block;
    background: url('/images/menu_item_l.gif') no-repeat 0 0;
    height: 28px;
}
.menu li a {
    display: block;
    background: url('/images/menu_item_r.gif') no-repeat 100% 0;
    text-align: center;
    height: 26px;
    color: #000;
    width: 111px;
    line-height: 21px;
    font-size: 15px;
    font-weight: bold;
    padding-top: 2px;
}
.menu li.menu_hover {
    background-position: 0 -28px;
}
.menu li.menu_hover a {
    background-position: 100% -28px;
    color: #FFF;
}
.menu li span {
    display: none;
    background: url('/images/menu_item_.gif') no-repeat 0 0;
    width: 13px;
    height: 6px;
    position: absolute;
    margin-left: 50px;
    margin-top: -1px;
    
}
.menu li.menu_hover span {
    display: block;
}

.submenu {
    position: absolute;
    left: 10px;
    display: none;
    margin-top: 0px;
    padding-top: 5px;
    width: 100%;
    
}
.menu li.menu_hover .submenu {
    display: block;
}

ul.submenu li {
    float: left;
    height: 21px;
    background: none;
}



ul.tabs {
 height: 28px;
 line-height: 25px;
 list-style: none;
 border-bottom: 1px solid #E4E4E4;
 }
 .tabs li {
 display: inline;
 font-size: 1em;
 outline: 0;
 border: 0;
 background: #D8D8D8;
 color: #555;
 padding: 7px 10px;
 margin: 20px 0 0 0;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 vertical-align: middle;
 cursor:pointer;
 
 }
 .tabs li:hover {
 background: #2e4c79;
 color: #fff
 }
 .tabs li.current {
 background: #2e4c79;
 color: #fff
 }
 .box {
 display: none;
 }
 .box.visible {
 display: block;
 }




#social-abs{
padding-left:980px;
padding-top:150px;
width: 70px;
height: 1px;
position:absolute;
display: inline;
}

#social-abs .top1 {
	width: 70px;
	height: 7px;
	background: url(/images/fb/soc-top-2.png);
}
#social-abs .bottom1 {
	width: 70px;
	height: 7px;
	background: url(/images/fb/soc-bot-2.png);
}
#social-abs .tent {
	padding: 3px 10px;
background: url("/images/fb/soc-bg-2.png") repeat-y;;
}

#social-abs .fb {
	margin-top: 10px;
	margin-left: 1px;
	width: 48px;
	height: 61px;
	overflow: hidden;
}

.facecom {
padding-top:10px;
width:45px;
}

.googlecom {
padding-top:10px;
width:45px;
}
.vk_like {
width:100px;
}


@media screen and (max-width: 320px), (max-width: 480px), (max-width: 640px), (max-width: 800px), (max-width: 960px), (max-width: 1024px){
 #social-abs { display: none! important; }
}



.youtube{
	width: 200px;
	margin: 0 auto;
}

.youtube a > img {
	width: 200px;
	height: auto;
       
}

.youtube a {
	display: block;
	position: relative;
}

.youtube a:after {
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url("../images/player_play.png") no-repeat;
	content: " ";
	opacity: 0.8;
	margin-top:  -32px;
	margin-left: -32px;
}

.youtube2{
	width: 418px;
	margin: 0 auto;
}

.youtube2 a > img {
	width: 418px;
	height: auto;
       
}

.youtube2 a {

	display: block;
	position: relative;
}

.youtube2 a:after {
	width: 128px;
	height: 128px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url("../images/player_play1.png") no-repeat;
	content: " ";
	opacity: 0.8;
	margin-top:  -64px;
	margin-left: -64px;
}

.bannertop {
padding-bottom:10px;
}

