@charset "utf-8";
/* CSS Document */


#header
{
	width:950px;
	height:75px;
	float:left;
    background-color: #ffffff;
}
#footer
{
	width:950px;
	height:50px;
    color: #ffffff;
    text-align: center;
}
.menu_footer
{
     border-top: #c0c0c0 1px solid;
     padding: 5px 0 5px 0;
     text-align: center;
     border-bottom: #8fac93 1px solid;
     margin-top: 30px;
     font-size: 11px;
     color: #ebebeb;
}
.menu_footer  a, .menu_footer :visited
{
	color:#999999;
	text-decoration: none;
}
.menu_footer  a:hover
{
	color: #f4862d;
	text-decoration: none;
}
.headerLogo
{
	width:250px;
	height:75px;
	float:left;
    margin:0 0 0 20px;
}
.headerLang
{
	width:247px;
	height:75px;
	float:right;
	text-align:center;
    background: url(../images/bg-lang.jpg) no-repeat top;
	margin:0 20px 0 0;
	*margin:0 15px 0 0;
}
.content_left
{
	width:617px;
	float:left;
    background-color: #ffffff;
    margin:10px 0 0 20px;
	/ margin:10px 0 0 15px;
}
.content
{
	width:617px;
	float:left;
    background-color: #ffffff;
    margin-top:20px;
}
.bgFlash
{
  width: 617px;
  height: 345px;
  z-index:0;
}
.bgPromotion
{
  width: 617px;
  margin-top: 20px
}
.content_right
{
	width:283px;
	float:right;
    background-color: #ffffff;
    margin:10px 20px 0 0;
	*margin:10px 15px 0 0;
    vertical-align: top;
}
.bgSearch
{
  width: 283px;
  height: 135px;
  background: url(../images/bg_search.jpg) no-repeat;
  padding-top:55px;
}
.bgMap
{
  width: 283px;
  height: 345px;
  margin-top: 20px
}
.bgWeather
{
  width: 283px;
  height: 257px;
  background: url(../images/bg_weather.jpg) no-repeat;
  margin-top: 20px
}
.bgNews
{
  width: 283px;
  margin-top: 20px
}
.contentNews
{
  width: 253px;
  margin: 10px 0 0 15px;
}


