body { background: #c32e2e url(pics/bg.png) repeat-x; color: #ffff70; font-family: Helvetica, Arial, sans-serif; padding: 0; margin: 0; }
a {
	text-decoration: none;	
}
#eswebcams_mainbox, #eswebcams_mainbox2 { overflow: hidden; }
* html #eswebcams_mainbox, * html #eswebcams_mainbox2 { height: 1%; /* "haslyout" for IE6 & contains floats */	overflow:visible; }

h1, h2, h3, h4, h5 { text-transform: uppercase; font-weight: bold; margin: 0; padding: 0; }

h1 { font-size: 64px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4, #eswebcams_mainbox2 { font-size: 20px; }
h5 { font-size: 16px; }

#lightbox { z-index: 10; background: #ffff70; }
#myId { z-index: -1;}
.jqmWindow { }
.lightbox_close { z-index: 9999; float: right; margin-right: -32px; margin-top: -32px; display: block; overflow: visible;}
/* Main */
#eswebcams_container {}

/* Header */
#eswebcams_logo { background: #c32e2e; position: absolute; top: 0; display: inline; padding: 5px 7px;}
#eswebcams_logo h3 { margin: 0; padding: 0; font-size: 15px;}
#eswebcams_header1 { width: 920px; margin: 15px auto; color: #c32e2e; text-transform: uppercase; text-align: center;}
#eswebcams_header1 h1 { font-size: 64px; margin: 0; padding: 0;}
#eswebcams_header2 { width: 920px; margin: 25px auto 20px; text-transform: uppercase;  text-align: center; }
#eswebcams_header2 h2 { font-size: 32px; margin: 0; padding: 0; }

/* Main Box */
#eswebcams_mainbox { background: #ffff70; width: 900px; margin: 0 auto; }
#eswebcams_mainbox_flash { float: left; width: 345px; height: 280px; margin: 12px; z-index: -2; }
#eswebcams_mainbox_intro { color: #000; font-size: 20px;}
#eswebcams_mainbox_button {  position: relative; padding: 15px 20px 15px 80px;  background: #c32e2e url(pics/phone-48x48.gif) no-repeat 15px center; float: left; width: 400px; }
#eswebcams_mainbox_button a {   color: #ffff70; text-transform: uppercase; font-size: 24px; font-weight: bold;  }


#eswebcams_mainbox2 { clear: both; width: 900px; margin: 0 auto;}
#eswebcams_mainbox2 ul { list-style: none; margin: 15px; padding: 0;}
#eswebcams_mainbox2 li { float: left; font-size: 20px; text-transform: uppercase; font-weight: bold; padding: 10px 50px 0 65px; }

.eswebcams_iconCam { background: url(pics/Camcorder-48x48.png) no-repeat; width: 48xpx; height: 48px; }
.eswebcams_iconInt { background: url(pics/Conversation-48x48.png) no-repeat; width: 48xpx; height: 48px; }
.eswebcams_iconSou { background: url(pics/Sound-48x48.png) no-repeat; width: 48xpx; height: 48px; }

.eswebcams_sep { clear: both; background: url(pics/sep.png) repeat-x; height: 20px; margin: 10px 0; }

#eswebcams_list { width: 945px; margin: 0 auto; }
#eswebcams_list a, #eswebcams_footer a { color: #ffff70;  }
#eswebcams_list h2  { margin-bottom: 20px; }
#eswebcams_list h5  { clear: both; padding: 20px 0 10px; }

.eswebcams_girl { background: #ffff70; float: left; margin: 0 4px 4px 0}
.eswebcams_girl_now { color: #000; text-align: center; padding: 5px;  }
.eswebcams_girl_img { border: 0; padding: 4px; }
.eswebcams_girl_nick { color: #000; text-align: center; padding: 5px; }


#eswebcams_footer { width: 920px; margin: 0 auto; margin-bottom: 15px; text-transform: uppercase; line-height: 1em; }
#eswebcams_footer ul { margin: 0; padding: 0; list-style: none;}
#eswebcams_footer li { display: inline; font-size: 13px; font-weight: bold; padding-right: 10px; }
#eswebcams_footer p { margin: 0 auto; font-size: 11px; }


/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    

    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
