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 !important;
	margin: 1em auto 0 auto;	
}

#banner{
	text-align: left;
}

#banner h1{
	color: #f89939;
	margin-left: 1em;
}

#banner h2{
	color: white;
	line-height: 0.75em;
	font-size: 8.5em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0.1em;
	margin-left: 0.25em;
}

#banner p{
	font-size: 2em;
	text-align: left;	
	margin-bottom: 12px;
	margin-left: 1.25em;
	margin-bottom: 0;
}


#banner .stronger{
	color: #f89939;
}

#banner .linkInfo{	
	font-size: 1.8em;
	padding-left: 0.1em;
	margin-bottom: 1em;
}

.linkMSG{
	color: #81ada8;
}

#products{
	background-color: #81ada8;
	padding: 1em 2em 0.5em 2em;
	text-align: left;
}

#products img{
	float: left;
}

#products header{
	float: right;
	color: black;
	text-align: right;
}

#products h1{
	color: white;
	font-weight: bold;
	font-size: 2.5em;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: right;
	line-height: 0.9em;
}

#products h2{
	color: white;
	font-size: 2em;
	font-weight: bolder;
	text-align: right;
	margin-bottom: 6px;	
	line-height: 0.9em;
}

#products h3{
	color: #f89939;
	font-size: 2em;
	font-weight: bolder;
	text-align: right;
	text-shadow: 1px 1px 1px #000;
	line-height: 1em;
}

#products #warehouses{
	width:49%;
	float: left;
	padding-right: 2em;
}

#products #warehouses p{
	color: black;
	font-weight: bold;
	margin-bottom: 0;
	text-align: right;
	font-size: 0.9em;
}

#products .left{
	float: left;
	width: 150px;
	text-align: center;
}

#products a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-top: 2em;
}

#products a:hover{
	text-decoration: none;
	color: #f89939;
}

#products #warehouses .contain{	
	float: right;
	width: 23em;
}

#products #offices{
	display: block;
	margin-bottom: 1em;
}

#products #offices p{
	color: black;
	font-weight: bold;
	margin-bottom: 0;
	float: right;
	text-align: right;
	width: 23em;
	font-size: 0.9em;
}

#locations{
	background-image: url('../imgs/cloudsStrap.jpg');
	background-repeat: no-repeat;
	padding: 2em;
	text-align: left;
	height: 6em;
}

#locations .left{
	float: left;
	width: 65%;
}

#locations h1{
	color: #f89939;
	font-size: 1.5em;
}

#locations h2{
	color: white;
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #000;
}

#locations .right{
	color: black;
	font-size: 90%;
	font-weight: bold;
	width: 35%;
	float: right;
	text-align: right;
}

#footer{
	border-top: 10px solid black;
	background-color: #f89939;
	font-size: 1.5em;
	display: block;
	margin-bottom: 0;
	padding: 1em 2em 0.5em 2em;
}

#footer a:link{
	color: white;
	text-decoration: none;
}

#footer a:hover{
	color: black;
}

#footer a:active,a:visited{
	color: white;
}

#footer #logos{
	text-align: left;
	float: left;
}

#footer #address{
	text-align: right;
	line-height: 1em;
}

#footer #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: #81ada8;
}

#developed :active{
	color: white;
}

#developed :visited{
	color: white;
}
