/* -----------------------------------------------------------------------
	Client:		Royal Palms Resort and Spa
	Title:		Popup stylesheet for screen media
	Author:		Jason Garber, jgarber@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	21 April 2006
------------------------------------------------------------------------- */


/* ----- Generic styles --------------------------------------------------*/
* { margin: 0; padding: 0; }

body { font:62.5% Verdana, Arial, Helvetica, sans-serif; text-align:center; background-image:url(../images/layout/bg.jpg); background-repeat:no-repeat; background-position:top center; background-color:#9F490C; }
body#tcooks {background-image:url(/images/layout/tcooks-popup-bg.jpg); background-color:#4b1f06;}
a img { border: 0; }


/* ----- Common classes --------------------------------------------------*/
/* commented backslash hack (second rule is for IE5/Mac) \*/
.alt { position: absolute; left: -9999px; }
/* end hack */
/*\*//*/
.alt { text-indent: -9999px; }
/**/

.center { text-align: center; }


/* ----- Page layout -----------------------------------------------------*/
div#wrap {
	width: 460px;
	margin: 0 auto;
	text-align: left;
	}

body.virtual-tour div#wrap {
	width: 500px;
	}

h1#logo {
	height: 70px;
	background: url("../images/logo.gif") no-repeat top center;
	}

body.virtual-tour h1#logo {
	height: 71px;
	background: url("../images/logo.gif") no-repeat top center;
	}

body#tcooks h1#logo {
	height: 71px;
	background: url("/images/logo-tcooks.gif") no-repeat top center;
	}

h1#logo a { display: block; width: 150px; height: 45px; margin-left: 10px; }

div#content {
	padding: 10px 20px 50px 20px;
	font-size: 1.1em;
	color: #744713;
	background-color:#FFF8C9;
	}

body.virtual-tour div#content {
	background-color:#FFF8C9;
	}

body#tcooks div#content {
	background-color:#f2bc52;
	}

div#content h2 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.55em;
	font-weight: normal;
	}
	
div#content h2#spa-menu {
	border-bottom: 1px solid #BD9D82;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.55em;
}
	
div#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 10px 0 7px 0;
}
	
div#content dl#menu dt {
	margin: 15px 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

div#content dl#menu dd {
	margin: 0;
	padding: 0;
}

dl.hair-makeup dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	float: left;
	width: 49%;
	margin: 7px 0;
}

dl.hair-makeup dd {
	float: left;
	width: 50%;
	text-align: left;
	margin: 7px 0;
}

div#content ul, div#content ol { margin: 0 4em 1.35em 4em; }
div#content ul li, div#content ol li { margin-bottom: 0.5em; line-height: 1.3em; }

div#content p { margin-bottom: 1.35em; line-height: 1.6em; }

div#content a, a { text-decoration: underline; color: #8b0000; }
div#content a:hover { color: #cc0000; }

div#content applet { margin: 0 50px; }

div.clear { clear: both; }

p.comment {	font-style: italic;}

div#content div.photo img { border: 1px solid #c4ac60; padding: 2px; }

