@import url("general.css");

div#header{
	height:389px;
	width:900px;
	margin:0 auto;
	position:relative;
}

/*menu*/
	div#header ul{
		position:absolute;
		right:19px;
		top:15px;
	}
		div#header ul li{
			float:left;
		}
			div#header ul li a{
				display:block;
				height:83px;
				text-indent:-9999px;
			}
				div#header ul li#menuShop a{
					width:180px;
					background-image:url(../images/top/menuShop.gif)
				}
				div#header ul li#menuBlog a{
					width:94px;
					background-image:url(../images/top/menuBlog.gif)
				}
				div#header ul li a:hover,
				div#header ul li a:focus{
					background-position:0 -83px;
				}
				
/*header*/
	div#header h1{
		height:389px;
		width:auto;
		background:url(../images/top/h1.gif);
		text-indent:-9999px;
	}
		* html body div#header h1{
			margin:0 0 0 10px;
		}
	div#header h2{
		position:absolute;
		top:215px;
		left:333px;
		width:454px;
		height:174px;
		background:url(../images/top/h2.gif);
		text-indent:-9999px;
	}

/*menu*/
	ul#menu{
		margin:0 -25px;
		padding:29px 0 0 56px;
		background:url(../images/top/bgMenu.gif) no-repeat center top;
		overflow:auto;
	}
		* html body ul#menu{
			width:894px;
			margin:0 -12.5px;
			padding:30px 0 0 56px;
		}
		ul#menu li{
			float:left;
		}
			ul#menu li a{
				display:block;
				width:139px;
				height:170px;
				text-indent:-9999px;
			}
				ul#menu li#menuNews a{
					background-image:url(../images/top/menuNews.gif);
				}
				ul#menu li#menuConcept a{
					background-image:url(../images/top/menuConcept.gif)
				}
				ul#menu li#menuBusiness a{
					background-image:url(../images/top/menuBusiness.gif)
				}
				ul#menu li#menuBrand a{
					background-image:url(../images/top/menuBrand.gif);
				}
				ul#menu li#menuAbout a{
					background-image:url(../images/top/menuAbout.gif);
				}
				ul#menu li#menuContact a{
					background-image:url(../images/top/menuContact.gif);
				}
					ul#menu li a:hover,
					ul#menu li a:focus{
						background-position:0 -170px;
					}
	
	p#menuMailmagazine{
		margin:14px 0 0 0;
		clear:both;
	}
		p#menuMailmagazine a{
			display:block;
			width:306px;
			height:95px;
			margin:0 auto;
			background-image:url(../images/top/menuMailmagazine.gif);
			text-indent:-9999px;
		}
			p#menuMailmagazine a:hover,
			p#menuMailmagazine a:focus{
				background-position:0 -95px;
			}
			
	address a{
		display:none;
	}
