@charset "utf-8";
/* CSS Document */
.backgroundimg
{
background-image:url(../images/img_line.png);
width:1000px;
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
}

.backgroundimgup
{
background-image:url(../images/img_top.png);
height:20px;
width:1000px;
background-repeat:no-repeat;
}

.backgroundimgdown
{
overflow:hidden;
background-image:url(../images/img_bottom.png);
background-position:bottom;
width:1000px;
height:30px;
background-repeat:no-repeat;

}

a:link {
	color:#333;
	text-decoration::underline;
}
a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#333;
	text-decoration:underline;
}

.comment {
	color:#F00;
	border:double;
	border-color:#F00;
}

body
{
	margin:0px;
	padding:0px;
	background-image:url(../images/back_tile.jpg);
	background-repeat:repeat;
	text-align:justify;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wrapper
{
	width:1000px;
	padding-top:20px;
	padding-bottom:30px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.center
{
	width:940px;
	padding-left:30px;
	padding-right:30px;	
	padding-bottom:20px;
}

.h1
{
	font-size:14px;
	color:#099;
}

.hm
{
	color:#0099ff;
	font-size:14px;
	font-weight:bold;
	
}

.hs
{
	color:#0099ff;
	font-size:12px;
	font-weight:bold;
	
}

.hc
{
	color:#0099ff;
	
}

.hr
{
	color:#999;
	
}

.header
{
	width:940px;
	height:70px;
}

.logo
{
	width:140px;
	height:70px;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	
}

.headerinfo
{
	float:right;
	width:270px;
	height:70px;
	text-indent:110px;
	text-align:right;
	
}




.menu
{
	padding-top:10px;
	width:940px;
	height:30px;
	padding-bottom:5px;
	
}

.menu_left
{
	float:left;
	
}

.menu_right
{
	float:right;
	width:125px;
	height:25px;
}

.images
{
	width:940px;
	height:140px;
}

.menu_banner_ts
{
	width:660px;
	height:140px;
	float:left;
	background-image:url(../images/big.jpg);
	background-repeat:no-repeat;
}

.menu_banner_index
{
	width:660px;
	height:140px;
	float:left;
	background-image:url(../images/menuimage_ts.png);
	background-repeat:no-repeat;
}

.menu_banner_download
{
	width:660px;
	height:140px;
	float:left;
	background-image:url(../images/menuimage_1.jpg);
	background-repeat:no-repeat;
}

.menu_banner_buy
{
	width:660px;
	height:140px;
	float:left;
	background-image:url(../images/menuimage_3.jpg);
	background-repeat:no-repeat;
}

.menu_banner_help
{
	width:660px;
	height:140px;
	float:left;
	background-image:url(../images/menuimage_5.jpg);
	background-repeat:no-repeat;
}


.menu_banner_contactus
{
	width:660px;
	height:140px;
	float:left;
	background-image:url(../images/menuimage_2.jpg);
	background-repeat:no-repeat;
}

.menu_banner_faq
{
	width:660px;
	height:140px;
	float:left;
	background-image:url(../images/menuimage_4.jpg);
	background-repeat:no-repeat;
}


.promo_banner
{
	width:270px;
	height:140px;
	float:right;
	background-image:url(../images/small.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

.content
{
	width:940px;
	margin-top:20px;
	margin-bottom:35px;;


}

.content_main
{
	float:left;
	width:640px;
	height:100%;
	font-size:12px;
	color:#333;
	padding-left:10px;
	padding-right:10px;
	
	
}

.content_main h2
{
	color:#CD3301;
	font-size:15px;
}

.content_right
{
	float:right;
	width:270px;
	height:100%;

}

.wrapper_right
{
	padding-left:10px;
	padding-right:5px;
	width:auto;
}

.footer
{
	width:940px;
	height:60px;
	padding-top:-20px;
	float:left;
}

.footer p
{

	font-size:11px;
	color:#666;

}

.footer a:link {
	color:#666;
	text-decoration:underline;
}
.footer a:visited {
	color:#666;
	text-decoration:underline;
}
.footer a:hover {
	color:#000;
	text-decoration:underline;
}
.footer a:active {
	color:#333;
	text-decoration:underline;
}

.footer_left
{
	background-image:url(../images/line_big.gif);
	background-repeat:no-repeat;
	color:#666;
	float:left;
	height:60px;
	width:660px;

}

.footer_right
{
	background-image:url(../images/line_small.gif);
	text-align:right;
	background-repeat:no-repeat;
	color:#666;
	float:right;
	height:60px;
	width:270px;
	margin-left:10px;

}

.news_title
{
	color:#333;
	font-size:12px;
	font-style:italic;
	
}

.news_date
{
	color:#999;
	font-size:10px;
	
}

.news_title
{
	
	
}

