h1#lightbox {
	font-family: "Lucida Grande", sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding-bottom: 10px;
}

p#lightbox-caption {
	margin-top: 10px;
	font-size: 1.5em; line-height: 1.5em; margin-bottom: 1.5em;
	text-align: center;
}

p#lightbox-content {
	font-size: 1.5em; line-height: 1.4em; margin-bottom: 1.4em;
	text-align: justify;
	margin-left: 25px;
	margin-right: 25px;
}


p#lightbox-close {
	margin-top: 10px;
	font-size: 1.6em; line-height: 1.5em; margin-bottom: 1.5em;
	text-align: center;

}

.demo-one-lightbox {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 500px;
	border: 1em solid #fff;
	background-color: #efebe2;
	text-align: left;
	z-index:9999;
}

.demo-two-lightbox {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 500px;
	border: 1em solid #fff;
	background-color: #efebe2;
	z-index:9999;
}


.one-percent-planet-lightbox {
	display: none;
	position: absolute;
	top: 35%;
	left: 25%;
	width: 500px;
	height: auto;
	border: 1em solid #fff;
	background-color: #efebe2;
	text-align: left;
	z-index:9999;
}

#one-percent-logo {
	position: relative;
	top: -75px;
	left: 380px;
	width: auto;
	height: 40px;
}


.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.posters-lightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 1025px;
	left: 10%;
	width: 815px;
	height: 410px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.s-t-shirt-lightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 1225px;
	left: 10%;
	width: 365px;
	height: 450px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.l-t-shirt-lightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 1225px;
	left: 10%;
	width: 365px;
	height: 450px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.sticker-lightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 1425px;
	left: 35%;
	width: 675px;
	height: 675px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.bumper-sticker-lightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 1750px;
	left: 40%;
	width: 450px;
	height: 700px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}
.policy-lightbox {
	display: none;
	position: absolute;
	top: 85%;
	left: 25%;
	width: 500px;
	height: auto;
	border: 1em solid #fff;
	background-color: #efebe2;
	text-align: left;
	z-index:9999;
}



#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }