@charset "utf-8";
#HeaderCarImage {
	position:absolute;
	left:0px;
	top:132px;
	width:760px;
	height:212px;
	z-index:1;
	visibility: visible;
}
#HeaderBg {
	position:absolute;
	left:0px;
	top:0px;
	width:922px;
	height:132px;
	z-index:2;
	visibility: visible;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat;
}
#HeaderSideMenu {
	position:absolute;
	left:20px;
	top:116px;
	width:175px;
	height:225px;
	z-index:3;
	background-color: #FFF;
	visibility: visible;
}
#HeaderLogo {
	position:absolute;
	left:5px;
	top:45px;
	width:360px;
	height:65px;
	z-index:5;
	visibility: visible;
}
#HeaderTopMenu {
	position:absolute;
	left:345px;
	top:56px;
	width:418px;
	height:55px;
	z-index:4;
	visibility: visible;
	background-image: url(../images/menu_img.gif);
	font-family: Verdana, Geneva, sans-serif;
}
#HeaderTopMenu table tr td a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#HeaderTopMenu table tr td a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#HeaderSideMenu table tr td a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background-image: url(../images/side_menu.jpg);
	display: block;
	height: 30px;
	width: 175px;
	text-decoration: none;
}
#HeaderSideMenu table tr td a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/side_menu_red.jpg);
	display: block;
	height: 30px;
	width: 175px;
	text-decoration: none;
}
#HeaderSideMenu table tr td {
	line-height: 30px;
	text-indent: 30px;
}

