/* Re-Mark-It */

a{
	text-decoration: none;
	color: #fff;
}

a img{
	border: none;
}

body{
	padding: 0px;
	margin: 0px;
	background: url(uploader/main/bg3.jpg) #333 fixed;
	font-family: arial;
}

#wrapper{
	width: 960px;
	margin: 20px auto 20px auto;
	padding: 0px 10px 0px 10px;
	background-color: #333;
}

#nav a{
	text-decoration: none;
}


#header{
	background: url(uploader/main/header2.jpg) no-repeat;
	width: 960px;
	height: 273px;
	clear: both;
}

#main{
	color: #fff;
}

#content{
	float: left;
	width: 695px;
	color: #fff;
	padding: 10px 0px 0px 5px;
}

#side{
	width: 260px;
	float: right;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#footer{
	clear: both;
	background: url(uploader/main/footer.jpg) no-repeat;
	height: 152px;
	color: #fff;
	padding: 10px 10px 5px 10px;
}

#footer a{
	color: #fff;
}

#footer p{
	width: 470px;
	float: left;
}

#footright{
	float: right;
	text-align: right;
}

#next, #prev{
	margin: 10px;
}

/*-------------  Nav  ---------------*/
#nav a{
	display: inline-block;
	height: 44px;
}

a#home{
	float: left;
	background: url(uploader/main/nav.jpg) no-repeat 0px -44px;
	height: 44px;
	width: 115px;
}

 a#home:hover{
	background-position: 0px 0px;
}

a#about-us{
	float: left;
	background: url(uploader/main/nav.jpg) no-repeat;
	background-position: -115px -44px;
	height: 44px;
	width: 130px;
}

 a#about-us:hover{
	background-position: -115px 0px;
}

a#recycling{
	float: left;
	background: url(uploader/main/nav.jpg) no-repeat;
	background-position: -250px -44px;
	height: 44px;
	width: 140px;
}
 a#recycling:hover{
	background-position: -250px 0px ;
}

a#contact-us{
	float: left;
	background: url(uploader/main/nav.jpg) no-repeat;
	background-position: -393px -44px;
	height: 44px;
	width: 160px;
}

 a#contact-us:hover{
	background-position: -393px 0px;
}

#followus{
	background: url(uploader/main/nav.jpg) no-repeat;
	background-position: -548px -44px;
	height: 44px;
	width: 130px;
}

a#twitter {
	background: url(uploader/main/nav.jpg) no-repeat;
	background-position: -730px -44px;
	height: 44px;
	width: 45px;
}

 a#twitter:hover{
	background-position: -730px 0px;
}

a#facebook {
	background: url(uploader/main/nav.jpg) no-repeat;
	background-position: -680px -44px;
	height: 44px;
	width: 45px;
}

 a#facebook:hover{
	background-position: -680px 0px;
}

#twitter, #facebook, #followus{
	float: right;
	display: inline-block;
}


#nav a span{
	display: none;
}

#signin{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 50px;
}

#mainvid{
	float: left;
	width: 260px;
}

#contact{
	float: left;
	width: 470px;
	border-left: 1px solid #666;
	padding-left: 9px;
	margin-bottom: 5px;
}
#map{
	float: left;
	width: 480px;
}

label span{
	display: inline-block;
	width: 100px;
}

input, textarea{
	border: 1px solid #444;
	background-color: #333;
	margin-bottom: 20px;
	color: #fff;
	width: 200px;
}

textarea{
	height: 100px;
}

#contact{
	height: 370px;
}

#contact label span{
	float: left;
}

#send{
	width: 130px;
	height: 30px;
	background: url(uploader/main/send.png) no-repeat;
	border: none;
	margin: 0px 100px 0px 100px;
}

marquee{
	color: #fff;
}
