@charset "utf-8";
/* CSS Document */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: url(overall_bg.gif) center top repeat-x;
}

#wrapper	{
	width: 100%;
	height: 100%;
}

#divpage	{
	width: 950px;
	height: 100%;
}

#divbanner	{
	width: 950px;
	height: 166px;
}

#divbanner .left_banner	{
	width: 736px;
	height: 166px;
	float: left;
}

#divbanner .right_banner	{
	width: 214px;
	height: 166px;
	float: right;
}

#divbanner .top_banner	{
	width: 736px;
	height: 136px;
}

#divbanner .bottom_banner	{
	width: 736px;
	height: 30px;
	text-align: left;
	background: url(main_menu_bg.jpg) center top repeat-x;
}

#divbanner .logo	{
	width: 181px;
	height: 136px;
	float: left;
}

#divbanner .slogan	{
	width: 555px;
	height: 136px;
	float: right;
}

#divbody	{
	width: 950px;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
	background-color: #FFFFFF;
}

#divbody .left_body	{
	width: 200px;
	height: auto;
	margin-right: 14px;
	float: left;
	display: inline;
}

#divbody .center_body	{
	width: 522px;
	height: auto;
	float: left;
	display: inline;
}

#divbody .right_body	{
	width: 200px;
	height: auto;
	margin-left: 14px;
	float: right;
}

#divsearch	{
	width: 200px;
	height: 110px;	
	border: 1px solid #FFF;
	background: url(search_bg.gif) center top repeat-x;
}

#divsearch .title_search	{
	width: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3f75a2;
	background: url(icon_search.gif) center right no-repeat;
}

#divsearch .box_keyword	{
	width: 100%;
	font-size: 12px;
	padding-bottom: 8px;
}

#divsearch .box_category	{
	width: 100%;
	font-size: 11px;
	padding-bottom: 8px;
}

#divsearch .category_search	{
	width: 150px;
	font-size: 11px;
	float: left;
	display: inline;
}

#divsearch .button_search	{
	width: 40px;
	height: 19px;
	padding-top: 3px;
	background: url(but_search.gif) center center no-repeat;
	float: left;
	display: inline;
}

#divsearch a, #divsearch a:hover	{
	text-decoration: none;
	color: #FF3300;
	font-weight: bold;
	cursor: pointer;
}

#divcategories	{
	width: 200px;
	height: auto;
	margin-top: 10px;

}

#divcategories .title_category	{
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #3c74a1;
}

#divcategories .list_category	{
	height: auto;
	text-align: left;
	border: 2px solid #74b1dc;
}

#divcategories .item_category	{
	cursor: pointer;
	color: #0033FF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 20px;
	background: url(category_bg.gif) center top no-repeat;
}

#divcategories .item_set	{
	color: #0033FF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 30px;
	background: url(set_bg.gif) center top no-repeat;
}

#divcategories .item_category a, #divcategories .item_category a:hover	{	
	color: #0033FF;
	text-decoration: none;
}

#divcategories .item_set a, #divcategories .item_set a:hover	{
	color: #0033FF;
	text-decoration: none;
}

#divsupport	{
	width: 200px;
	height: auto;
	margin-top: 10px;
}

#divsupport .title_support	{
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #3c74a1;
}

#divsupport .list_support	{
	width: 198px;
	height: 130px;
	text-align: left;	
}

#divsupport .icon_support	{
	width: 35px;
	height: 25px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	display: inline;
}

#divsupport .item_support	{
	width: 150px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	float: left;
	display: inline;
}

#divsupport .subitem	{
	width: 150px;
	float: left;
	margin-left: 30px;
	padding-left: 20px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(icon_arrow1.gif) left center no-repeat;
}

#divsupport .item_support a, #divsupport .item_support a:hover, #divsupport .subitem a, #divsupport .subitem a:hover	{
	color: #0000FF;
	text-decoration: none;
}

#divcounter	{
	width: 200px;
	height: 73px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(hitcounter_bg.gif) center top no-repeat;
}

#divcounter .counter	{
	width: 120px;
	height: 50px;
	margin-top: 20px;
	float: right;	
}

#divcounter .visitor	{
	width: 120px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#divnews	{
	width: 200px;
	height: auto;
}

#divnews .title_news	{
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #3c74a1;
}

#divnews .list_news	{
	height: auto;
	text-align: left;
	border: 2px solid #74b1dc;
}

#divnews .item_news	{
	height: auto;
	padding-left: 10px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(icon_arrow1.gif) left top no-repeat;
}

#divnews .item_news a	{
	color: #0033FF;
	text-decoration: none;
}

#divnews .item_news a:hover	{
	color: #0033FF;
	text-decoration: underline;
}

#divadvertise	{
	width: 200px;
	height: auto;
	margin-top: 10px;
}

#divadvertise .title_advertise	{
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #3c74a1;
}

#divadvertise .list_advertise	{
	height: auto;
	text-align: center;
	border: 2px solid #74b1dc;
}

#divadvertise .item_advertise	{
	width: 196px;
	height: auto;
	margin-top: 5px;
}

#divnewsletter	{
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#divnewsletter .title_newsletter	{
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #3c74a1;
}

#divnewsletter .list_newsletter	{
	width: 200px;
	height: auto;
}

#divnewsletter .list_newsletter a, #divnewsletter .list_newsletter a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}

#divnewsletter .note_newsletter	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 0 4px;
}

#divnewsletter .box_email_register	{
	width: 200px;
	height: auto;
	margin: 5px 0;
}

#divnewsletter .button_register	{
	width: 68px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: url(but_register.gif) center top no-repeat;
	margin: 5px;
	float: left;
}

#divnewsletter .button_unregister	{
	width: 94px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: url(but_unregister.gif) center top no-repeat;
	margin: 5px;
	float: left;
}

#divtraining	{
	width: 200px;
	height: 52px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#divfooter	{
	width: 950px;
	height: 82px;
}

#divfooter .blank	{
	width: 950px;
	height: 40px;
	background: url(footer_bg.gif) center top repeat-x;
}

#divfooter .footer	{
	width: 950px;
	height: 42px;
}

#divfooter .footer_menu	{
	width: 540px;
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
	float: left;
}

#divfooter .footer_menu a	{
	color: #FFFFFF;
	text-decoration: none;
}

#divfooter .footer_menu a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}
	
#divfooter .copyright	{

	width: 385px;
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	text-align: right;
	float: right;
}

#divcontents	{
	width: 522px;
	height: 100%;
	margin-top: 10px;
}

#divcontents .tab_title	{
	width: 520px;
	height: 24px;
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	background: url(title_bg.gif) center top no-repeat;
}

#divcontents .title_content	{
	width: 300px;
	height: 20px;
	margin-top: 4px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#divcontents .products	{
	width: 164px;
	height: 185px;
	margin-top: 12px;
	margin-right: 12px;
	background: url(product_bg.gif) center top no-repeat;
	float: left;
	display: inline;
}

#divcontents .product_picture	{
	width: 150px;
	height: 110px;
	padding-top: 10px;
}

#divcontents .button_product_detail	{
	width: 49px;
	height: 17px;
	margin-top: 4px;
	padding-top: 2px;
	margin-left: 60px;
	font-size: 11px;
	background: url(but_detail.gif) center top no-repeat;
	float: left;
}

#divcontents .product_price	{
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #FF0000;
	margin-top: 3px;
	float: left;
}

#divcontents .product_name	{
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
	color: #1f7fbe;
	float: left;
}

#divcontents .products a, #divcontents .products a:hover	{
	text-decoration: none;
	color: #0000FF;
}

#divproduct .product_name  a, #divproduct .product_name a:hover	{
	text-decoration: none;
	color: #000000;
}

#divcontents .articles	{
	width: 100%;
	overflow: hidden;
}

#divcontents .articles_title	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	margin-top: 10px;
}

#divcontents .articles_title a, #divcontents .articles_title a:hover	{
	text-decoration: none;
	color: #FF0000;
}

#divcontents .articles_content	{
	margin-top: 5px;
}

#divcontents .articles_button_detail	{
	width: 49px;
	height: 17px;
	padding-top: 2px;
	font-size: 11px;
	background: url(but_detail.gif) center top no-repeat;
	float: right;
}

#divcontents .articles_button_detail a, #divcontents .articles_button_detail a:hover	{
	text-decoration: none;
	color: #FF6600;
}

#divcontents .morearticles	{
	margin-top: 20px;
	text-align: left;
}

#divcontents .morearticles_tab	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#divcontents li	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

#divcontents li a, #divcontents li a:hover	{
	text-decoration: none;
	color: #000000;
}

.submenu{
	margin-bottom: 0.5em;
}
