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



a {
	margin:0;
	padding:0
}

.fl{ float:left}
.fr{ float:right}


#brandy_wrapper {
	width: 100%;
	background-color: #f5f6f7;
	background-image: url(../img/bg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

#brandy_wrapper .title {
	width: 100%;
	background-color: #003C85;
	height:40px;
	text-align:center
}
#brandy_wrapper .title h1, #brandy_wrapper p{
	width: 960px !important;
	height:40px;
	margin:0 auto;
	padding:0;
	position:relative
}

#brandy_wrapper .title h1 img{
	position:absolute;
	left:0;
	top:0
}


#brandy_wrapper .title p img{
	position:absolute;
	right:0;
	top:0
}




#brandy {
	width:960px;
	margin:0 auto;
	padding:0;
	height:auto;
	background:
	}
	
	
#brandy div.category {
 width: 970px;  
 margin: 0 -10px 0 0;
 padding:0;  
 _zoom: 1;     
 overflow: hidden;  	}

#brandy div.category_s {
	width:auto !important;
}



#brandy dl{
	float:left;
	width:184px;
	margin-right:10px;
	margin-bottom:20px;
}
	

#brandy dl dt{
	margin-bottom:0px !important;
	}

#brandy dl dt img{
	margin-bottom:0px !important;
	}
	

#brandy dl dt a{
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:184px
		}

#brandy dl dd a{
	text-decoration: none;
	color: #000000;
		}

	
#brandy dl dt img:hover{
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	-webkit-transition: 0.6s ;
	transition: 0.6s ;	
	}
	
#brandy dl dd{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	margin: 0px;
	font-size: 80%;
	height: 2.3em;
	background-color: #FFFFFF;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#brandy div.bnr{
	clear:both;
	width:970px;
}


#brandy div.bnr ul{
	margin-left:30px
}


#brandy div.bnr ul li{
	display:block;
	height: 100px;
	width: 400px;
	overflow: hidden;
	float:left;
	margin-right:30px}

#brandy div.bnr ul li a:hover img{
margin: -100px 0 0px 0px}

#brandy div.pageTop{
	clear:both;
	width:970px;
	padding:50px 0;
	text-align:center;
}
#brandy div.pageTop p{
	display:block;
	height: 58px;
	width: 80px;
	overflow: hidden;
	margin:0 auto
}
#brandy div.pageTop p a:hover img{
margin: -58px 0 0px 0px
}
