
html {
	height: 101%;
}

body {
	margin: 0;
	font-family: verdana, sans-serif;
	background: url('../img/back.png');
}
a img {
	border: none;
}
a:link {
	color: #22f;
}
a:hover {
	color: #e93;
}

.address {
	margin: 0 auto;
}
.address td{
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.data {
	width: 100%;
}
.data th {
	text-align: left;
	padding-left: 20px;
}
.data td {
	vertical-align: top;
}
.centre td {
	vertical-align: middle;
	text-align: center;
}
.data ol {
	list-style: disc;
}
.supplier_names {
	padding-left: 12px;
	padding-right: 12px;
	color: #777;
}
.front_image {
	text-align: center;
}

.work_images {
	text-align: center;
}
.work_images img {
	padding-top: 10px;
	padding-bottom: 10px;
}

.client_types {
	list-style: disc;
}

#top {
	background: #4d4d4d;
}
/* logo */
#logo {
	height: 117px;
	background: url('../img/logo_wide.jpg') top center no-repeat;
}
#tabs {
	text-align: center;
	background: url('../img/tabs.png') bottom center repeat-x;
}
#tabs span {
	display: -moz-inline-box; /* FF 2.x crapness */
	display: inline-block;
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	background: #000;
	color: #fff;
	cursor: pointer;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
}
#tabs a:link, #tabs a:visited {
	text-decoration: none;
}
.tabhover {
	background: #fcb43e;
	color: #000;
}
#tabs span.selected {
	background: #906f49;
	color: #fff;
}

#bottom {
	font-size: 95%;
}
/* main content and side drop shadows */
#border_left {
	width: 650px;
	margin: 0 auto;
	background: url('../img/b_l.png') repeat-y;
}
#border_right {
	margin-left: 5px;
	background: url('../img/b_r.png') top right repeat-y;
}
#content {
	margin-right: 5px;
	background: #fff;
	padding: 40px;
	padding-bottom: 20px;
}
h1 {
	margin-bottom: 40px;
	font-size: 150%;
}

/* bottom drop shadows */
#border_left_b {
	width: 650px;
	margin: 0 auto;
	background: url('../img/b_bl.png') bottom left repeat-y;
}
#border_right_b {
	margin-left: 5px;
	background: url('../img/b_br.png') bottom right repeat-y;
}
#border_middle_b {
	margin-right: 5px;
	height: 7px;
	background: url('../img/b_m.png');
}

/* copyright stuff */
#footer {
	margin: 20px;
	font-size: 80%;
	text-align: center;
	color: #555;
}
#footer a:link {
	color: #888;
}
#footer a:hover {
	color: #555;
}

