﻿/*
February 2012
Ward Equipment Sales
Designed By: Todd Swift
Last Revised 02/2012
*/
/* ==================== BODY, COLUMNS & CONTAINERS ==================== */
body {
	background-image: url('https://wardequip.com/theme/header-fill.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #858585;
}
.container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 990px;
	position: relative;
	overflow: hidden;
}
#col-Left {
	padding: 0px;
	margin: 24px 0px 0px 0px;
	width: 226px;
	position: relative;
	overflow: visible;
	float: left;
}
#col-right {
	padding: 0px;
	margin: 24px 0px 0px 0px;
	width: 718px;
	position: relative;
	overflow: hidden;
	float: right;
}
#ft-col-1 {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 150px;
	position: relative;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
#ft-col-2 {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 150px;
	position: relative;
	float: right;
	overflow: hidden;
	list-style-type: none;
}
#ft-col-mid {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 500px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #dadada;
}
/* ==================== LINKS, CLEARS & HEADER TAGS ==================== */
.clearB {
	padding: 0px;
	margin: 0px;
	clear: both;
}
.clearL {
	padding: 0px;
	margin: 0px;
	clear: left;
}
.clearR {
	padding: 0px;
	margin: 0px;
	clear: right;
}
p {
	padding: 0px;
	margin: 5px 0px 14px 0px;
}
h1 {
	font-size: 150%;
	color: #E5E5E5;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 150%;
	color: #E5E5E5;
	font-weight: bold;
	text-align: left;
}
a:active {
	color: #E2E2E2;
	text-decoration: none;
	outline:none;
}
a:visited {
	color: #E2E2E2;
	text-decoration: none;
}
a:link {
	color: #E2E2E2;
	text-decoration: none;
}
a:hover {
	color: #F49300;
	text-decoration: none;
}
.equip-list {
	border: 1px solid #000000;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0px;
	width: 99.5%;
	height: 675px;
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
}

/* ==================== TEXT STYLES ==================== */
.topic-heading {
	padding: 4px;
	margin: 2px 0px 15px 0px;
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 105%;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	width: 200px;
}

/* ==================== FLOATS ==================== */
.float-R {
	padding: 0px;
	margin: 8px 0px 5px 5px;
	position: relative;
	float: right;
	overflow: hidden;
	border: 0px;
}
.float-L {
	padding: 0px;
	margin: 8px 5px 5px 0px;
	position: relative;
	float: left;
	overflow: hidden;
	border: 0px;
}

/* ==================== BANNER ==================== */
#banner {
	width: 990px;
	height: 338px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background-image: url('https://wardequip.com/theme/banner.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#banner-top {
	padding: 0px;
	margin: 0px;
	width: 990px;
	height: 110px;
	position: relative;
	overflow: hidden;
	clear: both;
}
#banner-btm {
	padding: 0px;
	margin: 0px;
	width: 990px;
	height: 224px;
	position: relative;
	overflow: visible;
}
#banner-top-L {
	height: 110px;
	width: 495px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}
#banner-top-R {
	height: 110px;
	width: 495px;
	position: relative;
	overflow: hidden;
	float: right;
	margin: 0px;
	padding: 0px;
}
#company-phone {
	margin: 30px 0px 0px 295px;
	padding: 0px;
	width: 200px;
	height: 60px;
	position: relative;
	overflow: hidden;
	font-size: 190%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.social-media-links {
	padding: 0px;
	margin: 40px 0px 0px 0px;
	width: 200px;
	height: 50px;
	position: relative;
	overflow: hidden;
}
.social-media-links ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.social-media-links ul li {
	padding: 0px;
	margin: 0px;
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
	float: left;
}
.link-FB {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 50px;
	height: 50px;
	background: url('https://wardequip.com/theme/facebook.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-FB:hover {
	background: url('https://wardequip.com/theme/facebook.png') no-repeat 0px -50px;
}
.link-TW {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 50px;
	height: 50px;
	background: url('https://wardequip.com/theme/twitter.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-TW:hover {
	background: url('https://wardequip.com/theme/twitter.png') no-repeat 0px -50px;
}
.link-YT {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 50px;
	height: 50px;
	background: url('https://wardequip.com/theme/youtube.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-YT:hover {
	background: url('https://wardequip.com/theme/youtube.png') no-repeat 0px -50px;
}
.link-LI {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 50px;
	height: 50px;
	background: url('https://wardequip.com/theme/linkedin.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-LI:hover {
	background: url('https://wardequip.com/theme/linkedin.png') no-repeat 0px -50px;
}
#roundabout-stage {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 780px;
	height: 224px;
	position: relative;
	overflow: visible;
}
#nivo-stage {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 852px;
	height: 224px;
	position: relative;
	overflow: visible;
}
/* ==================== HORIZONTAL NAVIGATION MENU ==================== */
#hmenu {
	width: 852px;
	height: 47px;
	position: relative;
	list-style-type: none;
	margin: 17px auto 0px auto;
	padding: 0px;
	z-index: 6;
}
#hmenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font-size: 115%;
	font-weight: bold;
}
#hmenu li a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 142px;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	height: 47px;
	line-height: 310%;
}
#hmenu li a:hover {
	background-position: center top;
	color: #000;
}
#hmenu div {
	position: absolute;
	visibility: hidden;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	background: #000;
	border: 1px solid #000;
}
#hmenu div a {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 149px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #232323;
	color: #EBEBEB;
	font: 80%;
	height: 25px;
	line-height: 250%;
	font-weight: normal;
}
#hmenu div a:hover {
	background-position: center top;
	background: #999999;
	color: #000;
}
#hz-menu {
	margin: 17px auto 0px auto;
	padding: 0px;
	width: 568px;
	height: 47px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}
#hz-menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#hz-menu ul li {
	padding: 0px;
	margin: 0px;
	width: 142px;
	height: 47px;
	position: relative;
	overflow: hidden;
	float: left;
	text-align: center;
	line-height: 280%;
	font-size: 110%;
	font-weight: bold;
}
a.hbutton {
	background: url('https://wardequip.com/theme/hmenu-butn.png') no-repeat 0 0;
	width: 142px;
	height: 47px;
	display: block;
	color: #F2f2f2;
	text-decoration: none;
}
a.hbutton:hover {
	background-position: 0 -47px;
	color: #191919;
	text-decoration: none;
}
a.hbutton:active {
	background-position: 0 -94px;
	color: #191919;
	text-decoration: none;
}

/* ==================== FOOTER ==================== */
#footer {
	background-image: url('https://wardequip.com/theme/footer-fill.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 225px;
	position: relative;
	overflow: hidden;
}
#footer-mid {
	background-image: url('https://wardequip.com/theme/footer-mid.jpg');
	background-position: center top;
	width: 990px;
	height: 225px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px auto 0px auto;
}
#footer-info {
	width: 990px;
	height: 150px;
	position: relative;
	overflow: hidden;
	margin: 55px auto 0px auto;
	padding: 0px;
}
.ft-link-title {
	padding: 0px;
	margin: 15px 0px 5px 0px;
	width: 200px;
	height: 18px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	color: #808080;
}
.ft-links-1 {
	overflow: visible;
	padding: 0px;
	width: 200px;
	position: relative;
	margin: 0px auto 0px auto;
	color: #808080;
}
.ft-links-1 ul {
	padding : 0px;
	margin : 0px;
	list-style-type : none;
	overflow: visible;
}
.ft-links-1 ul li {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	width: 200px;
	height: 20px;
	position: relative;
	overflow: visible;
}
.ft-links-1 ul li a {
	display: block;
	background-position : 0px -20px;
	margin: 0px;
	padding: 0px 0px 0px 17px;
	color: #808080;
	text-decoration : none;
	font-size: 100%;
	text-align : left;
	position : relative;
	background-repeat : no-repeat;
	background-image: url('https://wardequip.com/theme/footer-ro.png');
	overflow: visible;
	width: 200px;
	height: 20px;
	line-height: 160%;
}
.ft-links-1 li a:hover {
	background-position: 0px 0px;
	color : #f4f4f4;
	background-image : url('https://wardequip.com/theme/footer-ro.png');
	background-repeat : no-repeat;
	font-weight: normal;
	overflow: visible;
}
.ft-links-2 {
	overflow: visible;
	padding: 0px;
	width: 200px;
	position: relative;
	margin: 0px auto 0px auto;
	color: #808080;
}
.ft-links-2 ul {
	padding : 0px;
	margin : 0px;
	list-style-type : none;
	overflow: visible;
}
.ft-links-2 ul li {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	width: 200px;
	height: 20px;
	position: relative;
	overflow: visible;
	direction: rtl;
	padding-right: 19px;
	text-indent: 19px;
}
.ft-links-2 ul li a {
	display: block;
	background-position : 0px -20px;
	margin: 0px;
	padding: 0px;
	color: #808080;
	text-decoration : none;
	font-size: 100%;
	position : relative;
	background-repeat : no-repeat;
	background-image: url('https://wardequip.com/theme/footer-ro-2.png');
	overflow: visible;
	width: 200px;
	height: 20px;
	line-height: 160%;
}
.ft-links-2 li a:hover {
	background-position: 0px 0px;
	color : #f4f4f4;
	background-image : url('https://wardequip.com/theme/footer-ro-2.png');
	background-repeat : no-repeat;
	font-weight: normal;
	overflow: visible;
}
#ft-disclaimer {
	color: #808080;
	font-size: 80%;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 500px;
	position: relative;
	overflow: hidden;
}
/* ==================== CONTENT MAIN ==================== */



#main-auctions {
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
	width: 902px;
	height: 103%;
}
