/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	list-style: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #93c4fe;
}
/*
body {

	background: #f3f3f4;
}
*/
.wrapper {
	width: 80%;
	margin: 0px auto;
}
#top {
	width: 100%;
	height: 120px;
	line-height: 130px;
	position: fixed;
	z-index: 2000;
	background: #f3f3f4;
	box-shadow:2px 2px 2px rgba(20%,20%,40%,0.6),4px 4px 6px rgba(20%,20%,40%,0.4),6px 6px 12px rgba(20%,20%,40%,0.4);
}
.dropdown {
    position: relative;
    display: inline-block;
}
#dropdown-menu{
	width: 46px;
	height: 46px;
	display: block;
	background: url("../images/menu.png") no-repeat;
	background-size: 46px 46px;
}
.dropdown-content {
    position: absolute;
    background-color: #f3f3f4;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}
/*.dropdown:hover .dropdown-content {
    display: block;
}*/
.category {
	padding-left: 60px;
	width: 200px;
	height: 65px;
	display: block;
	line-height: 60px;
	font-size: 18px; 
}
#category1, #index1{
	background: url(../images/category1.jpg) no-repeat;
}
#category2, #index2{
	background: url(../images/category2.jpg) no-repeat;
}
#category3, #index3{
	background: url(../images/category3.jpg) no-repeat;
}
#category4, #index4{
	background: url(../images/category4.jpg) no-repeat;
}
#category5, #index5{
	background: url(../images/category5.jpg) no-repeat;
}
#category6, #index6{
	background: url(../images/category6.jpg) no-repeat;
}
#category7, #index7{
	background: url(../images/category7.jpg) no-repeat;
}
#category8, #index8{
	background: url(../images/category8.jpg) no-repeat;
}
#category9, #index9{
	background: url(../images/category9.jpg) no-repeat;
}
#logo {
	width: 221px;
	height: 46px;
	background: url('../images/logo.png') no-repeat;
	display: inline-block;
	margin-left: 20px;
}
#menu {
	float: right;
	height: 46px;
}
#search {
	width: 200px;
    box-sizing: border-box;
    border: 2px solid #93c4fe;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../images/searchicon.png');
    background-size:  20px auto;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    padding: 5px 20px 5px 30px;
}
#company {
	width: 50%;
	float: left;
	min-width: 500px;
	text-align: justify;
    text-justify: inter-word;
    padding-right: 40px;
    padding-bottom: 40px;
}
#index{
	width: 500px;
	float: left;
	display: block;
}
#index li{
	float: left;
	margin: 10px;
	width: 100px;
	height: 30px;
	display: block;
	background-position: top center;
	color: #666;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 70px;
}

#content {
	padding-top: 117px;
	display: block;
	width: 100%;
	min-height: 500px;
	background-color: white;
}
#space{
	clear: both;
	width: 100%;
	display: block;
	padding-top: 100px;
}
#item-table {
	width: 90%;
	margin: 10px auto;
}
#item-table li {
	width: 150px;
	height: 180px;
	display: block;
	float: left;
	margin-left: 30px;
	text-align: center;
}
#item-table div.pic-holder{
	width: 150px;
	height: 150px;
	line-height: 150px;
}
#item-table img {
	max-width: 150px;
	max-height: 150px;
	vertical-align: middle;
}
#legal-box {
	clear: both;
	display: block;
	width:  100%;
	text-align: center;
	color: #333;
}
#contact-info {
	width: 770px;
	display: block;
	margin: 10px auto;
	height: 10px; 
}
#contact-info li{
	float: left;
	margin-left: 30px;
	list-style: square;
}
#err {
	font-size: 10px;
	font-weight: bold;
	padding-left:  10px;
	color: red;
}
#mailForm{
	width: 400px;
	height: 450px;
	padding-top:  100px;
	margin: 0 auto;
}
#mailForm input{
	width: 300px;
	height: 20px;
	font-size: 14px;
	padding-left:  10px;
	margin:  10px;
}
#mailForm textarea{
	width: 350px;
	height: 250px;
	font-size: 14px;
	padding-left: 10px;
	margin: 10px;
}
