@charset "utf-8";
/* tag style rules */

* {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #7F7F7F;
}
a, ul, ol, p, form, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
li {
	list-style-image: none;
	list-style-type: disc;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
strong {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
p, h1 {
	display: block;
}
p, li, ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11pt;
}
p, form {
	padding-bottom: 10px;
}
/* class style ruless */

img.left {
	clear: left;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.spacer {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.center {
	text-align: center;
}
/* common layout style rules */

#header {
	width: 974px;
	margin: 0px auto;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
}
#content {
	width: 974px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}
#footer {
	width: 974px;
	margin: 0px auto;
	text-align: center;
	height: 56px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
}
/* menu style rules */

#menu {
	width: 974px;
	height: 22px;
	background-color: #FFFFFF;
	background-image: url(/images/menu.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
#menu li {
	list-style: none; /* required to remove bullets */
	float: left; /* required to produce horizontal menu */
	position: relative; /* required as a reference point for sub-menu's absolution positioning */
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	margin: 0px;
}
#menu li:hover {
	background: #FFFFFF;
	background: url(/images/menu-active.jpg) repeat-x;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
}
#menu li a {
	display: block; /* required to make link act like a block element */
	text-decoration: none;
	color: #F6F6F6;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#menu li:hover a {
	color: #333333;
}
#menu li a strong {
	color: #ffbb00;
}
#menu li:hover a strong {
	color: #ff3300;
}
/* content style rules */

#content #main-left {
	width: 280px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content #main-right {
	width: 649px;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 13px;
}
#content #download-left {
	width: 649px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content #download-right {
	width: 280px;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content #main-center {
	width: 944px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content #guide-left {
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content #guide-center {
	width: 544px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #guide-right {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* footer style rules */

#footer a {
	text-decoration: none;
	color: #F6F6F6;
	font-weight: bold;
	font-size: 11px;
}
#footer p {
	color: #F6F6F6;
	padding-bottom: 4px;
	padding-top: 2px;
	font-size: 11px;
}
/* begin of the style for Flash Web Design Softwares */

.ad-box-top {
	background-image: url(/images/ad-box-top.jpg);
	background-repeat: no-repeat;
	width: 720px;
	height: 5px;
}
.ad-box-middle {
	background-image: url(/images/ad-box-middle.jpg);
	background-repeat: repeat-y;
	width: 700px;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.ad-box-middle h3 {
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}
.ad-box-bottom {
	background-image: url(/images/ad-box-bottom.jpg);
	background-repeat: no-repeat;
	width: 720px;
	height: 5px;
	margin-bottom: 15px;
	clear: both;
}
.for_ad_img {
	float: left;
	width: 69px;
	height: 84px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.link_black12px {
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.link_blue12px {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.link_blue12px_bold {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.link_blue13px_bold {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.list12 {
	float: left;
	width: 144px;
	padding-right: 6px;
	margin-bottom: 10px;
}
.list13 {
	float: left;
	width: 104px;
	padding-right: 6px;
	margin-bottom: 10px;
}
.list12 li, .list13 li {
	margin: 0px 0px 2px;
	padding-bottom: 2px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}
.list12 a, .list13 a {
	color: #666666;
	text-decoration: underline;
}
/* end of the style for Flash Web Design Softwares */
