/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 /*херня удалить*/
 html{
	height:100%;
 }
 body{min-height:100%;
 margin-bottom:-30px;}
 
 
 
 /*Главная верстка. Монитор. Главный размер*/
body {
    background: rgba(0, 0, 0, 0) url("../images/background/bottom.jpg") repeat-x scroll center bottom;
    padding-bottom: 100px;
}
 
	/*Главное меню*/
#tm-top-a{
	width:1070px;
	margin-left:-85px;
}
.mainmenu {
    background-image: url("../images/background/header.jpg");
    background-repeat: no-repeat;
	padding-top:0;
}
.mainmenu > ul {
    margin: 0 auto !important;
    width: 695px;
}
.mainmenu>ul>li{ 
	float:left;
	text-align:center;
}
.mainmenu>ul>li>a{
	font-size:0;
	padding:0;
}
.main1 {
    background: rgba(0, 0, 0, 0) url("../images/background/led_skylptyri.png") no-repeat scroll center center !important;
    height: 250px;
    margin-right: -64px;
    width: 296px;
}
.main1:hover {
    background: rgba(0, 0, 0, 0) url("../images/background/led_skylptyri_hov.png") no-repeat scroll center center !important;
}
.main2 {
    background: rgba(0, 0, 0, 0) url("../images/background/logo.png") no-repeat scroll center 120px !important;
    height: 250px;
    margin-right: -64px;
    position: relative;
    width: 250px;
    z-index: 5;
}
.main2:hover {
    background: rgba(0, 0, 0, 0) url("../images/background/logo_hov.png") no-repeat scroll center 120px !important;
}
.main3 {
    background: rgba(0, 0, 0, 0) url("../images/background/piwevoi_led.png") no-repeat scroll center center !important;
    height: 250px;
    width: 250px;
}
.main3:hover {
    background: rgba(0, 0, 0, 0) url("../images/background/piwevoi_led_hov.png") no-repeat scroll center center !important;
}


/*Левое меню*/
.left-menu > ul > li {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    margin: 5px 0;
}
.left-menu > ul > li.uk-active{
	background:none;
}
.left-menu > ul > li > a {
    padding: 3px 10px 3px 3px;
	font-size:16px;
}
.left-menu > ul > li > div > ul > li{	
    margin: 0;
}
.left-menu > ul > li > div > ul > li >a {
	font-size:14px;
	padding:0;
}



/*Акордион*/
.uk-accordion-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #cccccc;
    font-family: Arial;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 4px;
}
.uk-accordion-content {
    color: #aaaaaa;
    font-style: italic;
    padding-bottom: 35px;
    padding-left: 40px;
    text-align: justify;
}





/*Главные тексты*/



.uk-grid-width-xlarge-1-5{
	clear:both;
}