@charset "utf-8";
/* CSS Document */
BODY {
	FONT-SIZE: 12px;
	MARGIN: 0px;
	LINE-HEIGHT: 22px;
	FONT-FAMILY: Arial;
	color: #666666;
	background-color: #090C39;
}
#index {
	MARGIN: auto;
	TEXT-ALIGN: left;
	width: 1002px;
}
#mark_bg{
	background-image: url(mark_bg.jpg);
	background-repeat: no-repeat;
	height: 78px;
}
#icon_bg {
	BACKGROUND-IMAGE: url(icon_bg.jpg);
	BACKGROUND-REPEAT: no-repeat;
	height: 30px;
}
#icon {
	TEXT-ALIGN: right;
	margin-right: 50px;
	padding-top: 5px;
}
#icon A:link, #icon A:visited {
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	color: #FAFAFA;
	font-weight: bold;
	background-image: url(arrow-blue.gif);
	background-repeat: no-repeat;
	padding-right: 23px;
	padding-left: 23px;
}
#icon A:hover {
	TEXT-DECORATION: none;
	color: #FC0;
}
.line{
	background-image: url(arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#pro_bg{
	background-image: url(pro_bg.jpg);
	background-repeat: no-repeat;
	height: 187px;
}
.gallery {
	margin-left: 720px;
	padding-top: 20px;
}
#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li {
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
	vertical-align: middle;
}

/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:159px; height:154px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn { display:block; margin:0; overflow:hidden; width:34px; height:37px; position:absolute;left:-40px; top:-80px; }
#nextBtn { display:block; margin:0; overflow:hidden; width:34px; height:35px; position:absolute;left: 170px; top:-80px; }
#prevBtn a {
	display:block;
	width:34px;
	height:37px;
	background-image: url(arr-left.gif);
	background-repeat: no-repeat;
}
#nextBtn a {
	display:block;
	width:34px;
	height:37px;
	background-image: url(arr-right.gif);
}
#main_bg{
	background-image: url(word_bg.jpg);
	background-repeat: no-repeat;
	height: 289px;
}
#word {
	LINE-HEIGHT: 22px;
	color: #F3F4F8;
	width: 480px;
	margin-left: 500px;
	margin-top: 300px;
	position: absolute;
	font-size: 12px;
}
#word A:link, #word A:visited, #word A:hover {
	TEXT-DECORATION: none;
	color: #F3F4F8;
} 
#word h1{
	color: #09C;
	font-size: 13px;
	margin-top: 20px;

}
#word h1 A:link, #word h1 A:visited,#word h1 A:hover {
	color: #000000;
        TEXT-DECORATION: none
}
#Copyright {
	width: 1002px;
	background-image: url(cobyright_bg.gif);
	background-repeat: no-repeat;
	height: 26px;
	color: #FAFAFA;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	clear: both;
}
#Copyright A:link, #Copyright A:visited {
	TEXT-DECORATION: none;
	color: #FAFAFA;
	font-size: 10px;
	font-family: Verdana;
}
#Copyright A:hover{
	cursor:text;
}


