.contact_details_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-image: url(navbar_background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 10px;
	
	
}
.footer_link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: lighter;
}
.footer_linktext_table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3386CC;
	border-right-color: #3386CC;
	border-bottom-color: #3386CC;
	border-left-color: #3386CC;
}

.navbar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.spec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #cc6633;
	font-weight: bold;
}

.category_link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	height: 15px;
	background-repeat: no-repeat;
	background-color: #C9C9C9;
	text-indent: 5px;
}

.welcome_message_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: lighter;
	color: #FF0000;
	text-indent: 6px;
}

.side_navbar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 4px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: normal;
	text-indent: 4px;
}
.title_bar_table {
	background-color: #CCCCCC;
	height: 30px;
	border: 1px dotted #000000;

}

.sub_category_table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336BCC;
	border-right-color: #336BCC;
	border-bottom-color: #336BCC;
	border-left-color: #336BCC;
	text-align: center;
	width: 300px;
}

.smaller_welcome_message_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	text-indent: 0px;
}
.solutions_table {
	background-color: #F2F2F2;
	border: 1px dotted #333333;
	text-align: center;
	padding: 2px;
}
.grey_bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.product_title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
	text-indent: 3px;
	background-position: bottom;
}
.product_title_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px dotted #000000;
	height: 25px;
}
.links_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	background-position: center;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC3300;
}
.style6 {color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.style7 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.style8 {color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
.style10 {color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; }
.style18 {color: #FF0000}
.style85 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a {
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}
.style92 {font-size: 12px}
.style94 {
	font-size: 14px;
	font-weight: bold;
}
.style98 {font-size: 16px}
.style101 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; }
.style102 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 10;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 2px;
left: -750px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: -350px; /*position where enlarged image should offset horizontally */
}
