/** Import Reset CSS **/

@import url("reset.css");

@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic);

/** Global Styles **/

html
{
	height: 100%;
	overflow: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}


/* start main style */

body {
	margin: 0;
	padding: 0;
	font-family: 'Arimo', Verdana, Trebuchet, sans-serif;
	line-height: 1.6em;
	background-color: #19160F;
}
p {
	color: #3B3535;
	margin: .25em 1em 1em 1em;
	padding: 10px;
}
a:link {
	color: #605D5D;
	text-decoration: none;
}

a:visited {
	color: #948585;
	text-decoration: none;
}
a:hover {
	color: #1B1610;
	text-decoration: underline;
}

a:active {
	color: #948585;
	text-decoration: none;
}

h1 {
	font-size: 135%;
	font-weight: bold;
	padding: 10px;
	margin: 10px 15px;
}

h2 {
	font-size: 115%;
	color: #47594C;
}

h3 {
	font-size: 110%;
}

aside h3 {
	font-size: 110%;
	padding: 10px;
	margin: 10px;
}
h4 {
	font-size: 105%;
	font-weight: normal;
	padding: 10px 10px 10px 15px;
	margin: 10px 10px 10px 10px;
}


h5 {

}

h6 {
	font-size: 85%;
	margin: 0 0 1em 1em;
}

abbr {
	color: #76937E;
}
acronym {
	color: #19160F;
}
blockquote {
	width: 260px;
	border-left: 1px solid #666666;
	font-size: 125%;
	line-height: 1.6em;
	float: right;
	padding: .75em 0 .75em 1em;
	background-color: #CCCCCC;
	margin: 1em 1em 0 0;
}

dt {
	padding: 0 10px;
	margin: 0 20px;
	font-size: 105%;
	font-weight: bold;
	color: red;
}
dt img {
	vertical-align: middle;
}
dd {
	padding-bottom: .5em;
	height: auto;
	padding: 0 10px;
	margin: 0 20px 20px 20px;
}
dd img {
}
header {
	margin: 0 auto;
	background: url(../images/heros/ranger_hero.jpg) no-repeat right;
}
.equipment_h {
	background: url(../images/heros/box_hero.jpg) no-repeat right;
}
.about_h {
	background: url(../images/heros/cargo_hero.jpg) no-repeat right;
}
.services_h {
	background: url(../images/heros/angle_hero.jpg) no-repeat right;
}
.contact_h {
	background: url(../images/heros/scion_hero.jpg) no-repeat right;
}
nav {
	background-color: #B4A990;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

nav p {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	margin: 0;
	padding:0;
}
nav ul{
	list-style: none;
	text-indent: 0;
	padding: 0;
	font-size: 80%;
}
nav li a:link {
	background: none;
	color: #FFFFFF;
	display: block;
}
nav li a:visited {
	background: none;
	color: #FFFFFF;
	display: block;
}
nav li a:hover {
	background: none;
	color: #19160F;
	display: block;
	text-decoration: none;
}
nav li a:active {
	background: none;
	color: #FFFFFF;
	display: block;
}
aside h2 {
	visibility: visible;
	color: #ac2e28;
	text-transform: uppercase;
	margin-left: 15px;
}
section {
    border-radius: 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#E0E0E0;
	margin: 10px auto 20px auto;
	background-color:#E0E0E0;
	padding-top: 20px;
	padding-bottom: 20px;
}
section h1 {
	padding: 0 20px;
}
section p {
	padding: 0 20px;
}
footer {
	max-width: 1024px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	overflow: hidden;
}

footer p {
	padding: 20px 0 5px 0;
}

footer img {
	vertical-align: text-bottom;
}

.clearfix {
	clear: both;
	height: 1px;
}

.logo {
	margin-top: 10px;
	margin: 10px 0 10px 8px;
}

.flash {
	margin: 0 auto 0 50px;
}

.flash_specs {
	float: left;
}

.hires_vehicles {
	float: left;
	margin: 0 2em 0 20px;
	border: 1px solid #000000;
	padding: 0;
}
.biz {
	list-style-image: url(../images/bullet_img.gif);
}
.404 {
	text-align: center;
	margin: 0 auto;
}
.404 img {
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

.jump li {
	list-style: url(../images/bullet_services.gif);
	text-indent: 0;
	vertical-align: middle;
}
.return {
	font-style:italic;
	font-size: small;
	color: #97D5E1;
}