* {
	font-family: Verdana, Geneva, sans-serif;
	font-size:100%;
}


div.clear {
    clear:both;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}

.fright{
	float: right;	
}

.fleft{
	float: left;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style: italic;
}

.center{
	text-align: center;
}


a {
	color:#790000;
}
img {
	border:0;
}
body {
	margin:10px 0px;
	padding:0;
/*	background:url(../img/page-back.jpg) repeat-x #fff;*/
}
header, article, footer {
	display:block;
	margin:0 auto;
	width:1140px;
	max-width: 1140px;
}
footer {
	clear:both;
}

article#content {
	border-top:1px solid #e7e7e7;
	background:url(../img/nav-back2.jpg) no-repeat 0px 250px;
	height:100%;
	min-height: 400px;
}
article#content > section {
	width:900px;
	padding:30px;
	float:left;
	border-right:1px solid #e7e7e7;
	position:relative;
}
#top {
	height:116px;
	position:relative;
}

#top:first-child {
	padding-left: 10px;
}

#top img {
	margin-top:18px;
}

#top .tagline {
	position:absolute;
	top:2px;
	left:356px;
	font-size:75%;
	color:#2B4777;
}
#top .contact {
	position:absolute;
	top:40px;
	left:356px;
	font-size:110%;
	color:#790000;
}
#top .contact strong {
	font-size:130%;
	display:block;
	color:#790000;
}
#top .login {
	position:absolute;
	width:171px;
	height:27px;
	line-height:26px;
	text-align: center;
	background:url(../img/login-tab.gif);
	color:#fff;
	right:44px;
	bottom:0;
	font-size:75%;
}
#top .login a {
	color:#fff;
	text-decoration: none;
}

nav {
	padding:45px 0 45px 0;
	float:left;
	background-color:#790000;
	width:179px;
	height:205px;
}

nav.homenav{
	padding:25px 0 45px 0;
	background-color:transparent;
	float:left;
	width:179px;
	height:205px;
}

nav ul, nav.homenav ul {
	padding:0;
	margin:0;
	list-style: none;
}
nav ul li, nav.homenav ul li {
	margin:0 0 26px 0;
	padding-left:25px;
}
nav ul li:hover, nav.homenav ul li:hover,
#pgAbout nav ul li#liAbout, #pgAbout nav.homenav ul li#liAbout,
#pgContact nav ul li#liContact, #pgContact nav.homenav ul li#liContact, 
#pgDealer nav ul li#liDealer, #pgDealer nav ul.homenav li#liDealer,  #pgFaq nav ul li#liFaq{
	background: url(../img/arrow-white.png) no-repeat 8px 6px;
}

nav ul li a, nav.homenav ul li a {
	text-decoration: none;
	color:#fff;
	font-size:110%;
}
footer {
	text-align:center;
	font-size:75%;
	width:100%;
}
footer .bar {
	height:48px;
	line-height: 47px;
	color:#fff;
	background-color:#790000;
	margin-top:0;
}
.siteBy {
	font-size:80%;
	color:#acacac;
	text-decoration: none;
}
#frmLogin label, #frmContact label {
	width:135px;
	float:left;
}
#sign-up {
	margin:0 -34px 0 45px;
	float:right;
}
#pgAbout #content section p {
	width:530px;
}




div.faq p.heading{
	font-weight: bold;
	
}

.btn.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: maroon;
}

.pt-1 {
	padding-top: .3em;
}

.mt-2 {
	margin-top: 1em;
}

.mt-3 {
	margin-top: 1.5em;
}

.mb-3 {
	margin-bottom: 1.5em;
}

.mxw-20 {
	max-width: 20%;
}
.mxw-30 {
	max-width: 30%;
}
.mxw-40 {
	max-width: 40%;
}
.mxw-50 {
	max-width: 50%;
}
.mxw-80 {
	max-width: 80%;
}
.mxw-100 {
	max-width: 100%;
}

.dev-icon {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	color: grey;
}

.dev-icon i {
	color: orange;
}
