.x1,.x2,.x3 {
	position: absolute;
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hide {
	display: none !important;
}


/* Banner */
#homepageBanner {
	width: 773px;
	height: 241px;
	background: transparent url('../../_images/homepage/video_banner_bg.png') center top no-repeat;
	position: relative;
}

#blueTabTop {
	background: transparent url('../../_images/homepage/blue_tab_top.png') no-repeat;
	width:200px;
	height: 7px;
	left: 56px;
	bottom: 0px;
	z-index: 5;
}
#homepageBanner .x1 {
	height: 100%;
	width: 26px;
	z-index: 20;
	top:0;
	right:10px;
	background: url('../../_images/homepage/banner_right_corners_mask.png') no-repeat;
}
#bannerVideo {
	position: absolute;
	width: 435px;
	height: 241px;
	z-index:3;
	top: -1000px;	
}
#bannerVideoContainer{
	position: absolute;
	top: 0px;
	right: 17px;
	width: 435px;
	height: 241px;
}
#homepageBanner #bannerVideoContainer .x1 {
	width: 2px;
	height: 241px;
	background: url('../../_images/homepage/video_shim_left.jpg') no-repeat;
	z-index: 4;
	left: 0;
	top: 0;
	display: none;
}
#bannerCaptionContainer {
	width: 308px;
	height: 241px;
	position: absolute;
	top: 0px;
	left: 16px;
}
#bannerComputerScreen {
	position: absolute;
	right: 52px;
	top: 10px;
}
#playButton {
	position: absolute;
	display: none;
	width: 56px;
	height: 56px;
	top: 82px;
	right: 132px;
	background: url('../../_images/homepage/btn_play.jpg') left top no-repeat;
	outline: 0;
}
#playButton:hover {
	background-position: 0 -56px;
}
#homepageBanner a.actionLink,
#homepageBanner a.actionLink:visited {
	background: transparent url('../../_images/homepage/video_action_link_button.png') left top no-repeat;
	position: absolute;
	bottom: -38px;
	display: block;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#homepageBanner a.actionLink em {
	display: block;
	background: transparent url('../../_images/homepage/video_action_link_button.png') right top no-repeat;
	padding-right: 28px;
	position: relative;
	left: 16px;
	font-style: normal;
	height: 30px;
}
#homepageBanner a.actionLink:hover {
	background-position: 0 -30px;
}
#homepageBanner a.actionLink:hover em {
	background-position: 100% -30px;
}
#homepageBanner #captions .actionLink {
	bottom: 22px;
	left: -8px;
}
#captions {
	position: absolute;
	top: 18px;
	left: 25px;
	width: 268px;
	color: #fff;
}
#bannerCaptionContainer p {
	font-size: 1.5em;
}
ul#captions,
#captions li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	height: 220px;
}
#captions li {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	background: url('../../_images/homepage/video_banner_captions.jpg') left top no-repeat;
	width: 265px;
}
#captions .hd {
	font-size: 2.6em;
}
#captions .hd,
#captions .bd {
	text-indent: -2000px;
}
li#caption1 {background-position:0 0;}
li#caption2 {background-position:-265px 0;}
li#caption3 {background-position:-530px 0;}
li#caption4 {background-position:-795px 0;}
li#caption5 {background-position:-1060px 0;}
li#caption6 {background-position:-1325px 0;}
#bannerText {
	background: url('../../_images/homepage/video_splash_start_text_8b.png') no-repeat;
	width: 265px;
	height: 120px;
	position: absolute;
	top: 33px;
	left: 232px;
}
#bannerPhoto {
	position:absolute;
	bottom: 0;
	left: 14px;
}
#videoFinishPhoto {
	position: absolute;
	bottom: 0;
	left: 32px;
	display: none;
}

/* Columns in main content */
div#columnOne {
	width: 463px;
	padding: 0 20px;
	margin: 0;
	float:left;
	background: url('../../_images/homepage/ordering_steps.png') no-repeat;
}
div#columnTwo {
	margin:0 0 0 2px;
	width: 150px; 
	float:right;
}
#columnTwo .bd {
	padding:2em 0 2em 1em;
}
#stepsHeading {
	height: 50px;
	margin-left: -20px;
	margin-top: -7px;
}


/* "Find Restaurants and Caterers" form */
div#columnOne .submitButton  {
	margin: 0;
}
div#mainContent label {
	width: 90px;
	margin-left: 5px;
	margin-bottom: 1.2em;
	margin-right:5px;
	clear: left;
	display: block;
}
div#mainContent label.formFieldRequired {
	font-weight:normal;
	font-size:1.2em;
}
#eventDetailFields label {
	text-align:left;
}
#findFoodProviders {
	width: 100%;
	float: left;
	padding-top: 2em;
	margin-bottom: 2em;
}
#zipFields,
#eventDetailFields {
 	float: left; /* to clear floats */
	width: 100%;
}
#zipFields {
	padding-bottom: .4em;
	background: #EAEBE2 url('../../_images/homepage/rnd_cnrs_sprite.png') -14px 0 no-repeat;
}
#zipFields .x1 {
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #e6e7dd url('../../_images/homepage/rnd_cnrs_sprite.png') right top no-repeat;
}
#selectPreviousLocation {
	width: 180px;
}
#zipFields,
#findWithZip {
	padding-top: 1.4em;
	position: relative;
}
#eventDetailFields {
	padding:2em 0 0 0;
	background: #fff url(../../_images/homepage/rnd_cnr_inverse.png) no-repeat top right;
}
#findWithDetails,
#findWithZip {
	float: left;
}
#findWithDetails {
	width: 298px;
}
#findWithZip {
	width: 165px;
	font-size: 1.3em;
	padding-top: 1em;
	background: #EAEBE2 url('../../_images/homepage/rnd_cnrs_sprite.png') -470px 100% no-repeat;
}
#findWithZip p {
	margin: 0 18px 1em;
	line-height: 1.14em;
	color: #14426F;
}
#findWithZip .sub {
	color: #666;
	font-size: .8em;
	line-height: 1.4em;
}
#findWithZip .x1 {
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url('../../_images/homepage/rnd_cnrs_sprite.png') 0 0 no-repeat;
}
#findWithZip .x2 {
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url('../../_images/homepage/rnd_cnrs_sprite.png') -456px 0 no-repeat;
}
#deliveryZip,
#selectMonth,
#selectDay {
	width:48px;
}
#selectEventTime,
#selectDeliveryTime {
	width: 100px;
}
div#columnOne #btnFindFoodProviders {
	margin: 0px 0 0 100px;
	clear: both;
}
div#columnOne #btnFindByZip {
	display: block;
	margin: 0 0 2em 20px;
	float:none;
}
.inlineFields {
	float: left;
}
#findWithDetails .inlineFields {
	width: 185px;
	margin-right: 10px;
	position: relative;
}
#findWithDetails .inlineFields a.calendarPicker {
	height: 1em;
	overflow: visible;
	float: left;
	margin-left: 5px;
}
select.dateSelectPart {
	margin-right: 3px;
}
#inviteGuestsRadioWrapper {
	display: block;
	width: 185px;
}