@charset "utf-8";
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #7F7F7F;
}
img {
	border-style: none;
}
a, ul, ol, p, form, table, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-image: none;
	list-style-type: disc;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
p {
	display: block;
}
p, form, h1, h2, h3, h4, h5, h6 {
	padding-bottom: 10px;
}
table {
	margin-bottom: 10px;
}
.spacer {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

#header {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-y;
}
#main {
	width: 932px;
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-right: 14px;
}
#footer {
	width: 932px;
	height: 62px;
	margin: 0px auto;
	padding-top: 8px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 10px;	
	background-image: url(/images/bg_footer.jpg);
	background-repeat: no-repeat;
}
/* menu style rules */
#menu {
	width: 960px;
	height: 22px;
	background-image: url(/images/bg_menu.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
#menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 14px;
	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: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 0px;
}
#menu li:hover {
	background: #E9E9E9;
	background: url(/images/bg_menu_active.jpg) repeat-x;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 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;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer 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 */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 6px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}
#footer li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
	display: block; /* required to make link act like a block element */
	text-decoration: none;
	font-weight: bold;
}
#footer li:hover a {
	text-decoration: underline;
}
#footer p {
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* content layout rules */

#main2col_left {
	width: 658px;
	float: left;
	padding-right: 14px;
	padding-top: 8px;
}
#main2col_right {
	width: 260px;
	float: left;
	padding-top: 8px;
}
#main1col {
	width: 932px;
	padding-top: 8px;
}

#main2col_right .mybox .mybox_top{
	background-image: url(/images/mybox01_top.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 5px;	
}
#main2col_right .mybox .mybox_middle{
	background-image: url(/images/mybox01_middle.jpg);
	background-repeat: repeat-y;
	width: 242px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
}
#main2col_right .mybox .mybox_bottom{
	background-image: url(/images/mybox01_bottom.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 5px;	
}
#main2col_left .mybox .mybox_top{
	background-image: url(/images/mybox02_top.jpg);
	background-repeat: no-repeat;
	width: 657px;
	height: 5px;	
}
#main2col_left .mybox .mybox_middle{
	background-image: url(/images/mybox02_middle.jpg);
	background-repeat: repeat-y;
	width: 641px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
}
#main2col_left .mybox .mybox_bottom{
	background-image: url(/images/mybox02_bottom.jpg);
	background-repeat: no-repeat;
	width: 657px;
	height: 5px;
}

#main1col .mybox .mybox_top{
	background-image: url(/images/mybox03_top.jpg);
	background-repeat: no-repeat;
	width: 932px;
	height: 5px;	
}
#main1col .mybox .mybox_middle{
	background-image: url(/images/mybox03_middle.jpg);
	background-repeat: repeat-y;
	width: 916px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
}
#main1col .mybox .mybox_bottom{
	background-image: url(/images/mybox03_bottom.jpg);
	background-repeat: no-repeat;
	width: 932px;
	height: 5px;
}

/* content style rules */
h1, h1 a {
	color: #3E9504;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
h2, h2 a {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
h3 {
	display: block;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 10px;
	height: 18px;
	width: 234px;
	background-image: url(/images/h3_left.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
h4, h4 a {
	color: #0F680F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
h5 {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left img {
	float: left;
	clear: left;
	padding-bottom: 10px;
	padding-right: 5px;
}
.list_1 ul{
	display: block;
	width: 640px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
.list_1 li {
	display: block;
	list-style-image: none;
	list-style: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	width: 280px;
}
.list_1 li img {
	float: left;
	clear: left;
	padding-bottom: 10px;
	padding-right: 5px;
}
.list-pad8 {
	padding-bottom: 10px;
}
.list-pad8 li {
	padding-bottom: 8px;
	list-style-type: disc;
	list-style-position: outside;
}
.list-pad3 {
	padding-bottom: 10px;
}
.list-pad3 li {
	padding-bottom: 3px;
	list-style-type: disc;
	list-style-position: outside;
}
.feature_thumbs img {
	border: 1px solid #666666;
}
.font-red {
	color: #EE0000;
}

/* 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;
}
/* end of the style for Flash Web Design Softwares */
