.pageheader{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.firms{
	width:700px;
	display:table;
	margin:0 auto;
}

.firmlist{
	float:left;
	width:700px;
}

.firm{
	float:left;
	width:700px;
/*	margin:0 0 0 20px;*/
	padding:30px 0;
	border-bottom:1px dotted #BBB;
}
.firmfull{
	float:left;
	width:700px;
	margin:0 0 0 40px;
}

.firmfull .firm{
	float:left;
	width:700px;
	margin:0;
	padding: 30px 0;
	border:none;
}


.firm h2{
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin: 0 0 10px 0;
}

.firmleft{
	float:left;
	width:150px;
	text-align:center;
	padding:0 30px 0 0;
}

.firmleft .aboutUrl, .firmleft .aboutUrl:visited{
	color:#000;	
}

.firmfull .firmleft{
	width:300px;
}

.firmcenter{
	float:left;
	width:240px;
	text-align:left;
	padding:0 30px 0 0;
}

a.firminf{
	display: block;
	background: transparent url(images/firminf.gif) no-repeat;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	line-height:38px;
	vertical-align:middle;
	height:38px;
	width:140px;
	margin:20px auto;
	text-decoration:none;
	color:#000;
}

a.firminf:visited{
	color: #000;
}

.firmaddress{
	float:right;
	width:236px;
	padding:5px;
	border:2px solid #888;
	background: #EEE;
}

.firmfull .firmaddress{
	width:286px;
}

.firm .sysinf{
	clear:both;
	padding:10px 0 0 0;
	color:#666;
}

.clicks{
	padding:20px 0;
	font-weight:bold;
	clear:both;
}

#content div.firms{
	background:#FDFDFD;
	border:1px solid #DDD;
	padding-top:16px;
}

div.firms i{
	position:absolute;
	width:15px;
	height:15px;
}
div.firms i.tr{
	background:transparent url(images/firms_tr.gif) no-repeat;
}
div.firms i.tl{
	background:transparent url(images/firms_tl.gif) no-repeat;
}
div.firms i.br{
	background:transparent url(images/firms_br.gif) no-repeat;
}
div.firms i.bl{
	background:transparent url(images/firms_bl.gif) no-repeat;
}

.catalog{
	margin:10px auto;
	width:700px;
}

div.showen{
	display:block;
}