@charset "UTF-8";
/* CSS Document */

.landing-container {
	width:950px;
	margin:auto;
}

.main-img {
	padding-top:20px;
}

.pick-side-block {
	background:url(../images/landing_page/landingBG.jpg) #201a0e repeat-x;
	padding-bottom:10px;
}

.pediatric-block {
	float:left;
	width:475px;
	font-family:Geneva,Arial, Helvetica, sans-serif;
	color:#9f8659;
	font-size:12px;
}

.bar-landing {
	background:url(../images/landing_page/bar.gif) repeat;
	width:1px;
	height:347px;
	margin-top:14px;
	float:left;
}

.oral-black {
	float:right;
	width:473px;
	font-family:Geneva,Arial, Helvetica, sans-serif;
	color:#9f8659;
	font-size:12px;
}

.img-block {
	margin: 11px 0 0 11px;
}

h1 {
	color:#fdf6e8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
}

.info-block {
	margin:15px 0 0 27px;
}

.info-block  ul {
	margin: 20px 0 0 15px;
}

a.learn1 {
	display: block;
	width: 193px;
	height: 31px;
	text-decoration: none;
	background:url(../images/landing_page/learnMoreOrange.png) no-repeat;
	margin-top:22px;
	}

a.learn1:hover {
	background-position: 0 -31px;
	}

a.learn2 {
	display: block;
	width: 193px;
	height: 31px;
	text-decoration: none;
	background:url(../images/landing_page/learnMoreGreen.png) no-repeat;
	margin-top:22px;
	}

a.learn2:hover {
	background-position: 0 -31px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
