header,footer,section,aside,nav,article{
	display: block;
}

body{
	font-family: Helvetica, Arial, Verdana, Tahoma;
	background-color: black;
	color: white;
}

#container{
	width: 950px;
	text-align: center;
	margin:1em auto 0 auto;	
	background-image: url('../imgs/bgClouds.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;	
}

#banner{
	text-align: left;
	margin-left: 2em;
}

#banner h1{
	color: #81ADA8;
	margin-left: 0.2em;
	font-weight: bold;
	margin-bottom: 0.1em;
}

#banner h2{
	color: #f89939;
	line-height: 0.85em;
	font-size: 8em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0.25em;
}

#banner h2.gap{
	margin-bottom: 1em;
}

#banner h2 .stronger{
	color: white;
	line-height: 0.75em;
	font-weight: bold;
	font-stretch: wider;	
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0.1em;
}

#banner h3{
	color: white;
	line-height: 0.75em;
	font-size: 3.5em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
}

#banner h4{
	color: #f89939;
	line-height: 0.75em;
	font-size: 2.2em;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	margin-left: 0.2em;
}

#mainContent{
	position: relative;
	top: 4em;
	width: 910px;
	text-align: left;
}

#development{
	width: 540px;
}

#development #warehouses{
	z-index: 1000;	
	margin-bottom: 5em;
	display: block;
}

#development #offices{
	position: relative;
	top: -10em;
}

#development a{	
	position: relative;
	top: -5em;
	width: 25em;
	clear: left;
	display: block;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 0 5em;
}

#development a:hover{
	color: #f89939;	
}

#development .links{
	clear :left;
	position: relative;
	top: 5em;
	height: 10em;
	margin-bottom: 3em;
}

#development .links p{
	clear :left;
	margin-top: -5em;
	margin-bottom: 5em;
}

#whInfo{
	position: absolute;
	top: -10em;
	left: 370px;
	width: 540px;
	float: right;
}

#whInfo2{
	position: absolute;
	top: 5em;
	left: 550px;
	width: 360px;
	float: right;
}

#whInfo p, #whInfo2 p{
	float: right;
	text-align: right;	
	line-height: 1.25em;
	font-size: 1.5em;
	margin-bottom: 1em;
}

#whInfo2 p{
	display: block;
	width: 20em;
}

#offInfo{
	position: absolute;
	top: -10em;
	left: 370px;
	width: 540px;
	float: right;
}

#offInfo2{
	position: absolute;
	top: 5em;
	left: 430px;
	width: 490px;
	float: right;
}

#offInfo p, #offInfo2 p{
	text-align: right;	
	line-height: 1.25em;
	font-size: 1.5em;
	margin-bottom: 1em;
}

#whInfo .stronger, #whInfo2 .stronger, #offInfo2 .stronger, #offInfo2 .stronger{
	color: #f89939;
	font-size: 0.85em;
	font-weight: bold;
}

.infogap{
	position: relative;
	top: -2em !important;
}

#contact{
	float: right;
	color: black;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 3em;
	height: 10em;
}

#contact img{
	display: block;
}

#contact img.logo{
	display: inline !important;
	margin-right: 3px;
	margin-top: 5px;
	margtin-bottom: 3em;
}

#footer{
	border-top: 10px solid black;
	background-color: #81ADA8;
	font-size: 1.5em;
	height: 5em;
	margin-bottom: 0;
	padding: 1em 2em 0.5em 2em;
	clear: both;
}

a:link{
	color: white;
	text-decoration: none;
}

a:hover{
	color: black;
}

a:active,a:visited{
	color: white;
}

#logos img{
	float: left;
}

#address{
	text-align: right;
	line-height: 1em;
}

#address .tel{
	font-size: 1.75em;
	display: block;
	margin-bottom: 0.5em;
}

#developed{
	color: #AAA;
	font-size: 1em;
	width: 950px;
	margin: 1em auto;
}

#developed a{
	color: white;
	text-decoration: none;
}

#developed a:hover{
	color: #f89939;
}

#developed :active{
	color: white;
}

#developed :visited{
	color: white;
}

