#start-container {
	padding: 18px 0 0 0;
}

#start-left {
	width: 740px;
	float: left;
}

	#top-orange-banner {
		position: relative;
		background: #f1701a;
		height: 110px;
		color: #fff;
		background-image: url("/i/start-orange-bar-bg.jpg");
		background-position: 0 0;
		background-repeat: repeat-x;
	}
	
		#top-orange-banner h1 {
			position: absolute;
			top: 44px;
			left: 40px;
			font-size: 22px;
		}
		
		#top-orange-banner h6 {
			position: absolute;
			top: 45px;
			left: 60px;
			font-size: 20px;
			background: transparent url("/i/start-arrow.png") 100% 1px no-repeat;
			padding: 0 30px 0 0;
		}
		
			#top-orange-banner h6 span {
				font-size: 20px;
				text-decoration: line-through;
				font-weight: bold;
			}
			
			#top-orange-banner h6 strong {
				font-size: 20px;
				font-weight: bold;
			}
			
			#top-orange-banner h5 {
				position: absolute;
				top: 7px;
				left: 475px;
				display: block;
				width: 200px;/*200*/
				height: 53px;/*59*/
				padding: 6px 0 0 0;
				background: transparent url("/i/start-h5-bg.png") 0 0 no-repeat;
				font-size: 48px;
				font-weight: bold;
				color: #113388;
				text-align: center;
			}
	
		#top-orange-banner #start-price {
			position: absolute;
			top: 18px;
			left: 312px;
			padding: 10px 30px;
			background: #a24100;
			text-align: center;
			/*border-top: 1px solid #f27d2f;
			border-left: 1px solid #f27d2f;
			border-right: 1px solid #b35313;
			border-bottom: 1px solid #b35313;*/
		}
		
			#ex-price {
				font-size: 40px;
				display: block;
			}
			
			#in-price {
				font-size: 16px;
				display: block;
				text-decoration: line-through;
			}
			
		#start-first-link {
			position: absolute;
			top: 44px;
			right: 50px;
			font-size: 22px;
			color: #fff;
			text-decoration: none;
		}
		
		#start-first-link:hover {
			text-decoration: underline;
		}
		
	#blue-advert {
		position: relative;
		background: #10307d url("/i/blue-advert-bg.jpg") 0 0 repeat-x;
		height: 250px;
		margin: 20px 0 0 0;
	}
	
	img#ipod {
		position: absolute;
		bottom: 0;
		right: 60px;
	}
	
	a#get-full-quote {
		position: absolute;
		top: 40px;
		left: 90px;
		width: 260px;
		font-size: 24px;
		font-weight: bold;
		padding: 5px 20px;
		background: #cf5401;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
	}
	
	a#get-full-quote:hover {
		background: #f1711a;
	}
	
	div#win-ipod {
		position: absolute;
		top: 90px;
		left: 30px;
		color: #5170ae;
		padding: 0 0 0 60px;
	}
	
		div#win-ipod strong {
			color: #fff;
			font-size: 26px;
			font-weight: bold;
			display: block;
			margin: 0 0 5px 0;
		}
		
		div#win-ipod span {
			font-size: 17px;
			line-height: 19px;
			font-style: italic;
			display: block;
			width: 400px;
		}
		
		div#win-ipod #cancel-link {
			background: #7b98ca;
			padding: 3px;
			text-decoration: none;
			color: #fff;
			display: block;
			width: 70px;
			text-align: center;
			margin-top: 15px;
		}
		
		div#win-ipod #cancel-link:hover {
			background: #6b8bc2;
		}
		
		#start-banner-bottom {
			display: block;
			width: 740px;
			height: 110px;
			margin-top: 20px;
		}

#start-right {
	position: relative;
	width: 180px;
	height: 510px;
	background-image: url("/i/benefits-banner-bg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
}

	#all-benefits-link {
		position: absolute;
		bottom: 20px;
		left: 10px;
		display: block;
		padding: 5px;
		background: #cf5401;
		color: #fff;
		text-decoration: none;
		width: 150px;
		font-size: 18px;
		text-align: center;
	}
	
	#all-benefits-link:hover {
		background: #113388;
	}