/* $Id$ */

/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 
  background: #F1F7F9 url(../images/ny2012_bg.png) repeat-x;
  
  2015:
  
    background-color: #ECF5F5;
	background-image: url(../images/for-new-year-2013.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	
  
	basic  
	background-color: #F1F7F9;
 
 */

html{
}

body {
	background-image: url(../images/fon-front.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F1F7F9;
}

#page-wrapper {
	min-height: 1040px;
}

#page {
}

#header {
}

#header .section {
}

.front.i18n-ru #navigation {
    height: 232px;
    overflow: visible;
/*    background: url(../images/home-header-right-high.png) right no-repeat;*/
    background: url(../images/home-header-right.png) right no-repeat;
}
.front.i18n-ru #navigation .section{
    height: 232px;
/*    background: url(../images/home-header-left-high.png) left no-repeat;*/
    background: url(../images/home-header-left.png) left no-repeat;
}

#main-wrapper {
}

#main {
}

#footer {
}

#footer .section {
}