@charset "utf-8";
#product_home. {
	z-index: 0;
	width: 998px;
	margin: 0 auto;
	clear: both;
}
#product_home span{
	display: block;
	background: url(../_images/products/products_title.jpg) no-repeat;
	width: 710px;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -10000px;
}


#product_home_menu {
	height: 222px;
	width: 710px;
	margin: 0 auto;
	overflow: hidden;
}
#product_home_menu li {
	display: inline;
	float: left;
	margin: 0;
}
#product_home_menu li a {
	font-size: .5em;
	text-indent: -10000px;
	height: 0 !important;
	height: 222px; /* IE5/Win */
	display: block;
	float: left;
	margin: 0;
	padding: 222px 0 0;
	overflow: hidden;
}
li#air, li#air a {
	width: 179px;
	background: url(../_images/products/products_air.jpg) left top no-repeat;
}
li#rain, li#rain a {
	width: 179px;
	background: url(../_images/products/products_rain.jpg) left top no-repeat;
}
li#ice, li#ice a {
	width: 182px;
	background: url(../_images/products/products_ice.jpg) left top no-repeat;
}
li#fire, li#fire a {
	width: 170px;
	background: url(../_images/products/products_fire.jpg) left top no-repeat;
}

div.product {
	float: left;
	width: 800px;
	margin: 0 0 30px 40px;
}

div.product.right {
	margin: 0 0 30px 70px;
}

div.product img {
	float: left;
}

div.product div.inner {
	float: left;
	width: 600px;
	margin-left: 0px;
	font: 1.1em/1.15em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.product h2 {
	font-weight: normal;
	color: #555;
	font-size: 24px;
}

div.product h3 {
	font-weight: normal;
	color: #999;
	font-size: 18px;
}

div.product p {
	color: #484848;
	font-size: 12px;
}

div.product a {
	font-size: 14px;
	color: #42AEF0;
}

.product_clear {
	clear: both;
	display: block;
}