
#maincontent {
	position: relative;
}

#profile_logo {
	position: absolute;
	top: 0;
	padding-right: 2em;
	/* IE */
	right: 14em;
}
html>body #profile_logo {
	/* Standar / Un-IE */
	right: 0;
}

#profile {
	background: url("../_gfx/profile-bg-grey.jpg") no-repeat;
	border-bottom: 1px solid black;
}
.profile_content {
	padding: 1em;
}
.profile_content h2 {
	margin-top: 0;
}

#profile_menu {
	background: url("../../_gfx/empty_b.gif") repeat-x bottom;
	height: 1.7em;
}

#profile_menu ul {
	margin: 0;
	padding: 0 0 0 1px;
	height: 1.7em;
	background: url("../_gfx/profile-bg-grey.jpg") no-repeat;
}
#profile_menu.tabs2 ul {
	width: 16em;
}
#profile_menu.tabs3 ul {
	width: 24em;
}

#profile_menu ul li {
	float: left;
	list-style: none;
	width: 8em;
	text-align: center;
	background: white url("../_gfx/tab-corner.png") no-repeat top right;
	border-bottom: 1px solid black;
	height: 1.7em;
}
#profile_menu ul li.current {
	background-color: transparent;
	border-bottom: none;

}
#profile_menu ul li .nolink,
#profile_menu ul li a,
#profile_menu ul li a:link,
#profile_menu ul li a:visited,
#profile_menu ul li a:hover,
#profile_menu ul li a:link:hover,
#profile_menu ul li a:visited:hover {
	padding-top: 0.2em;
	display: block;
	background-color: transparent;
}
#profile_menu ul li .nolink {
	color: gray;
}

#profile_products h3 {
	text-decoration: underline;
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: 0.3em;
}
#profile_products ul {
	margin-top: 0;
}

.profile_location {
	padding-bottom: 1em;
}
.profile_location h3 {
	border-bottom: 1px solid gray;
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: 0.3em;
}
.profile_location p.address {
	margin: 0 0 0.5em 0;
}
.profile_location_details {
	float: left;
}

.profile_contacts {
	float:right;
}
.profile_contacts h3,
.profile_contacts h4 {
	display: none;
}
.profile_contacts .person-profile-mini {
	margin-bottom: 0.5em;
}
.profile_contacts .person-profile-mini h4 {
	display: block;
}

