@charset "UTF-8";
/* CSS Document */

/* Varnish Stripping */
html {height: 100%;}

* {
	margin: 0;
	padding: 0;
	outline:none;
}
/* End Stripping */

@font-face {
	font-family: "RMP";
//	src: url(type/CABNDWebBold.otf) format("opentype");
	}
body {
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

ol {list-style-position:outside; margin-left:25px}
ul {list-style-position: outside;margin:0 0 10px 25px;list-style:square;}


h1, h2,h3,h4,h5,h6 {font-weight:bold; color:#852e2e; margin-bottom:10px;font-family: "RMP", Helvetica, Arial, sans-serif;}
h1 {font-size:22px;line-height:28px}
h2 {font-size:18px; line-height:24px}
h3 {font-size:14px;line-height:20px}
h4 {font-size: 12px}

strong {color:#a39659}

a img,:link img,:visited img { border:none; outline: none; text-decoration:none}

a, a:visited {color:#852e2e;text-decoration:underline;}
a:hover img, button:hover {filter:alpha(opacity=50); -moz-opacity: 0.5;opacity: 0.5;}
a:hover, a:active {
	color: #999999;
	text-decoration:none;
}

hr {
height:1px;
margin-bottom:10px;
clear:both;
}
.cb {clear:both}
.fl {float:left; margin:0 5px 5px 0}
.fr {float:right; margin:0 0 5px 5px}
.fn {float:none}

p {
	line-height:24px;
	margin-bottom:10px;
}


blockquote {font-style:italic; font-weight:normal; font-size:18px; color:#999; padding:5px 5px 0 35px; margin:15px 25px 20px 20px; }


/*Core */

#header {
	width:960px;
	height:120px;
	margin:0 auto 0 auto;
	background-image:url(../images/bg-header2.jpg);
	position:relative;
}

#header h5 a, #header h5 a:visited {color:#a39659; text-decoration: underline; line-height:20px;}
#header h5 a:hover, #header h5 a:active {color:#fff; text-decoration:none}


#wrapper {
	width:960px;
	margin:0 auto 0 auto;
}

#footwrap {
	width:100%;
	height:50px;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	color:#FFF;
	font-size:11px;
	float:left;
}

#footer {
	width:940px;
	height:35px;
	margin:0 auto 0 auto;
	padding:15px 0 0 0;
}
#search {
	width:302px;
	height:21px;
	float:right;
	margin:0px;
	padding:5px 10px 0 0;
	text-align:right;
	position: absolute;
	bottom:0;
	right:0
}

#search span {
	font-size:13px;
	text-align:right;
	text-shadow: 0px 2px 8px #000;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	padding-right:10px;
}

input{
	border:1px solid #852e2e;
	padding:4px;
	color:#333;
}
	
#IPsearch {
	border:1px solid #852e2e;
	width:175px;
	background-color:#999;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	behavior: url(/css/border-radius-fix.htc);
	padding:1px;
	font-size:10px;
}

#IPsearch:focus {background-color:#FFF;}

input.searchsubmit {
	background: #5d5d5d url(../images/bg-category.png) repeat-x bottom left;
	border:0;
	font-weight:bold;
	color:#fff;
	text-shadow: 0px 2px 8px #000;
	cursor:pointer;
	padding:2px 4px 3px 4px;
	text-transform: capitalize;
	margin:0 0 0 15px;
}

input.searchsubmit:hover {filter:alpha(opacity=50); -moz-opacity: 0.5;opacity: 0.5;}

a#logo {
	float:left;
	background: url(../images/logo.png) no-repeat center center;
	text-indent:-999em;
	width: 260px;
	height:79px;margin:4px 0 11px 20px;
}

a#RBlogo {float:right;
	width:84px;
	height:65px;
	background: url(../images/RBlogo.png) no-repeat center center;
	text-indent:-999em;
	margin:15px 20px 0 0;
}

a#logo:hover, a#RBlogo:hover {filter:alpha(opacity=50); -moz-opacity: 0.5;opacity: 0.5;}

#header h5 {
	margin:25px 20px 8px 0;
	padding: 5px 0px 0 0px;
	font-size:14px;
	text-align:right;
	text-shadow: 0px 2px 8px #000;
	font-style:italic;
	font-weight:bold;
	color:#a39659;
	float:right;
}

#header h6 {
	float:right;
	margin:0px 20px 8px 0;
	padding: 5px 0px 0 0px;
	font-size:13px;
	text-align:right;
	text-shadow: 0px 2px 8px #000;
	font-style:italic;
	font-weight:bold;
	color:#fff;
}

#content {
	width:940px;
	border-left: 10px solid #a39659;
	border-right: 10px solid #a39659;
	background:#fff url(../images/bg-wrapper.png) repeat-y left;
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;
	position:relative;
	padding-bottom:120px;
}

#sidebar {
	float:left;
	width:210px;
	padding:20px 0 10px 10px;
}

#body {
	float:right;
	width:600px;
	padding:20px 100px 15px 20px;
}

#boneyard{
	clear:both;
	width:920px;
	padding:10px 10px 20px 10px;
	height:90px;
	position:absolute;
	bottom:0;
	left:0;
}

#boneyard a {float:left; margin:5px 32px 0 32px;}

#boneyard h3 {
	font-size:18px;
	text-align:center;
	font-style:italic;
	font-weight:normal;
	color:#666;
}

/* Main Nav */

ul#nav {
	margin:0px;
	height: 26px;
	width:648px;
	list-style:none;
	float:left;
	clear:left;
	position:absolute;
	bottom:0;
	left:0;
}

ul#nav li {
	float:left;
	height:26px;
}

ul#nav li a {
	display:block;
	height:26px;
	text-indent:-999em;
}

li#home a{
	background-image: url(../images/navbar-2.jpg);
	background-position: left top;
	width:70px;
}

li#home a:hover, li#home a.selected{
	background-position: left bottom;
}

li#apparatus a{
	background-image: url(../images/navbar-2.jpg);
	background-position: 578px top;
	width:108px;
}

li#apparatus a:hover, li#apparatus a.selected{
	background-position: 578px bottom;
}

li#equipment a{
	background-image: url(../images/navbar-2.jpg);
	background-position: 470px top;
	width:111px;
}

li#equipment a:hover,li#equipment a.selected{
	background-position: 470px bottom;
}

li#service a{
	background-image: url(../images/navbar-2.jpg);
	background-position: 359px top;
	width:86px;
}

li#service a:hover, li#service a.selected{
	background-position: 359px bottom;
}

li#clearance a{
	background-image: url(../images/navbar-2.jpg);
	background-position: 273px top;
	width:107px;
}

li#clearance a:hover, li#clearance a.selected{
	background-position: 273px bottom;
}
li#about a{
	background-image: url(../images/navbar-2.jpg);
	background-position: 166px top;
	width:71px;
}

li#about a:hover, li#about a.selected{
	background-position: 166px bottom;
}
li#contact a{
	background-image: url(../images/navbar-2.jpg);
	background-position: right top;
	width:95px;
}

li#contact a:hover, li#contact a.selected{
	background-position: right bottom;
}


/*footer nav */

ul#footnav {float:right; list-style:none;}
ul#footnav li {float:left; margin: 0 0px 0 0}
#footer a{color:#FFF; padding:2px 4px 2px 4px}
#footer a:hover {background-color:#300;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	behavior: url(/css/border-radius-fix.htc);
}
	
	
/*misc */

p.map {
	width:218px;
	float:right;
	margin:0 0 10px 20px;
	font-style:italic;
	font-size:20px;
	line-height: 28px;
	color:#852e2e;
}

p.map img {
	position:relative;
	margin: 0 0 -10px 0;
}

ul#specials {
	background:url(../images/PDF2.jpg) no-repeat left bottom;
	margin-left:0;
	padding: 5px 0 5px 50px ;
	list-style:none;
}

a.pdf {
	background:url(../images/PDF2.jpg) no-repeat left center;
	margin-left:0;
	padding: 15px 0 15px 50px ;
}

.canadamapSM {
	position:relative;
	margin:-20px -65px 0 5px;
	float:right;
}

/*gallery */

#gallery {margin:0px 0px 20px 0; position:relative; float:left; background:#000 url(../images/ajax-loader.gif) no-repeat 246px 146px; width:690px}

#gallery a:hover img {filter:alpha(opacity=100); -moz-opacity: 1;opacity: 1;}

.banner {float:left;}
.banner img {width:464px; height:348px;}
ul#overlay {	list-style:none; margin:0; float:right;width:226px; position:realtive}

ul#overlay li {
	margin:0; 
	float:left
}

ul#overlay li a{
	color:#FFF;
	float:right;
	width:224px;
	height:66px;
	padding:10px 5px 10px 5px;
	background: #2e2e30 url(../images/bg-overlay.png) repeat-x bottom left;
	border-top:1px solid #a39659;
	border-right:1px solid #a39659;
	border-left:1px solid #a39659;
	text-shadow: 0px 0px 8px #000;
	text-decoration:none;
	font-size:15px;
	position:relative;
}

ul#overlay li a:hover, ul#overlay li a.selected {background-position:bottom right}

ul#overlay li a img {
	margin: 0 0 0 5px;
	float:right;
	width:88px;
	height:66px;
}
ul#overlay li a strong {
	color:#a39659;
	font-size:13px;
	display:block;
	width:120px;
	margin-bottom:5px;
}

ul#overlay li a span {
	color:#fff;
	font-weight:bold;
	display:block;
	width:120px
}
a.galleryMORE {
	position:relative;
	height:75px;
	width:74px;
	float: right;
	top:-20px;
	margin: 0 0 0 15px;
}

h2.caption {
	position:absolute;
	bottom:10px;
	left:0;
	padding: 10px 20px 10px 30px;
	background:url(../images/bg-caption.png);
	color:#FFF;
 	text-shadow: 0px 0px 8px #000;
	font-size:18px;
	line-height:24px;
}
h2.caption span {
	display:block;
	font-size:14px;
}

h2.caption a span {color:#fff; text-decoration:none}
h2.caption a strong {text-decoration:none}

h2.caption a:hover {filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;}


/* Sub Nav */

ul#subnav {
	list-style:none;
	border: 10px solid #a39659;
	border-left:0;
	margin:0 0 10px 0;
	position:relative;
	left:-10px;
	width:210px;
}

ul#subnav ul {margin:0 ;}


ul#subnav li {
	margin:0;
	list-style:none;
}
ul#subnav li a {
	display:block;
	width:200px; height:20px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	padding:8px 0 0px 10px;
	background:#a29558 url(../images/bg-subnav.png) no-repeat bottom left;
}

ul#subnav li a:hover, ul#subnav li a.selected{
	background:#b1a560 url(../images/bg-subnav.png) no-repeat bottom right;
	text-shadow: 0px 0px 8px #000;
}
ul#subnav li li a{
	background:#b1a560 none no-repeat bottom right;
	width:185px;
	padding: 8px 0 0 25px; border-top:1px #7d7547 solid
}

ul#subnav li li a:hover, ul#subnav li li a.selected{
	background:#c9b96e none;

}

ul#subnav li li li a{
	width:165px;
	padding: 8px 0 0 45px; border:0;
}
ul#subnav li li li a:hover, ul#subnav li li li a.selected {
	background-color:#e5d9a3 none
}

/*sidebar text box */ 

.subnav {
	list-style:none;
	border: 10px solid #a39659;
	border-left:0;
	margin:0 0 10px 0;
	position:relative;
	left:-10px;
	width:190px;
	padding:10px;
	color:#fff;
	background-color:#b1a560;
	text-shadow: 0px 0px 15px #000;
}

.subnav a {text-decoration:none; text-shadow: 0px 0px 8px #a39659;}
.subnav a:hover {color:#fff;text-shadow: 0px 0px 8px #000;}
.subnav h2, .subnav h4 {
	color:#fff;
	font-size:14px;
	line-height:20px
}

.subnav h3 {
	color:#fff;
	border-bottom:1px solid #fff;
}

/* Recent Delivieries / Truck Listings /*/

div.category {
	float:left;
	margin:0 4px 10px 0;
	text-align:center;
	padding:0 0 3px 0;
	background: #5d5d5d url(../images/bg-category.png) repeat-x bottom left;
	color:#fff; 
}

div.category img {
	display:block;
	width:196px;
	height:116px;
	margin-bottom:3px;
}

div.category a, div.category a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

div.category a:hover, div.category a:active {
	color:#777;
}

#truckList {
	list-style:none;
	margin:0 0 15px 0;
	float:left;
}

#truckList div {
	float:left;
	width:185px;
	padding:5px;
	margin: 0 5px 15px 0px;
	background-color:#e8e3d2;
	height:340px;
}

#truckList div:hover {background-color:#a39659}

#truckList div img {
	position:relative;
	margin:-5px 0 0 -5px;
	width:195px;
}

#truckList h2 {
	font-size:15px;
	line-height:18px;
}

#truckList h4 {
	margin-bottom:0
}

#truckList p {
	line-height:16px;
}
#truckList .rm {
	display:block;
	float:right;
	margin:5px 0 0 0;
}

a.brochure {
	display:block;
	background:#fff url(../images/bg_brochure.png) no-repeat right center;
	margin:0 0 25px 0;
}


/* Pages */

p.sort {
	float:right; 
	font-size:10px; 
	padding:3px 5px; 
	border:1px solid silver;
	background-color: #dddddd;
	line-height:10px;
}

.pages {
	float:right; 
	font-size:10px; 
	padding:3px 5px; 
	line-height:10px;
	margin-left:10px;
}



.pages a{
	padding:3px 5px;
	border:1px solid silver;
	background-color: #dddddd;
}

.pages .current{
	padding:3px 5px;
	border:1px solid #a39659;
	background-color:#a39659;
}
.pages a:hover {
	background-color:#000;
	color:#a39659;
	}
	
/* Bio Tsables */

#bioTable {
	text-align:left;
	border:0;
	padding:2px;
	margin:0 0 15px 0;
	float:left;
}

#bioTable th {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px #852e2e solid;
	padding:15px 2px 0px 2px;
	margin:0 0 5px 0;
	color:#852e2e;
}
#bioTable td{ 
	padding:5px;
}



#bioTable tr.odd{background-color:#f7efca}
#bioTable td.phone {width:95px;}

/* Gallery */



div#truckDescription {
	margin-bottom:25px;
	float:left;
	padding:15px 15px 5px 15px;
	background: #333 url(../images/bg-desc.png) repeat-x top left;
	color:#fff;
	width:570px;
}

div#truckDescription a{ color:#fff}

div#truckSpecs {
	float:left;
}

div.onecolumn {
	width:100%;	
}

div.twocolumn {
	width:55%;	
}

div#truckSidebar {
	width:38%;
	float:right
}
img.firestarIMG {
	width:100%;
	height:auto;
}

/* Search */

.searchResult {
	margin:25px 0 0 0;
}

.searchResult strong{
	font-size:18px}

.local {
	float:right;
	width:190px;
	padding:10px 10px 3px 10px;
	background:#ccc;
	margin-left:25px;
}

/***** Equipment *****/

div.Ecategory, div.EcategorySub, div.eqCategory {
	float:left;
	margin:0 4px 10px 0;
	text-align:center;
	padding:0 0 3px 0;
	background: #5d5d5d url(../images/bg-category.png) repeat-x bottom left;
	color:#fff; 
	font-size:12px;
}

div.Ecategory img {
	display:block;
	width:145px;
	height:86px;
	margin-bottom:3px;
}

div.EcategorySub img, div.eqCategory img {
	display:block;
	width:294px;
	height:174px;
	margin-bottom:3px;
}

div.Ecategory a, div.Ecategory a:visited, div.EcategorySub a, div.EcategorySub a:visited, div.eqCategory a, div.eqCategory a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

div.Ecategory a:hover, div.Ecategory a:active, div.EcategorySub a:hover, div.EcategorySub a:active, div.eqCategory a:hover, div.eqCategory a:active {
	color:#777;
}


/****** Forms ******/

.hurray {
	padding:10px 10px 10px 50px;
	background: #6ea61c url(/images/hurray.png) no-repeat left top;
	float:left; color:#FFF;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	behavior: url(/css/border-radius-fix.htc);
}
.boooo {
	padding:10px 10px 10px 50px;
	background: #b20c0f url(/images/booo.png) no-repeat left top;
	float:left; color:#FFF;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	behavior: url(/css/border-radius-fix.htc);
}
