@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
	background-color: #004080;
}

* {
	padding: 0;
	margin: 0;
}
a {
    color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
img a:hover {
	border: 8px solid #999999;
}

p {
	text-align: justify;
}
p.contenttxt {
	text-indent: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 2em;
	padding-bottom: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: bold;
	color: #003366;
	text-align: left;
	padding-bottom: 10px;
}

h2 {
	
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 2em;
	background-color: #999999;
	padding: 5px;
	margin-bottom: 10px;
	letter-spacing: 0.25em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #515151;
	letter-spacing: 0.05em;
	text-align: center;
	background-color: #CCCCCC;
	width: 330px;
	padding: 5px;
	margin-bottom: 10px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-bottom: 10px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #CC6600;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #993300;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: 10px;
}

span {
	color: #0066CC;
	font-weight: bold;
}



.clear { 
	clear: both; 
}

img {
	border: none; 
}

.bold {
	font-weight: bold;
}
.underline {
	border-bottom: solid 1px #333333;
	padding-bottom: 5px;
}
.capital {
	text-transform: uppercase;
}
.lineheight {
	line-height: 1.5em;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.npnm{
	margin: 0px;
	padding: 0px;
}
.formHolder {
	width: 500px;
}

.roundme {
	background-color: #CCCCCC;	
	border-top: solid 1px white;
	border-bottom: solid 1px #669;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}

input {
	padding: 2px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}

textarea {
	padding: 2px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}


/* MAIN Area and Header */

#wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

#top {
	background: #004080 url(../images/headerBckg.gif) center top no-repeat;
	height: 142px;
	overflow: hidden;
}

#header {
	width: 800px;
	height: 140px;
	margin: 0px auto;
}


#logo {
	padding-left: 25px;
	width: 177px;
	float: left;
}

#topbanner{
	padding-right: 23px;
	padding-top: 25px;
	padding-bottom: 10px;
}



/* Main Content Area */

#bckgimg {
	width: 100%;
	background: #ffc79b url(../images/main_bckg.jpg) top center no-repeat;
}

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}

#completePage {
	width: 800px;
}


/* ---------- Spare Parts Page Content Area Portion -------------- */

.spareParts {
	width: 380px;
	margin-right: 20px;
	padding-bottom: 10px;
	float: left;
}

.spareParts p {
	padding-bottom: 10px;
}

.spareParts h5 {
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	font-size: 1.4em;
}

.sparePartsImages img {
	border: 3px solid #333333;
	margin-right: 5px;
	margin-bottom: 5px;
}

.sparePartsImages img:hover {
	border: 3px solid #666666;
}


.clients {
}


.clients li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	float: left;
	height: 32px;
	width: 350px;
	text-align: left;
}


.machines li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	float: left;
	height: 22px;
	width: 350px;
	text-align: left;
}


#leftarea {
	float: left;
	width: 555px;
}

#banner {
	padding-bottom: 10px;
}


#indexcontenttxt {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contenttxt {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contenttxt ul {
	text-decoration: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#contenttxt li.bullets {
	line-height: 1.5em;
	font-weight: bold;
	font-size: 1.15em;
	width: 260px;
	float: left;
	text-align: left;
}
#contenttxt li.bullet {
	line-height: 1.5em;
	font-weight: bold;
	font-size: 1.15em;
	width: 280px;
	float: left;
	text-align: left;
}

#contenttxt li img {
	padding-right: 15px;
}



/* Right Bar Area */
#rightbar {
	float: right;
	width: 200px;
	margin: 0px;
}

#externalLinks {
	padding-bottom: 10px;
}

#externalLinks img {
	padding-right: 10px;
	padding-bottom: 10px;
}

#counter {
	text-align: right;
	padding-top: 20px;
	height: 1px;
	overflow: hidden;
}

#machine {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 0px;
	background: url(../images/machinesSide.gif) bottom right no-repeat;
}

#machine ul {
	text-align: left;
	font-size: 1.2em;
}

#machine li {
	padding-bottom: 20px;
	width: 150px;
}

#machine p {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #CCCCCC;
}

#sparepart {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 0px;
	background: url(../images/sparePartsSide.gif) bottom right no-repeat;
}

#sparepart ul {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
}


/* Footer Contents */


#footerArea {
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: #004080;
	padding-bottom: 10px;
	border-bottom: solid 2px #0099CC;
}

#footer {
	margin: 0 auto;
	width: 900px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#footer a {
	color: #00CCFF;
}

#footer a:hover {
	color: yellow;
}

#footerNav {
	padding-bottom: 5px;
}

#footerNav a {
	display: inline-block;
	width: 100px;
	color: #00CCFF;
}

#footerNav a:hover {
	text-decoration: underline;
	color: yellow;
}

#copyright {
	padding-top: 3px;
	height: 18px;
	font-size: 0.9em;
}

#designedBy {
	height: 18px;
	font-size: 0.9em;
}

#formHolder {
	text-align: left;
	background: #E6E6E6;
	width: 480px;
}

#formHolder label {
	padding-top: 15px;
	padding-bottom: 15px;
}


