#main-content {
	background: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.page-heading { margin-bottom: 20px; }

/* LEFT COLUMN */
#contact-form {
	float: left;
	width: 442px;
	padding: 7px 0 0 42px;
	color: #111;
}

#contact-form h2 {
	font-size: 18px;
	color: #db011c;
	font-weight: 100;
	margin-bottom: 16px;
}

#contact-form fieldset {
	margin: 40px 0 26px 0;
}

#contact-form label { font-weight: bold; }

#contact-form textarea {
	width: 366px;
	height: 140px;
	padding: 4px 2px;
	overflow: hidden;
	border: 1px solid #5a5a5a;
	margin: 14px 0;
}

#contact-form select {
	border: 1px solid #5a5a5a;
	width: 216px;
	color: #db011c;
	font-weight: bold;
}

#contact-form .field-cell {
	float: left;
	width: 197px;
	overflow: hidden;
	margin-bottom: 17px;
}

#contact-form .field-cell label {
	display: block;
	margin-bottom: 8px;
}

#contact-form .field-cell input {
	width: 173px;
	height: 16px;
	padding: 4px 2px 0 2px;
	overflow: hidden;
	border: 1px solid #5a5a5a;
}

#contact-form input.error, #contact-form textarea.error, #contact-form select.error {
	border: 1px solid #db011c;
}

.field-row {
	margin: 0 0 20px 0;
}

/* RIGHT COLUMN */
#contact-info {
	float: left;
	width: 456px;
}

#info {
	background: url('/images/about/background-contact-info.png') 0 0 repeat-x;
	width: 424px;
	height: 197px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	padding: 26px 0 0 22px;
	margin-bottom: 31px;
}

#info-main {
	float: left;
	width: 226px;
	height: 190px;
	overflow: hidden;
	padding-top: 6px;
	border-right: 1px solid #b2b2b2;
}

#info-search h3,
#info-main h3 {
	color: #db011c;
	font-weight: bold;
	margin-bottom: 16px;
}

#info-main .phones { margin-bottom: 30px; }

#info-search .phones { margin-bottom: 30px; }

#info-search {
	float: left;
	width: 173px;
	padding: 6px 0 0 17px;
}

#info-search a {
	background: url('/images/arrow-right-large.gif') 0 1px no-repeat;
	padding-left: 15px;
	display: block;
	margin-bottom: 16px;
	color: #4e4e4e;
	text-decoration: none;
}

#catalog {
	background: url('/images/about/background-contact-info.png') 0 0 repeat-x;
	width: 424px;
	height: 197px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	padding: 26px 0 0 22px;
	margin-bottom: 31px;
	text-align:center;
}

#catalog h2 
{
	font-size: 18px;
	color: #db011c;
	font-weight: 100;
	margin-bottom: 10px;
	text-align:left;
}

#faq {
	background: url('/images/about/background-contact-faq.png') 0 0 repeat-x;
	width: 393px;
	height: 411px;
	padding: 24px 30px 0 23px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
}

#faq h2 {
	font-size: 18px;
	color: #db011c;
	font-weight: 100;
	margin-bottom: 10px;
}

#faq ul {
	height: 325px;
	overflow: hidden;
	margin-bottom: 18px;
}

#faq li {
	background: none;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #b3b3b3;
}

#faq li a {
	line-height: 12px;
	color: #db011c;
	display: block;
	margin-bottom: 15px;
}

#faq a.more {
	background: url('/images/arrow-right-large.gif') 0 1px no-repeat;
	padding-left: 15px;
}
