@import url('screen_common.css');

.address{
	position:			relative;
	float:				left;
	width:				245px;
	line-height:		30px;
	padding-right:		90px;
	background-color:	#727274;
	text-align:			right;
}
.address a{
	color:				#fff;
	font-size:			14px;
	font-weight:		bold;
	text-decoration:	none;
}
.address span{
	display:			block;
	position:			absolute;
	top:				-15px;
	right:				15px;
	width:				58px;
	height:				58px;
}
.contact{
	float:				left;
	width:				625px;
	padding:			0 10px;
}
.contact h3{
	color:				#505153;
	font-size:			21px;
	font-weight:		normal;
}
.contact p{
	margin-bottom:		15px;
	text-align:			justify;
}

#sales span{
	background:			url('../img/interface/contact_sales.png') 0 0 no-repeat;
	behavior:			url('css/iepngfix.htc'); /* IE Hack for png transparency */
}
#customers span{
	background:			url('../img/interface/contact_customers.png') 0 0 no-repeat;
	behavior:			url('css/iepngfix.htc'); /* IE Hack for png transparency */
}
#investors span{
	background:			url('../img/interface/contact_investors.png') 0 0 no-repeat;
	behavior:			url('css/iepngfix.htc'); /* IE Hack for png transparency */
}
#marketing span{
	background:			url('../img/interface/contact_marketing.png') 0 0 no-repeat;
	behavior:			url('css/iepngfix.htc'); /* IE Hack for png transparency */
}
#innovation span{
	background:			url('../img/interface/contact_innovation.png') 0 0 no-repeat;
	behavior:			url('css/iepngfix.htc'); /* IE Hack for png transparency */
}
#procustomers span{
	background:			url('../img/interface/contact_procustomers.png') 0 0 no-repeat;
	behavior:			url('css/iepngfix.htc'); /* IE Hack for png transparency */
}