/* CSS Document */

html
{
	height: 100%;
}

body
{
	height:100%;
	margin:0;
	padding:0;
}

#bg 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content
{
	position: relative;
	z-index: 1;
}

h1
{
	height: 60px;
	margin-left: 15px;
	background-image: url(../img/rubble-recycling.gif);
	background-repeat: no-repeat;
}

h1 span
{
	display: none;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FF0000;
	margin-bottom: 10px;
	padding-bottom: 0px;
	text-decoration: none;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	text-transform: none;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	padding-bottom: 0px;
	text-align: left;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}

.headerimg
{
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}

.picLeft
{
	float: left;
	margin-right: 10px;
	margin-left: 15px;
}

.picRight
{
	float: right;
	margin-left: 10px;
	margin-right: 15px;
}

.footerLeft
{
	float: left;
	margin-left: 15px;
}

.footerRight
{
	float: right;
	margin-right: 15px;
	text-align: right;
}
.body
{
	margin-bottom: 15px;
}

.header
{
	text-align: center;
}

#text_content
{
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: left;
}

#list_right
{
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 10px;
}

ul
{
	list-style: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}

ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: #FFFFFF;
	border-top-style: dashed;
	border-top-width: 1px;
}

li.good
{
	list-style: none;
	background: url(../img/tick.png) no-repeat left center;
	padding-left: 25px;
	/*list-style-image: url(../img/tick.gif);
	list-style-position: inside;*/
	text-align: left;
}

li.bad
{
	list-style: none;
	background: url(../img/cross.gif) no-repeat left center;
	padding-left: 25px;
	/*list-style-image: url(../img/cross.gif);
	list-style-position: inside;*/
	text-align: left;
}

td.recycling
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0px;
}

a
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
}