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

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

div.top {
	width:100%;
	height: 12%;
	margin: 0 0 3% 0;
	background-color: #292929;
 }
 
div.top_top {
	display: inline-block;
     width: 100%;
	 height: auto;
     min-height: 37px;
     margin: 30 auto;
 }
  
div.top_top img {
	float: left;
    width: auto;
    height: auto;
	padding-top: 0.3%;
	margin-left: 7%;
 }

div.top2 {
	display: inline-block;
	alignment-baseline: before-edge;
	margin-bottom: 2.5%
}
  
div.product {
	display: inline-block;
	width: 97%;
	min-width: 250px;
    height: auto;
	min-height:280px;
	margin-top: 1%;
	margin-right: auto;
	mardin-left: auto;
	vertical-align:top;
	padding-top: 1%;
	padding-bottom: 1%;
    background-color: #292929;
	border-radius: 4px;     
 }

div.product h1 {
	position: relative;
	width: auto;
	margin-left: 15%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 2%;
	font-weight: 100;
	color: #999;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
 }
  
div.product img {
	float: left;
	margin-left: 0%;
	margin-right: 3%;
	margin-bottom: 4%;
	width: 40%;
	height: auto;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	borde 
   }  
 
div.product p {
	position: relative;
	top: -20%;
	width: 92%;
	margin-top: 0%;
	margin-left: 4%;
	color: #fff;
	font-size: 14px;
	font-weight:100;
	text-align: justify;
	line-height:1.5;
	
 } 

div.tabcontents {
 	margin-top: 3%;
 }
 
div.product_line {
	 width:17%;
	 height:auto;
	 min-width: 200px;
     min-height: 410px;
	 text-align:center;
	 vertical-align: top;
	 display: inline-block; 
	 margin: 2% 0.9% 1% 0.9%;
	 padding-top: 20px;
     background-color: #292929;
	 border-radius: 4px;     
 }


div.product_line img{
     width: 70%;
     height: auto;
	 margin: 0 auto;
	 padding: 2% 15%;
	 background-color: #FFF;
 } 
 
div.product_line h2 {
	 min-height: 50px;
	 display: inline-block;
     text-align:center;
	 font-family: Arial;
	 font-weight: regular;
 	 font-size: 14px;
	 font-weight: 100;
	 text-transform: uppercase;
 }
 
div.list {
	min-height: 100px;
	display: inline-block; 
  	width: 100%;
	padding: 0 0;
  	margin: 0 auto;
}
 
div.list dl {
  	width: 85%;
	padding: 0 0;
  	margin: 1% auto;
	line-height: 1.5;
}

dt {
  	float: left;
 	width: 50%;
   	padding: 0;
  	margin: 0;
	color: #fff;
	font-family: Arial;
	font-weight: regular;
 	font-size: 12px;
	font-weight: 100;
	text-align:left;
	text-transform: none;
}

dd {
  	float: right;
  	width: 50%;
   	padding: 0;
  	margin: 0;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
 	font-size: 12px;
	text-align:right;
	text-transform: none;
}

div.button {
	width: 100%;
	height: auto;
	margin: 15% auto 8% auto;
 }
 
div.button a{
	padding: 3% 15% 3% 15%;
	font-weight: 200;
	font-size: 16px;
	background-color: #FF6400;
	border-radius: 2px;
	color: #FFF;  
	font-size: 16px;
	text-transform: none;
	font-family: Arial;
 }
 

    
@media only screen and (max-width: 1000px) 
{
div.product {
	min-width: 300px;
 }   

div.product h1 {
	margin-left: auto;
	margin-right: auto;
 }
	
div.product img {
	width: 90%;
	float: none;
	border-radius: 4px;
	margin: 2%;    
 } 
	
div.video {
	min-width: 300px;
 }

div.product_line {
	min-width: 200px;
 } 
    
 } 