html, body{
	margin: 0;
	padding: 0;
	background-color: #efefef;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
li{
	padding: 0;
}
#menu{
	position: fixed;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	font-family: arial;
	z-index: 50;
	box-shadow: 0 0 10px #555;
}
#menu ul{
	width: 1000px;
	margin: auto;
	padding-left:10px;
}
#menu li{
	float: left;
	height: 100%;
	width: 100px;
}
#menu li:first-child{
	width: 170px;
	height: 40px;
	padding-left: 5px;
	background-color: #4c8ffd;
	background-image: -webkit-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -moz-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -o-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -ms-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -linear-gradient(top, #4c8ffd, #357ae8);
	color: #fff;
	float: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin-right: 1px;
}
#menu a{
	display: block;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #eee;
}
#menu a:hover{
	//background-color: #222;
	background-color: #4c8ffd;
	background-image: -webkit-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -moz-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -o-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -ms-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -linear-gradient(top, #4c8ffd, #357ae8);
	color: #eee;
}
#logo{
	width: 200px;
	height: 100%;
	background-color: #4c8ffd;
	background-image: -webkit-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -moz-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -o-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -ms-linear-gradient(top, #4c8ffd, #357ae8);
	background-image: -linear-gradient(top, #4c8ffd, #357ae8);
	color: #eee;
	float: left;
}
#content{
	position: relative;
	top: 40px;
	width: 990px;
	padding: 10px;
	margin: auto;
	font-family: arial;
	color: #222;
}
#products{
	position: relative;
	display: block;
	width: 1000px;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 15px;
}
#products li{
	position: relative;
	display: block;
	margin: 5px;
	height: 160px;
	width: 230px;
	border: 1px solid #999;
	float: left;
	cursor: pointer;
}
#products img{
	position: absolute;
	max-width: 230px;
	max-height: 160px;
	bottom: 0;
}
.product_description{
	position: relative;
	margin-top: 125px;
	left: 0;
	right: 0;
	height: 35px;
	background-color: rgba(0, 0, 0, .7);
	font-family: arial;
}
.product_description span{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 35px;
	text-indent: 15px;
	color: #fff;
}
#productInfoBackground{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 99;
	display: none;
}
#productInfo{
	position: relative;
	width: 900px;
	height: 500px;
	margin: auto;
	margin-top: 50px;
	z-index: 99;
	background-color: #fff;
	//overflow: hidden;
}
#productInfoImage{
	position: absolute;
	width: 550px;
	height: 360px;
	margin: 10px;
	border: 1px solid #999;
	text-align: center;
}
#productInfoImage img{
	max-width: 530px;
	max-height: 340px;
	padding: 10px;
}
#productInfoImageList{
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 580px;
	height: 120px;
	overflow-x: auto;
	overflow-y: hidden;
	//background-color: #333;
}
#productInfoImageList ul{
	display: block;
	white-space: nowrap;
}
#productInfoImageList li{
	height: 100px;
	padding: 10px;
	padding-top: 0px;
	padding-right: 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
#productInfoImageList img{
	max-width: 150px;
	max-height: 100px;	
	border: 1px solid #555;
	cursor: pointer;
}
#productInfoText{
	position: absolute;
	right: 0;
	top: 0;
	width: 310px;
	height: 100%;
	padding-left: 10px;
	border-left: 1px solid #999;
	font-family: arial;
	overflow-y: auto;
	background-color: #efefef;
	box-shadow: -1px 0 5px #999;
}
#productInfoTextHeading{
	font-weight: bold;
	border-bottom: 1px solid #333;
	font-size: 20px;
}
#productInfoTextContent{
	font-size: 14px;
	color: #222;
}
#productInfoClose{
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 100;
	cursor: pointer;
}
.light_gradient{
	background-image: -webkit-linear-gradient(top, #555, #333);
	background-image: -moz-linear-gradient(top, #555, #333);
	background-image: -o-linear-gradient(top, #555, #333);
	background-image: -ms-linear-gradient(top, #555, #333);
	background-image: linear-gradient(top, #555, #333);
	background-color: #555;
}
#contact{
	padding-bottom: 30px;
	margin-top: 40px;
}
#contact li{
	padding-left: 20px;
}
#contact li:first-child, #contact_head{
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
#map{
	margin-top: 40px;
	margin-left: 250px;
	position: absolute;
}