/* Default CSS Document */







/*************** GENERAL ***************/







body {
	background-color: #b8b2aa;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #898786;
	border-right-color: #898786;
	border-left-color: #898786;
}
.headertile {
	background-image: url(../site-images/header-bg-tile.gif);
	background-repeat: repeat-x;
	height: 11px;
}
.header {
	background-image: url(../site-images/header-bg.jpg);
	height: 58px;
	background-position: right;
	background-repeat: no-repeat;
	width: 950px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.logo {
	float: left;
	width: 323px;
}
.emergency-contact {
	float: right;
}
.navigation {
	background-color: #cb2229;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	width: 950px;
	height: 15px;
}
.navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation ul li {
	display: block;
	float:left;
	margin: 0px;
	padding: 0px;
}
.navigation ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	/*	float: left;*/



	display: block;
	margin-bottom:0px;
}
.navigation ul li a:hover, .navigation li a.navselect {
	background-color: #000;
	color: #FFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 14px;
}
.navigation ul li.noborder a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.subnavcontainer {
	top:0px;
	width: 950px;
	position: relative;
}
#why a {
	width: 189px;
	text-align: center;/*position:absolute;*//*left:88px;*/
}
#rental a {
	width: 189px;
	text-align: center;
}
#sales a {
	width: 189px;
	text-align: center;
}
#locations a {
	width: 189px;
	text-align: center;
}
#contact a {
	width: 190px;
	text-align: center;
	border-right-style: none;
}
h1 {
}
h2 {
}
h3 {
}
a:link {
}
a:visited {
}
 a:active: {
}
a:hover {
}
/*************** FORMS ***************/







/* Form Related */







.submitButton {
}
p.error {
}
/* Newsletter Sign Up Form - SIGNUPFORM */







.newsletterSignUp {
}
/*************** NAVIGATION ***************/







/* Site Navigation - MAINSITENAV */







ul.mainsitenav {
}
ul.mainsitenav li {
}
/* Sub Navigation - SUBSITENAV */







ul.subsitenav {
}
ul.subsitenav li {
}
/* Child Navigation - CHILDNAV */







ul.childitems {
}
ul.childitems li {
}
/* Sibling Navigation - SIBLINGNAV */







ul.siblingitems {
}
ul.siblingitems li {
}
/*************** DROP DOWN ***************/







/* Refer to dropdown.css */















/*************** PHOTO GALLERY ***************/















/* Photos Category List - PHOTOCATLIST */







ul.photoscatlist {
}
/* Photos Category List - THUMBPHOTOCATLIST */







ul.thumb_photoscatlist {
}
/*************** BLOGS ***************/

/* News Page Formatting */
.newsblock {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
.newspost {
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #D4D4D4;
	padding-bottom: 15px;
}
.news_block h1 {
	font-size: 16px;
}
.newssummary {
	padding-top: 10px;
	padding-bottom: 10px;
}
.newsreadmorelink a {
	color: #a75b0a;
}
.posteddate {
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}
/* Blog Category List - BLOGCATLIST */







ul.blogcatlist {
}
/* Blog Category List - BLOGARCHIVELIST */







ul.blogarchivelist {
}
/* Blog Comment Form - ADDCOMMENTFORM */







.addcommentform {
}
/***************  Contact Us Form formatting  ***************/







/* Contact Us Form formatting  */















.Contact_Us label {
	background-color: #ECECEC;
	color: #333333;
	padding: 3px;
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
	width: 120px;
	text-align: right;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #d4d4d4;
}
form.Contact_Us {
	width: 350px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: normal;
}
.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #d4d4d4;
	color: #333333;
	padding-left: 3px;
}
.Contact_Us input {
	background-color: #FFFFFF;
	border: 1px solid #d4d4d4;
	color: #333333;
	float: left;
	padding-left: 3px;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.Contact_Us select {
	margin-bottom: 5px;
}
input.submit {
	background-color: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	width: 200px;
	padding-right: 2px;
	padding-left: 2px;
}
.Contact_Us p {
	clear: left;
	line-height: 0px;
	margin: 0px;
}
.error {
	background-color: #FF6666;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	padding: 10px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
}
.submitarea label {
	background-color: #FFFFFF;
	margin-left: 0px;
	background-image: none;
	width: 120px;
	float: left;
	border: 1px solid #FFFFFF;
}
.captcha input {
	color: #333333;
}
.captcha input {
	height: 22px;
	padding-top: 10px;
}
.captcha label {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
}
.subnav {
	float: left;
	width: 160px;
	margin-right: 4px;
	margin-left: 6px;
}
.subnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 160px;
}
.subnav li {
	margin-bottom: 1px;
}
.subnav ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 5px;
	display: block;
	background-color: #6b6864;
	padding-top: 7px;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 7px;
}
.subnav ul li a:hover {
	background-color: #000;
}
.subnav ul li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.subnav ul li li a {
	color: #6b6864;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	background-color: #dad9d8;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b2b0;
	background-image: url(../site-images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	padding-bottom: 6px;
}
.subnav ul li li a:hover {
	background-color: #e8ae4b;
	color: #FFF;
	background-image: url(../site-images/bullet-RO.gif);
	background-repeat: no-repeat;
}
.subnav ul li li a.active_yellow {
	background-color: #e8ae4b;
	color: #FFF;
	background-image: url(../site-images/bullet-RO.gif);
	background-repeat: no-repeat;
}
.subnav ul li a.active_gray {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 5px;
	display: block;
	background-color: #999692;
	padding-top: 7px;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 7px;
}
.centercolumn {
	float: left;
	width: 488px;
	margin-right: 4px;
	background-image: url(../site-images/locations-content-tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:525px;
	height:auto !important;
	padding-right: 16px;
	color: #393939;
	padding-top: 10px;
	padding-left: 16px;
	margin-bottom: 40px;
}
.centercolumn ul {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.centercolumn ul li {
	font-size: 10px;
	line-height: 15px;
}
.centercolumn ul li a {
	color: #393939;
	text-decoration: underline;
}
.centercolumn ul li a:hover {
	text-decoration: none;
}
.centercolumn a {
	color: #767676;
	text-decoration: none;
}
.centercolumn a:hover {
	color: #CB2229;
}
.centercolumn h1 {
	color: #cb2229;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
.centercolumn h2 {
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
}
.centercolumn h3 {
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 0px;
}
.centercolumn h4 {
	font-size: 11px;
	padding-bottom: 0px;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 4px;
}
.centercolumn h4 a {
	color: #000;
}
.centercolumn p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.new-used {
	float: left;
	width: 250px;
	margin-top: 4px;
	background-color: #e3dbcf;
	padding-bottom: 9px;
	text-transform: uppercase;
	font-size: 10px;
}
.new-used h2 {
	background-color: #797672;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	height: 17px;
	text-transform: uppercase;
}
.new-used h3 {
	text-transform: uppercase;
	font-size: 10px;
	color: #6b6864;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 5px;
	line-height: 13px;
	padding-bottom: 0px;
	padding-top: 15px;
}
.new-used p {
	margin-top: 5px;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: none;
}
.new {
	color: #FFF;
	font-size: 10px;
	text-align: center;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 15px;
}
.new a {
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 1px;
}
.new a:hover {
	background-color: #000;
}
.used {
	width: 35px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	display: block;
	float: left;
	margin-left: 8px;
	margin-top: 10px;
}
.used a {
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 1px;
}
.used a:hover {
	background-color: #000;
}
.flash-container {
	width: 950px;
	height:180px;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-left: 6px;
}
.flash {
	text-align: left;
	margin-right: 4px;
	height: 180px;
	width: 684px;
	float: left;
}
.flash-news {
	float: left;
	width: 250px;
}
.locations {
	float: left;
	width: 284px;
	margin-right: 4px;
	margin-left: 6px;
	background-color: #e3dbcf;
	min-height:202px;
	height:auto !important;
	height:202px;
}
.locations h2 {
	background-color: #797672;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 15px;
	text-transform: uppercase;
}
.locations p {
	margin-top: 5px;
	font-size: 10px;
	padding-left: 8px;
	padding-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.locations p img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
}
.catalog {
	float: left;
	width: 198px;
	margin-right: 1px;
	text-transform: uppercase;
}
.viewcatalog {
	color: #FFF;
	font-size: 11px;
}
.viewcatalog a {
	background-image: url(../site-images/view-our-line-header-bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	padding-top: 3px;
	padding-left: 8px;
	color: #FFF;
	text-decoration: none;
	background-position: right top;
}
.viewcatalog a:hover {
	background-image: url(../site-images/view-our-line-header-bg.gif);
	background-position: right -33px;
	background-repeat: no-repeat;
}
.forsale {
	float: left;
	width: 197px;
	margin-right: 4px;
	text-transform: uppercase;
}
.viewforsale {
	color: #FFF;
	font-size: 11px;
}
.viewforsale a {
	display: block;
	background-image: url(../site-images/view-our-line-header-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	padding-top: 3px;
	padding-left: 8px;
}
.viewforsale a:hover {
	background-image: url(../site-images/view-our-line-header-bg.gif);
	background-position: right -33px;
	background-repeat: no-repeat;
}
.contact {
	float: left;
	width: 250px;
	background-color: #ecb956;
	min-height:202px;
	height:auto !important;
	height:202px;
	background-image: url(../site-images/contact-bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.contact h2 {
	background-color: #797672;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 15px;
	text-transform: uppercase;
}
.contact h3 {
	text-transform: uppercase;
	font-size: 11px;
	color: #6b6864;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 5px;
	line-height: 13px;
	padding-bottom: 0px;
	margin-left: 12px;
}
.contact p {
	margin-top: 3px;
	font-size: 10px;
	color: #6b6864;
	padding-right: 5px;
	padding-left: 8px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-left: 12px;
}
.contact form {
	text-align: center;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contact form select {
	width: 210px;
	margin-bottom: 5px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #6b6864;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 2px;
}
.contact form p {
	margin: 0px;
	padding: 0px;
}
.contact form input {
	width: 204px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 15px;
	background-image: url(../site-images/calendar-input-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFF;
	padding-top: 4px;
	padding-left: 5px;
	color: #6b6864;
	height: 15px;
}
.contact form input.submit {
	background-color: #cb2229;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	cursor: pointer;
	width: 250px;
	margin-bottom: 0px;
	background-image: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 18px;
}
.footerlinks {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #898786;
	font-size: 8px;
	text-transform: uppercase;
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.footerlinks a {
	text-decoration: none;
	color: #898786;
}
.footerlinks a:hover {
	color: #EC1C25;
}
.footerbg {
	background-image: url(../site-images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
.copyright {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	color: #666;
	margin-bottom: 10px;
}
.copyright a {
	color: #666;
}
.copyright a:hover {
	text-decoration: none;
	color: #000;
}
ul {
	margin: 0px;
	padding: 0px;
}
.getitnow {
	color: #FFF;
	font-size: 10px;
	text-align: center;
	display: block;
	float: left;
	margin-top: 20px;
}
.getitnow a {
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 9px;
	padding-top: 2px;
}
.getitnow a:hover {
	color: #FFF;
	background-color: #000;
}
.product-photo {
	float: left;
	height: 90px;
	width: 95px;
}
.product-photo img {
	width: 95px;
	height: 90px;
}
.productdesc {
	float: left;
	margin-left: 10px;
	width: 500px;
}
.redtext {
	color: #cb2229;
}
.small-product-photo {
	float: left;
	height: 45px;
	width: 45px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.briefproductdesc {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 400px;
}
.small-product-sale-photo {
	float: left;
	height: 45px;
	width: 45px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.product-photo-med {
	float: left;
	height: 66px;
	width: 66px;
}
.product-photo-med img {
	width: 66px;
	height: 66px;
}
img.pdf-icon {
	margin-right: 10px;
}
/********* NAVIGATION - COPIED FROM BROE.COM ************/



.hide {
	display:none;
}
#whyally-RO {
	z-index: 1;
	width: 189px;
	visibility: hidden;
	position: absolute;
	left: 0px;
	padding-left: 0px;
	height: 80px;
	filter:alpha(opacity=75);
	-moz-opacity: .7;
	opacity: .7;
}
#whyally-RO-text {
	position: absolute;
	background-color: #000000;
	left: 0px;
	color: #FFF;
	z-index:100;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	filter:alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}
#whyally-RO-text a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 41px;
	width: 148px;
	padding-bottom: 4px;
	padding-top: 4px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393939;
}
#whyally-RO-text a:hover {
	text-decoration: none;
	background-color: #202020;
}
#rental-RO {
	z-index: 1;
	width: 189px;
	visibility: hidden;
	position: absolute;
	left: 190px;
	padding-left: 0px;
	filter:alpha(opacity=75);
	-moz-opacity: .7;
	opacity: .7;
	height: 85px;
}
#rental-RO-text {
	left: 190px;
	position: absolute;
	background-color: #000000;
	color: #FFF;
	z-index:100;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	filter:alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}
#rental-RO-text a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 9px;
	width: 180px;
	padding-bottom: 4px;
	padding-top: 4px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393939;
}
#rental-RO-text a:hover {
	text-decoration: none;
	background-color: #202020;
}
#sales-RO {
	z-index: 1;
	width: 189px;
	visibility: hidden;
	position: absolute;
	left: 380px;
	padding-left: 0px;
	filter:alpha(opacity=75);
	-moz-opacity: .7;
	opacity: .7;
	height: 85px;
}
#sales-RO-text {
	left: 380px;
	position: absolute;
	background-color: #000000;
	color: #FFF;
	z-index:100;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	filter:alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}
#sales-RO-text a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 45px;
	width: 144px;
	padding-bottom: 4px;
	padding-top: 4px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393939;
}
#sales-RO-text a:hover {
	text-decoration: none;
	background-color: #202020;
}
/* Contact Form */

.contactdesign {
	background-image: url(../site-images/contact-page-bg-tile.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.contactverbiage {
	background-color: #BBBBBB;
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px;
}
form.contactform {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #363636;
	width: 355px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.contactform input, textarea {
	margin-bottom: 5px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	border: 3px double #cbcacb;
	margin-top: 3px;
}
.contactform textarea {
	height: 100px;
}
.contactform .city {
	width: 165px;
	margin-right: 16px;
}
.contactform .state {
	width: 45px;
	margin-right: 16px;
}
.contactform .zip {
	width: 90px;
}
.contactform .phone {
	width: 165px;
	margin-right: 16px;
}
.contactform .fax {
	width: 160px;
}
.contactform .comments {
	width: 350px;
}
.contactform .submit {
	color: #FFFFFF;
	background-color: #cb2229;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	padding: 3px;
	width: 62px;
}
.contactform input.bg {
	width: 350px;
}
.contactform label span {
	color:#F00;
}
a.onecall {
	color: #F00;
	text-decoration: none;
}
a.onecall:hover {
	color: #767676;
}
