/* @override
	https://www.secure-lender.com/autoloan/automax/assets/css/style.css
*/

/* @group General */

@import url(default.css);

body {
	font-family: Helvetica, Arial, sans-serif;
	background: url(../images/custom/bg_sky.jpg) repeat-x #2c3508; 
	background-position: left -80px;
	color: #555; 
}

li, dt, dd, p {font-size: 1.3em; line-height: 1.3em; }
ul, ol, dl, p {margin-bottom: 1em; } 

a {color: #4575bf; }
a:hover {text-decoration: underline; }

strong {color: #4575bf; }

button {
	border: 1px solid #555;
	padding: 0;
	width: 60px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background: #4575bf;
	color: #fff;
	cursor: pointer;
}
button:hover {color: #000; }

/* @end */

/* @group Layout */

#container {
	position: relative;
	width: 960px;
	padding: 20px 0 0;
}

#road_trip {
	position: absolute;
	left: 25%;
	top: 280px;
	width: 330px;
	height: 295px;
	margin-left: -165px;
	background: url(../images/custom/road_trip.png) no-repeat left top;
}

.content { clear: both; width: 456px; padding: 18px; background: #fff; border: 3px solid #2c3508; }
.sidebar {width: 362px; padding: 0 18px 0 0; }

#step1 .content, 
#step2 .content {
	background: #fff;
	margin: 0 0 10px;
	border: 3px solid #388abd;
	width: 580px;
	height: 307px;
	overflow: scroll; overflow-x: hidden;
}

#step1 .sidebar, 
#step2 .sidebar {
	width: 300px;
	padding: 0;
}

#step2 .content {
	height: 385px;
}

#thankyou .content {
	float: none;
	width: auto;
}

#dealerBanner {
	width: 695px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#thankYouText .last {
	margin-bottom: 0;
}

#thankYouText p {
	text-align: center;
}

/* @end */

/* @group Headings */

h1 {
	float: left;
	background: url(../images/custom/logo.png) no-repeat center top;
	width: 362px;
	height: 50px;
	text-indent: -999em;
	margin: 10px 0 30px;
}

h2 {
	float: right;
	background: url(../images/custom/h2.png) no-repeat center top;
	width: 362px;
	height: 50px;
	text-indent: -999em;
	margin: 10px 0 30px;
}

h3 {
	clear: both;
	background: url(../images/custom/h3.png) no-repeat left top;
	width: 960px;
	height: 56px;
	text-indent: -999em;
	margin: 0 0 18px;
}

h4 {
	font-size: 1.2em;
	color: #2c3508;
}

h4#h4-step1,
h4#h4-step2 {
	font-size: 2.4em;
}

/* @end */

/* @group Home */

#home #road_trip {
	top: 230px;
}

#home h1 {
	margin: 10px 0;
}

#home .content {
	float: right;
	margin: 0 0 10px;
}

#home .sidebar {
	float: right;
	clear: right;
	width: 456px; 
	padding: 18px;
	background: #000;
	border: 3px solid #fff;
	margin: 0 0 10px;
}

#home .sidebar h4 {
	color: #4575bf; 
	margin-bottom: 20px;
}

#home .sidebar #zipform h4 {
	font-size: 1.4em;
	color: #fff;
	margin-bottom: 6px;
	text-transform: uppercase;
}

#zipform input {
	margin-right: 6px;
}

#home .content p.last {
	margin-bottom: 0;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	width: 960px;
	padding: 0;
}

#footer ul {
	margin-bottom: 0;
}

#footer ul li {
	font-weight: bold;
	border-right: 1px solid #ccc;
}

#footer ul li a {
	color: #fff;
}

/* @end */
