/* only for index page*/
#homecontent{
	font-size:12px;
	line-height:18px;
}
#homecontent li{
	margin:0px;
	padding:0px 0px 0px 20px;
	float:left;
	width:200px;
	background:url(../images/arrow_blue.gif) left top no-repeat;
	list-style:none;
}
#homecontent #txt1 li:hover{
	background:url(../images/arrow_red.gif) left top no-repeat;
}
#homecontent li a{
	text-decoration:none;
	color:#666666;
}
#homecontent li a:link{
	text-decoration:none;
	color:#666666;
}
#homecontent li a:visited{
	text-decoration:none;
	color:#666666;
}
#homecontent li a:hover{
	text-decoration:underline;
	color:#990000;
}
#homecontent #productLogo {
	float:left; 
	width:130px; 
	height:150px; 
	padding:10px; 
	text-align:center;
}
#homecontent #txt1 {
	float:left; 
	width:240px; 
	margin:0px 0px 0px 20px; 
	height:170px;
}
#homecontent #txt2 {
	float:left; 
	width:240px; 
	margin:0px 0px 0px 15px; 
	height:170px; 
}
#homecontent #customerQuotes {
	float:left; 
	width:185px; 
	margin:0px 0px 0px 20px;
	padding:0px 5px 15px 5px;
	border:#CCCCCC dotted 1px;
	height:140px; 
}
#homecontent #txt2 .hd, #homecontent #txt1 .hd, #customerQuotes .hd {
	margin:5px 0px;
	font-size:14px;
	color:#990000;
	font-weight:bold;
}

