/*
Richter Studios
08-19-09
Staywell Mini Site

*/

/* GLOBALS */
div.clear-right {clear:right;height:0;overflow:hidden;}
div.clear-left {clear:left;height:0;overflow:hidden;}
div.clear-both {clear:both;height:0;overflow:hidden;}

/* VIDEO */
div#videopopup {display:none;position:absolute;z-index:9999;width:783px;height:650px;top: 10px;margin:0;padding:0px 0 0 51px;background:url(../images/video_player/video_bg.png) 0 0 no-repeat;}
div#videopopup div#innerpopup {position:static;width:680px;height:500px;overflow:hidden;margin:0;padding:0 0px 15px 5px;background:transparent;}

div#videopopup div#video {position:relative;visibility:hidden;width:650px; height:440px; overflow:hidden !important; margin:0 0 0 4px; padding:0 0 8px 0;}

div#videopopup div#close-wrapper {display:block;width:698px;height:66px;margin:12px 0 0 0;padding:0;text-align:left;}
div#videopopup div#close-wrapper div#close-popup {position:relative;float:right;margin:23px 15px 0 0;padding:0;width:24px !important;height:24px;cursor:pointer;}
	*html div#videopopup div#close-wrapper div#close-popup {margin:23px 8px 0 0;}
div#videopopup div#close-wrapper div#close-popup img {border:0;}


/* OVERLAY */
.bgCover { background:#000; position:absolute; left:0; top:0; display:none; overflow:hidden; }

