*{margin:0;padding:0;border:0;}
img{border:0;width:100%;}
body{
	background-color: #f3f3f3;
	font: 0.75/1.5;
	overflow-y: none;
	background-image: url(images/mainBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;

}
a{color:#666;text-decoration:none;}
a:hover{color:orange;}
*:focus {outline: none}

.mainFace{
	width: 96%;
	margin: 0 auto;
}
.mainHeader{width:100%;}
.mainSearchBox{
	border: 3px solid #666;
	background-color: #FFF;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 3px 3px 3px rgba(100,100,100,.6);
	-moz-box-shadow: 3px 3px 3px rgba(100,100,100,.6);
	-webkit-box-shadow: 3px 3px 3px rgba(100,100,100,.6);
	overflow: hidden;
	padding: 3px;
	margin-top: 10px;
}
.mainInputText{
	width: 70%;
	height: 35px;
	line-height: 35px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
}
.mainSearchButton{float:right;height:35px;}
.mainCate{
	width: 86%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	overflow: hidden;
        padding-left:2%;
}
.mainCate li{
	float: left;
	list-style-type: none;
	text-align: center;
	width: 29%;
	margin-right: 2%;
	margin-bottom: 4%;
	margin-left: 2%;
	display: block;
}
.mainCate li a{
	color: #FFF;
	background-color: #666;
	text-align: center;
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 1.2em;
	filter:alpha(Opacity=50); opacity: 0.8;
}
.mainCate li a:hover{
	color: #FFF;
	background-color: #F30;
	text-align: center;
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 1.2em;
}
.mainFoot{
	text-align: center;
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 0.75em;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.5;
	margin-top: 10px;
	color: #666;
}
.mainFoot a{color:#333;}
.mainFoot a:hover{color:red;}


	
	.searchFrame{
	float: right;
	background-color: #FFF;
	border: 1px solid #900;
	margin-top: 10px;
	margin-right: 5px;
	padding: 2px;
	width:100px;
}
	.topSearch{
	float: left;
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	width: 60px;
}
	
	}


.searchFrame{
	float: right;
	background-color: #FFF;
	border: 1px solid #900;
	margin-top: 10px;
	margin-right: 5px;
	padding: 2px;
}
