@charset "utf-8";
#main_container {
	margin: 0px;
	height: 600px;
	width: 1000px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#header1 {
	position:absolute;
	left:175px;
	top:0px;
	width:595px;
	height:70px;
	z-index:1;
	background: url(images/header1_bg.gif);
	padding: 10px 0px 20px 230px;
}
#header1 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	color: #00518E;
	font-style: italic;
}

#content {
	position:absolute;
	left:177px;
	top:100px;
	width:826px;
	height:503px;
	z-index:2;
}
#left_Frame_container {
	background: url(images/side_bg.gif) no-repeat;
	height: 325px;
	width: 135px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 275px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	color: #D01241;
	font-weight: bold;
}
#left_Frame_container a {
	color: #00508D;
	text-decoration: none;
}
#left_Frame_container a:hover {
	color: #D01241;
	text-decoration: underline;
}
#Testimonials_content {
	position:absolute;
	left:177px;
	top:100px;
	width:826px;
	height:503px;
	z-index:2;
	padding-left: 10px;
	text-align: justify;
}
#Products_content {
	position:absolute;
	left:177px;
	top:100px;
	width:826px;
	height:503px;
	z-index:2;
	border-width: 0px;
	border-style: none;
}
