@charset "utf-8";
#main_page {
	height: auto;
	width: auto;
	position: absolute;
}
#main_page #categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	width: 350px;
	position: absolute;
	top: 270px;
	left: 260px;
}
#main_page #Products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: auto;
	position: absolute;
	top: 320px;
	left: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#main_page #main_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	width: 800px;
	position: absolute;
	top: 150px;
	left: 260px;
}

#main_page #product_menu {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	margin-top: 50px;
	font-size: 1em;
}
#main_page #logo {
	height: 100px;
	width: 800px;
	background-image: url(../pic/logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#main_page #manufacturer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 300px;
	position: absolute;
	left: 1100px;
	top: 165px;
}
