@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align:left;
	background-image: url(images/left-bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
* {
margin:0;
padding:0;

}


a {text-decoration: underline; color: #000000}
a:hover {text-decoration: none; color: #000000;}


p {
text-align:left;
}

p.caption {
	text-align:center;
}




/*Home specific styles */
ul.mainList1 {
	list-style-type: none;
	text-indent:40px;
	list-style-position: inside;
	padding-bottom:10px;
	list-style-image: url(images/document_symbols/list_arrow-home.jpg);
}


/* Machines page styles */
ul.mainList {
	list-style-type: none;
	text-indent:10px;
	list-style-position: inside;
	padding-bottom:10px;
}
ul.list2 {
	list-style-type:none;
	text-indent:65px;
	list-style-position: inside;
	padding-left:5px;
	padding-top:5px;
	font-size:12px;
	list-style-image: url(images/document_symbols/list_arrow.jpg);
}

li {
	text-align:left;
}
p.machine_img {
	padding-top:45px;
}
a.pdf {
	padding-right: 13px;
	background-image: url(images/document_symbols/icon_external.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.pdf:hover {
	padding-right: 13px;
	background-image: url(images/document_symbols/icon_external-h.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#pdf1 {
	text-align:left;
	font-size:12px;
	padding-bottom:10px;
}
#pdf {
	text-align:left;
	font-size:12px;
}
td.right-column {
	padding-right: 75px;
}
table.machines {
	border:1px solid #CCCCCC;
}
table.machines td {
	border:1px solid #CCCCCC;
	padding-top: 5px;
}
p.line {
	border-bottom:dashed 1px #CCCCCC;
	padding-bottom:10px;
	margin-left:20px;
	text-align:left;
	width:90%;
}
#intro-text {
	margin-left:145px;
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}


/* Footer styles */
div.footerBG {
	background-color:#f7f7f7;
	width:80%;
	text-align:center;
}
#footer {
	font-size:9px;
	text-align:center;
	margin-top:-10px;
	margin-bottom:-10px;
}


