
/* Rowley Hughes Thompson website */
/* CSS rewritten, april 2005, richard pearce, icomm technologies */
/* 0121 248 7878, richard.pearce@icommtechnologies.co.uk */

html, body {
  
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
    width: 630px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-right:auto;
	margin-left:auto;
}

h1 {
	font: bold 14px arial,helvetica,sans-serif;
	padding: 35px 20px 10px;
	margin: 0px;
}
p {
	padding: 0px 20px 10px;
	margin: 0px;
	line-height: 18px;
}
li {
padding: 0px 20px 5px;
}


#header {
	height: 130px;
	
}
#nav {
	display: none;
}
#nav .navitem {
	margin-right: 1px;
}
#nav .navhiddenitem {
  display: none;
}
#restofpage {
  width: 630px;
}

#footer {
	border-top: 1px solid #333333;
	margin-top: 20px;
}
#footer p {
	font: bold 10px arial,helvetica,sans-serif;
	padding: 15px 20px 3px;
}
#footer p.copyright {
	color: #888888;
	padding: 0px 20px 15px;
}
#footer p.copyright a {
	color: #000000;
} 

.imgbar {
  text-align: left;
}


/* deals page */
#clientlist {

}
#pix {
	width: 390px;
	float: left;
}


#force-scrollbar { position: absolute; top: 0; bottom: -1px;
                      width: 1em; z-index: -1; }

