#gsyjbody{
    margin: 0px,auto;
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: white;
}
#gsyjcenter{
    margin: 0px,auto;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;  
    display: inline-block;
}
.gsyj1{
    margin: 0px,auto;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;

}
.gsyjtitle{
    margin: 0px,auto;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;  
    background-color: white;
}
.gsyjdesc{
    margin: 0px,auto;
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
    background-color: white;
    
}
.gsyj{
    margin: 0px,auto;
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
 }

#productgrid{
    margin: 5px,auto;
    width: 100%;
    height: 1600px;
    position: relative;
    text-align: center;
}
.productlist{
    margin: 5px,auto;
    width: 300px;
    height: 200px;
    position: relative;  
    text-align: center;
    float: left;
    background-color: white;
}
.productlist img{
    margin: 0px,auto;
    width: 192px;
    height: 128px;
    position: relative;  
    display: inline-block;
}

.productlist:hover {
	background-color: rgb(255, 255, 255);
	color:rgb(0, 26, 255);
	
}
.productlist A:link {
	COLOR: #000066; TEXT-DECORATION: none
}
.productlist A:visited {
	COLOR: #000066; TEXT-DECORATION: none
}
.productlist A:hover {
	COLOR: #000066; TEXT-DECORATION: underline
}
.productbannertext{
    position: absolute;	
	left: 50px;
	top: 0px;
    width: 1400px;
    height: 234px;
	line-height: 234px;
	text-align: center;
    vertical-align: middle;
	color:white;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;   
	font-size: 28px;

}