@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #000;
}
#main_content {
	text-align: justify;
	padding: 10px;
	background-color: #FFF;
	line-height: 18px;
}
.heading{
	color:#000;
	font-weight:bold;
	font-size:14px;
}
H3{
	font-size: 12px;
	text-transform: uppercase;
	color: #024E8C;
}
.btn a{
	background-color: #0265B6;
	background-image: url(../images2/button_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	height: 26px;
	width: 112.5px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
}
.btn a:hover{
	background-image: url(../images2/button_bg_ro.jpg);
	background-repeat: repeat-x;
	color:#FFF;
	text-decoration:none;

}
#footer {
	background-color: #336699;
	text-align: center;
	padding: 2px;
	font-size: 9px;
	color: #A7D3FF;
}
#footer a{
	font-weight:normal;
	font-size:9px;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	font-weight:normal;
	font-size:9px;
	color: #A7D3FF;
	text-decoration: none;
}
.read_more a{
	color: #FFF;
	background-color: #0073CE;
	padding: 2px;
	text-decoration: none;
	font-weight:normal;
}
.read_more a:hover{
	color: #FFF;
	background-color: #003159;
	text-decoration:none;
}
.download_catalog a{
	font-weight:normal;
	color: #FFF;
	background-color: #999;
	padding: 2px;
	text-decoration: none;
}
.download_catalog a:hover{
	color: #CCC;
	background-color: #333;
	text-decoration:none;
}
.new_products_heading {
	font-weight: bold;
	color: #369;
	font-size: 12px;
}
.text_font {
	text-align: justify;
}
.downloads ul, li, a{
	font-size: 13px;
	font-weight: bold;
	color: #003C6C;
	text-decoration:none;
	line-height:20px;
}
.downloads li, a:hover{
	color:#39F;
	text-decoration: underline;
}
ul,li{

	font-size: 12px;
	color: #333;
	font-weight:normal;
}
.new_products_table {
	background-color: #E5E5E5;
	background-image: url(../images2/new_products_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999;
	padding: 0px;
	width: 320px;
}
