@charset "utf-8";
/* CSS Document */
	.Panel{
		background-color:#D9EDF6;
		width:383px;
		margin:10px auto;
	}
	.Panel .PanelTab{
		background:transparent url(../images/accordion-bg-small.jpg) no-repeat left top;
		color:#FFF;
		width:383px;
		height:35px;
	}
	.Panel-active{
		background-color:#d7e8ef;
		width:383px;
		margin:10px auto;
	}
	.Panel-active .PanelTab{
		background:transparent url(../images/accordion-bg-active-small.jpg) no-repeat left top;
		color:#FFF;
		width:383px;
		height:35px;
	}
	.PanelTab-fit{
		background:transparent url(../images/accordion-bg-fit-small.jpg) no-repeat left top;
		color:#FFF;
		width:383px;
		height:35px;
	}
	.PanelTabLeft{
		padding:10px 0px 0px 10px;
		line-height:10px;
		width:200px;
		float:left;
		height:25px;
	}
	.PanelTabLeft span{
		font-size:10px;
		font-style:italic;
	}
	.PanelTabRight{
		padding:5px 0px 5px 10px;
		margin:5px 10px 5px 0px;
		float:right;
		width:126px;
		height:14px;
		font-size:10px;
		cursor:pointer;
		
	}
	.PanelContent{
		padding:10px;
		width:363px;
	}
	.Panel .PanelContent-brief{
		display:block;
		height:100px;
		overflow:hidden;
	}
	.Panel .PanelContent-full{
		display:none;
	}
	.Panel-active .PanelContent-brief{
		display:none;
	}
	.Panel-active .PanelContent-full{
		display:block;
	}
	.Panel .PanelFooter{
		background:transparent url(../images/accordion-footer-small.jpg) no-repeat left bottom;
		width:383px;
		height:6px;
	}
	.Panel-active .PanelFooter{
		background:transparent url(../images/accordion-footer-active-small.jpg) no-repeat left bottom;
		width:383px;
		height:5px;
	}
	.PanelTab p{
		margin:0px;
		
	}
	#our-company{
		padding:30px 23px 10px;
	}



