@charset "utf-8";
/* Advanced Production Web Site CSS Document - Secondary Pages */

/* secondary page containers */

#secPage_contentMain {
	position: relative;
	float: left;
	width: 70%;
	padding: 0 15px;
}

#secPage_contentSub {
	position: relative;
	float: right;
	width: 23%;
	padding: 0 10px;
	border-left: 1px dotted #000;
}

/* secondary page Hx */

#secPage_contentMain h2#benefits {
	display: block;
	background: url(../images/ap_secPage_h2_benefits.png) no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 45px;
	margin-bottom: 1em;
}

#secPage_contentMain h2#prices {
	display: block;
	background: url(../images/ap_secPage_h2_prices.png) no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 45px;
	margin-bottom: 1em;
}

#secPage_contentMain h2#samples{
	display: block;
	background: url(../images/ap_secPage_h2_samples.png) no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 45px;
	margin-bottom: 1em;
}


#secPage_contentMain h2#about {
	display: block;
	background: url(../images/ap_secPage_h2_about.png) no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 45px;
	margin-bottom: 1em;
}

#secPage_contentMain h2#quote {
	display: block;
	background: url(../images/ap_secPage_h2_quote.png) no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 45px;
	margin-bottom: 1em;
}

#secPage_contentMain h2#contact{
	display: block;
	background: url(../images/ap_secPage_h2_contact.png) no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 45px;
	margin-bottom: 1em;
}

#secPage_contentMain h2#login{
	display: block;
	background: url(../images/ap_secPage_h2_login.png) no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 45px;
	margin-bottom: 1em;
}

#secPage_contentMain h2#thankyou{
	display: block;
	background: url(../images/ap_secPage_h2_thankyou.png) no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 45px;
	margin-bottom: 1em;
}


#secPage_contentMain h3 {
	margin-top: 1em;
}

#secPage_contentSub h3#callUs {
	text-indent: -9999px;
	background: url(../images/ap_h3_mainPage_callUs.png) no-repeat;
	height: 90px;
}

#secPage_contentMain li {
	font-size: 1.2em; color: 000;
	margin-left: 15px;
}

/* tables */

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 3em;
	border: none;
}

td {
	font: 1.2em Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #1D4B54;
}

.td_left {
	width: 75%;
}

.td_right {
	width: 25%;
	text-align: right;
	vertical-align: text-top;
}

div#samplesTable td {
	margin: 5px 0;
}