/*#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}*/

.footer a,.footer a:active,.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color: #F6DAA5;
}

.leightbox h1 {
	font-size: 3em;
	color:#009900;
}

.footer {
 background-color:#008800;
 padding:0.2em;
 text-align:center;
 font-weight:900;
 width:80px;
 float:right;
}

.leightbox em {
 color:#FF3300;
 font-weight:600;
}

.leightbox h3 {
 width:95%;
 padding:0.3em;
 background:#339900;
 color:#FFFFFF;
 font-weight:600;
}

.leightbox {
 background:#FFFFFF url(bg_products.gif) no-repeat fixed top center;
 color:#333;
 display:none;
 position:absolute;
 top:10%;
 left:20%;
 width:60%;
 height:70%;
 padding:1em;
 border:2px dashed #B8B8B8;
 text-align:left;
 z-index:1001;
 overflow:auto;	
}

#overlay{
 display:none;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:1000;
 background-color:#F6DAA5;
 -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;    }
