﻿body 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	margin: 20px 0px 140px 40px;
}

img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

/* main layout */

#container
{
	width: 720px;
	position: relative;
	margin: 0px;
}

#logo
{
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 290px;
	height: 57px;
	position: relative;
	top: 30px;
	left: 20px;
	float: left;
}

#header_img
{
	width: 391px;
	height: 115px;
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	overflow: hidden;
}

#top_left
{
	background-image: url(images/top_left.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 24px;
	position: relative;
	top: 1px;
	left: 0px;
	float: left;
}

#nav_holder
{
	background-color: #E2A207;
	width: 705px;
	height: 24px;
	position: relative;
	top: 1px;
	left: 0px;
	float: right;
}	

#main_content
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	width: 680px;
	min-height: 365px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 20px 20px 0px 20px;
}

/* for IE */
* html #main_content 
{
	height: 365px;
}

#footer
{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 720px;
	height: 54px;
	position: relative;
	top: 0px;
	left: 0px;
}

/* machines */

#machnav_container
{
	float: left;
	width: 205px;
}

#machnav_top
{
	background-image: url(images/machnav_top.gif);
	background-repeat: no-repeat;
	width: 205px;
	height: 21px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 3px 0px 0px 0px;
}
#machnav_bg
{
	background-image: url(images/machnav_bg.gif);
	background-repeat: repeat-y;
	width: 205px;
	padding: 10px;
}
#machnav_bottom
{
	background-image: url(images/machnav_bottom.gif);
	background-repeat: no-repeat;
	width: 205px;
	height: 15px;
}

.machine_descrip
{
	float: right;
	width: 450px;
	padding: 0px 0px 0px 10px;
}

.machine_descrip img
{
	display: block;
	margin: 10px 0px 10px 0px;
}


/* links */

a.nav:link, a.nav:visited
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
	height: 22px;
	padding: 2px 13px 0px 13px;
	border-right: solid 1px #fff;
}

a.nav:active, a.nav:hover
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	display: block;
	float: left;
	height: 20px;
	padding: 1px 13px 0px 13px;
	border-right: solid 1px #fff;
	border-top: solid 1px #E2A207;
	border-bottom: solid 1px #E2A207;
}

a:link, a:visited
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #585858;
}

a:active, a:hover
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #E2A207;
}


/* content style */

h1
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #E2A207;
}

h2
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #000;
}

.indent
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	margin: 35px 0px 0px 100px;
	display: block;
}

.imgrightfloat
{
	float: right;
	margin-left: 10px;
	text-align: right;
}

.lineindent
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	position: absolute;
	left: 150px;
	display: inline;
}