/*
	COLORS
		@grey: #b4b7b9;
		@dark grey: #676767;
		@burgundy: #7e3232;

*/

/*------------------------------
	RESET 
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,img,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

/*------------------------------
	GLOBAL STYLES 
-------------------------------*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

a:link, a:visited {
	color: #676767;
	text-decoration: none;
	border: none;
}

a:hover, a:active {
	color: #7e3232;
}

p {
	line-height: 1.5em;
	margin: 0 0 18px 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.bold_red, span.title {
	color: #7e3232; 
	font-weight: bold;
}

/*------------------------------
	HEADER 
-------------------------------*/

#header {
	position: relative;
}

#header div{
	height: 213px;
}

#header div span {
	border-top: 1px solid #b4b7b9;
	color: #676767;
	display: block;
	float: right;
	font-size: 22px;
	font-weight: bold;
	margin: 73px 0 0 0;
	padding: 15px 0 0 0;
	text-align: center;
	width: 290px;
}

#header div img {
	float: left;
	margin: 25px 0 0 0;
}

#header .fb-like-box {
	position: absolute;
	right: 10px;
	top: -92px;
}

#main_nav {
	height: 28px;
	background: #CCC url('/img/nav_bg_gradient_tile.gif') repeat-x;
	padding: 11px 0 0 50px;
}

#main_nav li {
	float: left;
}

#main_nav li a {
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	display: block;
	margin-right: 80px;
}

#main_nav li a.last {
	margin-right: 0;
}

#main_nav li#current_page a {
	color: #7e3232;
}

/*------------------------------
	FOOTER 
-------------------------------*/

#footer {
	border-top: 1px solid #b4b7b9;
	color: #676767;
	font-size: 9px;
	height: 60px;
	margin: 40px 0 0 0;
	padding: 18px 0 0 0;
}

#footer ul {
	float: right;
}

#footer li {
	float: left;
}

#footer li a.last {
	margin-right: 0;
}

#footer li a {
	margin: 0 5px 0 5px;
} 

/*------------------------------
	CONTENT AREA
-------------------------------*/

h1, h2, h3 {
	color: #7e3232;
	font-weight: bold;
	text-align: center;
}

h1, h3#why_pay {
	
	text-transform: uppercase;
}

h1 {
	border-bottom: 1px solid #b4b7b9;
	font-size: 24px;
	margin: 0 0 28px 0;
	padding: 0 0 22px 0;
}

#us_vs_others #left_column h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

#qa h2 {
	margin-bottom: 10px;
	text-align: left;
	font-size: 13px;
}

#financing_program h2 {
	font-size: 20px;
	margin-top: 40px;
}

h3#why_pay {
	margin: 50px 0 0 0;
	font-size: 34px;
}

h3#why_pay span {
	display: block;
	font-size: 27px;
}

#left_column {
	float: left;
	width: 455px;
	padding: 32px 0 0 0;
}

#right_column {
	float: right;
	padding: 7px 0 0 0;
	width: 300px;
}

#right_column img {
	display: block;
}

#right_column #testimonials {
	background-color: #dddddd;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	font-size: 11px;
	padding: 20px 18px 0 20px;
}

#right_column #testimonials p {
	line-height: 1.3em;
	margin-bottom: 20px;
}

#right_column #testimonials span {
	color: #7e3232;
	display: block;
	text-align: right;
	margin-top: 10px;
}

#left_column ul {
	text-align: center;
	margin: 0 0 18px 0;
}

#financing_program #left_column ul {
	font-size: 15px;
	font-weight: bold;
	color: #666;
}

#google_map {
	margin: 20px 0 20px 0;
	font-size: 10px;
	color: #666;
}

#google_map img {
	margin-top: 5px;
}