body {
	margin: 0;
	font: 88.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	background: #cecece;
	color: #5e5e5e;
}
img {
	border:0;
}
ul {
	list-style-type: none;
}
li {
/*	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.8em;
	color: #5e5e5e;	*/
}
a {
	color: #000066;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	color: #5e5e5e;
	letter-spacing: 0em;
}
h2 {
	font-size: 14px;
}
h3 {
	color: #0170a7;
	margin-bottom: 0;
}
#menu_old {
	height: 53px;
	width: 984px;
	background:url(../images/menu-bg.jpg) no-repeat;
}
.bar {
	background-color: #e1dfdf;
	height: 1px;

}
.heading {
	font-size: 152.5%;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	color: #0170a7;
}
.footer {
	font-size: 11px;
}
.footer a {
	color: #0170a7;
}
.copyright {
	font-size: 10px;
	text-align: right;
	color: #555555;
}
/*new menu*/
#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 13px;
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;
}
#menu li {
	float: left;
	margin: 0;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #666;
}
#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #999;
}
#menu_wrapper ul {
	margin-left: 12px;
}
#menu_wrapper {
	padding: 0 16px 0 0;
	background: url(../images/grey.png) no-repeat right;
}
#menu_wrapper div {
	float: left;
	height: 44px;
	width: 12px;
	background: url(../images/grey.png) no-repeat left;
}

/* Blue Menu */
#menu_wrapper.blue ul {
	border-top: 2px solid #356AA0;
	border-bottom: 2px solid #204061;
	background: #356AA0;
}
#menu_wrapper.blue a {
	color: #fff;
}
#menu_wrapper.blue li a:hover, #menu_wrapper.blue li.active a {
	color: #ffffff;
	background: #3D7BBB;
	border-bottom: 2px solid #356AA0;
}
#menu_wrapper.blue {
	background: url(../images/blue.png) no-repeat right;
}
#menu_wrapper.blue div {
	background: url(../images/blue.png) no-repeat left;
}
/*products*/
.products ul{
	
}
.products h2{
	font-size: 14px;
}
.products ul li{
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.contactForm fieldset{
		width: 400px;
		float: right;
}
.red{
	color: red;	
}
.contact_data{
	font-size: 13px;	
}