html, body, div, span, h1, h2, h3, h4, h5, h6, p,a, em, font,
strong, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img { border: 0; }
body {
	font-size: 11.5px;
	font-family: arial, goergia, helvetica,sans-serif;
	line-height: 2;
	color:#281c10; 
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#main_wrapper {
	width: 950px;
	border: 1px solid black;
	background:url(../images/bg_main.gif) repeat-y;
}

#wrapper {
	width: 950px;
	background:url(../images/bg_wapper.gif) no-repeat  left bottom;
	margin:0px auto;
}

/**** 	HEADER	****/

#header {
	width: auto;
	margin:0px;
	padding:0px;
	background:#dcdbc9;
}

#header div#logo {
	float: left;
	padding:3px 0px 0px 40px;
}
#header div#companyname  {
	float:left;
	padding:35px 10px 0px 10px;
	width:550px;
	text-align:left;
}
#header div#companyname h1 {
	color: #291d11;
	font-size: 25px;
}
#header div#language {
	float: left;
	padding:26px 0px 0px 0px;
}
#header  div#language ul{
	display:inline;

}
#header  div#language ul li{
	float:left;
	color: #291b10;
	width: 55px;
}
#header  div#language ul li  a{
	color: #291b10;
	text-decoration:none;
}
#header  div#language ul li  a:hover{
	color: #fe9903;
	text-decoration:none;
}
#header div#navBar {
	height: 32px; 
	background:url(../images/navigation_bg.gif) repeat-x;
	margin:0px; 
	padding:0px 0px 0px 50px;
	
}

#header div#navBar ul.mainNav li {
	float: left;
	width:130px;

}
.menu_homepage {
	padding-left:50px;
}
.menu_choose {
	background:url(../images/navigation_hover.gif) repeat-x;
	text-decoration:none;
}
#header div#navBar ul.mainNav li a {
	display: block;
	color: white;
	font-size: 11.5px;
	margin: 0px 10px;
	line-height: 33px;
	text-align:center;
}
#header div#navBar ul.mainNav li a:hover {
	background:url(../images/navigation_hover.gif) repeat-x;
	text-decoration:none;
}

#header div#navBar li ul {
	/*position: absolute;*/
	left: 10px;
	width: 200px;
	display: none;
	background: #fe9903;
}

#header div#navBar ul.mainNav li ul li {
	width: 100%;
	border-bottom: 1px dotted white;
	
}
#header div#navBar ul.mainNav li ul li a {
	text-align:left;
	font-size: 12px;
}

#header div#navBar ul.mainNav li:hover ul {
	display: block;
	text-decoration:none;
}
#header div#navBar ul.mainNav li ul li a:hover {
	font-size: 12px;
	text-decoration:none;
	background:none;
	color:#281c10;
}
#header div#search form
{
	padding:1px 5px 0px 0px;
	text-align:right;
}

#header div#search .textbox_search
{
	background:url(../images/search_bg.gif)  no-repeat; 
	height:20px;
	width:149px;
	border:none; 
	padding:0px 5px 0px 3px;
	color:#FFFFFF;
}
#header div#search .button_search
{
	background:url(../images/button_search.gif)  no-repeat; 
	height:25px;
	width:26px;
	border:none; 
}
#content {
	clear:both;
	margin:0px; 
	padding:0px;
	text-align:left;
	
	width:950;

}
#content div#banner {
	clear:left;
	margin:0px; 
	padding:0px;
	height:274px;
	
}
#content div#banner div#banner_left {
	float:left; 
	width:40px; 
	height:274px; 
	background:url(../images/banner_bg_left.gif)  no-repeat; 
	
}
#content div#banner div#banner_right {
	float:right; 
	width:40px; 
	height:274px; 
	background:url(../images/banner_bg_right.gif)  no-repeat; 
	
}
#content div#banner div#banner_mid {
	float:left; 
	height:274px; 
	background:url(../images/banner_bg_mid.gif) repeat-x; 
	padding-top:20px;
	overflow:hidden;
}
#content div#primary {
	clear:both;
	margin:10px 40px 0px 40px; 
	padding:0px;
}
#content div#primary .title {
	height:31px; 
	width:870px;
	background:url(../images/product_title_bg.gif) no-repeat; 
}
#content div#primary  .title  h1{
	color:#281c10; 
	font-size:13px;
	text-transform:uppercase;
	padding:3px 0px 0px 10px;
}
#content div#primary .cat_product {
	float: left;
	width:45%;
	padding: 0px 20px 0px 0px;
	height:300px;
}
#content div#primary .cat_product_img {
	padding: 10px 1px 10px 0px;
}
#content div#primary .cat_product .cat_product_left {
	float: left;
	width:150px;
	padding: 0px 10px 0px 0px;
}
#content div#primary .cat_product .cat_product_right {
	float: left;
	width:230px;
	padding: 0px 0px 20px 0px;
	text-align:justify;
}
#content div#primary .detail_left {
	float: left;
	width:200px;
	padding: 0px 10px 0px 0px;
}
#content div#primary .detail_right {
	float: left;
	width:630px;
	padding: 0px 20px 20px 10px;
	text-align:justify;
}
#content div#primary .contact_left {
	float: left;
	width:280px;
	padding: 0px 10px 0px 10px;
}
#content div#primary .contact_right {
	float: left;
	width:500px;
	padding: 20px 20px 20px 10px;
	text-align:justify;
}
#content div#primary .contact_left h1{
	font-size:13px;
	font-weight:bold;
	color:#f94200;
	padding:10px;
}
#content div#primary div#left {
	float: left;
	width:590px;
	padding-bottom:13px;
}
#content div#primary div#left .title {
	height:31px; 
	width:590px;
	background:url(../images/title.gif) no-repeat; 
	padding:3px 10px 0px 10px;
}
#content div#primary div#left .title  h1{
	color:#281c10; 
	font-size:13px;
	text-transform:uppercase;
}
#content div#primary div#left .format_text  {
	text-align:justify;
	padding:5px;
}

#content div#primary div#right {
	float: right;
	width: 270px;
	padding-bottom:10px;
}
#content div#primary div#right div#support  {
	text-align:center;
}
#content div#primary div#right div#support .title {
	height:31px; 
	width:268px;
	background:url(../images/title_right.gif) no-repeat; 
	padding:3px 10px 0px 10px;
}
#content div#primary div#right div#support .title  h1{
	color:#281c10; 
	font-size:13px;
	text-transform:uppercase;
}
#content div#primary div#right div#support .name {
	height:37px; 
	background:url(../images/online_bg.gif) repeat-x; 
	padding:3px 0px 0px 0px;
	font-weight:bold;
}
#content div#primary div#right div#support .support_bg {
	width: 272px;
	height:144px; 
	background:url(../images/support_bg.gif) no-repeat; 
}

#content div#primary div#right div#product  {
	text-align:center;
	padding-top:15px;
}
#content div#primary div#right div#product .title {
	height:31px; 
	width:268px;
	background:url(../images/title_right.gif) no-repeat; 
	padding:3px 10px 0px 10px;
}
#content div#primary div#right div#product .title  h1{
	color:#281c10; 
	font-size:13px;
	text-transform:uppercase;
}
#content div#primary div#right div#product .mid {
	background:url(../images/product_mid.gif) repeat-y; 
	width:268px;
}
#content div#primary div#right div#product .mid a {
	color:#f94200; 
}
#content div#primary div#right div#product .footer {
	background:url(../images/product_footer.gif) no-repeat; 
	height:6px; 
	width:268px;
}

#footer {
	height: 41px;
}
#footer  p.copyright {
	color:#FFFFFF; 
	padding-top:15px;
}
#footer  p.copyright a {
	color:#f94200; 
}
#footer  p.copyright .incom{
	color:#FFFFFF; 
}
.product_name
{
	color:#f94200; 
	font-weight:bold;
	font-size:16px;
}
.certification
{
	color:#f94200; 
	font-weight:bold;
	font-size:26px;
}
.logo_provider
{
	padding:15px;
}
.row
{
	padding:10px 0px 5px 10px;
}
.text_name
{
	width:400px;
	font-size:12px;
	border:#999999 solid 1px;
	height:22px;
}
.bt_send
{
	background:url(../images/bg_button.gif) no-repeat; 
	height:35px; 
	width:89px;
	border:none;
	color:#FFFFFF;
	text-transform:uppercase;
}

#content div#primary div#product_left  {
	float: left;
	width: 250px;
}
#content div#primary div#product_right {
	float: right;
	width: 615px;
}
#content div#primary div#product_right .product_item {
	padding: 10px 0px 10px 10px;
}

#content div#primary div#product_right .product_item .product_item_left {
	float: left;
	width:150px;
	padding: 0px 5px 0px 0px;
}

#content div#primary div#product_right .product_item  .product_item_right {
	float: left;
	width:420px;
	padding: 0px 5px 10px 10px;

	text-align:justify;
}
.paging_span
{
	border:#CCCCCC solid 1px; 
	color:#666666; 
	font-size:12px; 
}
.tk_button
{
	border:#CCCCCC solid 1px; 
	color:#f94200; 
	font-size:12px; 
	font-weight:bold; 
}
