﻿/*-- PRODUCT HOME PAGE --*/
.productHomeIntro
{
	position: relative;
	float: left;
	display: inline;
	width: 930px;
	border-left: 1px solid #9DAFB9;
	border-right: 1px solid #9DAFB9;
	border-bottom: 1px solid #C7D5DD;
	height: 140px;
}

.productHomeMain
{
	position: relative;
	float: left;
	display: inline;
	width: 930px;
	margin: 0;
	padding: 0 0 10px 0;
	border-left: 1px solid #9DAFB9;
	border-right: 1px solid #9DAFB9;
	background-color: #FFFFFF;
}

.productL1Left
{
	position: relative;
	float: left;
	display: inline;
	height: 80px;
	width: 570px;
	margin: 0 10px 35px 0;
	padding: 0;
}
.productL1Left h2
{
	text-indent: -9999px;
	height: 20px;
	width: 500px;
	margin: 10px 0 5px 80px;
	font-size: 10px;
	line-height: 1em;
}
.productL1Left h3
{
	font-size: 13px;
	color: #666666;
	line-height: 1.1em;
	margin: 5px 0 0 0;
	text-align: left;
}
.productL1Left p
{
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	margin: 5px 0 0 80px;
}
.productL1Left h5
{
	font-size: 12px;
	color: #666666;
	line-height: 1.1em;
	margin: 5px 0 0 80px;
	text-align: right;
}

.productL1HeaderLeft
{
	position: relative;
	float: left;
	display: inline;
	height: 110px;
	width: 570px;
	margin: 0 10px 35px 0;
	padding: 0;
}


