/* CSS Document */

body {
	margin: 10px 0;
	font-family: "Futura Light", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: black;
}

a, a:hover, a:visited {
	font-weight: bold;
	color: black;
}

#header {
	background: url("header.jpg") top repeat-x black; 
	color: white;
	width: 100%;
/*	height: 7em;*/
	height: 56px;
	text-align: center;
}

.centering {
	background: none;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
}

.centeredbox {
	width: 774px;
	margin-left: -387px;
	position: absolute;
	left: 50%;
}

#title {
/*	width: 250px; */
/*	background-color: black;*/
/*	display: inline;*/
	float: right;
	display: block;
	padding: 56px 0 0;
	background: url("logo.gif") top left no-repeat;
	overflow: hidden;
	width: 173px;
	height: 0px !important;
	height /**/: 56px; /* for IE5/Win only */
}

h1 {
	background-color: black;
	font-size: 4em;
	font-weight: lighter;
	display: none;
	margin: 0;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
	padding: none;
}

h3 {
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 0;
}

#intro {
	text-align: left;
	margin: 1em;
}

#intro p {
	font-size: 14px;
	margin: 1em 0;
}

#intro p a {
	color: #C00;
}

.subsidiary {
	padding: 1em;
	margin-bottom: 1em;
	text-align: left;
	background: #E3E3E3;
	clear: both;
	height: 16em;
}

.details {
	float: left;
	margin: 0 1em 1em 0;
	width: 220px;
}

.details span {
	display: block;
}

.details h4 {
	font-size: 2.5em;
	font-weight: lighter;
	margin: 0;
}	

span.name {
	color: #CC0000;
	text-transform: uppercase;
	display: block;
}

span.address, span.map {
	display: inline;
}

span.map {
	margin-top: 1em;
	float: right;
}

.description p {
	margin: 0;
}

.subsidiary img {
	margin: 0 0 1em 1em;
	float: right;
	height: 12em;
}

.subsidiary h4 {
	display: block;
	padding: 52px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 52px; /* for IE5/Win only */
	margin: 0 0 1em;
}

#homestore h4 {
	width: 149px;
	background: url("homestore.gif") top left no-repeat;
}

#trading h4 {
	width: 111px;
	background: url("trading.gif") top left no-repeat;
}

#services h4 {
	width: 110px;
	background: url("services.gif") top left no-repeat;
}