/*CCS Specifics for index page*/


/*Following controls layout and style of content tables
only change if content increases or decreases in volume
*/
#intro {
	background-color: #ddeeff;
	border: 1px #003663;
	background-image: url(images/_bg_index1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 610px;
	height: 160px;
	margin: 0px 0px 0px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#indexproducts {
	width: 610px;
}
#product1pic {
	background-color: #ddeeff;
	border: 1px #003663;
}
#product2pic {
	width: 130px;
	background-color: #ddeeff;
	border: 1px #003663;
}
#product1info {
	width: 170px;
	height: 140px;
	background-color: #ddeeff;
	border: 1px #003663;
}
#product2info {
	width: 170px;
	height: 140px;
	background-color: #ddeeff;
	border: 1px #003663;
}
#product1 {
	height: 140px;
	background-color: #ddeeff;
	border: 1px #003663;
}
#product2 {
	width: 300px;
	height: 140px;
	background-color: #ddeeff;
	border: 1px #003663;
}





