/*Print Style Sheet */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff url(../images/layoutimages/background.png) repeat;
	font: 62.5% sans-serif;
}
div#content {
	border-right: none;
}
div#header,div#subhead, div#sidebar1, div#sidebar2, div#footer, body#home div#sidebar1, body#home div#sidebar2, body#home div#footer {
	display: none;
}
p, h1, h2, h3, h4, h5 {
	text-shadow: none;
}
h1, h2, h3, h4, h5 {
	clear: both;
	margin-bottom: .5em;
}
p {
	font-size: 1.2em;
	line-height: 1.44em;
	margin-bottom: .5em;
}
h1 {
	font: 2.4em;
	border-bottom: 1px solid #222222;
	font-weight: bold;
}
h2 {
	font-size: 2em;
	border-bottom: 1px dotted #888888;
}
h3 {
	color: #163da9;
	font-size: 1.7em
}
h4 {
	font-size: 1.4em;
}
img.floatrightborder {
	float: right;
	margin: 0px 0px 5px 20px;
	border: 1px solid #333333;
}
img.indexnewspic {
	width: 150px;
	height: 120px;
	border: 1px solid #333333;
	float: right;
	margin: 0 0 2px 10px;
}
img.indexwelcomepic {
	border: 1px solid #333333;
	float: right;
	margin: 0 0 10px 10px;
	width: 250px;
	height: 200px;
}
div.primagecaption_right {
	float: right;
	border: 1px solid #999999;
	margin: 0 0 10px 20px;
	width: 200px;
}
div.primagecaption_right img {
	border-bottom: 1px solid #000000;
	width: 200px;
}
div.primagecaption_right p {
	font: bold 1.2em lucida grande, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.4em;
	margin: 0 .5em .5em;
	padding: 0;
}
span.whenwhere {
	color: #163da9;
	font-weight: bold;
}
img.primage_nocaption, img.floatright_noborder {
	float: right;
	margin: 5px 0px 5px 20px;
	border: none;
}
ul.prlinks, ul.pressreleases {
	margin-bottom: 1em;
}
ul.prlinks li a, ul.pressreleases li a {
	line-height: 1.2em;
	font-size: 1em;
}
body#sitemap div#content fieldset {
	margin: 1em;
	border: 1px solid #999999;
	padding: .5em;
}
body#sitemap div#content legend a{
	font: bold 2em Arial, Helvetica, sans-serif;
	color: #27964a;
	margin: .15em;
	padding: .1em;
	background: #ffffff;
	text-decoration: none;
}
body#sitemap div#content ul {
	font-size: 1.2em;
	list-style: none;
	background: #ffffff;
	display: block;
	padding: .25em;
}
body#sitemap div#content ul li {
}
body#sitemap div#content ul li a {
	line-height: 1.4em;
	padding: .25em;
}
/*Frequently Asked Questions*/
ul.faq {
	margin-bottom: 1em;
	line-height: 1.44em;
	list-style: none;
}
ul.faq li {
	color: #852849;
	font-weight: bold;
	font-size: 17px;
}
ul.faq ul {
	margin-top: .25em;
	list-style: none;
}
ul.faq ul li {	
	margin-left: 1em;
	font-weight: normal;
	font-size: 12px; /*would rather use relative sizing, but nested lists don't like it*/
	text-decoration: none;
	line-height: 16px;
}
body#resources ul.faq ul li a:hover {
	color: #44403E;
	text-decoration: underline;
}
body#resources p.faqquestion {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: .5em;
	border-bottom: 1px dotted  #553623;
	color: #553623;
	margin-left: .5em;
}
body#resources p.faqanswer {
	font-size: 1.2em;
	margin-left: .5em;
}
body#resources p.faqcategory {
	font-size: 1.7em;
	color: #852849;
	font-weight: bold;
	line-height: 1.7em;
	background: #e6e6e6;
	margin-bottom: .25em;
}
body#resources p.faqlistreturn {
	font-size: 1em;
	margin-bottom: 1em;
	margin-left: .5em;
}
table {
	caption-side: top;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333333;
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 80%;
	color: #000000;
}
thead, thead th {
	color: #000000;
}
td, th {
	font-size: 1.2em;
	padding: .35em;
	text-align: left;
	border: 1px solid #222222;
	width: 33%; /*evens out table cells?*/
	color: #000000;
}
tr {
	border: 1px solid #000000;
}
caption {
	font: bold 1.3em lucida grande, helvetica, sans-serif;
	color: #000000;
	line-height: 1.8em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
thead {
	background: #4A5BA5;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
th {
	color: #ffffff;
	text-transform: uppercase;
	font-family: trebuchet ms, arial, sans-serif;
	text-align: center;
}

ul.faqanswer { /*for using on FAQ answers*/
	font-size: 1.2em;
	list-style-position: inside;
	list-style-type: square;
	line-height: 1.4em;
	margin-bottom: 1em;
}
img.centered1 {
	position: relative;
	left: 45%;
}
img.centered2 {
	position: relative;
	left: 50%;
}
ul.links {
	font-size: 1.2em;
	list-style: disc inside;
	line-height: 1.4em;
}
ul.jobs {
	font-size: 1.2em;
	list-style: square;
	line-height: 1.4em;
	margin-bottom: .5em;
	border-bottom: 1px dotted #909090;
	margin-bottom: 1em;
}
ul.qualifications{
	font-size: 1.2em;
	line-height: 1.2em;
	list-style-position: inside;
}
body#links dl.links dt {
	clear: both;
	margin-bottom: .5em;
}
body#links dl.links dt a{
	color: #163da9;
	font-size: 1.6em;
	font-weight: bold;
	clear: both;
}
dl.links dd {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.44em;
}
dl.links img, dl.links img a {
	float: right;
	margin: 0 0 10px 20px;
	border: none;
}
div.rpcaption {
	width: 125px;
	float: right;
	margin: 0 0 10px 15px;
	border: 1px solid #888888;
	background: #d7ecec;
}
div.rpcaption p {
	font-weight: bold;
	font-size: 1.2em;
	font-family: lucida grande, arial, helvetica, sans-serif;
	text-align: center;
}
div.rpcaption img {
	border-bottom: 1px solid #999999;
}
ul.wecarry, ul.credits {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.44em;
	/*for multiple columns, update for IE and when CSS3 finally comes around*/
 	-webkit-column-count: 3;
 	-moz-column-count: 3;
 	-webkit-column-gap: 1em;
 	-moz-column-gap: 1em;
	-webkit-column-rule: 1px dotted #E0EEE3;
	-moz-column-rule: 1px dotted #E0EEE3;
	column-count: 3;
	column-gap: 1em;
	column-rule: 1px dotted #E0EEE3;
	margin-bottom: 1em;
	border-bottom: 1px solid #E1D8E6;
}
ul.wecarry li, ul.credits li {
	border-bottom: 1px dotted #E3F1E7;
}
ul.gearsections {
	font-size: 1.2em;
	line-height: 1.44em;
	list-style: none;
	margin-bottom: 1em;
	-webkit-column-count: 3;
 	-moz-column-count: 3;
 	-webkit-column-gap: 1em;
 	-moz-column-gap: 1em;
	-webkit-column-rule: 1px dotted #E0EEE3;
	-moz-column-rule: 1px dotted #E0EEE3;
	column-count: 3;
	column-gap: 1em;
	column-rule: 1px dotted #E0EEE3;
	margin-bottom: 1em;
	border-bottom: 1px solid #999999;
}
body#rentalsandproduction ul.gearsections li a, ul.gearsections li a:visited{
	font-weight: bold;
	}
address {
	font-size: 1.2em;
	line-height: 1.44em;
	font-weight: normal;
	font-style: normal;
}
ol {
	font-size: 1.2em;
	line-height: 1.44em;
	list-style-position: inside;
}

div.productfeature {
	width: 172px;
	float: left;
/*	border: 2px solid #444444;*/
	margin: 0 6px 20px 0;
	background: #ffffff;
	padding: 3px;
}
div.productfeature:hover {
}
div.productfeature img {
	margin: 0 36px 2px 36px;
}
body#products div.productfeature p.feature, body#products div.product p.productname {
	font-size: 1.2em;
	color: #163da9;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #509b41;
	padding-top: 3px;
}
body#products div.productfeature p, body#products div.product p.partnumber {
	text-align: center;
	font-size: 1em;
}
body#products div.product {
	float: left;
	width: 150px;
	margin: 0 20px 20px 0;
	background: #ffffff;
}
div.clear {
	clear: right;
	width: 0;
	height: 0;
}
/*MONTHLY SPECIALS*/
div.mspecialfeature {
	float: right;
	margin: 0 0px 10px 20px;
	width: 300px;
}
body#dealers.monthlyspecials div.mspecialfeature p {
	text-align: center;
	border-top: 2px solid #509b41;
	padding: 5px;
	font-weight: bold;
	color: #ff2e3b;
}
div.mspecialfeature img {
}
ul.mspecialproductfeatures, ul.mspecialproductfeatures_top {
	margin-bottom: .5em;
	font-size: 1.2em;
	list-style: inside;
}
body#dealers.monthlyspecials ul.mspecialproductfeatures {
	clear: both;
	margin: 0px 5px 1em 5px;
}
div.otherspecials {
	clear: both;
}
div.productspecial {
	float: left;
	width: 40%;
	margin: 0 5% 20px 5%;
}
div.productspecial img.companylogo {
	float: left;
/*	width: 75px;
	height: 75px;*/
	margin-left: 2px;
}
body#dealers.monthlyspecials div.otherspecials p.msname{
	font: bold 1.5em Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0 0 .5em 0;
	line-height: 2em;
	border-bottom: 1px solid #000000;
}
div.otherspecials img.product {
	float: right;
	margin-bottom: 1em;
	margin-right: 2px;
}
body#dealers.monthlyspecials div.otherspecials p {
	clear: both;
	margin-bottom: .25em;
	margin: 2px;
}
div.usedgear {
	width: 160px;
	float: left;
	margin: 0 15px 10px 0;
}
body#rentalsandproduction div.usedgear h4 {
	font-size: 1.5em;
	border-bottom: 1px solid #999999;
	color: #0099FF;
	text-align: center;
	font-weight: bold;
}
div.usedgear img {
	margin-left: auto;
	margin-right: auto;	
	display: block;
}
div.usedgear ul.usedgearfeatures {
	list-style: circle outside;
	font-size: 1.1em;
}
