@charset "utf-8";
/* CSS Document */

div.content_inner {
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 2.3% 0;
	max-width:1126px;
	text-align: center;
 }

div.top {
	width:100%;
	height: 12%;
	margin: 0 0 1% 0;
	background-color: #292929;
 }

div.top_top img {
	float: left;
    width: auto;
    height: auto;
	padding-top: 0.3%;
	margin-left: 7%;
 }
 
div.top_top {
	display: inline-block;
     width: 100%;
	 height: auto;
     min-height: 37px;
     margin: 30 auto;
 }
 
div.product {
	display: inline-block;
	width: 97%;
	min-width: 300px;
    height: auto;
	min-height: 263px;
	margin-top: 4%;
	margin-right: 0%;
	margin-left: 0%;
	vertical-align:top;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
    background-color: #292929;
	border-radius: 4px;
	  
 }

div.product h1 {
	width: auto;
	margin-top: 3%;
	margin-bottom: 5%;
	padding-right: 2%;
	font-weight: 100;
	color: #999;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
 }
  
div.product img {
	float: left;
	margin-left: 0%;
	margin-bottom: 2%;
	margin-right: 3%;
	padding: 0.2% 5%;
	width: 30%;
	height: auto;
	background-color: #fff;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 4px;
   }  
 
div.product p {
	position: relative;
	top: -20%;
	width: 92%;
	margin-left: 4%;
	color: #fff;
	font-size: 14px;
	font-weight:100;
	text-align: justify;
	line-height:1.5;
 }
 
div.company {
	display: inline-block;
	width: 31%;
	min-width: 300px;
	max-width: 1130px;
    height: auto;
	margin-top: 4%;
	margin-right: 1%;
	margin-left: 1%;
	vertical-align:top;
	padding-top: 1.5%;
	padding-bottom: 0.5%;
    background-color: #FF6400;
	border-radius: 4px;     
 }

div.company h1 {
	width: auto;
	margin-top: 4.5%;
	margin-bottom: 8.5%;
	padding-right: 2%;
	font-weight: 100;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
 }
  
div.company img {
	float: left;
	margin-left: 0%;
	margin-bottom: 1%;
	margin-right: 2%;
	padding: 1% 1% 1% 3%;
	width: 40%;
	height: auto;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FFF;
   }  
 
div.company p {
	position: relative;
	top: -15%;
	width: 90%;
	margin-left: 5%;
	color: #000;
	font-size: 14px;
	font-weight:100;
	text-align: justify;
	line-height:1.5;
 }
   
div.news {
	vertical-align: top;
	text-align: center;
	display: inline-block;
    width: 31%;
	min-width: 300px;
    height: auto;
	min-height: 440px;
	margin: 3% 1%;
	padding-top: 2%;
	padding-bottom: 1.5%;
    background-color: #292929; 
	border-radius: 4px;    
 }
 
div.news img {
     width: 100%;
	 height: auto;
	 overflow: hidden;
	 display: inline-block;
   } 

div.news h1 {
	height: 30px;
	margin: 5% 5%;
	z-index: 1;
	font-weight: 100;
	color: #999;
	font-size: 16px;
	text-transform:uppercase;
 }
 
div.news p {
	width: 90%;
	margin: 5% 5%;
	height: auto;
	min-height: 120px;
	color: #fff;
	font-size: 14px;
	text-align: justify;
	text-transform:none;
 }

div.button {
	vertical-align: bottom;
	width: 100%;
	margin: 8% 0% auto;
 }
 
div.button a {
	padding: 2% 10% 2% 10%;
	font-weight: 200;
	font-size: 16px;
	background-color: #FF6400;
	border-radius: 2px;
	color: #fff;  
	font-size: 16px;
	text-transform: none;
	font-family: Arial;
 }