html, body { 
	height: 100%; 
	width: 100%; 
	margin: 0px;
	padding: 0px;
	background: #454545
}
h1{
	text-align: center;
	color: #f37f02;
	font: italic 22px Tahoma;
}
a:link, a:visited, a:hover{
	color: #5daae3;
}
.all{
	width: 100%;
	background: #454545;
}
#head{
	background: url(bgtop.jpg) repeat-x top;
}
#main{
	background: #454545;
}
#foot{
	background: url(bgfoot.jpg) repeat-x bottom;
}
.head{
	margin: 0 auto;
	height: 330px;
	width: 1180px;
	background: Black url(head.jpg) no-repeat center;
}
#log{
	height: 90px;
	width: 310px;
	border: none;
}
.top_pict{
	height: 25px;
	padding-left: 689px;
	font-size: 1px;
}
.diff a{
	border: none;
}
.pict{
	height: 25px;
	width: 25px;
	border: none;
}
.diff{
	padding: 0 10px 10px 10px;	
	font: 12px Tahoma;
	height: 225px;
	color: White;
	line-height: 18px;
}
h2{
	font:  bold 18px Tahoma;
	padding: 10px 0 0 0;
	margin: 0px;
}
h3, h4{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #C4C4C4;
}
h3{
	padding: 10px 0;
	margin: 0;
}
 h4{
 	color: #f18108;
 }
.topmen{
	font: 14px Tahoma;
	color: White;
	padding: 50px 520px 10px 10px;
	height: 37px;
}
.topmen a:link, .topmen a:visited, .topmen a:hover{
	color: White;
	text-decoration: none;
	border-bottom: 1px solid white;
}
.topmen a:hover{
	border-bottom: 2px solid #f37f02;
	padding-bottom: 1px;
}
.topmen img{
	vertical-align: middle;
	padding: 0 20px;
}
.main, h5{
	margin: 0 auto; padding: 0;
	color: White;
	width: 1180px;
	clear: both;
	font: 12px Arial, Helvetica, sans-serif;
}
h5{
	font-weight: bold;
	clear: none;
	width: auto;
}
.mainl, .mainr, .mainb, .mains{
	background: transparent;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 560px;
}
.main{background:  url(bg2.gif) repeat-y;}
.main.equal {background:  url(bg.gif) repeat-y;}
.clear{
	clear: both;
	height: 0px;
}
.tab {border-bottom:2px solid #454545;border-top:10px solid #454545;}
.mainr{
	margin: 0 0 0 575px;
	float: none;
}
.mainb{
	width:700px;
}
.mains{
	margin: 0 0 0 715px;
	float: none;
	width: 420px;
}
.cont{
	padding: 20px 20px 20px 30px;
	margin: 0px 1px 0px 25px;
	background: #343434;
}
.mainl .cont, .mainb .cont{
	height: 100%;
}
.tab{
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.ico{
	float: left;
	padding: 0 30px 50px 0;
}
.sico{
	float: left;
	padding: 0 20px 40px 0;
}
.tico{
	float: left;
	margin: 0 10px 30px 0;
}
.test{
	clear: left;
	margin-bottom: 30px;
}
ul{
	padding: 0;margin: 0;
}
ol{
	padding-left: 20px;
	margin: 0px;
}
ul li {
	list-style: inside url(arr.gif);
	font-size: 14px;
	margin-bottom: 3px;
}
.mains ul li{
	font-size: 12px;
}
ol li {
	list-style: disc outside;
	padding-bottom: 10px;
}
.abul li{
	list-style: disc inside;
}
ul li a:link, ul li a:visited, ul li a:hover{
	color: #fbf9f9;
	text-decoration: none;
	border-bottom: 1px solid #fbf9f9;
}
ul li a:hover{border-bottom: 2px solid #f37f02;}
p{
	text-align: justify;
}
table.list, .list td{
	padding-right: 10px;
	border-collapse: collapse;
}
.next{
	padding-top: 30px;
	text-align: right;
}

.foot{
	background: Black url(foot.jpg);
	height: 40px;
	clear: both;
	width: 1180px;
	margin: 40px auto 0 auto;
	padding-top: 27px;
	font: 12px Arial, Helvetica, sans-serif;
	color: White;
}
.foot .mainl{
	padding: 0;
}
.foot .mainr{
	padding: 0;
	width: 540px;
	text-align: right;
}
.foot a:link, .foot a:visited, .foot a:hover{
	color: White;
	margin-left: 10px;
}
.mainl a{
	margin: 0!important;
}


#downfree, #downsdk, #buysdk{
	background: url(but_free.gif) no-repeat center;
	height: 32px;
	width: 173px;
	margin-top: 10px;
}
#downsdk{
	background: url(but_down.gif) no-repeat center;
}
#buysdk{
	background: url(but_buy.gif) no-repeat center;
	margin-left: -370px;
}
.mainb #buysdk{
	margin-left: 20px;
}
#downfree_s, #downsdk_s, #buysdk_s{
	background: url(but_free2.gif) no-repeat center;
	height: 30px;
	width: 148px;
	margin-top: 30px;
}
#downsdk_s{
	background: url(but_down2.gif) no-repeat center;
}
#buysdk_s{
	background: url(but_buy2.gif) no-repeat center;
	margin-left: -310px;
}
form{
	display: inline;
}
.showmess {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font: 13px Arial, Helvetica, sans-serif;
}

.faq li{
	list-style: decimal outside;
}
.q{
	padding: 10px 20px;
	margin: 10px 0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	color: #5daae3;
}
.toc{
	font-size: 10px;
	text-align: right;
	display: block;
}