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

/* @group General */

@import url(default.css);

body {
	font-family: Helvetica, Arial, sans-serif;
	background: url(../images/custom/bg_body.png) repeat-x top #addfff; 
	color: #555; 
}

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

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

strong {color: #f22c13; }

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

/* @end */

/* @group Layout */

#container {
	position: relative;
	background: url(../images/custom/woman_car.jpg) no-repeat right 0;
	width: 960px;
	padding: 20px 0 0;
	
}

.content {width: 462px; padding: 18px; }
.sidebar {width: 362px; padding: 0 18px 0 0; }

#home .content {margin-bottom: 10px; }
#home .sidebar {padding-top: 80px; }

#step1 .content {
	display: inline;
	background: #fff;
	margin: 18px 0 18px 18px;
	border: 3px solid #388abd;
	height: 607px;
	overflow: scroll; overflow-x: hidden;
}

#step1 .sidebar {
	margin: 18px 0 0 0;
}

#step2 .content {
	display: inline;
	background: #fff;
	margin: 18px 0 18px 18px;
	border: 3px solid #388abd;
	height: 385px;
	overflow: scroll; overflow-x: hidden;
}

#step2 .sidebar {
	margin: 18px 0 0 0;
}

#flash {
	width: 300px;
	margin: 0 auto;
	position:fixed;
}

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

#thankyou .content #dealerBanner {
	min-height: 200px;
}

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

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

#thankYouText p {
	text-align: center;
}

/* @end */

/* @group Home */

#zipform {
	padding: 20px;
	background: #388abd;
	border: 4px solid #fff;
}

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

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

/* @end */

/* @group Headings */

h1 {
	background: url(../images/custom/h1.png) no-repeat left top;
	width: 481px;
	height: 71px;
	text-indent: -999em;
	margin: 0 0 0 4px;
}

h2 {
	position: relative;
	background: url(../images/custom/h2.png) no-repeat left top;
	width: 469px;
	height: 94px;
	text-indent: -999em;
	margin: 0 0 20px 16px;
}

h3 {
	background: url(../images/custom/h3.png) no-repeat left top;
	width: 927px;
	height: 33px;
	text-indent: -999em;
	margin: 0 0 0 16px;
}

h4 {
	color: #f22c13;
}

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

#home .sidebar h4 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

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

/* @end */

/* @group Footer */

#footer {
	width: 928px;
	padding: 0 16px;
	margin-top: 10px;
}

#footer ul {
	margin-bottom: 0;
}

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

/* @end */