/*
	priorLIFE website stylesheet
	
	Created by: Matt McGuire
	Created on: May 12, 2009
	
	Modified by: Matt McGuire
	Modified on: May 18, 2009
*/

body{
	/*font-family: TheMixBold-plain, sans-serif;*/
	background-color: #cade2a;
	background-image: url(images/create_background.jpg);
	line-height: 1.2em;
}

#header{
	background: url(images/header_create_background.jpg) 0 0 no-repeat;
}

#steps{
	height: 205px;
	background: url(images/create_step_fringe.png) bottom center no-repeat;
	margin: 0px;
	padding: 0px 10px;
}

.step{
	float: left;
	width: 198px;
	height: 175px;
	margin: 0px;
	padding: 17px 28px 0px 81px;
}

#step1{
	background: url(images/step_one.png) 41px 15px no-repeat;
}

#step1 h3{
	color: #da4320;
}

#step2{
	border-left: 1px dotted #00a6d8;
	border-right: 1px dotted #00a6d8;
	background: url(images/step_two.png) 30px 15px no-repeat;
}

#step2 h3{
	color: #00a6d8;
}

#step3{
	background: url(images/step_three.png) 13px 15px no-repeat;
}

#step3 h3{
	color:  #6cb92e;
}

#main{
	background-color: #fffbce;
	padding: 20px 40px 5px 40px;
}

#copy{
	width: 525px;
	margin: 0px;
	margin-left: 300px;
	padding-left: 40px;
	border-left: 1px dotted #c13008;
	background: url(images/dollars.png) 50px 6px no-repeat;
}

#copy h3{
	color: #c13008;
	padding-left: 70px;
	padding-bottom: .5em;
	padding-top: 1em;
}

#content_fringe{
	background: url(images/create_main_fringe.png) 0 0 no-repeat;
}