@charset "utf-8";

/* GLOBAL ELEMENTS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #513a32;
}
a {
	color: #02389a;
	text-decoration: underline;
}	
a:hover {
	color: #4b342b;
	text-decoration: none;
}
table, th, td {
	border-collapse: collapse;
}
td, th {
	padding: 0;
	margin: 0;
}
table {
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #0166be;
}
h2 {
	font-size: 15px;
	color: #444444;
}
/* GLOBAL IDENTIFIERS */
#wrapper {
	width: 748px;
	margin: 5px auto;
}
#header {
	width: 698px;
	margin: 0px 25px;
}
#header td {
	vertical-align: top;
}
#nav {
	width: 698px;
	height: 35px;
	background: #d0d0d0 url(../images/nav-bg.gif) bottom repeat-x;
	margin: 0px 25px 10px 25px;
	text-align: center;
}
#nav td {
	vertical-align: top;
}
#nav a {
	display: block;
	height: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0;
	border-left: 1px #ffffff solid;
}
#nav a:hover {
	background: url(../images/nav-over.gif) repeat-x;
	color: #FFFFFF;
}
#footer {
	width: 698px;
	font-size: 11px;
	color: #cccccc;
	margin: 5px 25px;
}
#footer a {
	color: #cccccc;
	text-decoration: underline;
}
#footer a:hover {
	color: #4ea6dc;
	text-decoration: none;
}

/* GLOBAL CLASSES */
.bdrLeft {
	vertical-align: top;
	background: url(../images/left-middle.jpg) repeat-y;
}
.bdrLeftBtm {
	height: 40px;
	width: 25px;
	background: url(../images/left-bottom.jpg) no-repeat;
}
.bdrRight {
	vertical-align: top;
	background: url(../images/right-middle.jpg) repeat-y;
}
.bdrRightBtm {
	height: 40px;
	width: 25px;
	background: url(../images/right-bottom.jpg) no-repeat;
}
.mainContent {
	vertical-align: top;
	width: 418px;
	padding: 4px 25px;
}
.mainContent img {
	border: 1px #999999 solid;
	margin-bottom: 5px;
}
.mainContent table.services td {
	vertical-align: top;
}
.rightContent {
	vertical-align: top;
	width: 222px;
	padding: 4px;
	color: #a8a8a8;
}
.newsContent {
	width: 202px;
	margin: 0 auto;
	color: #666666;
	font-size: 11px;
	background: url(../images/news-middle.gif) repeat-y;
}
.newsContent p {
	padding: 0px 20px 5px 20px;
}
.newsHeader {
	height: 30px;
	background: url(../images/news-header.gif) no-repeat;
}
.newsHeader h1{
	font-size: 18px;
	padding: 15px 0px 0px 20px;
	margin: 0;
}
.newsBottom{
	height: 35px;
	padding-left: 90px;
	background: url(../images/news-bottom.gif) no-repeat;
}
a.btnMore {
	display: block;
	width: 100px;
	height: 17px;
	padding: 3px 0;
	margin: 0;
	background: transparent url(../images/btn-more-off.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a.btnMore:hover {
	background: transparent url(../images/btn-more-over.gif) no-repeat;
}
.navLeft {
	width: 8px;
	background: #d0d0d0 url(../images/nav-leftbg.gif) bottom left no-repeat;
}
.navRight {
	width: 8px;
	background: #d0d0d0 url(../images/nav-rightbg.gif) bottom right no-repeat;
}
.navBdrRight {
	border-right: 1px #ffffff solid;
}
.aLeft {
	text-align: left;
}
.aRight {
	text-align: right;
}
.aCenter {
	text-align: center;
}
.btnAdjust {
	width: 100%;
	text-align: center;
	padding: 15px 0px;
}
.bdrLeftWhite {
	border-left: 1px #ffffff solid;
}
.subNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subNav li {
	padding: 1px 0px;
}
.subNav a {
	display: block;
	text-decoration: none;
	border-left: 2px #bfbfbf solid;
	padding: 0px 5px;
}
.subNav a:hover {
	border-left: 2px #02389a solid;
	background: #eaeaea;
}
.equipmentMap {
	width: 1%;
	margin: 0 auto;
}
.equipmentMap td {
	width: 1%;
	vertical-align: bottom;
	padding: 10px 0;
}
.equipmentMap img {
	border: none;
}
.product div.prodContent {
	padding: 0px 5px 5px 175px;
}
.product img {
	float: left;
}
.product li {
	list-style-type: circle;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}
.txtInput {
	width: 85%;
}
img.noBorder {
	border: none;
}