/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-style: normal;
	font-weight: 400;
	background-color: #FFFFFF;
	text-align: left;
	color: #5555555;
	font-size: 11px;
}


/* Text Styles */

.maintitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3b0b93;
	border-bottom: 2px solid #9175c9;
}


.centretext_norm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}


.centretext_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


.centretext_bolditalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

.small_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
} 


.sectionhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #9175c9;
	padding-left: 8px;
}
.technicalhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #666;
	padding-left: 8px;
}



.sectionsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}



.newsdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #999999;
	color: #fff;
	padding-left: 5px;
}


.newsheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3b0b93;
}


.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}



.products_active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #3a0c93;
		border-right: 4px solid #3a0c93;
		border-left: 4px solid #3a0c93;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		display: block;
		height: 20px;
		width: 197px;
		padding: 1px 0 1px 5px;
}

/* background-image: url(images/arrow_down.gif);
		background-repeat: no-repeat;
		background-position: 160px center;
		
*/		
.subproducts_active {
		background-color: #999999;
		font-size: 9px;
		font-weight: normal;
		text-decoration: none;
		color: #390a96;
		display: block;
		width: 195px;
		padding: 4px 0 4px 15px;
		background-image: url(images/arrow_on.gif);
		background-repeat: no-repeat;
		background-position: 7px center;
}


.pinklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9175c9;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}

.footer {
	clear: both;
	padding: 0 8px 0 8px;
	background-color: #fff;
	text-align: center;
	}


/* Links Styles */

a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}



a.footer, a.footer:active, a.footer:visited {
	color: #9175c9;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.footer:hover {
	color: #390a94;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


a.readnews:link, a.readnews:visited, a.readnews:active {
		background-image: url(images/read_off.gif);
		background-repeat: no-repeat;
		background-position: 32px center;
		margin: 0;
		padding: 0 12px 0 0;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #999999;
}

a.readnews:hover {
		background-image: url(images/read_on.gif);
		background-repeat: no-repeat;
		background-position: 32px center;
		margin: 0;
		padding: 0 12px 0 0;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #666666;
}


a.backpage:link, a.backpage:visited, a.backpage:active {
		background-image: url(images/back_on.gif);
		background-repeat: no-repeat;
		background-position: 1px center;
		margin: 0;
		padding: 0 0 0 12px;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #666666;
}

a.backpage:hover {
		background-image: url(images/back_off.gif);
		background-repeat: no-repeat;
		background-position: 1px center;
		margin: 0;
		padding: 0 0 0 12px;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #999999;
}




a.products_buttons:link, a.products_buttons:active, a.products_buttons:visited {
	background-color: #ededed;
	border-right: 4px solid #c0b5d7;
	border-left: 4px solid #c0b5d7;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #8d73bd;
	display: block;
	height: 20px;
	width: 197px;
	padding: 1px 0 1px 5px;
}

a.products_buttons:hover {
		background-color: #ededed;
		border-right: 4px solid #3a0c93;
		border-left: 4px solid #3a0c93;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #390a96;
		display: block;
		height: 20px;
		width: 197px;
		padding: 1px 0 1px 5px;
}



a.subproducts_buttons:link, a.subproducts_buttons:active, a.subproducts_buttons:visited {
	background-color: #9a9a9c;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	display: block;
	
	width: 195px;
	padding: 4px 0 4px 15px;
	
	background-image: url(images/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}

a.subproducts_buttons:hover {
		background-color: #999999;
		font-size: 9px;
		font-weight: normal;
		text-decoration: none;
		color: #390a96;
		display: block;
		
		width: 195px;
		padding: 4px 0 4px 15px;
		
		background-image: url(images/arrow_on.gif);
		background-repeat: no-repeat;
		background-position: 7px center;
}


a.datasheets:link, a.datasheets:active, a.datasheets:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	height: 18px;
	padding: 0 0 0 1em;
	
	background-image: url(images/dataarrow_off.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	
}

a.datasheets:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	height: 18px;
	padding: 0 0 0 1empx;
	
	background-image: url(images/dataarrow_on.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	
}


a.pinklink:link, a.pinklink:active, a.pinklink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #390a96;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}

a.pinklink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8d73bd;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}



/* Graphic Styles */

.topnav_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


.footer_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.underline {
	border-bottom: 2px solid #9175c9;
}
.underline1px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3b0b93;
	border-bottom: 1px solid #9175c9;
}

.formbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3a0c93;
	padding: 3px 3px 3px 3px;
	border: 1px solid #9175c9;
}

/* List Styles */



ul {
	margin: 0 0 0 2em;
	padding: 0;
	list-style: disc;
	}
	
	
#spacelist ul {
		margin: 0 0 1em 2em;
		padding: 0;
		list-style: none;
		}
		
#spacelist ul li{
		margin: 1em 0 0 0;
		padding: 0;
		list-style: disc;
		}
		

#circlebullet ul {
		margin: 0 0 0 4em;
		padding: 0;
		list-style: none;
		}
		
#circlebullet ul li{
		margin: 0;
		padding: 0;
		list-style: circle;
		}

