@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body {
	background-color: #f7ffd2;
	font-family:Arial, Helvetica, sans-serif;
}
#Container{
	width:1008px;
	height:768px;
	background:url(../images/bg.gif) center repeat-y;
	margin:0 auto;	
}
#Header{
	width:1000px;
	height:268px;
	margin:0 auto;	
}

#Content{
	width:1000px;
	height:240px;
	background:url(../images/index_center.jpg) no-repeat;
	position:relative;
	margin:0 auto;	
}

#Bottom{
	width:1000px;
	height:260px;
	margin:0 auto;	
}

#Content #Vedio{
	width:276px;
	height:230px;
	left:98px;
	top:8px;
	position:absolute;
}
#Content #Vedio ul{}
#Content #Vedio ul li{}
#Content #Vedio li.V_Player{
	width:260px;
	height:195px;
	padding:9px 0 0 9px;
	display:block;
}
#Content #Vedio li.V_Title{
	width:212px;
	height:20px;
	display:block;
	padding:1px 0 0 40px;
	overflow:hidden;
	font-size:12px;
	color:#434343;
	line-height:20px;
	text-align:center;
}
#Content #News_More{
	width:38px;
	height:12px;
	background-image:url(../images/news_more.gif);
	font-size:6px;
	position:absolute;
	left: 712px;
	top: 32px;
	text-indent:-9999px;
}
#Content #News_More a{
	display:block;
	text-decoration:none;
}
#Content #News_List{
	width:338px;
	height:168px;
	left:424px;
	top:50px;
	position:absolute;
	
}
#Content #News_List ul{}
#Content #News_List li{
	display:block;
	width:338px;
	height:27px;
	font-size:12px;
	color:#592a00;
	line-height:27px;
	overflow:hidden;
}
#Content #News_List li a{
	color:#592a00;
	text-decoration:none;
}
#Content #News_List li a:hover{
	text-decoration:underline;
}
.NewsDate{
	padding:0 2px;
	color:#666600;
	font-weight:bold;
}

#Content #Brands{
	width:172px;
	height:240px;
	position:absolute;
	left:793px;
}

