* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	background-color: #000;
}

img { border: 0; }

img.portrait {
	float: right;
	margin: 0 0 16px 16px;
}

.bc-team img.portrait {
	border: 2px solid #eee;
}

#wrapper {
	width: 900px;
	margin: 40px auto;
	background-color: #fff;
}

#top {
	height: 180px;
	background-color: #dfd;
	border-bottom: 1px solid #9c9;
}

#logo {
	width: 180px;
	height: 180px;
	float: left;
}

#company {
	width: 700px;
	padding-top: 24px;
	margin-left:180px;
}

#company h1 {
  background: url('images/logo.gif') no-repeat right 3px;
	color: #696;
	display: inline-block;
	font-size: 44px;
	font-weight: normal;
	line-height: 100%;
	margin-left: -2px;
	padding: 4px 86px 4px 0;
	padding: 4px 86px 4px 0;
	width: 518px;
}

#company h2 {
	color: #9c9;
	font-size: 32px;
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	margin-left: -1px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

#company p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

#company p a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#company p a:hover {
	background-color: #696;
	color: #fff;
}

#center {
	background-color: #fff;
}

#navigation {
	width: 180px;
	padding-top: 38px;
	font-size: 14px;
	float: left;
}

#navigation ul {
	padding-left: 38px;
	list-style-type: none;
	line-height: 22px;
}

#navigation a {
	color: #666;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #000;
}

#navigation a.a,
#navigation a.a:hover {
	color: #000;
	background-color: transparent;
}

#content {
	width: 540px;
	margin-left: 180px;
	padding-bottom: 38px;
	text-align: justify;
	color: #333;
}

#content h1 {
	display: block;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 38px 0 0 0;
	color: #696;
	border-bottom: 1px solid #9c9;
	margin-bottom: 16px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 24px 0 0 0;
	margin-bottom: 16px;
}


#content p {
	padding-bottom: 12px;
}

#content a {
	color: #696;
	text-decoration: none;
}

#content a:hover {
	color: #fff;
	background-color: #696;
}

#content ul {
	list-style-type: square;
	margin-bottom: 16px;
}

#content li {
	margin-left: 16px;
}

#bottom {
	height: 90px;
	background-color: #eee;
	border-top: 1px solid #ccc;
}

#address {
	margin-left: 180px;
	margin-top: 12px;
	font-size: 13px;
	line-height: 15px;
	color: #666;
}

#address table {
  width: 546px;
}

#address tr {
	vertical-align: top;
}

#address td {
  width: 33%;
/*  padding-right: 30px;*/
}

#address a {
	color: #696;
	text-decoration: none;
}

#address a:hover {
	color: #fff;
	background-color: #696;
}

.fis {
/*  background: url('images/minilogo.gif') no-repeat right 0;*/
  font-weight: bold;
/*  padding-right: 25px;*/
}

.telfax {
  display: inline-block;
  width: 28px;
}

.clearer {
	clear: both;
}

#codeinfo {
	color: #999;
	padding-top: 38px;
	padding-left: 38px;
	font-size: 12px;
	line-height: 12px;
}

#codeinfo a {
	color: #999;
}
