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

/**************************************
hardwares
**************************************/

#hardware {

	padding: 0 0 0 0;
	margin: 20px 0 0 10px;
	
	display: table; 
	#position: relative; 
	overflow: hidden;
	
}

#hardware li {
	
	text-align: center;
	list-style: none;
	height: 200px;
	width: 145px;
	float: left;
	padding: 0 0 0 0;
	margin: 20px -1px 0 0;
    line-height:200px;
	font-size:200px;
	
	
	
}


#hardware li:hover {
	background-color: #FFFFFF;
}

#hardwareWrapLeft {
	margin: 0px 0px 20px 0px;
	display: table; 
	height: 105px; 
	width: 170px; 
	position: relative; 
	overflow: hidden; 
	float: left;
}

#hardwareWrapLeft a:hover {
	border: none;
	}


#hardwareWrap {
	border-left: none;/*1px solid #000000;*/
	margin: 0px 0px 20px 0px;
	display: table; 
	height: 105px; 
	width: 170px; 
	position: relative; 
	overflow: hidden; 
	float: left;
}

#hardwareWrapCenter {
	border-left: none;/*1px solid #000000;*/
	border-right: none;/*1px solid #000000;*/
	margin: 0px 0px 20px 0px;
	display: table; 
	height: 105px; 
	width: 170px; 
	position: relative; 
	overflow: hidden; 
	float: left;
}

#hardwareWrap2 {
	position: relative; 
	top: 50%;
	display: table-cell; 
	width: 100%; 
	vertical-align: middle; 
	text-align: center;
	
}

#hardwareImage {
	position: relative; 
	top: -50%; 
	width: 170px;
	border: none;
}

#hardwareImage img {
	border: none;
}

#hardwareImage img {
	border: none;
}

