@charset "UTF-8";

body {
	font: 85% Geneva, Arial, Helvetica, sans-serif;
	background-color: #5b5442;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}

a {
	color:#829bb5;
	text-decoration: none;
	}
	
a:hover {
	color:#abbfd4;
	text-decoration:underline;
	}

.oneColElsCtr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}


.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	
/*   homepage menu   */	
	
#mainNav ul {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
#mainNav li {
	display:inline;
	list-style-type:none;
	padding: 0px 10px 0px 10px; /* space between main links will be 20px */
	}
	
#mainNav a {
	color:#a69e8b;
	text-decoration: none;
	font-size:90%;
	}
	
#mainNav a:hover {
	color:#FFFFFF;
	/* background-image:url(images/bg-mainNav-hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
	}
	
/*   subpage menu   */	
	
#mainNav-subPg ul {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
#mainNav-subPg li {
	display:inline;
	list-style-type:none;
	padding: 0px 10px 0px 10px; /* space between main links will be 20px */
	}
	
#mainNav-subPg a {
	color:#d4cebe;
	text-decoration: none;
	font-size:90%;
	}
	
#mainNav-subPg a:hover {
	color:#FFFFFF;
	/* background-image:url(images/bg-mainNav-hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
	}
	
/*   end menus   */
	
#navContainer {
	margin-top:14px; /* this adjusts the vspace in IE */
	}

.txEquipForSale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding-left:25px;
	padding-top:10;
	padding-right:25px;
	padding-bottom:5px;
	margin-top:-3px;
	line-height:225%;
	}
	
.txEquipForSale a {
	color: #666666;
	text-decoration:none;
	}
	
.txEquipForSale a:hover {
	color: #333333;
	text-decoration:none;
	background-image:url(images/light-grey-ul.gif);
	background-repeat:repeat-x;
	}
	
/* 1st footer box - address info */
	
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#221e15;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 15px;
	margin-right:15px;
	line-height:110%;
	}	
	
.footerSm {
	font-size:85%;
	font-weight:bold;
	line-height:110%;
	}	
		
.footer a {
	color: #221e15;
	text-decoration:none;
	}
	
.footer a:hover {
	color: black;
	}
	


/* other footer boxes - other contact info */
	
.footerLine {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#221e15;
	line-height:110%;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 0;
	margin-right:15px;
	padding-left: 15px;
	border-left:#968c7d solid 1px;
	}	
		
.footerLine a {
	color: #221e15;
	text-decoration:none;
	}
	
.footerLine a:hover {
	color: black;
	}
	
	
	
	
#footerTable {
	margin-top:25px;
	border-top:solid #7f7865 2px;
	background-image:url(images/bg-footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#221e15;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 15px;
	margin-right:15px;
	}
	
.small {
	font-size:80%;
	}
	
.copyright a {
	color: #221e15;
	}
	
.copyright a:hover {
	color: #black;
	}
	
.txHomePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
/*	padding-left:25px;
	padding-top:25px;
	padding-right:25px;
	padding-bottom:25px;
	margin-top:-3px;*/
	}

.mainContent {
	margin: 0 63px 63px 63px;
	}
	
.mainContent ul {
	margin: -10px 0 0 0 ;
	padding: 0px;
	list-style:none;
	}

.mainContent li {
	background-image:url(images/little-check.jpg);
	background-repeat:no-repeat;
	padding: 2px 2px 2px 22px;
	}
	
	
h1 {
	/* NO STYLE HAS BEEN ESTABLISHED FOR THIS BECAUSE AN IMAGE IS USED FOR THE MAIN HEADERS ON EACH PAGE */
	}

h2 {
	font-size:140%;
	color:#688fb0;
	margin-bottom:-10px;
	margin-top:20px;
	}
	
h3 {
	font-size:115%;
	color:#000000;
	font-weight:bold;
	margin-bottom:-12px;
	}
	
.tdMainContent {
	background-image:url(images/bg-content-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}

/*.standoutRight {
	float:right;
	padding:0px 10px 10px 10px;
	margin: 2px 0px 10px 15px;
	background-color:#F2F2F2;
	}*/
	
/*  -------------------[     CONTACT FORMS     ]-------------------  */

#contactForm input {
	border-bottom:#666666 solid 1px;
	border-left:none;
	border-top:none;
	border-right:none;
	margin:8px 8px 8px 0;
	width:250px;
	}
	
#contactForm textarea {
	border:#666666 solid 1px;
	margin:8px 8px 8px 0;
	width:250px;
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	}

.contactLabel {
	margin:8px 8px 8px 0;
	}

.contactInfo {
	background-image:url(images/bg-sharpcorner.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:1px;
	}
	
.submitButton { /* there are inline styles on the buttons too */
	border:double;
	background-color:#adcbe4;
	}
	
/*  -------------------[     EQUIPMENT FOR SALE     ]-------------------  */

.equip {
	margin: 0 63px 63px 63px;
	}

.equip img {
	border:solid #213241 2px;
	}
	
.equip h2 {
	margin: 0px 0px -10px 0px; /* remove space above item name */
	}
	
.equip table {
	margin-bottom: 25px; /* space between item tables */
	}