div.company-item {
	position: relative;
}

div.company-item div.company-address{
	position: absolute;
	top: -86px;
	right: 0px;
}

div.company-item div.company-address h2{
	color: #525252;
    display: inline-block;
    font-family: calibri;
    font-size: 20pt;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

div.company-item div.company-address span{
	color: #525252;
    display: inline-block;
    font-family: calibri;
    font-size: 20pt;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
	position: absolute;
	top: -44px;
	right: 0px;
}

div.company-item div.company-address span.soon {
	color: #ff0000;
    display: inline-block;
    font-size: 11pt;
    margin-right: 15px;
    text-transform: uppercase;
    font-family: calibri;
}

div.company-desc {
	float: left;
	width: 300px;
}

div.company-map {
	margin-left: 320px;
	width: auto;
}

div.company-desc  h3 {
	display: block;
	margin: 0 0 20px 0;
	text-transform: uppercase;
    font-family: calibri;
	font-size: 13pt;
	font-weight: bold;
}

div.desc-block {
	display: block;
	margin-bottom: 20px;
}

div.desc-block:last-child {
	margin-bottom: 0px;
}