/* tyrecycling */

body{
	background: #eaf0ec;
	margin: 0px;
	padding: 0px;
	font: 11px verdana;
	color: #004a21;
}

h1{
	font: 12px verdana;
	font-weight: bold;
	padding-left: 20px;
	background: url(../gfx/titleBlock.gif) no-repeat left top;
	_background: url(../gfx/titleBlock.gif) no-repeat left;
	margin-bottom: 15px;
}

h2{
	font: 12px verdana; 
	font-weight: bold;
	background: #ebf5ed;	
}

.form{
	font: 11px verdana;
}


.clear{ clear: both;}

#box{
	width: 760px;
	margin: 0 auto;
}

#header{
	background: url(../gfx/header.gif) no-repeat;
	width: 720px;
	height: 39px;
	padding: 20px;
}


#navigation{
	background: url(../gfx/navigation.gif) no-repeat;
	height: 19px;
	padding: 4px 0px 0px 18px;
}

#navLeft{
	float: left;
	width: 50%;
}

#navRight{
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 2%;
}

#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li{
	float: left;
}

a#buttonHome{
	background: url(../gfx/buttonHome.gif) no-repeat;
	height: 13px;
	display: block;
	width: 56px;
}

a:hover#buttonHome{ background: url(../gfx/buttonHomeOver.gif) no-repeat;}

a#buttonAbout{
	background: url(../gfx/buttonAbout.gif) no-repeat;
	height: 13px;
	display: block;
	width: 91px;
}

a:hover#buttonAbout{	background: url(../gfx/buttonAboutOver.gif) no-repeat;}

a#buttonContact{
	background: url(../gfx/buttonContact.gif) no-repeat;
	height: 13px;
	display: block;
	width: 91px;
}

a:hover#buttonContact{ background: url(../gfx/buttonContactOver.gif) no-repeat;}



#bodyLogo{
	background: url(../gfx/logoRecycling.gif) no-repeat bottom left;
	height: 100%;
}

#body{
	clear: both;
	background: url(../gfx/bodyRepeat.gif) repeat-y;
}

#body p{
	margin: 0px;
	padding: 0px;
}

#bodyTop{
	/* background: url(../gfx/bodyTop.gif) no-repeat; */
	padding: 20px;
}

#left{
	float: left;
	width: 370px;
	padding-right: 10px;
}

#left ul{
	list-style-image: url(../gfx/bullet.gif);
	margin: 15px 15px 15px 15px;
	padding: 0px;
}

#left li{
	padding: 0px 0px 10px 5px;
}

#left p{
	padding-bottom: 5px;
	padding-top: 5px;
}

#left a{color: #103724;}

#right{
	float: right;
	width: 340px;
}

#right img{
	background: url(../gfx/imageBox.jpg) no-repeat;
	width: 300px;
	height: 225px;
	padding: 20px;
	margin-bottom: 20px;
}

a#emailmeButton{
	background: url(../gfx/emailButton.jpg) no-repeat;
	width: 302px;
	height: 55px;
	display: block;
	margin-left: 20px;
}

#quote{
	background: url(../gfx/quote.gif) no-repeat;
	width: 362px;
	height: 52px;
	margin-top: 15px;
}


#footer{
	height: 60px;
	color: #004a21;
	background: url(../gfx/footerRepeat.gif) repeat-x;
	color: white;
	padding: 15px 20px 0px 20px;
}

#footer a{color: white;}
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}
a:hover {text-decoration:underline;}

#footLeft{
	float: left;
	width: 50%;
	font-size: 12px;
}

#footRight{
	float: right;
	width: 50%;
	text-align: right;
}




