* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #000000;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

a {
	/*color: #85859c;*/
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 10px auto;
	width: 860px;
	color:#000000;
	background: #ffffff;
}

input {
	padding-left: 2px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}


/* Page Header */

#page_header {
	width: 860px; /* was 780*/
	height: 142px;
	color: #9f2c2c;
	overflow: hidden;
	background:url(img/top_bg.gif) no-repeat;

}

#page_header input {border:solid 1px #7e7ec2;}

#page_header a {
	color: #9f2c2c;
}

#page_header a:hover {
	color: #2c459f;
}

#page_heading {
	margin:10px 0 0 5px;
	float: left;
}

#page_heading h1 {
	width: 190px;
	height: 52px;
	background: url('images/company_name.jpg') no-repeat 56px 36px;
	float: left;
}

#page_heading h2 {
	width: 190px;
	height: 16px;
	background: url('images/company_punchline.jpg') no-repeat 56px 2px;
	float: left;
	clear: both;
}

#page_headerlinks {
	padding-right: 0px;
	padding-top: 15px;
	width: 275px;
	float: right;
	text-align: right;
	word-spacing: -1px;
}

#page_headerlinks ul {
	list-style-type: none;
	margin-right: 10px;
}

#page_headerlinks li {
	padding: 0px 10px 0px 9px;
	float: right;
	list-style-type: none;
	background: url('images/header_toplinks_div.gif') no-repeat 100% 2px;
}

#page_headerlinks li.last {
	padding-right: 0px;
	background: none;
}

#page_headersearch {
	padding-right: 10px;
	padding-top: 25px;
	float: right;
	clear: right;
	width: 255px;
	text-align: left;
	word-spacing: -1px;
	overflow : hidden;
}

#page_headersearch h3 {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color:#202020;
}

#page_headersearch form {
	padding-left: 3px;
	float: right;
}

#page_headersearch input {
	margin-top: 1px;
	padding-left: 2px;
	width: 158px;
	height: 14px;
	float: left;
}

#page_headersearch input.button {
	padding: 0px;
	margin-top: 0px;
	margin-left: 5px;
	width: 34px;
	height: 16px;
	background-color: transparent;
	float: left;
}

.phonenumber {
	margin-top: 40px;
	text-align: right;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
	color:#202020;
	}

/* Main Navigation Menu */

#page_menu {
	padding-left:5px;
	background:url(img/mid_bg.gif) repeat-y;
	width: 860px;
	height: 21px;
	float:left;
}

#page_menu ul {
	width: 850px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	height: 21px;
	float: left;
	background: url('images/menu_background1.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#page_menu li.home {width: 102px;}
#page_menu li.equip {width: 190px;}
#page_menu li.plant {width: 160px;}
#page_menu li.contact {width: 130px;}
#page_menu li.about {width: 120px;}
#page_menu li.bargain {width: 143px;}

#page_menu li.last {
	margin-right: 0px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}

#main_content_wrap{
	float:left;
	width:860px;
	padding:5px;
	padding-top:0px;
	background:url(img/mid_bg.gif) repeat-y;
}
/* Left Sidebar */

#left_sidebar {
	width: 180px;
	margin-left:-20px;
	float: left;
	text-align: left;
	color: #8989b6;
	padding-top:1px;
	background:url(img/left_bg_small.gif) repeat-y;
	background-position:1% 0%;
	border-bottom:solid 1px #ddd;
	border-right:solid 1px #ddd;
}

#left_sidebar a {
	color: #473456; /*464683*/
}

#left_sidebar a:hover {
	color: #75759c;
}
/* Main Content Area */

#main_content {
	width: 679px;
	text-align: left;
	float: left;
	padding-top:1px;
	margin-left:5px;
}



/* New Item Description */

#new_item {
	margin: 0px auto 2px;
	padding: 5px 10px;
	width: 600px;
	text-align: justify;
}

#new_item_header {
	margin-top: 10px;
	float: left;
	width: 348px;
}

#new_item_header h1 {
	color: #434367;
	font-size: 18px;
	font-weight: normal;
}

#new_item_header h2 {
	color: #434367;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;

}

#new_item_image {
	width: 245px;
	float: right;
	overflow: hidden;
	text-align: right;
}

#new_item_text {
	float: left;
	clear: left;
	width: 348px;
}

#new_item_link {
	float: left;
	clear: left;
	width: 348px;
	font-weight: bold;
	text-align: right;
}

#new_item_link a {
	text-decoration: none;
}

/* Page Footer */

#page_footer {
	width: 860px;
	text-align: center;
	float:left;
	background:url(img/bottom_bg.gif) no-repeat #eaeaea;
}

#powered_by {
	padding-top: 17px;
	height: 30px;
	color: #473456;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	
}

#powered_by a {
	color: #473456;
}

.boxText a {
	font-family:Verdana;
	font-weight:bold; 
	font-size:11px;
	color: #000000;
}
