/************
* bulb banner
*************/
#bulbbanner {
	background: #111;
	padding: 0.3em 0 0.5em 1em;
	letter-spacing: 0.3em;
}
#bulbbanner span {
	position: absolute;
	top: 0.3em;
	right: 1em;
	letter-spacing: 0.3em;
}
#bulbbanner a:link, #bulbbanner a:visited {
	text-decoration: none;
	border: none;
	color: #EEE;
}
#bulbbanner a:hover, #bulbbanner a:active, #bulbbanner a:focus {
	text-decoration: underline;
	border: none;
}
/************
* bulb footer
*************/
#bulbfooter {
	position: relative;
	background: #BBB url(../_images/filmstrip.gif) repeat-x top right;
	height: 50px;
}
#bulbfooter-links {
	padding: 1em 0 0 1em;
	font-size: 1em;
	letter-spacing: 0.3em;
}
#bulbfooter-links span {
	position: absolute;
	top: 1em;
	right: 1em;
	letter-spacing: 0.3em;
}
#bulbfooter-links a {
	color: #FFF;
}


/******************
* validation footer
*******************/
#validation-footer {
	position: relative;
}
#validation-plugs {
	position: absolute;
	bottom: 3em;
	margin: auto;
	text-align: center;
	width: 100%;
}
#validation-plugs img {
	border: none;
	width: 88px;
	height: 31px;
}
#validation-plugs a {
	text-decoration: none;
	border: none;
	background: transparent;
}

/****************
* bpresent footer
*****************/
#bpresentfooter {
	position: relative;
	background: #000;
	height: 4em;
	font-size: 0.8em;
}

#copy {
	position: absolute;
	top: 10px;
	left: 0;
	text-align: left;
	padding: 0 0 0 1em;
	width: 35%;
	color: #FFF;
}

#host-footer {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
	padding: 0 1em 0 0;
	width: 35%;
}
#host-footer a, #host-footer a:visited {
	text-decoration: none;
	color: #FFF;
	background: transparent;
	border: none;
}
#host-footer a:hover, #host-footer a:active, #host-footer a:focus {
	text-decoration: none;
	border: none;
	color: #111;
	background: #EEE;
}