div#landingpage-titlebar {
	background: url(titlebar-bg.png) top left no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	width: 900px;
	height: 36px;
	z-index: 10;
}

	div#landingpage-titlebar h1 {
		position: absolute;
		left: 200px; top: 6px;
		font: italic bold 14px "Arial Black", sans-serif;
		letter-spacing: -1px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		width: 670px;
	}


div#landingpage-content-container {
	background: url(content-bg.png) top left repeat-y;
	position: relative;
	padding-top: 0px;
	margin: -10px 0 0 0;
	width: 900px;
	height: 363px;
	z-index: 1;
	overflow: hidden;
}
	div#landingpage-content-container img.splash {
		float: left;
	}
	div#landingpage-content-container div.content-container {
		position: relative;
		float: left;
		width: 500px;
		height: 330px;
		background: #ffffff;
	}
		div#landingpage-content-container div.content-container div.padding {
			position: relative;
			padding: 30px 30px 5px 30px;
			text-align: left;
			height: 100%;
		}
	div#landingpage-content-container div.content-container h2 {
		font: bold 22px/22px "Tahoma", sans-serif;
		color: #000000;
	}
	div#landingpage-content-container div.content-container .promocode {
		font: bold 14px/22px "Tahoma", sans-serif;
		margin-bottom: 20px;
	}
	div#landingpage-content-container div.content-container .promocode .label {
		color: #35508c;
	}
	div#landingpage-content-container div.content-container .promocode .code {
		color: #ff8e11;
	}
	div#landingpage-content-container div.content-container .description {
		font: 12px/20px "Arial", sans-serif;
		text-align: justify;
	}
	div#landingpage-content-container div.content-container img.bigbox {
		position: absolute;
		left: 30px;
		bottom: 25px;
	}
	div#landingpage-content-container div.content-container .expires {
		position: absolute;
		right: 30px;
		bottom: 10px;
		font: bold 15px "Tahoma", sans-serif;
		text-align: right;
		color: #35508c;
	}
		div#landingpage-content-container div.content-container .expires .disclaimer {
			font: normal 12px "Arial", sans-serif;
			color: #5e5e5e;
		}

div#landingpage-content-container a.schedule-btn {
	position: absolute;
	right: 30px;
	bottom: 60px;
	
	display: block;
	width: 220px;
	height: 45px;
	background: url(/landingpages/template1/schedule-btn.png) 0 0 no-repeat;
}
	div#landingpage-content-container a.schedule-btn:hover {
		background: url(/landingpages/template1/schedule-btn.png) -220px 0 no-repeat;
	}

div.locations-box {
	position: relative;
	float: left;
	background: url(/landingpages/template1/location-bg-repeaty.png) repeat-y;
	width: 369px;
	margin-right: 26px;
	text-align: left;
	padding: 15px 0 0 0;
}
	div.locations-box img.top {
		position: absolute;
		left: 0;
		top: 0;
	}
	div.locations-box img.bottom {
		position: absolute;
		left: 0;
		bottom: -2px;
	}
	div.locations-box div.address-title {
		margin: 0 0 15px 0;
		font: bold 14px "Arial", sans-serif;
		width: 340px;
	}
	div.locations-box div.address {
		position: relative;
		float: left;
		width: 185px;
	}
	div.locations-box div.map {
		position: relative;
		float: right;
		width: 135px;
	}
		div.locations-box div.map img {
			margin-top: 3px;
		}
		div.locations-box a {
			font-weight: bold;
			color: #ff8f10;
			text-decoration: none;
		}
		div.locations-box a:hover {
			color: #23548e;
		}

div.landingpage-bottom {
	margin: 0 0 15px 17px;
	overflow: hidden;
}

div.content-box2 {
	position: relative;
	float: left;
	background: url(/landingpages/template1/content-block-bg-repeaty.png) repeat-y;
	width: 473px;
}
	div.content-box2 img.top {
		position: absolute;
		left: 0;
		top: 0;
	}
	div.content-box2 img.bottom {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	div.content-box2 ul {
		margin: 17px 15px 15px 25px;
		padding: 0;
		list-style-type: square;
		font: 11px/14px "Arial", sans-serif;
	}
		div.content-box2 ul li {
			margin: 0 0 8px 0;
		}

div.content-box {
	float: left;
	background: url(/landingpages/template1/content-block-bg.png) no-repeat;
	width: 473px;
}
	div.content-box ul {
		margin: 17px 15px 0 25px;
		padding: 0;
		list-style-type: square;
		font: 11px/14px "Arial", sans-serif;
	}
		div.content-box ul li {
			margin: 0 0 8px 0;
		}
	
div#landingpage-footerbar {
	background: url(footerbar.png) top left repeat-y;
	position: relative;
	padding: 0;
	margin: 0;
	width: 900px;
	height: 13px;
	z-index: 10;
	overflow: hidden;
}
