﻿/* COMPANY PROFILE */
.company-wrap
	{
	display:inline-block;
	width:695px;
	float:left;
	clear:both;
	-moz-border-radius:5px 5px 5px 5px;
	border:1px #d2d2d2 solid;
	background-color:#f3f3f3;
	padding:12px;
	margin:0;
	line-height:140%;
}
.employees-wrap
	{
	display:inline-block;
	width:669px;
	float:left;
	clear:both;
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#fff;
	padding:12px;
	margin:0;
	line-height:140%;
	border:1px #d2d2d2 solid;
}
.employee
	{
	float:left;
	display:inline-block;
	width:215px;
	margin-right:8px;
	margin-bottom:20px;
}
.employee .photo
	{
	float:left;
	margin:0 10px 0 0;
	width:40px;
}
.employee .photo img
	{
	width:40px;
}
.employee .text
	{
	width:165px;
	float:left;
	line-height:140%;
}
strong.sub
	{
	font-size:14px;
}


/* BROWSE CHARACTERISTICS */
.chars-wrap
	{
	display:inline-block;
	width:695px;
	float:left;
	clear:both;
	-moz-border-radius:5px 5px 5px 5px;
	border:1px #d2d2d2 solid;
	background-color:#f3f3f3;
	padding:12px;
	margin:0;
	line-height:140%;
}
.prof-wrap
	{
	display:inline-block;
	width:669px;
	float:left;
	clear:both;
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#fff;
	padding:18px 12px 12px 12px;
	margin:0;
	line-height:140%;
	border:1px #d2d2d2 solid;
}
.prof-wrap ul
	{
	float:left;
	margin-right:25px;
}
.prof
	{
	float:left;
	display:inline-block;
	width:215px;
	margin-right:8px;
	margin-bottom:20px;
}
.prof .photo
	{
	float:left;
	margin:0 10px 0 0;
	width:40px;
}
.prof .photo img
	{
	width:40px;
}
.prof .text
	{
	width:165px;
	float:left;
	line-height:140%;
}

.prof-wrap li
	{
	margin-bottom:5px;
}
.chars-wrap h2
	{
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-size:14px;
}



.characteristic label {
	display:block;
	float:left;
	font-weight:bold;
}
.characteristic span {
	display:block;
	margin:0 0 10px 120px;
}

/* ALPHABET */
.alphabet
	{
	margin-bottom:10px;
	padding:0;
	font-size:13px;
	display:inline-block;
}
.alphabet a:link, .alphabet a:visited, .alphabet a:active
	{
	padding:4px 6px 4px 6px;
	background-color:#fff;
	border:1px #d2d2d2 solid;
	float:left;
	margin-right:4px;
	text-decoration:none;
	color:#000;
	-moz-border-radius:4px 4px 4px 4px;
	display:inline-block;
}
.alphabet a:hover
	{
	background-color:#f1743a;
	text-decoration:none;
	color:#fff;
	border:1px #f1743a solid;
}
.alphabet a.sel:link, .alphabet a.sel:visited, .alphabet a.sel:active
	{
	padding:4px 6px 4px 6px;
	background-color:#f1743a;
	border:1px #f1743a solid;
	float:left;
	margin-right:4px;
	text-decoration:none;
	color:#fff;
	-moz-border-radius:4px 4px 4px 4px;
	display:inline-block;
}
.alphabet a.sel:hover
	{
	background-color:#fff;
	text-decoration:none;
	color:#fff;
	border:1px #d2d2d2 solid;
}




/* CONNECTIONS */
.connection
	{
	font-size:13px;
	line-height:18px;
	text-align:center;
	display:block;
	margin-bottom:12px;
}
.connection strong
	{
		font-size:16px;
		color:black;
		margin:0 5px 0 5px;
}
