#steps {
	float: left;
	width: 475px;
	padding: 15px;
	background-color: #fbf9f2;
}

.step {
	width: 100%;
	margin-bottom: 15px;
}

.step .title {
	font-family: DINMedium, arial, "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	color: #feffbc;
	font-size: 18px;
	height: 31px;
	line-height: 31px;
	padding: 0px;
	padding-left: 11px;
}

.step#stepOne .title {
	background-color: #0a4a61;
}

.step#stepTwo .title {
	background-color: #0a4f24;
}

.step#stepThree .title {
	background-color: #874f19;
}

.step#stepFour .title {
	background-color: #610a0a;
}

.step .option {
	float: left;
	width: 157px;
	border-right: 1px solid #d0c6a5;
	background-color: #eeeadc;
}

.step .option.three {
	width: 159px;
	border-right: 0;	
}

.step .option .title {
	line-height: 12px;
	color: #eeeadc;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 7px;
}

.step#stepOne .option .title {
	background-color: #146e8f;
}

.step#stepTwo .option .title {
	background-color: #148f57;
}

.step#stepThree .option .title {
	background-color: #bb6e23;
}

#stepThree .option.one {
	margin-right: -1px;
	width: 158px;
}

#stepThree .option.one .sm_button {
	bottom: 15px;
	position: absolute;
}

.step#stepFour .option .title {
	background-color: #bb2a23;
	height: 40px;
}

.step .option .content {
	padding: 11px;
	font-size: 11px;
	color: #5b5a54;
}

.step .option.three .content {
	background-color: #f9f9de;
}

.step#stepOne .option .content {
	height: 204px;
}

.step#stepTwo .option .content {
	height: 410px;
}

.step#stepThree .option .content {
	height: 315px;
	position: relative;
}

.step#stepFour .option .content {
	height: 295px;
}

.step .option .content a {
	color: #bb6e23;	
}

.step .option .content .choice {
	margin: 0px;
	padding: 0px;
	margin-bottom: 11px;
	list-style: none;
	clear: both;
}

.step .option .content  .choice .sm_button {
	margin-top: 6px;
}

.step#stepOne .option .content .choice img {
	float: left;
	margin-right: 6px;
}

.step .option .content .three .choice img {
	float: none;
	margin-right: 6px;
}

.three .pack {
	float: left;
	width: 64px;
}

.disabled,
.inactive {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=.6);
}

.disabled .disabled,
.inactive .inactive,
.current .inactive {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}

.disabled .sm_button {
	display: none;
}
	
#gettingStartedSidebar {
	float: right;
	width: 242px;
}

#gettingStartedSidebar a {
	color: #801616;
	font-weight: bold;
	text-decoration: none;
}

#gettingStartedSidebar a:hover{
	color: #2f2e2a;
}

#gettingStartedSidebar .content {
	color: #2f2e2a;
	font-size: 11px;
	background-color:#d6d4c9;
	padding: 11px;
}

#gettingStartedSidebar .titleMain {
	font-family: DINMedium, arial, "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	color: #fbf9f2;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
	padding: 0px;
	padding-left: 11px;
	background-color: #79776c;
	text-transform: uppercase;
}

#gettingStartedSidebar .titleDecision {
	font-weight: normal;
	color: #fbf9f2;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	padding-left: 11px;
	background-color: #000;
}

#gettingStartedSidebar .title{
	font-weight: bold;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	padding: 0px;
	padding-left: 11px;
	background-color: #c0bda9;
	text-transform: uppercase;
}

#gettingStartedSidebar .title.blue{
	color: #0a4a61;
}

#gettingStartedSidebar .title.green{
	color: #0a4f2f;
}

#gettingStartedSidebar .title.orange{
	color: #874f19;
	height: 41px;
	padding-top: 11px;
	line-height: 16px;
}

#gettingStartedSidebar .title.red{
	color: #610a0a;
}

#gettingStartedSidebar .pdf {
	padding: 3px 3px 3px 25px;
	background: url(../_images/how_to_grow/getting_started/icon_pdf.png) left no-repeat;
	margin:10px 0; 
}

#gettingStartedSidebar .youtube {
	padding: 3px 3px 3px 25px;
	background: url(../_images/how_to_grow/getting_started/icon_youtube.png) left no-repeat;
	
	margin:10px 0; 
}

#gettingStartedSidebar .info {
	padding: 3px 3px 3px 25px;
	background: url(../_images/how_to_grow/getting_started/icon_info.png) left no-repeat;
	margin:10px 0; 
}

#gettingStartedSidebar .results {
	background-color: #eeeadc; 
	font-size: 13px; 
	padding: 11px; 
	line-height:20px;
}

#myPlan.fixed {
	width: 242px;
}

#myPlan.fixed {
	position: fixed;
	top: 0;
}
