@charset "utf-8";
/* Start CSS Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight: normal;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* End CSS Reset */
body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #000;
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.8;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
b { font-weight: bold; }
i { font-style: italic; }
a img {
	border: none;
}
a:link {
	color: #ffecb2;
	text-decoration: none;
}
a:visited {
	color: #ffecb2;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

.container {
	width: 1176px;
	margin: 0 auto;
	background-color: #181f2b;
	font-size: 1.6em;
}

.header {
	width: 100%;
	height: 206px;
	background-image: url(../images/homeheader1.jpg);
	overflow: hidden;
	position: relative;
}
.sidebar1 {
	float: right;
	width: 316px;
	margin-top: 9px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	color: #FFF;
	background: url(../images/sidebar1.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
.sidebar1 a {
	color: #FFFFFF;
}
.content {
	width: 854px;
	float: left;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #e6e6e6;
}
.content ul, .content ol { 
	padding: 0px 0px 0px 24px;
}
.footer {
	margin-top: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	background-color: #1a1a1a;
	color: #777777;
	text-align: center;
	line-height: 1.6;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 1);
}
.footer a {
	color: #777777;
}
.footer a:hover, .footer a:active, .footer a:focus {
	color: #ffecb2;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* NavBar CSS */
.navcontainer {
	background: url(../images/navbarsprite.png) no-repeat top left;
	background-position: -2px 0;
	height: 52px;
	text-align: center;
	overflow: hidden;
	line-height: 1.4;
}
.navbar {
	display: table;
	margin: 0 auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
}
.navbar ul {
	margin: 0;
	list-style: none;
	float: left;
	clear: left;
}
.navbar ul li {
	float: left;
	display: inline;
}
.navbar ul li a {
	height: 52px;
	text-decoration: none;
	float: left;
	cursor: pointer;
	color: #FFFFFF;
}
.navbar ul li a span {
	margin: 0 26px 0 0;
	padding: 8px 18px 0 46px; /* right margin + right padding + 2 = left padding */
	background: url(../images/navbarsprite.png) no-repeat top left;
	height: 52px;
	position: relative;
	float: left;
}
.navbar ul li a span.navfirst {
	background-position: -2px 0;
	padding: 8px 18px 0 44px;
}
.navbar ul li a:hover, .navbar ul li a:focus {
	background: url(../images/navbarsprite.png) no-repeat top right;
	text-shadow: 0 0 7px rgba(215, 210, 255, 1);
}
.navbar ul li a:hover span, .navbar ul li a:focus span {
	background-position: 0 -52px;
}
.navbar ul li a:hover span.navfirst, .navbar ul li a:focus span.navfirst {
	background-position: -2px -52px;
}
.navbar ul li a.currentpage {
	background: url(../images/navbarsprite.png) no-repeat top right;
	text-shadow: 0 0 7px rgba(215, 210, 255, 1);
}
.navbar ul li a.currentpage span {
	background-position: 0 -52px;
}
.navbar ul li a.currentpage span.navfirst {
	background-position: -2px -52px;
}
/* End NavBar CSS */
.bodytext {
	margin-left: 25px;
	margin-right: 18px;
	padding-left: 16px;
	padding-right: 30px;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 1);
	overflow: visible;
}
.sidebartext {
	padding: 3px 0px 0px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}
.sidebartext2 {
	font-size: 22px;
	font-style: italic;
}
.sidebartextlrg {
	padding: 3px 0px 0px 0px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 47px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}
.homeheading {
	background: url(../images/h1bg3.png) no-repeat top left;
	margin: 27px 18px 0px 25px;
	padding: 7px 0px 30px 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-style: italic;
	line-height: 1.3;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}
.indenth1 {
	padding-left: 72px;
}
.texth1 {
	background: url(../images/h1bg3.png) no-repeat top left;
	margin: 18px 18px 10px 16px;
	padding: 11px 0px 26px 16px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: 300;
	line-height: 1.0;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}
.footerlogoscont {
	background-color: #121212;
	padding: 24px 0px;
	height: 114px;
	text-align: center;
	overflow: hidden;
}
.footerlogos {
	display: table;
	margin: 0 auto;
}
.footerlogos ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footerlogos ul li {
	margin: 0px 20px;
	float: left;
}
.footerlogos ul li a {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 114px;
}
#footerlogo1 {
	background-image: url(../images/footerlogos.png);
	background-position: 0px 0px;
	width: 230px;
}
#footerlogo2 {
	background-image: url(../images/footerlogos.png);
	background-position: -231px 0px;
	width: 112px;
}
#footerlogo3 {
	background-image: url(../images/footerlogos.png);
	background-position: -344px 0px;
	width: 190px;
}
#footerlogo4 {
	background-image: url(../images/footerlogos.png);
	background-position: -535px 0px;
	width: 202px;
}
#footerlogo5 {
	background-image: url(../images/footerlogos.png);
	background-position: -737px 0px;
	width: 223px;
}
.sidebuttoncont {
	margin: 10px 0px 23px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.footerbottomcont {
	padding-top: 24px;
}
.footerleft {
	float: left;
	padding-left: 30px;
	text-align: left;
}
.footerright {
	float: right;
	padding-right: 120px;
	text-align: left;
}
.footercenter {
	margin: 0px auto;
	width: 500px;
}
.footerend {
	padding: 8px 0px 22px 0px;
	clear: both;
}
.sidebuttonbullet {
	font-size: 44px;
	line-height: 0;
	position: relative;
	bottom: -2px;
}
.reservebutton {
	-moz-box-shadow: 0px 11px 11px -7px #000000;
	-webkit-box-shadow: 0px 11px 11px -7px #000000;
	box-shadow: 0px 11px 11px -7px #000000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #51b349), color-stop(1, #043700));
	background:-moz-linear-gradient(top, #51b349 5%, #043700 100%);
	background:-webkit-linear-gradient(top, #51b349 5%, #043700 100%);
	background:-o-linear-gradient(top, #51b349 5%, #043700 100%);
	background:-ms-linear-gradient(top, #51b349 5%, #043700 100%);
	background:linear-gradient(to bottom, #51b349 5%, #043700 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#51b349', endColorstr='#043700',GradientType=0);
	background-color:#3a8e33;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #388a31;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:23px;
	font-weight:bold;
	line-height:1.7;
	padding:7px 18px 10px 21px;
	text-decoration:none;
	text-shadow:0px 2px 1px #000000;
}
.reservebutton:hover, .reservebutton:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #043700), color-stop(1, #51b349));
	background:-moz-linear-gradient(top, #043700 5%, #51b349 100%);
	background:-webkit-linear-gradient(top, #043700 5%, #51b349 100%);
	background:-o-linear-gradient(top, #043700 5%, #51b349 100%);
	background:-ms-linear-gradient(top, #043700 5%, #51b349 100%);
	background:linear-gradient(to bottom, #043700 5%, #51b349 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#043700', endColorstr='#51b349',GradientType=0);
	background-color:#043700;
	text-decoration:none;
}
.reservebutton:active {
	position:relative;
	top:1px;
	text-decoration:none;
}
.quotebutton {
	-moz-box-shadow: 0px 11px 11px -7px #000000;
	-webkit-box-shadow: 0px 11px 11px -7px #000000;
	box-shadow: 0px 11px 11px -7px #000000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9c21), color-stop(1, #4c1400));
	background:-moz-linear-gradient(top, #ff9c21 5%, #4c1400 100%);
	background:-webkit-linear-gradient(top, #ff9c21 5%, #4c1400 100%);
	background:-o-linear-gradient(top, #ff9c21 5%, #4c1400 100%);
	background:-ms-linear-gradient(top, #ff9c21 5%, #4c1400 100%);
	background:linear-gradient(to bottom, #ff9c21 5%, #4c1400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c21', endColorstr='#4c1400',GradientType=0);
	background-color:#ff9c21;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #b66513;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:23px;
	font-weight:bold;
	line-height:1.7;
	padding:7px 32px 10px 34px;
	text-decoration:none;
	text-shadow:0px 2px 1px #000000;
}
.quotebutton:hover, .quotebutton:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c1400), color-stop(1, #ff9c21));
	background:-moz-linear-gradient(top, #4c1400 5%, #ff9c21 100%);
	background:-webkit-linear-gradient(top, #4c1400 5%, #ff9c21 100%);
	background:-o-linear-gradient(top, #4c1400 5%, #ff9c21 100%);
	background:-ms-linear-gradient(top, #4c1400 5%, #ff9c21 100%);
	background:linear-gradient(to bottom, #4c1400 5%, #ff9c21 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c1400', endColorstr='#ff9c21',GradientType=0);
	background-color:#4c1400;
	text-decoration:none;
}
.quotebutton:active {
	position:relative;
	top:1px;
	text-decoration:none;
}
.sidebartop {
	background-image:url(../images/sidebar1.png);
	background-position: -320px -1px;
	height: 3px;
	overflow: hidden;
}
.sidedivider {
	background-image:url(../images/sidebar1.png);
	background-position: -320px 0px;
	height: 4px;
	overflow: hidden;
}
#sidebarslideshow {
	position: relative;
}
#sidebarslideshow > div { 
    position: absolute;
}
.testimonials {
	padding: 11px 18px 0px 19px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.5;
	text-align: left;
	text-indent: 32px;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}
.quotemarks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 26px;
	line-height: 0;
	padding: 0px 2px;
	position: relative;
	bottom: -4px;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}
.quotesig {
	padding: 9px 18px 18px 19px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
	line-height: 1.4;
	text-align: right;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}
.fleetheader1 {
	background: url(../images/h1bg3.png) no-repeat top left;
	margin: 0px 18px 0px 15px;
	padding: 12px 0px 26px 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 42px;
	font-style: italic;
	line-height: 1.0;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}
.fleetgallerycont {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: visible;
}
.vehiclecont {
	margin: 0px 1px 0px 1px;
    background: #0c141f; /* Old browsers */
    background: -moz-linear-gradient(top, #0c141f 50%, #2d374a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#0c141f), color-stop(100%,#2d374a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0c141f 50%,#2d374a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0c141f 50%,#2d374a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0c141f 50%,#2d374a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0c141f 33%,#2d374a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c141f', endColorstr='#2d374a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #adbed9;
	-webkit-box-shadow: inset 0px 0px 20px 0px #637ca6;
    -moz-box-shadow: inset 0px 0px 20px 0px #637ca6;
    box-shadow: inset 0px 0px 20px 0px #637ca6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.vehicletitle {
	background: url(../images/h1bg3.png) no-repeat top left;
	margin: 0px 18px 0px 0px;
	padding: 12px 0px 19px 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 46px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.0;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}
.vehicledescrpt {
	float: left;
	width: 430px;
	padding: 36px 0px 36px 36px;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 1);
	overflow: auto;
}
.vehicleimages {
	float: right;
	width: 300px;
	padding: 11px 14px 11px 8px;
	overflow: auto;
}
.vehiclefooter {
	background: url(../images/backtotopicon.png) no-repeat top left;
	margin: 9px 0px 70px 0px;
	padding: 5px 0px 0px 29px;
	line-height: 1.0;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 1);
}
.aboutheading {
	background: url(../images/h1bg3.png) no-repeat top left;
	margin: 1px 0px 0px 15px;
	padding: 12px 0px 26px 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 42px;
	font-style: italic;
	line-height: 1.0;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}
.photograph {
	float: right;
	margin: 0px;
	padding: 8px 50px 40px 50px;
}
.photoframe {
	border: 8px solid #FFFFFF;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 2px 10px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 2px 10px 0px rgba(0, 0, 0, 0.7);
}
.photocaption {
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0 2px 0px rgba(0, 0, 0, 1);
}
.embedyoutube1 {
	float: right;
	padding: 9px 32px 25px 28px;
}
.azlcontactform {
	padding-left: 20px;
	font-size: 0.9em;
	line-height: 1.4;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 1);
}