@charset "utf-8";
body {
	background: #a4a4a4 url(images/bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
#logo {
	background: url(images/logo.gif) no-repeat left top;
	height: 162px;
	width: 368px;
	display: block;
}
#logo h1 {
	display: none;
}
#menu h1 {
	display: none;
}
#menu #home {
	background: url(images/menu0.gif) no-repeat left top;
	height: 38px;
	width: 48px;
	display: block;
}
#menu #home:hover {
	background: url(images/menu0.gif) no-repeat left bottom;
}
#menu #home.active {
	background: url(images/menu0.gif) no-repeat left bottom;
}
#menu #beauty {
	background: url(images/menu1.gif) no-repeat left top;
	height: 38px;
	width: 61px;
	display: block;
}
#menu #beauty:hover {
	background: url(images/menu1.gif) no-repeat left bottom;
}
#menu #beauty.active {
	background: url(images/menu1.gif) no-repeat left bottom;
}
#menu #fashion {
	background: url(images/menu2.gif) no-repeat left top;
	height: 38px;
	width: 70px;
	display: block;
}
#menu #fashion:hover {
	background: url(images/menu2.gif) no-repeat left bottom;
}
#menu #fashion.active {
	background: url(images/menu2.gif) no-repeat left bottom;
}
#menu #still {
	background: url(images/menu3.gif) no-repeat left top;
	height: 38px;
	width: 41px;
	display: block;
}
#menu #still:hover {
	background: url(images/menu3.gif) no-repeat left bottom;
}
#menu #still.active {
	background: url(images/menu3.gif) no-repeat left bottom;
}
#menu #personal {
	background: url(images/menu4.gif) no-repeat left top;
	height: 38px;
	width: 82px;
	display: block;
}
#menu #personal:hover {
	background: url(images/menu4.gif) no-repeat left bottom;
}
#menu #personal.active {
	background: url(images/menu4.gif) no-repeat left bottom;
}
#menu #contact {
	background: url(images/menu5.gif) no-repeat left top;
	height: 38px;
	width: 70px;
	display: block;
}
#menu #contact:hover {
	background: url(images/menu5.gif) no-repeat left bottom;
}
#menu #contact.active {
	background: url(images/menu5.gif) no-repeat left bottom;
}
#content {
	display:none;
}
form table td {
	padding-bottom: 10px;
}
input, textarea {
	width: 370px;
}
.submit {
	width: 120px;
}
label, input {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
