@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	margin:0;
	padding:0;
	background:url(../images/bg_main.png) repeat-x #eaeaea;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}
a {
	color:#f00;
	font-weight:bold;
}
a:hover {
	color:#000;

}
#mainContainer {
	margin:0 auto;
	padding:0;
	position:relative;
	width:700px;
	text-align:left;
}
#mastHead {
	margin:0;
	padding:0;
	width:700px;
	height:108px;
	float:left;
	background:url(../images/mastHead.png) top left no-repeat;
	text-indent:-9999px;
}
#mastHead h1{
	line-height:0;
}
#topNav {
	margin:0;
	padding:0;
	width:700px;
	height:52px;
	float:left;
	background:url(../images/bg_nav.png) top left repeat-x;
	text-align:center;
}
#topNav ul {
text-indent:-9999px;
	margin:0 auto;
	padding:0;
	height:52px;
	width:358px;
	list-style:none;
}
#topNav ul li {
	display:inline;
	float:left;
}
#topNav ul li.home a {
	display:block;
	width:66px;
	height:52px;
	background:url(../images/btn_home.png) top left no-repeat;
}
#topNav ul li.home a:hover {
	display:block;
	margin:0;
	padding:0;
	width:66px;
	height:52px;
	background:url(../images/btn_home.png) bottom left no-repeat;
}
#topNav ul li.products a {
	display:block;
	width:96px;
	height:52px;
	background:url(../images/btn_products.png) top left no-repeat;
}
#topNav ul li.products a:hover {
	display:block;
	margin:0;
	padding:0;
	width:96px;
	height:52px;
	background:url(../images/btn_products.png) bottom left no-repeat;
}
#topNav ul li.services a {
	display:block;
	width:89px;
	height:52px;
	background:url(../images/btn_services.png) top left no-repeat;
}
#topNav ul li.services a:hover {
	display:block;
	margin:0;
	padding:0;
	width:89px;
	height:52px;
	background:url(../images/btn_services.png) bottom left no-repeat;
}
#topNav ul li.contact a {
	display:block;
	width:106px;
	height:52px;
	background:url(../images/btn_contact.png) top left no-repeat;
}
#topNav ul li.contact a:hover {
	display:block;
	margin:0;
	padding:0;
	width:106px;
	height:52px;
	background:url(../images/btn_contact.png) bottom left no-repeat;
}
#dividerDiv1 {
	width:700px;
	height:17px;
	float:left;
	background:url(../images/bg_div1.png) repeat-x top left;
}
#divHeaderImage {
	width:700px;
	height:250px;
	background:url(../images/headerImg.jpg) no-repeat top left;
	float:left;
}
#dividerDiv2 {
	width:700px;
	height:17px;
	float:left;
	background:url(../images/bg_div2.png) repeat-x top left;
}
#mainContent {
margin:0;
width:680px;
padding:10px;
float:left;

}
#mainContent p {
margin:0 0 16px 0;
font-size:12px;
}
#topContent {
margin:0;
padding:0;
}
#topContent h1 {
margin:0 0 15px 0;
background:url(../images/arrow.gif) 0 8px no-repeat;
font-size:18px;
text-indent:15px;
font-weight:normal;
}

#topContent h3 {
margin:0 0 15px 0;
background:url(../images/arrow.gif) 0 8px no-repeat;
font-size:23px;
text-indent:15px;
font-weight:normal;
font-style:italic;
}
#midContent {
margin:0 0 15px 0;
width:700px;
float:left;
font-size:10pt;
}
#midContent .mid{
padding:0 0 10px 10px;
width:220px;
float:left;
}
#midContent .mid p{
padding:10px 0 0 0;
}
#midContent a{
float:right;
}
#footer {
padding:30px 0 0 0;
width:700px;
height:60px;
background:url(../images/bg_div1.png) repeat-x top left;
float:left;
font-size:8pt;
text-align:center;
clear:both;
}


#topContent ul {
	margin-left:40px;
	font-size:12px;
	margin-bottom:16px;
}

#topContent table, td {
	border:1px solid #c9c9c9;
	padding:3px;
	text-align:center;
	font-size:12px;
}

.tableheadingcolor {
	background-color:#bdbdbd;
}

h2 {
	color:#c60b0b;
	font-size:14px;
	margin-bottom:16px;
	margin-top:5px;
	font-style:italic;
}


p {
line-height:16px;
margin-top:0px;
margin-bottom:14px;
}

.small_p{
line-height:16px;
margin-top:0px;
margin-bottom:14px;
font-size:11px;
}
