/* ------------------------------------------- */
/* base CSS */
/* ------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align: center;
}
.All {
	margin:0px auto;
	padding:0px 10px;
	width: 790px;
	text-align: left;
	background: url(/img/all/base_bg.gif) repeat-y 0px 0px;
	position: relative;
}
p{
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.clear {
	font-size:1px;
	clear:both;
}
a:link {
	color: #3d81c0;
	text-decoration: underline;
}
a:visited {
	color: #3d81c0;
	text-decoration: underline;
}
a:hover {
	color: #6fa6d9;
	text-decoration: underline;
}
.HeaderArea {
	margin:0px 20px;
	padding:5px 0px 0px;
	width: 750px;
	height: 80px;
}
.HeaderH1Area{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.HeaderArea h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	width: 350px;
	float:left;
}
.HeadTextArea {
	float:right;
}
.HeaderLogoArea{
	margin: 12px 0px 0px;
	padding: 0px;
	overflow: hidden;
	width: 750px;
}
.HeaderLogoArea a img {
	margin:0px;
	padding:0px;
	float:left;
	width: 260px;
	height: 40px;
}
.AdressBox {
	margin: 0px;
	padding: 0px;
	float:right;
}
/* ------------------------------------------- */
/* MainMenu CSS */
/* ------------------------------------------- */
.MainMenuArea {
	margin: 0px;
	padding: 30px 20px 0px;
	background: url(/img/all/globalnavi_bg.gif) repeat-x 0px 0px;
	height: 30px;
	width: 750px;
}
.MainMenuArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	width: 750px;
}
.MainMenuArea ul li {
	display: inline;
	height: 30px;
	float: left;
}
.MainMenuArea ul li a {
	margin: 0px;
	padding: 0px;
	height: 30px;
	position: relative;
	overflow: hidden;
	display: block;
	font-size: 1px;
}
.MainMenuArea ul li a.Company,
.MainMenuArea ul li a.Company span{
	width: 130px;
}
.MainMenuArea ul li a.Business,
.MainMenuArea ul li a.Business span{
	width: 135px;
}
.MainMenuArea ul li a.Equlpment,
.MainMenuArea ul li a.Equlpment span{
	width: 145px;
}
.MainMenuArea ul li a.Contact,
.MainMenuArea ul li a.Contact span{
	width: 150px;
}
.MainMenuArea ul li a.Home,
.MainMenuArea ul li a.Sitemap,
.MainMenuArea ul li a.Home span,
.MainMenuArea ul li a.Sitemap span{
	width: 95px;
}
.MainMenuArea ul li a span img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.MainMenuArea ul li a.Company span,
.MainMenuArea ul li a.Business span,
.MainMenuArea ul li a.Equlpment span,
.MainMenuArea ul li a.Contact span,
.MainMenuArea ul li a.Home span,
.MainMenuArea ul li a.Sitemap span {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	cursor: hand;
}
.MainMenuArea ul li a.Company span {
	background: url(/img/all/comp_menu_hover.gif) no-repeat 0px 0px;
}
.MainMenuArea ul li a.Business span {
	background: url(/img/all/busin_menu_hover.gif) no-repeat 0px 0px;
}
.MainMenuArea ul li a.Equlpment span {
	background: url(/img/all/equlp_menu_hover.gif) no-repeat 0px 0px;
}
.MainMenuArea ul li a.Contact span {
	background: url(/img/all/contact_menu_hover.gif) no-repeat 0px 0px;
}
.MainMenuArea ul li a.Home span {
	background: url(/img/all/home_menu_hover.gif) no-repeat 0px 0px;
}
.MainMenuArea ul li a.Sitemap span {
	background: url(/img/all/sitemap_menu_hover.gif) no-repeat 0px 0px;
}
.MainMenuArea ul li a:hover {
	background-color:transparent;
}
.MainMenuArea ul li a:hover span img{
	visibility:hidden;
}
/* ------------------------------------------- */
/* Footer CSS */
/* ------------------------------------------- */
.Footer{
	padding: 20px 0px;
	text-align: center;
	margin: 0px;
}
/* ------------------------------------------- */
/* Pankuzu CSS */
/* ------------------------------------------- */
.Pankuzu {
	margin: 20px;
	padding:0px;
	color: #3d81c0;
}
