/* Homepage stylesheet */

/* Imports */
@import url(/stylesheets/vehicle-reserve-button.css);
/*@import url("/stylesheets/navigation.css");*/




/* Styles */

#pageText /* Basestyle override */
{
	min-height: 250px;
}
/* End: Styles */




/* Call to Action */
#callToAction
{
	display: block;
	width: 940px;
	height: 250px;
	background-color: #000;
	margin: 20px 0px;
}

#callToAction div.frame
{
	position: relative;
	display: block;
	width: 940px;
	height: 250px;
}

#callToAction div.text
{
	position: absolute;
	top: 87px;
	left: 597px;
	width: 300px;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	background-color: inherit;
}

#frame1
{
	background-image: url(/images/cta/frame1.jpg);
}

#frame2
{
	background-image: url(/images/cta/frame2.jpg);
}

#frame3
{
	background-image: url(/images/cta/frame2.jpg);
}

div.controls /* vehicle-reserve-button override */
{
	position: absolute;
	top: 160px;
	left: 638px;
}
/* End: Call to Action */