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

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#all {
	width: 999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.clear-flow {
	clear: both;
}
#header {
	height: 268px;
	width: 999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left {
	background-image: url(../images/_layout_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 300px;
	height: auto;
	margin: 0px;
}
#left-table {
	width: 229px;
	margin-top: 14px;
	margin-right: 21px;
	margin-left: 50px;
}
#content {
	float: right;
	width: 699px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 200%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.product-table-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006A6A;
	text-decoration: none;
	letter-spacing: 5pt;
}

#footer {
	background-image: url(../images/_layout_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 59px;
	width: 999px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6CA47B;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
#footer p {
	padding-top: 20px;
}
.about-content {
	margin-top: 26px;
	margin-right: 38px;
	margin-left: 19px;
}
.product-content {
	margin-right: 26px;
	margin-left: 9px;
}
.product-table-bg {
	background-image: url(../images/product_table_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.product-title-color1 {
	color: #1F9C8F;
}
.product-title-color2 {
	color: #A400A6;
}
.product-text {
	line-height: 180%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

