/*
lp1.css - graphic landing page - PiafInc.com
*/

#lpbody {
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #E6F8FF;
	width: 800px;
	height: 600px;
}

.tight p{
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	width: 225px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.stepTextBox{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #492B21;
	background-repeat: no-repeat;
	width: 260px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	left: -15px;
	top: -20px;
}

#step1 {
	padding: 40px 50px 10px 40px;
	position: absolute;
	left: -64px;
	top: 136px;
	width: 375px;
	height: 400px;
	background-image: url(images/ShadedBoxGraphic.png);
	z-index: 1;
	background-repeat: no-repeat;
}
#step2 {
	padding: 40px 50px 10px 40px;
	position: absolute;
	left: 213px;
	top: 183px;
	width: 375px;
	height: 397px;
	background-image: url(images/ShadedBoxGraphic.png);
	background-repeat: no-repeat;
	z-index: 4;
}
#step3 {
	padding: 40px 50px 10px 40px;
	position: absolute;
	left: 499px;
	top: 131px;
	width: 375px;
	height: 400px;
	background-image: url(images/ShadedBoxGraphic.png);
	background-repeat: no-repeat;
	z-index: 3;
}

#headline1 {
	position: absolute;
	left: 504px;
	top: 7px;
	width: 296px;
	height: 32px;
	visibility: visible;
}
#headline2 {
	position: absolute;
	left: 503px;
	top: 57px;
	width: 296px;
	height: 32px;
	visibility: visible;
}
#headline3 {
	position: absolute;
	left: 391px;
	top: 355px;
	width: 95px;
	height: 145px;
	visibility: visible;
	z-index: 5;
}


#PiafLogo p{
	font-size: 20px;
	font-weight: bold;
}

#PiafLogo {
	position: absolute;
	left: 31px;
	top: 30px;
	visibility: visible;
	z-index: 5;
	color: #F2DD67;
	width: 358px;
	height: 63px;
	padding: 0;
	margin: 0px;
	font-size: 12px;
}
#CallToAction {
	position: absolute;
	left: 278px;
	top: 112px;
	width: 175px;
	height: 18px;
	visibility: visible;
	z-index: 5;
	background-image: url(images/GreenButtonA.png);
	background-repeat: no-repeat;
	padding: 20px;
}

.buttonA a {
	/*	background: url(images/img03.gif) no-repeat left center; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	/*	color:#F2DD67; */
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 20px;
}

.buttonA a:hover{
/*	color: #DC5207; */
	color:#F2DD67;
	border: none;
	text-decoration: none;
}

