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

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	background-image: url(/img/home1/home_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 766px;
	height: 349px;
	margin: 0 auto;
	padding-top: 150px;
}

#products {
	z-index: 2;
	margin-left: 420px;
	margin-top: 45px;
}

#about_us {
	z-index: 3;
	margin-left: 635px;
	margin-top: 160px;
}

#helpful_info {
	z-index: 4;
	margin-left: 435px;
	margin-top: 320px;
}

.homeblock {
	position: absolute;
}

.homeblock ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.homeblock ul li {
	height: 20px;
}

.homeblock a:link, .homeblock a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.homeblock a:hover {
	color: #990066;
	text-decoration: underline;
}

.imgs {
	background: lime;
	width: 100px;
	height: 75px;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

#imgs_a {
	margin-left: 309px;
	margin-top: 39px;
}

#imgs_b {
	margin-left: 530px;
	margin-top: 79px;
}

#imgs_c {
	margin-left: 429px;
	margin-top: 209px;
}