﻿body {
	margin: 0;
	padding: 0;
	background: url('../siteart/bg.jpg') repeat-x #f5bc28;
}

img {border: 0;}

a {font-weight: bold; text-decoration: none;color: #535353;}

a:hover {color: #000;}

.large {
	text-transform: uppercase;
	font-family: impact, "arial-black", sans-serif;
	font-size: 25pt;
}

.mid {
	text-transform: uppercase;
	font-family: impact, "arial-black", sans-serif;
	font-size: 20pt;
	color: #535353;
}

.small a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-family: impact, "arial-black", sans-serif;
	font-size: 20pt;
	color: #818181;
}

.small a:hover {color: #535353;}

#wrapper {width: 800px;}

#main {width: 790px;border: 7px solid #000;background: #fff;}

#topMain {width: 100%;text-align: center;}

#equip-btn {
	margin: 15px auto 0 auto;
	display: block;
	height: 57px;
	width: 301px;
}
#equip-btn a {
	display: block;
	line-height: 57px;
	background: url('../siteart/equip-btn.jpg') no-repeat;
	text-decoration: none;
}
#equip-btn a:hover {background-position: -301px;}

#const-btn {
	margin: 15px auto 0 auto;
	display: block;
	height: 57px;
	width: 301px;
}
#const-btn a {
	display: block;
	line-height: 57px;
	background: url('../siteart/equip-btn-construction.jpg') no-repeat;
	text-decoration: none;
}
#const-btn a:hover {background-position: -301px;}

#ag-btn {
	margin: 5px auto 0 auto;
	display: block;
	height: 57px;
	width: 301px;
}
#ag-btn a {
	display: block;
	line-height: 57px;
	background: url('../siteart/equip-btn-ag.jpg') no-repeat;
	text-decoration: none;
}
#ag-btn a:hover {background-position: -301px;}

#truck-btn {
	margin: 5px auto 0 auto;
	display: block;
	height: 57px;
	width: 301px;
}
#truck-btn a {
	display: block;
	line-height: 57px;
	background: url('../siteart/equip-btn-truck.jpg') no-repeat;
	text-decoration: none;
}
#truck-btn a:hover {background-position: -301px;}

#attach-btn {
	margin: 5px auto 0 auto;
	display: block;
	height: 57px;
	width: 301px;
}
#attach-btn a {
	display: block;
	line-height: 57px;
	background: url('../siteart/equip-btn-attach.jpg') no-repeat;
	text-decoration: none;
}
#attach-btn a:hover {background-position: -301px;}


#contact {text-align: right;margin-top: 25px;}

#contact div {margin-right: 50px;}

#info {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: center;
	width: 299px;
	height: 174px;
	margin: 15px auto;
	line-height: 17pt;
	background: url('../siteart/info-bg.jpg') no-repeat center top;
}

.address {
	padding-top: 15px;
	font-family: Arial, sans-serif;
	/*font-weight: 900;*/
	font-weight: bold;
	font-size: 12pt;
}

#map {
	width: 342px;
	height: 215px;
	background: url('../siteart/map2.jpg') no-repeat;
}
