@charset "utf-8";
body {
	background-image: url(../images/body_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}

td,option,select,input {
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a,
a:link,
a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.red {
	font-size: 11px;
	color: #ef40ab;
	text-decoration: none;
}
a.red,
a.red:link,
a.red:visited,
a.red:active {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
.inputbox {
	background-color: #e3e3e3;
	border: 1px solid #b6b6b6;
}
.line1 {
	background-image: url(../images/line_1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.line2 {
	background-image: url(../images/line2.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}
.line3 {
	background-image: url(../images/line_1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 25px;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.white,
a.white:link,
a.white:visited,
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
.leftmenu {
	background-image: url(../images/icon_menu.jpg);
	background-repeat: no-repeat;
	background-position: 11px center;
	text-indent: 30px;
	display: block;
	font-size: 14px;
	color: #ef40ab;
	font-weight: bold;
}
a.leftmenu,
a.leftmenu:link,
a.leftmenu:visited {
	background-image: url(../images/icon_menu.jpg);
	background-repeat: no-repeat;
	background-position: 11px center;
	text-indent: 30px;
	display: block;
	font-size: 14px;
	font-weight: normal;
}
a.leftmenu:hover {
	background-image: url(../images/icon_menu.jpg);
	background-repeat: no-repeat;
	background-position: 11px center;
	text-indent: 30px;
	display: block;
	font-size: 14px;
	color: #ef40ab;
	font-weight: normal;
}
a.leftmenu1,
a.leftmenu1:link,
a.leftmenu1:visited {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
a.leftmenu1:hover {
	display: block;
	font-size: 14px;
	color: #ef40ab;
	font-weight: normal;
}
.leftmenu2
{
	text-indent: 30px;
	display: block;
	font-size: 14px;
	color: #ef40ab;
	font-weight: bold;
}
a.leftmenu2,
a.leftmenu2:link,
a.leftmenu2:visited {
	text-indent: 30px;
	display: block;
	font-size: 14px;
	color: #ef40ab;
	font-weight: bold;
}
a.leftmenu2:hover {
	text-indent: 30px;
	display: block;
	font-size: 14px;
	color: #ef40ab;
	font-weight: bold;
}
.fontboldred {
	font-size: 11px;
	font-weight: bold;
	color: #ef40ab;
	text-decoration: none;
}
a.fontboldred,
a.fontboldred:link,
a.fontboldred:visited,
a.fontboldred:active {
	font-size: 11px;
	font-weight: bold;
	color: #ef40ab;
	text-decoration: underline;
}
.productbk {
	background-color: #FFFFFF;
	background-image: url(../images/productbk.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fontred12 {
	font-size: 11px;
	color: #ef40ab;
	text-decoration: none;
}
.bkforld {
	background-color: #000000;
	background-image: url(../images/forld2.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 1002px;
}
div#MainPromotionBanner{
	width:1002px;
	height:348px;
	background:#feb900;
	margin:0px auto;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 348px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 100%;
	height: 348px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 100%;
	height: 348px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 320px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #000;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(../images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../images/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}
