
/* 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: #2d3f64 url(../images/bgstrip.gif) repeat-x;
	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: 30px 20px 12px;
	margin: 0px;
}
h2 {
	font: bold 14px arial,helvetica,sans-serif;
	padding: 10px 20px 12px;
	margin: 0px;
}
p {
	padding: 0px 20px 10px;
	margin: 0px;
	line-height: 17px;
}
li {
padding: 0px 20px 5px;
}
dl {
	padding-left: 20px;
}
dd {
  margin-left: 15px;
}


#header {
	background-color: #2d3f64;
	height: 130px;
}
#nav {
	height: 40px;
	background-color: #2d3f64;
	background-image:  url(../images/navbgstrip.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	padding: 0;
}
#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: #777777;
} 

.imgbar {
  text-align: left;
}


/* contact page */
.col1 {
	float: left;

}
.col2 {
	float: left;
}

.person {
  width: 170px;
	vertical-align: bottom;
	float: left;
	padding-right: 37px;
}
.person .contactname, .person_large .contactname {
  font-weight: bold;
  padding: 0px 0px 10px 20px;
}
.person_large {
  	width: 172px;
	vertical-align: bottom;
	float: left;
	padding-right: 37px;
}

/*
.person {
  width: 120px;
	vertical-align: bottom;
	float: left;
	padding-right: 37px;
}
.person .contactname, .person_large .contactname {
  font-weight: bold;
  padding: 0px 0px 10px 20px;
}
.person_large {
  	width: 172px;
	vertical-align: bottom;
	float: left;
	padding-right: 37px;
}
*/
/* deals page */
#clientlist {
	float: left;
	width: 230px;
}
#pix {
	float: right;
	width: 390px;
	padding-top: 25px;
}

#clientlist ul {
	list-style-type: none;
	margin: 12px 0px 0px;
	padding: 0px;
}
#clientlist ul li {
	margin-bottom: 6px;
	color: #000033;
}

.picbox {
	width: 170px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.picbox img {
	border-top: 1px solid #ffffff;
}
.picbox img.dealpic {
	border: 5px solid #bcbcbc;
}


.picbox_long {
	width: 350px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.picbox_long img {
	border-top: 1px solid #ffffff;
}
.picbox_long img.dealpic {
	border: 5px solid #bcbcbc;
}

.tableDL dt {
  float: left;
	display: block;
	width: 100px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

