#AboutTopAd {
 margin-bottom: 25px;
}

#about_title {
 background: url(../img/staff_to.png) repeat-x;
 padding-left: 25px;
 padding-right: 25px;
 margin-bottom: 0px;
 padding-top: 10px;
 width: 645px;
 padding-bottom: 50px;
}
#about_title h1 {
 font-size: 36px;
 font-weight: bold;
 color: #3d3d42;
 margin-top: 13px;
}
#about_title h2 {
 font-size: 14px;
 font-weight: normal;
 color: #5e6566;
 margin-top: -5px;
 border-bottom: #c1c7cd solid 1px;
 padding-bottom: 22px;
}
#about_title h3 {
 font-size: 12px;
 font-weight: normal;
 color: #9999a4;
 line-height: 0px;
 margin-top: -4px;
}
#about_title a {
 color: #e54800;
 text-decoration: underline;
 font-weight: bold;
}
#about_title a:hover {
 color: #e54800;
 text-decoration: none;
}

#about_descript_container {
 padding-left: 25px;
 padding-right: 25px;
 margin-top: -35px;
}
#about_descript {
 margin-bottom: 25px;
}
#about_descript img {
 margin-right: 25px;
}
#about_descript_title_container {
 padding-bottom: 10px;
}
.about_descript_title {
 font-size: 24px;
 color: #c83623;
}
.about_descript_subtitle {
 font-size: 24px;
 color: #666;
}
#about_descript_description {
 margin-top: 10px;
 font-size: 12px;
 color: #2c2c31;
}
.AboutUsHererEmail {
 font-size:14px;
 color: #2c2c31;
 font-weight: bold;
}
#about_descript_description a {
 color: #ffa200;
 text-decoration: underline;
}
#about_descript_description a:hover {
 text-decoration: none;
 color: #ffa200;
}


/* Specs Table styles */
table.specs-table {
	width: 95%;
	border-collapse: collapse;
	margin: 24px;
	font-size: 1.0em;
}
table.specs-table caption {
 padding-bottom: 5px;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: 1.3em;
 font-weight: bold;
 color:#c1100a;
}
table.specs-table th {
	border: #c1100a 1px solid;
	padding: 3px 11px;
	background: #fff;
	color: #666;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
table.specs-table td {
	vertical-align: top;
	padding: 6px 11px;
	border: #c1100a 1px solid;
	line-height: 1.9em;
}
