/* CSS Document */

#indexcontent {
	float: right;
	display: inline;
	vertical-align : top;
	text-align : left;
	width: 595px;
	border: none;
	margin: 0px 0px 25px 20px;
	min-height : 550px;
	height : auto !important;
	height : 550px;
	padding: 0px;
}

.contentleftbox {
	float: left;
	display: inline;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	width: 430px;
}

.contentrightbox {
	float: right;
	display: inline;
	width: 140px;
	margin: 0px 0px 5px;
	padding: 0px;
}

.leftbox {
	width: 125px;
	background-image: url(../images/navbg.jpg);
	padding-top: 10px;
	padding-bottom: 15px;
	clear: none;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
}

.bbbox {
	width: 125px;
	background-image: url(../images/navbg.jpg);
	padding-top: 10px;
	padding-bottom: 5px;
	clear: none;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
}

.contentafterbox {
	width: 430px;
	margin: 4px 0px 15px;
	padding: 0px;
	min-height : 170px;
	height : auto !important;
	height : 170px;
	background-image: url(../images/indexparts.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contentlogosbox {
	width: 430px;
	margin: 4px 0px 15px;
	padding: 0px;
	min-height : 170px;
	height : auto !important;
	height : 170px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/indexlogos.gif);
}

.contentsolutionsbox {
	width: 430px;
	margin: 4px 0px 10px;
	padding: 0px;
	min-height : 170px;
	height : auto !important;
	height : 170px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/indexltools.jpg);
}

.rightbox {
	font-size: 10px;
	text-align: center;
	width: 140px;
	background-image: none;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: none;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px 0px 5px;
	background-repeat: no-repeat;
}

.indexlist {
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
}

li.index
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 2px 0pt 2px 2em;
	margin-top: 3px;
	margin-bottom: 0em;
	margin-left: 1.25em;
	font-weight: bold;
	margin-right: 0px;
}

a.indbodylink 		
{
	color:  #000000;
	text-decoration: none;
}
a.indbodylink:visited 	
{	
	color: #000000;
}
a.indbodylink:hover 	
{
	color: #E60000;
	text-decoration: underline;
}
a.indbodylink:active 	
{
	color: #E60000;
	text-decoration: underline;
}

