/*
	Client:		Prince Preferred
	Title:		Homepage stylesheet for screen media
	Author:		Jason Garber, jgarber@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	23 December 2005
	Updated:	23 December 2005
*/

/* ----- 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;
	/*
	margin-top: 0.4em;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	font-variant: small-caps;
	color: white;
	*/
	}

div#push-home-welcome h2 { background-image: url("../images/home/push-home-welcome-header-bg.gif"); }
div#push-home-emailclub h2 { background-image: url("../images/home/push-home-emailclub-header-bg.gif"); }
div#push-home-offers h2 { background-image: url("../images/home/push-home-offers-header-bg.gif"); }

div#push-home-wrapper p {
	margin-bottom: 0.2em;
	font-size: 1.2em;
	line-height: 1.75em;
	color: white;
	}

div#push-home-wrapper p.push-home-more {
	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: 114px;
	height: 34px;
	}


/* ----- Contingency Rules ---------------------------*/
p#get-flash {
	display: none;
	margin: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #cd0d0d;
	}

p#get-flash img {
	margin-right: 0.25em;
	vertical-align: middle;
	}

p#get-flash a {
	color: red;
	}