/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for Recycling
	DATE:			14/02/08
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */

body 
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #5b5b5b;
	text-align: center;
	background: #fff;
}
/* [ text sizing ]---------------------------------------- */
/* http://www.clagnut.com/blog/348/ ---------------------- */
html
{
	font-size: 100%; /* for IE */
}
body 
{
	font-size: 75%; /* for IE/Win */
}
input, select, table
{
	font-size: 100%;	
}
/* [ links ] ------------------------------------------ */
a, a:visited
{
	cursor: pointer;
	color: #78bc25;	
}
a:link, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* [ headings ] ------------------------------------------ */

h1
{
	font-size: 1.5em;
	margin: 1em 0 0.5em 0;
	font-weight: bold;
	line-height: 1.2em;
	display: none;
}
h2
{
	margin: 0 0 0.5em 0;	
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: solid 1px #78bc25;
	padding: 1em 2px 5px 2px;
}
h3
{
	margin: 0.5em 0 0.5em 0;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 2px 5px 2x;
}
h4
{
	margin: 0.5em 0 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}

h5
{
	margin: 0.5em 0 0.5em 0;
	font-size: 1.1em;
	font-style: italic;
}
/* [ other ] --------------------------------------------- */
.hide
{
	
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; 	
}
.clear
{
	clear: both;	
}
a img
{
	border: 0;
}
p
{
	margin-bottom: 1em;
	padding:0 1px;
}
strong
{
	font-weight: bold;
}
ul.slideshow
{
margin-bottom:1em;
}
/* =========================================================
	PAGE
========================================================== */

/*main wrapper*/
#recycling
{
	 position: relative;
	 margin: 0 auto 0 auto;
	 width: 802px;
	 text-align: left;
	 font-size: 1.1em;
	 line-height: 1.4em;
}
#recycling-body
{
	float: left;
	width: 705px;
	min-height: 600px;
	display: inline;
}

#header 
{
	float: left;
	margin: 0;
	width: 100%;
	height: 171px;
	display: inline;
	background: transparent url(../images/cycle-logo-img.gif) no-repeat 532px 25px;
	border-bottom: solid 1px #999;
}
#header img
{
	float: left;
	margin: 120px 0 0 0;
	display: inline;
}
/* ==========================================================
	CONTENT
========================================================== */
#content
{
	float: left;
	margin: 0;
	width: 756px;
	min-height: 33em;
	display: inline;
}
#content img
{
	margin-bottom: 1em;
}
#content-main
{
	float: left;
	margin-top: 0;
	width: 755px;
	display: inline;
}
#content-main #left
{
	float: left;
	margin: 0;
	width: 460px;
	display: inline;
}
#content-main #right
{
	float: left;
	margin: 22px 0 0 110px;
	width: 135px;
	display: inline;
}
#content-main #right address
{

}
ul.bulleted-list
{
	padding-bottom: 1em;
}
ul.bulleted-list li
{
	list-style: disc;
	list-style-position: inside;

}
/* ==========================================================
	FOOTER
========================================================== */
#footer
{
	float: left;
	margin: 0;
	width: 705px;
	padding-bottom: 30px;
	clear: both;
	display: inline;
}
#footer p
{
	margin: 50px 0 0 0;
	border-top: solid 1px #5b5b5b;
	padding-top: 5px;
}
/* ==========================================================
	MAIN MENU
========================================================== */
#main-menu
{
	margin-bottom: 30px;
}
#main-menu li
{
	border-bottom: solid 1px #999;
	padding: 0 2px 2px 2px;
	margin-bottom: 5px;
}
#main-menu li a
{
	color: #5b5b5b;
}
#main-menu li a:hover
{
	color: #7bd607;
	text-decoration: none;
}



