body{
	background-color: #34401a;
	background-image: url(../images/background.gif);
	background-position: 50% 10px;
	background-attachment: scroll;
	background-repeat:no-repeat;
	margin: 0;
}

img{
	border: 0;
}

#home a{
	width: 60px;
	display: block;	
}

#menu a{
	display: block;
	overflow: hidden;
}
#menu a:hover{
	display: block;
}

#home a{
	width: 60px;
}
#home a:hover{
	text-indent: -60px;
}
#home #current{
	text-indent: -60px;
}
#contact a{
	width: 73px;
}
#contact a:hover{
	text-indent: -73px;
}
#contact #current{
	text-indent: -73px;
}
#whatweoffer a{
	width: 121px;
}
#whatweoffer a:hover{
	text-indent: -121px;
}
#whatweoffer #current{
	text-indent: -121px;
}
#whoweare a{
	width: 98px;
}
#whoweare a:hover{
	text-indent: -98px;
}
#whoweare #current{
	text-indent: -98px;
}
#clientftp a{
	width: 69px;
}
#clientftp a:hover{
	text-indent: -69px;
}
#clientftp #current{
	text-indent: -69px;
}

.teammember{
	width: 210px;
}

.teammemberimage{
	float: left;
}

#header{
	background-image: url(../images/header.jpg);
	width: 962px;
	height: 137px;
	background-repeat: no-repeat;
}

#banner{
	background-image: url(../images/banner_slide_blank.jpg);
	width: 962px;
	height: 167px;
	background-repeat: no-repeat;
	position:relative;
	float:left;
}

.banner_slides {
	position:relative;
	float:left;
	z-index:0;
}

#whats_a_wallit {position:absolute;left:803px;top:79px;z-index:100;}

#banner1{
	background-image: url(../images/banner1.jpg);
	width: 962px;
	height: 216px;
	background-repeat: no-repeat;
}

#banner2{
	background-image: url(../images/banner2.jpg);
	width: 962px;
	height: 216px;
	background-repeat: no-repeat;
}
#banner3{
	background-image: url(../images/banner3.jpg);
	width: 962px;
	height: 216px;
	background-repeat: no-repeat;
}

#smallbanner{
	background-image: url(../images/banner2.jpg);
	width: 962px;
	height: 48px;
	background-repeat: no-repeat;
}

#title{
	margin-left: 20px;
	margin-top: 12px;
	float: left;
}

#otherproducts{
	margin-right: 40px;
	margin-top: 12px;
	float: right;
	font-size: 120%;
	background-color: #3e2d11;
	color: #c88d53;
	width:  300px;
	border: 0;
}

#content{
	background-image: url(../images/contentbg.jpg);
	width: 962px;
	background-repeat: repeat-y;
}

#footer{
	background-image: url(../images/footer.jpg);
	width: 962px;
	height: 40px;
}

#wrapper{
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	
}

#logo{
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}

#menu{
	margin-left: 30px;
	margin-top: 10px;
	float: right;
	margin-top: 30px;
	margin-right: 50px;
	display: inline;
}

#menu li{
	margin-left: 20px;
	padding-left: 30px;
	float: left;
	list-style-type: none;
	height: 20px;
}

.services{
	margin: 0;
	margin-left: 25px;
	padding: 0;
	float: left;
	display: inline;
}

.services li{
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	height:160px;
}

.gallery img{
	margin-top: 5px;
	padding: 2px;
	border: 2px solid #788341;
}

.border{
	padding: 2px;
	border: 2px solid #788341;
}


.clearer{
	clear: both;
}

.bulleted{
	background-image: url(../images/bullet.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

p{
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 35px;
	margin-right: 50px;
	color: #3f2d12;
	display: inline;
	line-height: 150%;
}

h2{
	float: left;
	margin: 0;
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
	display: inline;
	clear: both;
}

h3{
	float: left;
	margin: 0;
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
	display: inline;
	clear: both;
	color: #3f2d12;
}

#footertext{
	text-align: right;
	float: right;
	font-size: 70%;
	margin-top: 30px;
	clear: both;
}

#footer{
	width: 962px;
	height: 36px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

a{
	color: #c48952;
	text-decoration: none;
}

a:hover{
	color: #788241;
}

#thin{
	width: 380px;
}

form{
	color: #3f2d12;
	margin-bottom: 20px;
	float: right;
	margin-right: 100px;
}

.formdiv{
	margin-top: 10px;
}

input, textarea{
	width: 375px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #7e7e7e;
	font-size: 120%;
	color: #3f2d12;
}

#formbutton, button{
	background-color: #f3efe8;
	border: 1px solid #7e7e7e;
	text-decoration: none;
	color: #3f2d12;
	font-size: 110%;
	margin-top: 10px;
}


