@IMPORT url("style.css");

@IMPORT url("layout.css");

#content {
	
}

h1 {
	background-image: url("../images/title1.jpg");
	height: 64px;
	line-height: 64px;
	padding-left: 70px;
	color: #ffffff;
	background-repeat: no-repeat;
}

.quote_heading {
	background-image: url("../images/title2.jpg");
	height: 64px;
	line-height: 64px;
	padding-left: 70px;
	margins-top: 0;
	color: #ffffff;
	background-repeat: no-repeat;
}

h2 {
	color: #702A08;
	margin: 12px 0 10px;
}

.testimonial {
	padding: 20px 0;
	margin: 10px 0;
	border-bottom: 1px dotted #571200;
}

.quote_link {
	display: block;
	margin: 20px 15px 55px;
	border: 2px solid #762426;
	color: #945013;
	font-size: 1.7em;
	padding: 15px 15px 15px 57px;
	line-height: 1.2em;
	text-align: center;
	background-image: url("../images/title2.jpg");
	background-repeat: no-repeat;
}

.showroom_block {
	display: block;
	margin: 20px 15px 55px;
	border: 2px solid #762426;
	padding: 15px;
	background-image: url("../images/title3.jpg");
	background-repeat: no-repeat;
	background-position: 5px 0;
}

.showroom_block h2 {
	font-size: 1.25em;
	padding-left: 50px;
}

.list {
	list-style: disc;
}

.list li {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}
