/* CSS for about_us.html - about_us.css

	Author: Robert Cooper
	Company: AB Components Ltd
	Created: 11/12/2008
	
	Last modified by: Robert Cooper
	Last modified on: 17/12/2008
*/

img#abc_whs {
	border:outset 3px #007dea;
	float:right;
	margin:10px 0 10px 10px;
	padding:8px;}

img#supp_img {
	float:left;
	margin:0 15px 10px 0;}

img#associate {
	margin-bottom:15px;}

img#download_sampleb {
	padding:0;
	margin:0;
	border:solid 1px #000000;}

ul#staff li {
	height:40px;}

p#supp_intro {
	font-weight:bold;}

p#about_us_nav {
	text-indent:0;
	text-align:center;
	font-weight:bold;}

p#back_to_top {
	font-style:italic;
	margin-left:25px;
	font-size:12px;}

div#supplier {
	border:double 4px #200288;
	padding:8px;
	margin:5px;}

a#page_nav {
	font-style:italic;
	font-size:small;}

a#page_nav:link {
	color:#2020ff;
	text-decoration:none;}

a#page_nav:visited {
	color:#990088;
	text-decoration:none;}

a#page_nav:active {
	color:#2070ff;
	font-weight:bold;
	text-decoration:underline;}

a#page_nav:hover {
	background-color:#ffd020;
	font-weight:bold;
	text-decoration:underline;}

table#distribution {
	width:600px;
	border:solid 1px #000000;
	margin:0 0 10px 30px;}
	
table#distribution th {
	text-align:left;
	vertical-align:top;
	width:100px;
	padding:5px 10px 5px 10px;
	border:solid 1px #000000;}

table#distribution td {
	text-align:left;
	vertical-align:top;
	padding:5px 10px 5px 10px;
	border:solid 1px #000000;}

tr#odd {
	background-color:#dedede;}

tr#even {
	background-color:#ededed;}

