/* -------------- id a class ------------------ */
#container
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 850px;
}
.cleaner
{
	font-size: 1px;
	height: 1px;
	clear: both;
}
#header-top
{
	height: 60px;
	width: 850px;
	float: left;
}
#header
{
	width: 850px;
	height: auto;
	float: left;
	margin-bottom: 3px;
	background: #ffffff;
}
#header-top-left
{
	float: left;
	width: 250px;
	height: 60px;
}
#header-languages
{
	width: auto;
	float: right;
	padding-top: 20px;
}
.fl
{
	float: left;
}
#top-nav
{
	float: right;
	height: 60px;
	width: 315px;
}
#nav-top
{
	background: #bebebe;
	height: 5px;
	font-size: 1px;
	width: 315px;
	float: left;
}
#search
{
	float: left;
}
#search input
{
	float: left;
	background: #cccccc;
	margin-right: 1px;
	padding: 1px;
	margin-top: 20px;
	border: none;
	
}
#search button
{
	width: 40px;
	height: 14px;
	border: none;
	padding: 0px;
	margin-top: 20px;
}
.quick-choice
{
	float: right;
	padding-top: 5px;
	margin-left: 3px;
}
/* main menu */
#main-menu
{
	float: left;
	width: auto;
	background-image: url(../../common/pages/img/menu_edge.gif);
	background-repeat: repeat-x;
	background-position: 1px 0px;
	padding-left: 1px;
	padding-right: 1px;
}
#main-menu-vn
{
	float: left;
	width: 845px;
	height: 16px;
	background-image: url(../../common/pages/img/menu_back.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}
