/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/background.jpg) repeat-x top left;
	font-size: 12px;
	color: #676767;
	}
	
div#flashcontent {
	height: 228px;
	width: 432px;
	}
/*#topWrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #00FF00;
	z-index: 0;
} */
table.header {
	postion: relative;
	top: 0px;
	width: 750px;
	margin: 10px auto 0px auto;
	text-align: right;
	z-index: 100;
	}
table.header span {
	padding-right: 20px;
}
table.header td.left {
	height: 228px;
	width: 300px;
	background: url(../images/Solution.jpg) no-repeat top left;
	}
	
table.header td.flash {
	height: 228px;
	width: 450px;
	text-align: left;
	}
table.header td.headerAltLeft {
	vertical-align: top;
	padding-left: 5px;
}
table.header td.headerAltRight {
	vertical-align: top;
	text-align: left;
}
table.header td.headerAltRight img {
	border-left: 1px #FFFFFF solid;
}
table.nav {
	position: absolute;
	left: 0px;
	width: 748px;
	/*height: 34px;*/
	}
	
table.nav td{
	border-top: 1px #FFFFFF solid;
	text-align: center;
	vertical-align: top;
	background: url(../images/inner.jpg) repeat-x top left;
	}
	
table.nav td a {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	display: block;
	height: 29px;
	border-right: 1px #FFFFFF solid;
	}
	
table.nav td a:hover {
	background: url(../images/inner-over.jpg) repeat-x top left;
	}
	
table.nav td a.home {
	display: block;
	height: 29px;
	width: 143px;
	padding-left: 20px;
	background: #ffffff url(../images/home.jpg) no-repeat top left;
	}
	
table.nav td a:hover.home {
	background: url(../images/home-over.jpg) no-repeat top left;
	}
	
table.nav td a.contact {
	display: block;
	height: 29px;
	width: 155px;
	padding-right: 20px;
	background: url(../images/contact.jpg) no-repeat top right;
	}
	
table.nav td a:hover.contact {
	background: #ffffff url(../images/contact-over.jpg) no-repeat top right;
	}
	
table.nav td a.company{
	width: 136px;
	display: block;
	}
	
table.nav td a.equipment{
	width: 136px;
	display: block;
	}
	
table.nav td a.services{
	width: 136px;
	display: block;
	}
	
table.main {
	position: relative;
	width: 750px;
	margin: 40px auto 10px auto;
	z-index: 0;
	}
	
table.main h1 {
	color: #676767;
	font-size: 20px;
	display: block;
	height: 23px;
	width: 491px;
	padding: 0px 0px 10px 0px;
	}
table.main h1.hdrRed {
	color: #9a0002;
}
table td.main-left {
	width: 491px;
	padding-left: 18px;
	vertical-align: top;
	border-right: 1px #e3e3e3 solid;
	}

table td.main-left div.image1 {
	width: 491px;
	padding-bottom: 20px;
	}
	
table td.main-left div.image1 img{
	float: left;
	}
table td.main-left div.image1 ul {
	margin: 0 0 0 160px;
}
table td.main-left div.image1 p {
	display: block; 
	margin-left: 170px;
	padding-right: 15px;
	color: #676767;
	line-height: 14px;
	}
table td.main-left div.image1 table {
	font-size: 11px;
	width: 310px;
}
div.image1 p a {
	font-weight: bold;
	font-style: italic;
	color: #9a0001;
	}

div.image1 p a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	
table td.main-right {
	width: 205px;
	padding-right: 18px;
	vertical-align: top;
	}
	
table td.main-right div.rightContents {
	padding: 5px;
	color: #636363;
}
table td.main-right h2 {
	font-size: 18px;
	color: #676767;
	padding-bottom: 5px;
}
table td.main-right ul li a {
	display: block;
	text-decoration: none;
	color: #9a0002;
	padding-bottom: 4px;
}
table td.main-right ul li a:hover {
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
}
	
div.seperator {
	width: 150px;
	height: 7px;
	margin-left: 50px;
	border-bottom: 1px #e3e3e3 solid;
	}
	
img.sub {
	margin: 10px 0px 0px 22px;
	}
	
img.sub2 {
	margin: 0px 0px 0px 22px;
	}
	
#bottom {
	margin: 0 auto;
	width: 750px;
	height: 27px;
	background: url(../images/bottom.jpg) no-repeat top left;
	}
	
/*below this line is the drop down menu CSS*/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}
	
#menu {
	position: relative; /* Menu position that can be changed at will */
	top: 0px;
	text-align: center;
	width: 750px;
	margin: 0 auto;
	z-index: 100;
 /* precision for Opera */
}

/* Submenu styling */
#menu dd {
	display: none;
	position: relative;
	top: -8px;
}

#menu li {
	text-align: center;
	margin: 0px;
	padding: 0px;
} /*  For IE6 place background image can not be placed in the li tag.  must be in li a tag. */

#menu li a{
	background: #666666;
	color: #ffffff;
	height: 11px;
	width: 136px;
	padding: 5px 0px 8px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px #ffffff solid;
}

#menu ul {
	border-top: 1px #ffffff solid;
	}

#menu li a:hover{
	color: #ffffff;
	text-decoration: none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #9a0001;
}

/*end drop down CSS*/

#footer {
	width: 700px;
	margin: 0 auto;
	color: #cccccc;
	}
	
#footer td {
	width: 350px;
	font-size: 11px;
	}
	
#footer td a{
	color: #cccccc;
	text-decoration: underline;
	}
	
#footer td a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	
#footer td.right {
	text-align: right;
	}
	
div.anti-float {
	clear: both;
	}
.txtInput {
	width: 85%;
}
div.leftContent {
	clear: both;
	color: #636363;
	margin-top: 10px;
}
.spareparts {
	height: 255px;
}
div.leftContent p {
	padding: 0px 15px 0px 0px;
}
div.leftContent p img {
	margin-right: 15px;
	vertical-align: text-top;
	text-align: left;
}
div.leftContent ul, div.leftContent ol {
	padding: 4px 5px 4px 30px;
}
div.leftContent ul li, div.leftContent ol li {
	list-style-type: circle;
	list-style-position: outside;
	padding: 4px 5px;
	color: #454545;
	font-weight: bold;
}
div.leftContent ol li {
	list-style-type: decimal;
}
div.leftContent table td {
	padding: 2px;
}
div.leftContent table td img {
	border: 1px #666666 solid;
}
/* ---- News Styles ---- */
div.newsContent {
	width: 202px;
	margin: 0 auto;
	color: #666666;
	font-size: 11px;
	background: url(../images/news-middle.gif) repeat-y;
}
div.newsContent p {
	padding: 0px 20px 5px 20px;
}
div.newsHeader {
	height: 30px;
	background: url(../images/news-header.gif) no-repeat;
}
div.newsHeader p {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
div.newsBottom{
	height: 35px;
	padding-left: 90px;
	background: url(../images/news-bottom.gif) no-repeat;
}
div.newsBottom 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;
}
div.newsBottom a.btnMore:hover {
	background: transparent url(../images/btn-more-over.gif) no-repeat;
}
td.txtCenter {
	text-align: center;
}
td.partNo {
	text-align: center;
	background: #efefef;
}
li.subTitle {
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px 0;
}
img.noBorder {
	border: none;
}
div.general {
	float: right;
}
div.general 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;
}
div.general a.btnMore:hover {
	background: transparent url(../images/btn-more-over.gif) no-repeat;
}
img.rightPad {
	margin-right: 10px;
}