@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background-color:#898989;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a 
{
	outline: none;
	border: none;
}
img
{
	border: none;	
}
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{

	font-family: "Futura Condensed", "Arial Narrow", "Futura", "Arial", sans-serif;

}

#HM_header
{
	position: relative;
	width: 338px;
	height: 71px;
	margin: 0 auto;
	background:transparent url(../images/logo_menu.gif) no-repeat center center;
}

#HM_header h1 a
{
    display: block;
	text-indent: -9999px;
	height:50px;
}

#HM_header ul
{
	margin: 0;
	padding: 0;
	list-style-type:none;
 	position: absolute;
	top: 52px;
	left: 83px;
	width: 168px;
	height: 14px;
	
}


#HM_header li
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 14px;
	text-align:	center;
	
}

#HM_header a
{	
	display: block;
	height: 14px;
	text-indent: -9999px;
}


#HM_header li.item1, #HM_header li.item1 a 
{
	width: 42px;
}

#HM_header li.item2, #HM_header li.item2 a
{
	width: 34px;
}

#HM_header li.item3, #HM_header li.item3 a
{
	width: 70px;
}


#HM_imageArray
{
	width: 380px;
	margin: 5px auto;
	position: relative;
	height: 430px;
	overflow: hidden;	
}
#HM_imageArray .mask
{
	Position: absolute;
	top: -1px;
	left: -1px;
}

#HM_imageArray .price
{
	position: absolute;
	right: 0;
	bottom: 0;
	
}

label
{
	width: 97px;
	display: block;
	font-size: 11px;
	padding: 5px 0;
}

input
{
outline: none;
}

#HM_footer
{
	position: relative;
}

#HM_footer img
{
	margin: 0 auto;
	display:block;
	border:none;
	overflow: hidden;
}

#HM_footer a
{
	outline: none;
	display: block;
	height: 138px;
	overflow:hidden;
}

#HM_footer p
{
	width: 319px;
	height:20px;
	text-indent: -9999px;
	background: transparent url(../images/footer_bug.gif) no-repeat center bottom;
	margin: 0 auto;
}

