/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global */

body {
    line-height: 1.5em;
    background: #FFF url(../img/bg.png) repeat-x top;
    font-family: "myriad-pro", "Myriad Web Pro",  Myriad, "Segoe UI", Sans-Serif;
    color: #444;
}

a {
 color: #06459c; 
    text-decoration: none;
}

a:hover {

}

#container {
    width: 900px; /* 900px is our baseline width across all sites. */
    margin: 0 auto; /* aligning container (no vertical margins, centered horizonally)*/
}

.clear {
    clear: both;   
}

header {
    height: 140px;
    line-height: 140px;
    overflow: hidden;
    position: relative;
}

header h1 a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 140px;
    width: 450px;
    text-indent: -9999em;
    background: transparent url(../img/logo.png) no-repeat left;
    vertical-align: top;
}

header #secureBadge {
height: 100px;
    width: 116px;
    text-indent: 99999em;
    background: url(../img/badge_secure.png) no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
}

#index #main {
    text-align: center;
}

#index #main h1 {
    font-size: 46px;
    font-weight: 300;
    line-height: 140px;
}

#index #main input {
    font-family: "myriad-pro-condensed";
    background: #FFF;
    border: 2px solid #969696;
    padding: 0 20px;
    height: 70px;
    font-size: 36px;
    width: 180px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    text-transform: uppercase;
}

#index #main button {
    border: 2px solid #164e99;
    border-radius: 5px;
    height: 74px;
    line-height: 74px;
    width: 80px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-left: 15px;
    box-shadow: inset 0 2px 0 2px rgba(255,255,255,.37);
    background: #729dd4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyOWRkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODUyOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #729dd4 0%, #28528a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#729dd4), color-stop(100%,#28528a));
    background: -webkit-linear-gradient(top,  #729dd4 0%,#28528a 100%);
    background: -o-linear-gradient(top,  #729dd4 0%,#28528a 100%);
    background: -ms-linear-gradient(top,  #729dd4 0%,#28528a 100%);
    background: linear-gradient(to bottom,  #729dd4 0%,#28528a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#729dd4', endColorstr='#28528a',GradientType=0 );
    text-shadow: -3px -2px rgba(0,0,0,.23);
    color: #EEE;
    font-size: 48px;
    cursor: pointer;
}

#index #main form button:hover {
    transition: all 40ms;
    -moz-transition: all 40ms;
    -webkit-transition: all 40ms;
    border: 2px solid #1a3c69;
    box-shadow: inset 0 2px 0 2px rgba(0,0,0,.37);
    background: #293f5c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzI5M2Y1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzczODlhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #293f5c 1%, #7389a6 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#293f5c), color-stop(99%,#7389a6));
    background: -webkit-linear-gradient(top,  #293f5c 1%,#7389a6 99%);
    background: -o-linear-gradient(top,  #293f5c 1%,#7389a6 99%);
    background: -ms-linear-gradient(top,  #293f5c 1%,#7389a6 99%);
    background: linear-gradient(to bottom,  #293f5c 1%,#7389a6 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293f5c', endColorstr='#7389a6',GradientType=0 );
    text-shadow: -3px -2px rgba(0,0,0,.23);
    color: #FFF;
}

#index #main {
    background: url(../img/index_graphic.png) no-repeat bottom;
    height: 600px;
}

#inventory #main {
 margin-bottom: 60px;
}

footer {
    background: #dce5f1;
    border-top: 14px solid #a2bee2;
    overflow:  hidden;
}

footer .wrap {
    width: 900px;
    margin: 0 auto;
}

footer ul {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 300px;
    vertical-align: top;
    margin: 20px 0;
}

footer ul li.listHeading {
    display: block !important;
    width: 100% !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

footer ul:first-of-type li {
    width: 145px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    
}

footer .copy {
    text-align: center;
    line-height: 28px;
    background: #a2bee2;
    color: #2c4f7f;
    display: block;
    padding:  10px 0;
}

#inv {
    width: 600px;
    float: left;
    background: #f2f2f2;
}

iframe {
    height: 800px; 
    width: 100% !important;
    margin: 0 auto;
}

#financing #main {
    background: #f2f2f2;
    width: 900px;
    padding-top: 12px;
}

#inv .currentZip {
    line-height: 80px;  
    padding: 0 20px;
}

#inv .currentZip {
text-transform: uppercase;
color: #868686;
}

#inv .currentZip span {
 vertical-align: middle;   
}

#inv .currentZip strong {
    font-size: 36px;
    font-weight: 700;
    color: #3f6dbe;
    vertical-align: middle;
    margin-left: 10px;
}

#inventoryLoop {
    font-size: 0em;   
}

#inventoryLoop li {
    font-size: 16px;
    width: 180px;
    height: 190px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    
}


#inventoryLoop li a {
    position: relative;
    color: #444;
    display: block;
    height: 190px;
    background: #cbced4;
    font-size: 12px;
    line-height: 15px;
    text-shadow: -1px -1px 0 rgba(255,255,255,.4);
}

#inventoryLoop li a:hover {
    color: #FFF;
    background: #2451a0;
    background: -moz-linear-gradient(top,  #2451a0 1%, #2451a0 69%, #7b9bd2 69%, #3f6dbe 86%, #2c4d86 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2451a0), color-stop(69%,#2451a0), color-stop(69%,#7b9bd2), color-stop(86%,#3f6dbe), color-stop(100%,#2c4d86));
    background: -webkit-linear-gradient(top,  #2451a0 1%,#2451a0 69%,#7b9bd2 69%,#3f6dbe 86%,#2c4d86 100%);
    background: -o-linear-gradient(top,  #2451a0 1%,#2451a0 69%,#7b9bd2 69%,#3f6dbe 86%,#2c4d86 100%);
    background: -ms-linear-gradient(top,  #2451a0 1%,#2451a0 69%,#7b9bd2 69%,#3f6dbe 86%,#2c4d86 100%);
    background: linear-gradient(to bottom,  #2451a0 1%,#2451a0 69%,#7b9bd2 69%,#3f6dbe 86%,#2c4d86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2451a0', endColorstr='#2c4d86',GradientType=0 );
     text-shadow: -1px -1px 0 rgba(0,0,0,.4);
}

#inventoryLoop li a.active {
    color: #FFF;
    background: #2451a0;
    background: -moz-linear-gradient(top,  #2451a0 1%, #2451a0 69%, #7b9bd2 69%, #3f6dbe 86%, #2c4d86 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2451a0), color-stop(69%,#2451a0), color-stop(69%,#7b9bd2), color-stop(86%,#3f6dbe), color-stop(100%,#2c4d86));
    background: -webkit-linear-gradient(top,  #2451a0 1%,#2451a0 69%,#7b9bd2 69%,#3f6dbe 86%,#2c4d86 100%);
    background: -o-linear-gradient(top,  #2451a0 1%,#2451a0 69%,#7b9bd2 69%,#3f6dbe 86%,#2c4d86 100%);
    background: -ms-linear-gradient(top,  #2451a0 1%,#2451a0 69%,#7b9bd2 69%,#3f6dbe 86%,#2c4d86 100%);
    background: linear-gradient(to bottom,  #2451a0 1%,#2451a0 69%,#7b9bd2 69%,#3f6dbe 86%,#2c4d86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2451a0', endColorstr='#2c4d86',GradientType=0 );
     text-shadow: -1px -1px 0 rgba(0,0,0,.4);
}

#inventoryLoop li a.active img{
	opacity: 1;
}

#inventoryLoop li h1 {
    position: absolute;
    font-weight: bold;
    padding: 8px;
    background: rgba(0,0,0,.2);
    color: #FFF;
    border-radius: 5px;
    left: 5px;
    right: 5px;
    bottom: 62px;
    font-size: 13px;
}

#inventoryLoop li:hover h1 {
    background: rgba(0,0,0,.4);
}

#inventoryLoop li img {
    width: 100%;
    border: 3px solid transparent;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
    height: 130px;
    opacity: .67;   
}

#inventoryLoop li a:hover img {
    opacity: 1;   
}

#inventoryLoop li a .price {
    float: right;
    font-size: 24px;
    line-height:54px;
    font-weight: bold;
    margin-right: 5px;
    position: static;
}

#inventoryLoop li a span:first-of-type +span {
position: relative;
    left: 5px;
    top: 5px;
    display: block;
    width: 75px;
    height: 48px;
    overflow: hidden;
    float: left;
}

nav#pagination {
    background: #FFF;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 18px;
    position: relative;
}

#pagination li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 5px;
}

#pagination li a {
    border: 1px solid #ccc;
    padding: 1px 5px;
    color: #aaa;
}

#pagination li a:hover {
    border: 1px solid #999;
    color: #333;
}

#pagination li.active {
    font-weight: 700;
    color: #666;
}

#pagination li.next,
#pagination li.prev {
    margin: 0 15px;   
}

#pagination li.next a,
#pagination li.prev a{
    margin: 0;
    border: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 87px;
    background: #e1e1e1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e1e1e1 0%, #dedede 51%, #d3d3d3 71%, #c8c8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(51%,#dedede), color-stop(71%,#d3d3d3), color-stop(100%,#c8c8c8));
    background: -webkit-linear-gradient(top,  #e1e1e1 0%,#dedede 51%,#d3d3d3 71%,#c8c8c8 100%);
    background: -o-linear-gradient(top,  #e1e1e1 0%,#dedede 51%,#d3d3d3 71%,#c8c8c8 100%);
    background: -ms-linear-gradient(top,  #e1e1e1 0%,#dedede 51%,#d3d3d3 71%,#c8c8c8 100%);
    background: linear-gradient(to bottom,  #e1e1e1 0%,#dedede 51%,#d3d3d3 71%,#c8c8c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=0 );
    text-shadow: -1px 1px 0 rgba(255,255,255,.4);
    color: #c0c0c0;
    font-size: 28px;
}

#pagination li.next a:hover,
#pagination li.prev a:hover{
    background: #7999d1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5OTlkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzVmODZjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzNmNmRiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzMzNTk5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjRiODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #7999d1 0%, #5f86c9 23%, #3f6dbe 49%, #33599b 77%, #2b4b83 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7999d1), color-stop(23%,#5f86c9), color-stop(49%,#3f6dbe), color-stop(77%,#33599b), color-stop(100%,#2b4b83));
    background: -webkit-linear-gradient(top,  #7999d1 0%,#5f86c9 23%,#3f6dbe 49%,#33599b 77%,#2b4b83 100%);
    background: -o-linear-gradient(top,  #7999d1 0%,#5f86c9 23%,#3f6dbe 49%,#33599b 77%,#2b4b83 100%);
    background: -ms-linear-gradient(top,  #7999d1 0%,#5f86c9 23%,#3f6dbe 49%,#33599b 77%,#2b4b83 100%);
    background: linear-gradient(to bottom,  #7999d1 0%,#5f86c9 23%,#3f6dbe 49%,#33599b 77%,#2b4b83 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7999d1', endColorstr='#2b4b83',GradientType=0 );
    text-shadow: -1px 1px 0 rgba(0,0,0,.4);
    color: #FFF;
}

#pagination li.prev a {
    left: 0;
}

#pagination li.next a {
    right: 0;
}


#inventory #form {
    float: right;
    background: #f2f2f2;
    width: 245px;
    padding: 15px;
}

#inventory #form form label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

#inventory #form form input {
    padding: 15px 10px;
    width: 223px;
    background: #FFF;
    border: 1px solid #6b6b6b;
    box-shadow: inset 0 4px 0 #f0f0f0;
    color: #666;
}

#inventory #form form input:focus {
    box-shadow: inset 0 4px 0  #bdbdbd;
    border: 1px solid #444;
    color: #444;
}


#inventory #form form button {
    border: 2px solid #164e99;
    height: 50px;
    line-height: 45px;
    width: 245px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    box-shadow: inset 0 2px 0 2px rgba(255,255,255,.37);
    background: #729dd4;
    background: -moz-linear-gradient(top,  #729dd4 0%, #28528a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#729dd4), color-stop(100%,#28528a));
    background: -webkit-linear-gradient(top,  #729dd4 0%,#28528a 100%);
    background: -o-linear-gradient(top,  #729dd4 0%,#28528a 100%);
    background: -ms-linear-gradient(top,  #729dd4 0%,#28528a 100%);
    background: linear-gradient(to bottom,  #729dd4 0%,#28528a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#729dd4', endColorstr='#28528a',GradientType=0 );
    text-shadow: -2px -1px rgba(0,0,0,.23);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    margin-top: 10px;
    transition: all 20ms;
    -moz-transition: all 20ms;
    -webkit-transition: all 20ms;
}

#inventory #form form button:hover {
    transition: all 20ms;
    -moz-transition: all 20ms;
    -webkit-transition: all 20ms;
    border: 2px solid #1a3c69;
    box-shadow: inset 0 2px 0 2px rgba(0,0,0,.37);
    background: #293f5c;
    background: -moz-linear-gradient(top,  #293f5c 1%, #7389a6 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#293f5c), color-stop(99%,#7389a6));
    background: -webkit-linear-gradient(top,  #293f5c 1%,#7389a6 99%);
    background: -o-linear-gradient(top,  #293f5c 1%,#7389a6 99%);
    background: -ms-linear-gradient(top,  #293f5c 1%,#7389a6 99%);
    background: linear-gradient(to bottom,  #293f5c 1%,#7389a6 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293f5c', endColorstr='#7389a6',GradientType=0 );
    color: #dfe5ef;
    
}


footer small a {
    font-size:  14px;
    line-height:  22px;
}

#privacy #main {
    line-height:  1.6em;
}

#privacy #main h1 {
    font-size:  2em;
    line-height:  1.6em;
}

#privacy #main h2 {
    font-size:  1.6em;
    line-height:  1.6em;
    font-weight:  bold;
}

#privacy #main h3 {
    font-size:  1.4em;
    line-height:  1.6em;
}

#privacy #main p {
margin-bottom:  1.2em;
}

#privacy #main {
    padding-bottom:  60px;
}

#index form label {
    display:  none;
}

#financing #fluidform {
    display:  none;
    height: 1500px;
}


/* MOBILE */

    @media (max-width:960px) {
        
            #index form label {
                display:  block;
                font-size:  32px;
                font-weight:  bold;
                text-transform: uppercase;
                margin-bottom: 35px;
            }
    
            #financing #fluidform {
                display: block;
            }
    
            #financing #fluidform {
                display: block;
            }
    
            #financing #form {
                display: none;
            }
    
            footer {
                background:  transparent;
                border:  none;
            }
    
            footer .wrap {
                display:  none;
            }
    
            footer .copy {
                color:  #5c3008;
                background:  rgba(255,255,255,.5);
            }
    
     
                #container {
                width:  90%;
                margin:  5%;
                padding:  0;
            }
    
    #index #main h1 {
        font-size:  36px;
        line-height:  50px;
    }
    
    #inventory #form  {
        display:  none;
        
    }
    
    #inventory #inv {
        margin:  0 auto;
        float:  none;
        width:  100%;
        max-width:  600px;
    }

            header div {
                display:  none;
            }

            h1#logo a {
                background-position: center;
                background-size:  100%;
                width:  100%;
                max-width:  550px;
                display:  block;
                margin:  0 auto;
            }
    
    #index #main {
        background:  transparent;
        height:  auto;
    }
    
    
    
    #index {
        background:  url(../img/bg_mobile.jpg) no-repeat bottom;
        text-shadow:  -1px -1px 0 #FFF;
        min-height:  400px;
        overflow:  hidden;
    }

            #index #main h1 {
                line-height: 60px;
                margin-bottom:  1em;
            }
    
    
    #inv .currentZip strong {
        display:  block;
        line-height:  24px;
        
        margin-left: 0px !important;
    }
    
    #inv .currentZip span {
        line-height:  40px !important;
    }
    
    #inv #pagination li {
        display:  none;
    }
    
    #inv #pagination li.next,
    #inv #pagination li.prev {
        display:  block;
    }
    
    #inv #inventoryLoop {
        text-align: center;
    }
    
    
    #financing iframe {
        width:  100%;
    }
    
    
    #financing #main {
        width: auto;
    }

    
    }
    
    @media (max-width:640px) {
        
        #index #main h1 {
                text-align:  left;
           
            }
    
     #inv .currentZip strong {
        font-size: 24px;
        font-weight: 700;
        color: #3f6dbe;
        margin-left: 0px !important;
        }
    
    #inv .currentZip {
        line-height: 40px;
    }
    
    #index #main input {
        width: 50%;
    }
    
    #index form label {
                font-size:  24px;
            }
        
    }
    
    
      @media (max-width:480px) {
          
          #index form label {
                font-size:  18px;
                text-align: left;
            }
        
        #index #main h1 {
                font-size: 24px;
                line-height: 36px;
                margin-bottom:  1em;
                text-align:  left;
                font-weight:  400;
            }
      
      
          #inv #inventoryLoop {
        text-align: center;
    }

     
        
    }
      
            @media (max-width:400px) {
          
      
      #inv #inventoryLoop li {
          margin-left:  0;
      }
            
            
      #index #main input {
        font-size: 24px;
    }
     
        
    }
      
            
           
            @media (max-width:320px) {
          
      
      #inv #inventoryLoop li {
          margin-left:  0;
      }
      
     #index #main input {
        width: 30%;
        font-size: 20px;
    }
            
            
    #index #main button {
        font-size: 36px;
        width: 60px;
    }
    
    
        
    }
      
            
            
