/* CSS Document */
#company {
	background-image: url(../img/company_bg.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
	background-position: bottom;

}

#company .title {
	margin-top: 10px;
}


#company .content {
	padding: 10px;
	margin: 0px;
}

#company td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#company .td_left {
	background-color: #F3F3F3;
	width: 80px;
}

#company .table2 {
	width: 50%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#company .table2 td,tr{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#company table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	width: 95%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#company table a{
	color: #FF6600;

}

#company .map a{
	color: #FF6600;
	text-align: center;
	font-size: 10px;
}

