body 
{
	background: url('../img/lay_winter/bg.jpg') repeat-x #ffffff;
}

a
{
	color: #261f27;
}

#top .bar1
{
	background: #7fd9ff;
}

/* menu */

#top .menu a 
{
	color: #818181;
}

#top .menu a:hover, #top .menu a.selected
{
	background: #858585;
	color: #ffffff;
}

#top .langs a
{
	color: #818181;
}

#top .langs a.selected
{
	background-color: #7fd9ff;
}

#top .langs a:hover
{
	background-color: #7fd9ff;
	/*color: #ffffff; */
}

#banner 
{
	background: url('../img/lay_winter/bg_banner.jpg') no-repeat;
}

#banner .img
{
	background: url('../img/lay_winter/banner_img.jpg') no-repeat;
}

#content 
{
	background: #91d8f7;
}

#content .shadow 
{
	background: url('../img/lay_winter/shadow_content.png') repeat-x;
}

#content .box_darker
{
	background: #89d5f6;
}

#content .left .cnt .menu a 
{
	color: #393939;
	border-bottom: 1px solid #a6e3ff;
}

#content .left .cnt .menu a:hover 
{
	color: #818181;
}

#footer 
{
	background: #393939;
	color: #757575;
}

#footer a
{
	color: #757575;	
}

#footer a:hover
{
	color: #999999;
}

.button_more
{
	background: url('../img/lay_winter/button_more.png') no-repeat;
	width: 58px;
	height: 33px;
}

