/**
 * @author ( Zikiy Vadim )
 * @package Joomla Template
 * @copyright Copyright (C) 2012 All rights reserved.
 */
 

body {
}

/* GENERAL */
#wrapper,
.wrapper {
    position:relative;
    width: 960px;
    max-width: 960px;
    margin: 0 auto;
    /*outline: 2px solid red;*/
}
.banner_wrapper{
    width: 998px;
    height: 440px;
    margin: 0 auto;
}
#top_bkgrnd{
    position: absolute;
    background-color: #FF6936;
    height: 172px;
    width: 100%;
    /*z-index: -100;*/
}
#header {
    display:block !important;
    position:relative;
    overflow:hidden;
    height: 130px;
    /*outline: 2px solid green;*/
    /*z-index: 10;*/
}
#left_shadow{
    position: absolute;
    left: -28px;
    width: 28px;
    height: 400px;
    background-image: url('../images/left_shadow.png');
    background-position: top left;
    background-repeat: no-repeat;    
}
#right_shadow{
    position: absolute;
    right: -28px;
    width: 28px;
    height: 400px;
    background-image: url('../images/right_shadow.png');
    background-position: top right;
    background-repeat: no-repeat;    
}
#logo {
    width: 211px;
    height: 130px;
    background-image: url('../images/logo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}
#logo  a{
    display: block;
    width: 212px;
    height: 132px;
}
#top_header {}

#container {    
    overflow:hidden;
    /*border: 2px solid blue;*/
    min-height: 100%;
}
a#mpechat{
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 288px;
	height: 78px;
	/*border: 1px solid red;*/
}

/*заключаем все содержимое внутрь блока*/
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#left{
    float:left;
    width: 20%;
/*    position:relative;*/
    /*border: 2px solid green;*/
}

/*центральный блок*/
#contentWrapper, #LcontentWrapperR, #LcontentWrapper, #contentWrapperR {
/*    position:relative;*/
    /*border: 2px solid gold;*/
}

/*центральный блок + левая и правая колонки*/
#LcontentWrapperR {
    margin: 0 auto;
    width: 58%;
}

/*центральный блок с левой или правой колонкой*/
#LcontentWrapper, #contentWrapperR{
    width: 79%;
}
/*центральный блок с левой колонкой*/
#LcontentWrapper{
    margin-left: 21%;
}
/*центральный блок с правой колонкой*/
#contentWrapperR{
    margin-right: 21%;
}

#right{
    float:right;
    width: 20%;
/*    position:relative;*/
    /*border: 2px solid blue;*/
}

#breadcrumbs{}



#copyrights{
    text-align: center;
}

#footer{
    min-height: 95px;
}
#footer .my_right{
    float: right;
    margin-top: 20px;
    line-height: 20px;
}
#footer .my_left{
    float: left;
    line-height: 95px;
}
/*FOR BLOG clr*/
.category-desc {
    overflow: auto;
}
.clr{
    float: none;
    clear: both;
    content: "";
    margin: 0;
    padding: 0;
    display: display;
    overflow: hidden;    
    visibility: hidden;
    height: 0;
}

