@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
body, html {
	height: 100%;
}
.button {
	background: #666;
	border: 0;
	font-size: 12px;
	color: #ffffff;
	padding: 8px;
	float: left;
}
.button:hover {
	border: 0;
	background: #F60;
	cursor: pointer;
}
.cat {
	width: 170px;
	margin: 4px;
	float: left;
	text-align: center;
	border: 1px solid #007c84;
}

.cat:hover {
	border: 1px solid #F60;
	cursor: pointer;
}

.cat .title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #007c84;
	text-align: center;
	padding: 3px 0;
}

.cat .title:hover {
	background-color: #F60;
}
.copy {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
#contentContainer {
	width: 900px;
	clear: both;
	overflow: hidden;
	margin: auto;
	padding-top: 185px;
	padding-bottom: 160px;
}
.featuresBenefits {
	width: 95%;
	background-color: #CCCCCC;
	margin: 0 auto;
}
.featuresBenefits ul {
	text-align: left;
	width: 90%;
	padding: 0px 0px 5px 30px;
}
.featuresBenefits ul li {
	position: inherit;
	margin-bottom:10px;
	line-height: 18px;
	list-style-type: disc;
}
.featuresBenefits ul div {
	margin-left: -15px;
	margin-bottom: 10px;
}
.featuresHeadline {
	font-weight: bold;
	color:#000;
	letter-spacing: 4px;
	text-align: left;
	background: #999;
	padding: 5px 0px 5px 15px;
}
#footer {
	margin-top: -130px; /* negative value of footer height */
	height: 130px;
	bottom: 0px; 
	width: 100%;
	clear: both;
	float: left;
	text-align: center;
	background-color: #5a5a5a;
}
#footerContent {
	padding-top: 10px;
	color: #dcdcdc;
	text-align: center;
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 90px;
}
#footerColumn {
	float: left;
	width: 30%;
	text-align: left;
}
#footerMiddleColumn {
	float: left;
	width: 15%;
	text-align: left;
}
#footerRightColumn {
	float: left;
	width: 25%;
	text-align: right;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #333333;
	margin-bottom: 0;
}
h2 {
	font-size: 14px;
	color: #060;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color: #007c84;
	color: #fff;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #060;
	margin-bottom: 0;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #000;
}
#header {
	margin: 0px;
	height: 170px;
	background: #f0f0f0;
	width: 100%;
	text-align: center;
	padding: 5px 0 0 0;
	position: fixed;
	z-index: 100;
}
#headerContent {
	width: 900px;
	margin: auto;
	text-align: center;
}
#headerLeft {
	float: left;
	font: italic bold 16px/24px Arial, Helvetica, sans-serif;
	color: #007c84;
	width: 410px;
}
#headerMiddle {
	float: left;
	color: #007c84;
	font: italic bold 16px/24px Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 290px;
	text-align: center;
	letter-spacing: 1px;
	/* [disabled]background: #0F0; */
	padding-top: 50px;
}
#headerRight {
	float: left;
	width: 200px;
}
.IMGborder {
	border: 1px solid #999;
}
input {
      font-family: sans-serif;                
}
input.my-url {
	display:none;
}
.leftColContact {
	float: left;
	text-align: left;
	width: 150px;
	padding-bottom: 20px;
}
.leftColParts {
	float: left;
	text-align: left;
	width: 150px;
	padding-bottom: 20px;
}
.leftColPartsR {
	float: left;
	text-align: left;
	width: 200px;
	padding-bottom: 5px;
}
.list {
	text-align: left;
	list-style-type: disc;
	line-height: 18px;
	padding: 0 0 0 20px;
}
#machineCats {
	text-align: center;
	margin: auto;
	width: 100%;
}
#machineDescription {
	text-align: justify;
}
.machineDescriptionHeadline {
	font-size: 14px;
	font-weight: bold;
	color: #007c84;
	text-align: left;
}
#machinePhotos {
	margin: auto;
}
#mainMachinePhoto {
	text-align: center;
}
.machineMainPhoto {
	border: 0;
}
#machinePhotoThumbs {
	border: 1px solid #CCCCCC;
	text-align: left;
	margin-left: 10px;
	width: 95%;
}
.machinePhotoThumb {
	max-width: 60px;
	border: 0;
	padding: 5px;
}
#machinesTable {
	border-spacing: 0;
	width: 90%;
}
#machinesTable td {
	height: 20px;
	padding: 3px;
}
#machinesTable th {
	background-color: #666;
	color: #fff;
	height: 20px;
}

#machineVideo {
	padding-bottom: 10px;
}
#main {
	width: 800px;
	text-align: center;
	margin: auto;
}
#main p {
	text-align: left;
}
#mainContent {
	overflow: hidden;
	padding-top: 8px;
	text-align: center;
}
#mainLeft {
	float: left;
	width: 70%;
}
#mainLeft p{
	text-align: justify;
}
#mainRight {
	float: right;
	width: 25%;
	height: 200px;
}
.moreInfoButton {
	border: 0;
	background: #007c84;
	font-size: 12px;
	color: #ffffff;
	padding: 8px;
}
.moreInfoButton:hover {
	border: 0;
	background: #F60;
	cursor: pointer;
}
.moreInfoButtonHoriz {
	border: 0;
	background: #007c84;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	padding: 8px;
	font-weight: bold;
}
.moreInfoButtonHoriz:hover {
	border: 0;
	background: #F60;
	cursor: pointer;
}
#newMachines{
	float: left;
	width: 900px;
	text-align: center;
}
#newMachines .description {
	padding-bottom: 10px;
}
#newMachines .info {
	float: left;
	width: 630px;
	text-align: left;
	margin-left: 10px;
}
#newMachines .info .title {
	font-size: 18px;
	font-weight: bold;
	color: #069;
	margin-bottom: 10px;
}
#newMachines .machine {
	float: left;
	border: 1px solid #CCC;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 3px;
}
#newMachines .machineHoriz {
	float: left;
	border: 1px solid #CCC;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
}
#newMachines .machineHoriz:hover {
	/*background: #9CF;*/
}
#newMachines .photo {
	float: left;
	width: 230px;
	max-height: 200px;
	overflow: hidden;
}
#newMachines .photo img {
	max-width: 200px;
	max-height: 195px;
}
#newMachines .photoHoriz {
	float: left;
	width: 205px;
	height: 200px;
}
#newMachines .photoHoriz img {
	max-width: 200px;
	max-height: 195px;
}
#newMachine .newMachine {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 3px;
	width: 900px;
}
#newMachine .newMachine .info .photo {
	float: left;
}
#newMachine .newMachine .info2cols .photo {
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
#newMachine .newMachine .info .photo img {
	max-width: 450px;
}
#newMachine .newMachine .info2cols .photo img {
/*	max-width: 450px; */
}
#newMachine .newMachine .info {
	float: left;
	text-align: left;
}
#newMachine .newMachine .info2cols {
	float: left;
	width: 100%;
}
#newMachine .newMachine .info2cols .leftCol {
	float: left;
	width: 50%;
	text-align: left;
}
#newMachine .newMachine .info2cols .leftCol p {
	width: 95%;
	text-align: justify;
	padding-left: 10px;
}
#newMachine .newMachine .info2cols .rightCol {
	float: left;
	width: 50%;
}
#newMachine .newMachine .info .description {
	display: table;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#newMachine .newMachine .title {
	font-size: 20px;
	font-weight: bold;
	color: #069;
	padding: 5px;
	margin-bottom: 10px;
	width: 95%;
	text-align: left;
}
.normalButton {
	border: 0;
	background: #007c84;
	font-size: 12px;
	color: #ffffff;
	padding: 4px;
}
.normalButton:visited {
	border: 0;
	background: #007c84;
	font-size: 12px;
	color: #ffffff;
	padding: 4px;
}
.normalButton:hover {
	border: 0;
	background: #F60;
	cursor: pointer;
}
.not-active {
   cursor: not-allowed;
}
#quotes {
	width: 100%;
	float: left;
	color: #fff;
	background-color: #5d5d5d;
	font: italic bold 16px/24px Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding: 5px 0;
}
#quotes li {
	list-style:none;
}
.repMachines {
	font-size: 12px;
	color: #666666;
}
.reqQuoteButton {
	border: 0;
	background: #007c84;
	font-size: 12px;
	color: #ffffff;
	padding: 8px;
	float: right;
}
.reqQuoteButton:hover {
	border: 0;
	background: #F60;
	cursor: pointer;
}
.rightColContact {
	float: left;
	text-align: left;
	width: 250px;
	padding-bottom: 20px;
}
.rightColParts {
	float: left;
	text-align: left;
	width: 650px;
	padding-bottom: 20px;
}
.rightColPartsR {
	float: left;
	text-align: left;
	width: 600px;
	padding-bottom: 5px;
}
.section {
	padding-bottom: 20px;
}
.sectionTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #007c84;
	margin-bottom: 0;
	border-bottom: solid 1px #007c84;
}
.service {
	width: 50%;
	float: left;
	text-align: justify;
	height: 150px;
	padding: 10px 0 60px 0;
}
.service a {
	display: block;
	text-decoration: none;
	width: 100%;
	float: left;
}
.service:hover {
	cursor: pointer;
	background-color: #d8e9f1;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8e9f1), to(#ecf5f9));
	background: -webkit-linear-gradient(-45deg, #d8e9f1, #ecf5f9);
	background: -moz-linear-gradient(-45deg, #d8e9f1, #ecf5f9);
	background: -ms-linear-gradient(-45deg, #d8e9f1, #ecf5f9);
	background: -o-linear-gradient(-45deg, #d8e9f1, #ecf5f9);
}
.service img {
	float: left;
	padding: 0 10px 50px 10px;
	margin-bottom: 20px;
}
.service p {
	padding: 0 20px 10px 0;
	margin: 0;
	color: #000;
	font-size: 12px;
}
.service .title {
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 20px 8px 140px;
	font-size: 16px;
	color: #007c84;
	display: block;
	border-bottom: 1px solid #CCC;
}
#services {
	width: 100%;
}
.specificationsTable {
	width: 90%;
	background-color: #CCCCCC;
	margin: 10px auto 0 auto;
	border-collapse: collapse;
}
.specificationsTable td{
	padding: 5px;
}
.specificationsTable th{
	background-color: #999999;
	letter-spacing: 4px;
	padding: 5px 0px 5px 15px;
	text-align: left;
}
.submitButton {
	border: 0;
	background: #666;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 8px;
	float: right;
}
.submitButton:hover {
	border: 0;
	background: #F60;
	cursor: pointer;
}
textarea {
      font-family: sans-serif;                
}
.usedCatSection {
	margin-bottom: 20px;
	float: left;
}
.usedCatTitle {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 95%;
	padding: 0 5px;
	background-color: #007c84;
	color: #fff;
	float: left;
}
.usedEquipmentCol {
	width: 20%;
	float: left;
	text-align: left;
	padding-top: 20px;
}
#usedEquipmentList {
	width: 900px;
	padding-bottom: 20px;
	float: left;
}
#usedMachines {
	width: 900px;
	text-align: center;
	margin: auto;
}
.usedMachine {
	float: left;
	padding: 15px 5px;
	width: 95%;
	margin: auto;
	border: 1px solid #CCC;
}
.usedMachine .details {
	float: left;
	text-align: left;
	padding-left: 15px;
	max-width: 300px;
}
.usedMachine .photo {
	float: left;
}
.usedMachine .photo img {
	max-width: 460px;
}
.usedMachine .price {
	margin-top: 20px;
}
.usedMachine .price .cost {
	font-size: 16px;
	font-weight: bold;
	color: #090;
	padding-bottom: 20px;
}
.usedMachine .title {
	font-size: 18px;
	font-weight: bold;
	color: #069;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	text-align: left;
	width: 300px;
}
#vendorMachine {
	float: left;
	width: 650px;
}
#wrap {
	min-height: 100%;
}

/****************************************************************************** NAV MENU */

#navMenuContainer {
	margin: auto;
	width: 100%;
	background: #f9f1d6;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	float: left;
	border-bottom: 1px solid #4b545f;
}
#navMenu {
	margin: 5px auto;
	width: 950px;
	text-align: center;
}
#navMenu a {
	padding: 7px 20px;
	color: #4b545f;
	text-decoration: none;
}
#navMenu a:hover {
	background: #4b545f;
	color: #fff;
}

/****************************************************************************** LINKS */

a:link { font-family: Arial, Helvetica, sans-serif; text-decoration:none; color: #09C; }
a:visited { font-family: Arial, Helvetica, sans-serif;	text-decoration:none; color: #09C;}
a:hover { color: #F60; }
a:active { color: #09C; }

a.bodylink:link { font-family: Arial, Helvetica, sans-serif; text-decoration:none; color: #007c84; font-size: 12px; }
a.bodylink:visited { font-family: Arial, Helvetica, sans-serif;	text-decoration:none; color: #007c84; font-size: 12px; }
a.bodylink:hover { color: #F60; }
a.bodylink:active { color: #007c84; }

a.footerLink:link { font-family: Arial, Helvetica, sans-serif; text-decoration:none; color: #dcdcdc; font-size: 12px }
a.footerLink:visited { font-family: Arial, Helvetica, sans-serif; text-decoration:none; color: #dcdcdc; font-size: 12px }
a.footerLink:hover { color: #F60; }
a.footerLink:active { color: #F60; }

a.productlink:link { font-family: Arial, Helvetica, sans-serif; text-decoration:none; color: black; font-size: 12px; font-weight: bold; }
a.productlink:visited { font-family: Arial, Helvetica, sans-serif; text-decoration:none; color: black; font-size: 12px; font-weight: bold; }
a.productlink:hover { color: #F60; }
a.productlink:active { color: #F60; }

/****************************************************************************** NEW EQUIPMENT DROP DOWN MENU */

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: relative;
  text-align: left;
}
#cssmenu {
  width: 250px;
  border-bottom: 1px solid #d4d4d4;
  float: left;
}
#cssmenu a {
  line-height: 1.3;
}

#cssmenu > ul > li {
  background: #007c84;
}
#cssmenu > ul > li:hover {
  background: #31bfc8;
}
#cssmenu > ul > li > a {
  font-size: 12px;
  font-weight: bold;
  display: block;
  background: url(images/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #e2e4e5;
  border-top: none;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 10px 10px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;  
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(/images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(/images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 5px 10px 5px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #007c84;
}
#cssmenu ul ul a:hover {
  color: #F60;
}

/*********************************************************************************** Shadowbox */

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
	font-family:"HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
}
#sb-title-inner, #sb-loading-inner, div.sb-message {
	font-weight:bold;
}
#sb-container {
	position:fixed;
	margin:0;
	padding:0;
	top:0;
	left:0;
	z-index:999;
	text-align:left;
	visibility:hidden;
	display:none;
}
#sb-overlay {
	position:relative;
	height:100%;
	width:100%;
}
#sb-wrapper {
	position:absolute;
	visibility:hidden;
	width:100px;
}
#sb-wrapper-inner {
	position:relative;
	border:1px solid #303030;
	overflow:hidden;
	height:100px;
}
#sb-body {
	position:relative;
	height:100%;
}
#sb-body-inner {
	position:absolute;
	height:100%;
	width:100%;
}
#sb-player.html {
	height:100%;
	overflow:auto;
}
#sb-body img {
	border:none;
}
#sb-loading {
	position:relative;
	height:100%;
}
#sb-loading-inner {
	position:absolute;
	font-size:14px;
	line-height:24px;
	height:24px;
	top:50%;
	margin-top:-12px;
	width:100%;
	text-align:center;
}
#sb-loading-inner span {
	background:url(/images/loading.gif) no-repeat;
	padding-left:34px;
	display:inline-block;
}
#sb-body, #sb-loading {
	background-color:#060606;
}
#sb-title, #sb-info {
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}
#sb-title, #sb-title-inner {
	height:26px;
	line-height:26px;
}
#sb-title-inner {
	font-size:16px;
}
#sb-info, #sb-info-inner {
	height:20px;
	line-height:20px;
}
#sb-info-inner {
	font-size:12px;
}
#sb-nav {
	float:right;
	height:16px;
	padding:2px 0;
	width:45%;
}
#sb-nav a {
	display:block;
	float:right;
	height:16px;
	width:16px;
	margin-left:3px;
	cursor:pointer;
	background-repeat:no-repeat;
}
#sb-nav-close {
	background-image:url(/images/close.png);
}
#sb-nav-next {
	background-image:url(/images/next.png);
}
#sb-nav-previous {
	background-image:url(/images/previous.png);
}
#sb-nav-play {
	background-image:url(/images/play.png);
}
#sb-nav-pause {
	background-image:url(/images/pause.png);
}
#sb-counter {
	float:left;
	width:45%;
}
#sb-counter a {
	padding:0 4px 0 0;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}
#sb-counter a.sb-counter-current {
	text-decoration:underline;
}
div.sb-message {
	font-size:12px;
	padding:10px;
	text-align:center;
}
div.sb-message a:link, div.sb-message a:visited {
	color:#fff;
	text-decoration:underline;
}
