*{
	padding: 0;
	margin: 0;
}

body{
	background: #faf2ed url('i/top-bg.png') repeat-x;
}

:focus{
	outline: 0;
}

p{
	padding: 0 0 5px 0;
}

.clear{
	clear: both;
}

.title{
	font-weight: bold;
}

.footer-content{
	padding: 30px 0 0 90px;
	font: 12px/1em Tahoma, Arial, Helvetica, "Sans Serif";
}

img{
	border: 0;
}

#footer li{
	float: left;
	list-style: none;
	padding: 0 40px 10px 0;
}

#footer a{
	text-decoration: none;
	color: #CDC7B9;
	
}

#footer a:hover{
	text-decoration: underline;
	color: #a00;
}


#menu{
	position: absolute;
	left: 408px;
	top: 198px;
	width: 520px;
	height: 118px;
	
}

#menu li{
	width: 130px;
	height: 118px;
	float: left;
	list-style-type: none;
	
}

#menu li span{
	display: none;
}

#menu li a{
	display: block;
	width: 128px;
	height: 115px;
}

#home{
	background: url('i/over.jpg') no-repeat 0 0;
}

#development{
	background: url('i/over.jpg') no-repeat -130px 0px;
}

#portfolio{
	background: url('i/over.jpg') no-repeat -260px 0px;
}

#enquiries{
	background: url('i/over.jpg') no-repeat -390px 0px;
}


#top{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url('i/top.jpg') no-repeat;
	height: 385px;
}

#container{
	background: url('i/wall.jpg') no-repeat 50% 0;
	
}

#wording{
	width: 860px;
	background: url('i/content-bg.jpg') repeat-y;
	margin: 0 auto;
		
}

#wording .content{
	padding: 0 70px 30px;
	font: 12px/2em Tahoma, Arial, Helvetica, "Sans Serif";
	color: #691219;
	text-align: justify;
}

#wording a{
	text-decoration: underline;
	color: #691219;
}

#wording a:hover{
	text-decoration: none;
	color: #b31c25;
}

#wording ul.list {
	padding: 0 0 0 20px;
}

#wording ul.list li{
	list-style-type: none;
	background: url('i/list-item.png') no-repeat 0 9px;
	padding: 0 0 0 20px;
	
}

.center{
	text-align: center;
}

#slideshow-holder{
	position: relative;
	float: right;
	width: 400px;
	height: 325px;
	border: 5px solid #EADFD9;
	margin-left: 20px;
	background: #FAF2ED;
}

#slideshow{
	margin: 0px;
	
}

#slideshow li{
	list-style-type: none;
}

#slideshow img{
	float: left;
}

#footer-wrapper{
	background: url('i/footer-bg.png') repeat-x;
}

#footer{
	width: 1000px;
	margin: 0 auto;
	background: url('i/footer.jpg') no-repeat;
	min-height: 150px;
	height:auto !important;
    height:150px;
}

p.move{
	float: none;
	font-size: 10px;
	padding: 0px;
	text-align: center;
	color: #9e9894;
	position: absolute;
	bottom: 0px;
	width: 400px;
}

.choice{
	background: url('i/choice.jpg') no-repeat;
	width: 280px;
	height: 40px;
	float: right;
}

.choice p{
	padding: 7px 10px 0 0;
	font-weight: bold;
	text-align: right;
}