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

#main {
	width: 930px;
	height: 368px;
}

#imageContainer {
	position: relative;
	width: 930px;
	height: 368px;
}
#imageContainer img {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
}

/*#jquery-cycle {
	position: relative;
	width: 930px;
	height: 368px;
}
#jquery-cycle img {
	position: absolute;
	top: 0;
	left: 0;
}*/

#gnav {
	width: 940px;
	padding: 10px -10px 40px 0;
}

#gnav ul li{
	float: left;
	margin-right: 10px;
	padding: 10px 0 40px;
	display: inline;
}
#gnav ul li:last-child {
	margin-right: 0;
}
#gnav img {
	border: 1px solid #fff;
}
#gnav img:hover {
	border: 1px solid #9a111b;
}


#gnav ul li ul {
	margin-left: 0px;
	position: relative;
	width: 928px;
	height: 175px;
	border-left: 1px solid #9a111b;
	border-right: 1px solid #9a111b;
	border-bottom: 1px solid #9a111b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000009,endColorstr=#00000009); /* IE */
	background: rgba(0,0,0,0.9);
	z-index: 100;
}
#gnav ul li ul li {
	display: block;	
	width: 144px;	
	padding: 10px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
#gnav ul li ul li a {
	display: block;	
	width: 150px;	
	height: 24px;
	padding: 11px 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#gnav ul li ul li a:hover {
	color: #df1f32;
}
#gnav ul li ul.sub {
	position: absolute;
}
#gnav ul li ul li img {
	margin: 10px 0;
	border: 1px solid #fff;
}
#gnav ul li ul li img:hover {
	border: 1px solid #df1f32;
}

#news {
	width: 930px;
	
}
#news_left {
	float: left;
	width: 673px;
	height: 275px;
	padding: 0 0 0 20px;
	background: url(/images/news_bg.png) repeat;
	text-align: left;
}

#news_left h2 {
	padding: 5px 0 0;
	font-size: 15px;
}

#news_box {
	overflow: auto;
	width: 668px;
	height: 218px;
	line-height: 1.5;
	/*scrollbar-arrow-color: #bfa161;
	scrollbar-face-color: #000;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #222;
	scrollbar-highlight-color: #222;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #222;*/
}
.news_box_title {
	padding-top: 5px;
	color: #dea6d5;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.news_box_title a {
	color: #dea6d5;
}
.news_box_text {
	width: 645px;
	padding-bottom: 5px;
	font-size: 14px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #fff;
}
.news_box_text a {
	color: #dea6d5;
}
dt {
	padding-top: 5px;
	color: #dea6d5;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
dd {
	width: 645px;
	padding-bottom: 5px;
	font-size: 14px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #fff;
}

#news_right {
	float: right;
	width: 223px;
	height: 275px;
	background: url(/images/news_bg.png) repeat;
	text-align: center;
	font-size: 13px;
	line-height: 1.3;
}
.news_right_img {
		width: 183px;
	height: 137px;
	margin: 5px 0 8px;
	border: 1px solid #fff;
}


#news_left2 {
	float: left;
	width: 673px;
	height: 325px;
	padding: 0 0 0 20px;
	background: url(/images/news_bg.png) repeat;
	text-align: left;
}

#news_left2 h2 {
	padding: 5px 0 0;
	font-size: 15px;
}

#news_box2 {
	overflow: auto;
	width: 668px;
	height: 268px;
	line-height: 1.5;
}
.news_box_title span {
	padding-right: 15px;
}

#news_right2 {
	float: right;
	width: 227px;
	height: 325px;
	background: url(/images/news_bg.png) repeat;
	text-align: center;
	font-size: 13px;
	line-height: 1.3;
}