/* CSS Document */
.body 
{
  background: #C4C4C4;
}

.full_width 
{
	width: 100%;
	text-align: center;
	background-image: url(images/en/site_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.site_container
{
  width: 778px;
  text-align: left;
  margin: auto;
  background-image: URL(images/en/content_bg.jpg);
}

.header_section
{
  width: 778px;
  background-color: #807f7f;
}

.content_section 
{
  width: 778px;
  background-image: URL(images/en/content_bg.jpg);
}

.footer_section
{
  width: 778px;
}

.left_menu
{
  float: left;
  width: 174px;
  
 
}

.content
{
  float: left;
  width: 565px;
  min-width: 565px;
  background: #FFFFFF;
}
.float_left
{
  float: left;
}

.clear_both
{
  clear: both;
}

#category_menu 
{

	width: 174px;
	background-image: URL(images/left_nav_bg.gif);
	background-repeat: no-repeat;
}

#category_menu ul 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#category_menu li
{
	line-height: 33px;
	width: 100%;
	background-image: url(images/category_bg.gif);
}

#category_menu ul li li a
{

	margin-left: 10px;

}


#category_menu a
{
	padding-left: 10px;
	font-size: 13px;
	color: #353097;
	text-decoration: none;
}
#category_menu a:hover
{
	padding-left: 10px;
	font-size: 13px;
	color: #878787;
	text-decoration: none;
}

#current 
{
	color: #016786;
	font-weight: bold;
}