.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	

html, body {
	height: 100%;
	}

body {
	background:rgb(170,170,170);
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(68,68,68);
	margin-top:0px;
	}

#wrapper {
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin:0px auto -125px;
	position: relative;
	background:#FFFFFF;
	width:960px;
	-webkit-box-shadow: 1px 10px 15px #555;
    -moz-box-shadow: 1px 10px 15px #555;
    box-shadow: 1px 10px 15px #555;
	}

#navigation {
	display:inline;
	margin:0;
	padding:0;
	position:relative;
	height:200px;
	width:500px;
	background:#009933;
}

#navigation span {
  display: none;
  position:relative;
}


#navigation ul{
	list-style:none;
	float:left;
	width:950px;
	margin:0px; padding:0px 10px 0px 0px;
	background:#FFF;
	}

#navigation ul li{
	float: right;
	margin: 0; padding: 10;
	}

#navigation ul li a {
	display: block;
  	text-indent: -9999px;
  	position: relative;
	outline: none;
}

#navigation a:hover{
	background-position: left center;
	}

#navigation a.active{
	background-position:left bottom;
	}
	
#navigation .home {
  width: 96px;
  height: 58px;
  background:url(images/home_btn.png) no-repeat;
}

#navigation .about {
  width: 96px;
  height: 58px;
  background:url(images/about_btn.png) no-repeat;
}

#navigation .work {
  width: 96px;
  height: 58px;
  background:url(images/work_btn.png) no-repeat;
}

#navigation .contact {
  width: 110px;
  height: 58px;
  background:url(images/contact_btn.png) no-repeat;
}

#banner img{
	padding:25px 0px 15px;
	}

.clearfooter {
	height: 125px;/*height of the footer*/
	clear: both;
	}	


#footer {
	height:125px;
	position:relative;
	width:960px;
	background:#FFFFFF;
	margin:10px auto 0px;
	border-top:2px solid rgb(197,205,199);
}

#footer ul{
	list-style:none;
	text-align:right;
	float:right;
	padding-right:20px;
	padding-top:10px;
	}

#footer ul li{
	text-transform:uppercase;
	line-height:20px;
	font-size:15px;
	color:rgb(76,91,82);
	}

