/*
	Client:		Mauna Kea Vacation Rentals
	Title:		Homepage stylesheet for screen media
	Author:		Jason Garber, jgarber@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	04 February 2006
	Updated:	04 February 2006
*/

/* ----- Import external stylesheets -----------------*/
@import url("common.css");
@import url("nav.css");
@import url("layout.css");


/* ----- Page layout ---------------------------------*/
div#push-home-wrapper {
	width: 760px;
	height: 160px;
	background: url("../images/home/push-home-wrapper-bg.gif") no-repeat 0 0;
	}

div#push-home-wrapper div {
	display: inline;
	float: left;
	width: 216px;
	margin: 10px 0 0 28px;
	}

div#push-home-wrapper div#push-home-welcome {
	height: 146px;
	background: url("../images/home/push-home-welcome-bg.gif") no-repeat 14px 95%;
	}

div#push-home-wrapper h2 {
	height: 14px;
	margin: 10px 0 3px 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
div#push-home-left h2 { background-image: url("../images/home/push-home-availability-header-bg.gif"); }
div#push-home-middle h2 { background-image: url("../images/home/push-home-special-offers-header-bg.gif"); }
div#push-home-right h2 { background-image: url("../images/home/push-home-featured-rental-header-bg.gif"); }


div#push-home-wrapper p {
	margin-bottom: 0.2em;
	font-size: 1.1em;
	line-height: 1.75em;
	color: white;
	}

div#push-home-wrapper p.push-home-more, div#push-home-wrapper p.push-home-check {
	text-align: right;
	}

p.push-home-more img.png {
	behavior: url("png/png.htc"); /* for IE only, path is relative to file that calls this style */
	width: 108px;
	height: 25px;
	}

p.push-home-check img.png {
	behavior: url("png/png.htc"); /* for IE only, path is relative to file that calls this style */
	width: 153px;
	height: 25px;
	}


/* ----- Contingency Rules ---------------------------*/
