/* @override 
	http://dev.seogameplan.com/pdm-landing/styles.css
	http://progressivedentalmarketing.com/pdm-landing/styles.css
*/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background: #dfdbc2 url(images/background.png) repeat-x;
}

div.content-wrapper {
	width: 920px;
	margin: 0 auto;
}

a:link {
	color: #3364b0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visted {
	font-weight: bold;
	text-decoration: none;
	color: #3364b0;
}

/* @group Body styles */

div.body-wrapper {
	float: right;
	width: 620px;
}

div.top-banner {
	height: 22px;
	padding-top: 8px;
	padding-left: 20px;
		font-weight: bold;
	color: #3364b0;
}

div.body-header-wrapper {
	height: 65px;
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
}

div.primary-header {
	font-size: 35px;
	color: #3364b0;
}

div.sub-header {
	color: #3364b0;
}

div.footer {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 4px;
	float: left;
}

span.number {
	font-weight: bold;
	color: #3364b0;
}

/* @group Products */

div.row {
	float: left;
	width: 100%;
	clear: none;
	margin-bottom: 10px;
}

div.cell-content h2 {
	color: #3364b0;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

div.cell-content a {
	background: url(images/starburst.jpg) no-repeat left center;
	color: #3364b0;
	font-weight: bold;
	font-size: 13px;
	margin-top: 30px;
	padding: 10px 0 0 30px;
	text-decoration:none;
	text-align:center;
}

div.cell-content a:hover{
	text-decoration: underline;
}

div.cell-content p {
	font-size: 12px;
	color: #333;
}

#patient-guides {
	background: url(images/Patient-guide.jpg) no-repeat -19px 10px;
	float: left;
	width: 310px;
	height: 190px;
}

#patient-guides div.cell-content {
	padding: 20px 10px 10px 180px;
	float: left;
}

#brochures {
	background: url(images/Lanap-Brochure.jpg) no-repeat -21px 5px;
	float: left;
	width: 290px;
	height: 230px;
}

#brochures div.cell-content {
	padding-left: 175px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#microsites {
	background: url(images/Microsite.jpg) no-repeat -19px 2px;
	float: left;
	width: 360px;
	height: 200px;
}

#microsites div.cell-content {
	padding-left: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#referral-pads {
	background: url(images/Referral-Pad.jpg) no-repeat -15px 2px;
	float: right;
	width: 260px;
	height: 200px;
}

#referral-pads div.cell-content {
	padding-left: 124px;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.bonus-line {
	float: left;
	background: url(images/starburst.jpg) no-repeat left center;
	font-size: 13px;
	padding: 4px 0 4px 30px;
	margin-left: 10px;
	width: 100%;
}

p.bonus-line a {
	text-decoration: none;
}

p.bonus-line a:hover {
	text-decoration: underline;
}

p.bonus-line strong {
	color: #3364b0;
}

div.body-content {
	float: left;
	clear: both;
}



/* @end */



/* @end */

/* @group Sidebar styles */

div.Sidebar {
	width: 280px;
	float: left;
	color: white;
	padding: 30px 10px 10px;
	background: url(images/SB-background.jpg) no-repeat center top;
	height: 630px;
}

#sb-header {
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	margin: 20px 0 0;
	padding: 0 20px;
	color: #3c6fbf;
}

div.sb-subhead {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0 20px;
}

div.sb-button {
	margin-bottom: 20px;
}

div.Sidebar p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 18px;
	padding: 0 20px;
}



/* @end */