html, body {
	background-color: #f0f0f0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, h1, h2, h3, p, form, ul, li, img {
	margin: 0;
	padding: 0;	
}

img {
	border: 0;
	display: block;
}

a {
	/* color: #f08221; */
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover { 
	text-decoration: underline; 
}

p {
	color: #000;
	line-height: 130%;
}

h1 {
	width: 226px;
	height: 100%;
	float: left;	
}

h1 span {
	visibility: hidden;
	font-size: 1px;
}

h1 img {
	margin: 35px 0 0 25px;	
}

h2 {
	font-weight: bold;
	font-size: 13px;
	color: #000; 
	float: left;
	padding: 8px 0 0 20px;
}

h3 {
	color: #f68220;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

sup {
	vertical-align: baseline; 
	font-size: 0.8em; 
	position: relative; 
	top: -0.4em;
}

#container {
	width: 1016px;
	padding: 0px;
	margin: 0 auto;
	background-color: #fff;
}

/*///////////////////////// header //////////////////////*/
#header {
	width: 100%;
	height: 166px;
	background: url("../img/m_bg.gif") bottom left repeat-x;
}

#login {
	width: 130px;
	float: right;
	padding-top: 20px;
}

#user {
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;	
}

#login a {
	color: #f08221;	
}

#flashcontent {
	width: 564px;
	height: 129px;
	float: left;
}

#menu {
	width: 564px;
	height: 37px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#menu li {
	float: left;
	height: 36px;
	background: url("../img/m_line.gif") 0 0 no-repeat;	
}

#menu li a {
	display: block;
	padding: 12px 24px 10px 26px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	
}

#menu li a:hover {
	text-decoration: none;
	color: #f68220;	
}

.menu_a {
	color: #f68220;
}

#lang {
	float: right;
	margin: 13px 25px 0 0;
	display: inline;	
}

/*///////////////////////// content //////////////////////*/
#content {
	padding-top: 20px;
}

#content a {
	color: #f08221;	
}

#left_side {
	width: 226px;	
	float: left;
	background: url("../img/c_bg.gif") repeat;
}

/*//// catalog ////*/
#catalog {
	width: 225px;
	border-right: 1px solid #ebebed;
	padding: 10px 0 10px 0;	
}

#catalog a.menuitem {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	display: block;
	position: relative;
	width: auto;
	padding: 6px 0;
	padding-left: 20px;
	text-decoration: none;
}

#catalog a.menuitem .statusicon { 
	position: absolute;
	top: 8px;
	left: 5px;
	border: none;
}

#catalog div.submenu ul { 
	list-style-type: none;
}

#catalog div.submenu ul li {
	padding: 2px 4px 4px 20px;	
}

#catalog div.submenu ul li a {
	color: #000;	
}

/*//////////////*/

#middle_side {
	width: 510px;
	float: left;
	margin-left: 26px;
}

.block {
	width: 100%;
	float: left;
	margin-bottom: 20px;	
}

.block_bg {
	width: 508px;
	border-left: 1px solid #ebebed;
	border-right: 1px solid #ebebed;
	background: url("../img/f_bg.gif") repeat;
	float: left;
}

.block_bg p {
	padding: 10px 20px 5px 20px; 
	float: left;
	line-height: 150%;	
}

.block_bg img {
	border: 1px solid #bbb5b7;
	float: left;
	margin: 10px 0 0 20px;
	display: inline;
}

.block_top, .block_bot {
	width: 498px;
	height: 5px;
	background: url("../img/f_bg.gif") repeat;
	float: right;
}

.block_top {
	border-top: 1px solid #ebebed;	
}

.block_bot {
	border-bottom: 1px solid #ebebed;
}

/*/////// new products ///////*/
#viewer {
	height: 100px; 
	width: 440px;
	margin: 10px 0 10px 0;
	float: left;
	overflow: hidden;
}

#viewerFrame {
	clear: both;
	padding: 0;
}

#viewer a img {
	margin: 0 !important;
	display: inline;	
}

#viewerFrame a {
	display: block; 
	float: left; 
	width: 90px;
	height: 100px; 
	text-align: center;
	margin: 0 7px 0 7px;
}

#prev, #next  {
	width: 30px;
	height: 100px;
	margin-top: 5px;
	float: left;
	cursor: pointer;
}

#prev {
	background: url("../img/arrow_l.gif") center right no-repeat;	
}

#next {
	background: url("../img/arrow_r.gif") center left no-repeat;	
}

.search_result {
	padding: 10px 0 0 20px !important;
	width: 80%; 	
}

#path {
	padding: 0 0 8px 2px;	
}

#path a {
	color: #000;
	text-decoration: underline;	
}

ul#sub_cat {
	width: 460px;
	margin-left: 20px;
	list-style: none;	
}

ul#sub_cat li {
	width: 48%;
	height: 90px;
	float: left;
	padding: 5px 5px 0 0;
	margin: 0 4px 5px 0;
}

ul#sub_cat li .cat_img {
	width: 90px;
	height: 90px;
	float: left;
	overflow: hidden;
	border: 1px solid #bbb5b7;
	margin-right: 10px;
	background: #fff;
}

ul#sub_cat li img {
	margin: 0;
	padding: 0;
	border: none;	
}

ul#sub_cat li a {
	color: #000;
	font-weight: bold;
	display: block;	
}

/*///// products /////*/
#cat_name {
	width: 90%;
	font-weight: bold;
	font-size: 12px;
}

#cat_desc {
	width: 90%;	
}

#cat_desc img {
	padding: 0;
	margin: 0  20px 0 0;	
}

#export {
	float: right;	
}

#export img {
	border: none;
	margin: 0 1px 0 10px;	
}

#export a, #export span {
	display: block;
	float: left;	
}

#products {
	margin: 5px 0 0 18px;
	clear: both;	
}

#products th {
	background: #f0f0f0;
	height: 30px;
	padding: 0;
}

#products td {
	background: #f0f0f0;	
}

/*///// about /////*/
ul#about {
	width: 230px;
	margin: 0 10px 0 20px;
	padding-left: 20px;
	line-height: 150%;	
	float: left;
}

.partners {
	width: 230px;
	height: 80px;
}

/*//// right side ////*/
#right_side {
	width: 226px;	
	float: right;
}

#right_side p {
	padding: 10px 5px 0 15px;
	line-height: 150%;
}

.rs_bg {
	background: url("../img/f_bg.gif") repeat;
	border-left: 1px solid #ebebed;
}

.rs_bot_bg {
	width: 220px;
	height: 5px;
	border-bottom: 1px solid #ebebed;
	background: url("../img/f_bg.gif") repeat;
	float: right;	
}

/*//// corner & border ////*/
.c_tl, .c_tr, .c_br, .c_bl {
	width: 6px;
	height: 6px;
	padding: 0 !important;
	font-size: 1px;
}

.c_tl {
	background: url("../img/c_tl.gif") 0 0 no-repeat;
	float: left;	
}

.c_tr {
	background: url("../img/c_tr.gif") top right no-repeat;
	float: right;	
}

.c_br {
	background: url("../img/c_br.gif") bottom right no-repeat;	
}

.c_bl {
	background: url("../img/c_bl.gif") 0 0 no-repeat;
}

.b_border {
	height: 5px;
	border-bottom: 1px solid #ebebed;
	background: url("../img/c_bg.gif") repeat;	
}


/*/////////////////////// footer ////////////////////////*/
#footer {
	clear: both;
	width: 100%;
	height: 37px;
	background: url("../img/m_bg.gif") 0 0 repeat-x;
	text-align: center;
	
}

#footer p {
	padding-top: 12px;	
}

#footer p, #footer a {
	color: #fff;
	font-size: 10px;	
}

/*/////////////////////// form //////////////////////*/

form p {
	padding-top: 10px;	
}

input, select {
	border: 1px solid #bbb5b7;
	background: #f0f0f0;
	font-size: 10px;
	padding: 2px 2px 2px 10px;	
}

/*//// login ////*/

.login {
	width: 90px;	
}

.enter {
	width: 65px;
	height: 20px;
	border: 0;
	padding: 0;
	cursor: pointer;	
}

/*//// search ////*/
.search {
	width: 180px;	
}

.select {
	width: 194px;	
}

.search_btn {
	width: 65px;
	height: 20px;
	border: 0;
	padding: 0;
	cursor: pointer;	
}

/* //// contact form //// */

fieldset {
	border: none;
	width: 325px;
	margin: 0;
	padding:  0 0 8px 20px;
	float: left;
	display: inline;
}

fieldset p {
	padding: 0 !important;
}

label {
	width: 60px;
	text-align: left;
	padding: 3px 0 3px 0;
	display: block;
}

fieldset input {
	width: 250px;
	padding: 2px 0 2px 0;
}

textarea {
	background: #fff;
	border: 1px solid #c5c5c5;
	width: 250px;
}

.submit input	{
	background: url(../img/button.gif) no-repeat 0 0; 
	width: 120px; 
	height: 20px; 
	color:#fff; 
	font: normal 12px Arial, sans-serif; 
	border: none;
	margin: 2px 0 0 0;
}

/*///// meassages ////*/
.error {
	color: #c00;
	background-color: #fcc;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #c00;
}

.success {
	color: #090;
	background-color: #cfc;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	border:1px solid #0c0;
}

