html {
		padding: 0px;
		margin: 0px;
}

body {
		font-family: Arial, "Times New Roman", Times, serif;
		color: #00;
		text-decoration: none;
		background-color: #fff;
		font-size: 12px;
		padding: 0px;
		margin: 0px;

}

.main_table {
		background-image: url("/img/main_bkg.jpg");
		background-repeat:no-repeat;
		background-position:top center;

}

/*html, body {
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-highlight-color: #CCC;
	scrollbar-face-color:#000000;
	scrollbar-shadow-color:#808080;
	scrollbar-darkshadow-color:#666;
	scrollbar-track-color: #f5f5f5;

}*/

#tooltip{
	background:#ECECFF;
	border:1px solid #CACAFF;
	color:#000080;
	font:menu;
	margin:0px;
	padding:3px 10px 3px 10px;
	position:absolute;
	visibility:hidden;
	background-image: url("/img/tt_bkg.gif");
	background-repeat:repeat-x;
	background-position:center left;
}

#carrier{
	width:100%;
	height:100%;
	background-image: url("/img/bg.gif");
	background-position:top left;
	background-repeat:repeat;
	padding: 1px;
	margin:0px;
}
table {
		font-family: Arial, "Times New Roman", Times, serif;
		font-size: 12px;
		background-color: #fff;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h2, h1, h3, h4 {
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 5px;
		text-indent: 0px;
}

img.png {
	behavior: url("/img/png.htc");
}

input, textarea {
	background-color: #fafafa;
	color: #000;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	margin: 1px;
	padding: 0px;
	border: 1px #000053 solid;
	border-right: 1px #000075 solid;
	border-bottom: 1px #000075 solid;
}

.submit {
	cursor: pointer;
	color: #fff;
	BACKGROUND: #c40000;

	BORDER-TOP: #888 1px solid;
	BORDER-left: #888 1px solid;

	BORDER-BOTTOM: #000 1px solid;
	BORDER-right: #000  1px solid;

	FONT-FAMILY: verdana, arial, helvetica;
	font-size: 12px;
	margin: 1px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;

}

.radio, .checkbox {
	width: 15px;
	height: 15px;
	border: 0px;
	background: #fff;
	padding: 0px;
}

a:link {
        font-family: Arial, Verdana, "Courier New", Courier, mono;
        color: #0000FF;
        text-decoration: none;
	}

a:visited {
        font-family: Arial, Verdana, "Courier New", Courier, mono;
        color: #0000A4;
        text-decoration: none;
	}

a:hover {
        font-family:  Arial, Verdana, "Courier New", Courier, mono;
        color: #FF0000;
        text-decoration: underline;
	}

.red {
	color: #f00;
}

.green {
	color: #009900;
}

.blue {
	color: #00e;
}

.orange {
	color: #FF8040;
}

.white {
	color: #fff;
}

.death {
	color: #8000FF;
	font-weight: bold;
}

.clear {
	clear: both;
}

.help {
	font-size: 10px;
}

ul, li {
	text-indent: 0px;
}

.error_404 {
	border: 1px #004080 solid;
	background: #B0D8FF;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}

.div_error {
	padding: 5px;
	border: 3px #f00 double;
	margin: 10px;
}

.login {
	text-align: left;
	width: 300px;
}

.inbi_logo {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}

.logo {
	height: 75px;
	border-bottom: 1px ##0000A0 dotted;
	background-color: #597b70;
}

.logo_title {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

table .title {
	text-align: center;
	padding: 3px;
	background: #bbb;
	font-weight: bold;
}

.header, .header_root {
/*	background-image:url("/img/cat_bkg.jpg");
	background-repeat:no-repeat;
	background-position:center center;*/
	border-top: 1px #c00 solid;
	border-right: 1px #c00 solid;
	border-bottom: 1px #300 solid;
	border-left: 1px #300 solid;
	background-color: #700;
	padding: 3px;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #fff;
	font-weight:bold;
	margin-bottom: 5px;
}

.header_root {
	background-color: #030;
	border: 1px #000 solid;
}

.catalog {
	border: 1px #FFB0B0 dotted;
	padding: 5px;
	margin: 5px;
	min-height: 50px;
	font-size: 18px;
}

.catalog .cat_title {
	font-size: 18px;
}

.catalog a, .catalog a:link, .catalog a:visited, .catalog a:hover {
	font-family: "Courier New", Arial, Verdana,  Courier, mono;
}

.cat_row {
	padding-top: 2px;
}

.menu {
	width: 200px;
	background-color: #efefef;
	padding-bottom: 100px;
}

.control {
	float: right;
}

.cat_el {
	margin-left: 20px;
	margin-bottom: 8px;
}

.cat_row {
	float:left;
}

.cat_title, .subcat_title {
	margin-left: 20px;
}

.cat_title {
	font-size: 14px;
}

.subcats {
	display: none;
}

.line {
	 background-color:#69c;
	 height: 14px;
}

.main_title {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px #000080 solid;
	width: 500px;
	padding: 3px;
	margin-bottom: 5px;
}

.copyright {
	margin-top: 5px;
	margin-left: 200px;
}

.footer {
	background-color: #f6f6f6;
	padding: 10px 7px 20px 7px;
}

.mobilain {
	float: right;
	font-size: 10px;
	font-family: Verdana;
}

.mobi_title {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

.main_body {
	padding: 10px;
	padding-top: 45px;
}

.phones {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.production_body {
	text-align: justify;
	padding: 10px;
	margin: 5px 20px 30px 15px;
	text-indent: 20px;
}

.order_title {
	background-color: #FFDFDF;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	border-top: 1px #ccc solid;
	text-align: left;
}

.order_body {
	margin: 0px 10px 20px 10px;
	width: 900px;
	text-align: left;
}

.order_table {
	border: 1px #efefef solid;
}

.order_table td {
	border: 1px #efefef solid;
}

.order_sektor {
	overflow: auto;
	border: 3px #FF8000 double;
	padding: 5px;
	width: 880px;
}

.hl {
	border-bottom: 1px #eee solid;
	margin-bottom: 15px;
	height: 15px;
	font-size: 5px;
}

.border_red {
	border: 1px #FF0000 solid;
}

.border_green {
	border: 1px #009900 solid;
}

.border_blue {
	border: 1px #000099 solid;
}

.callback_table {
	border: 1px #eee solid;
}

.main_msg {
	margin: 10px 20px 15px 20px;
	text-align: justify;
	text-indent: 21px;
	font-family: Verdana, Arial;
}

.cat_body, .price_body, .download_body, .doc_body, .inner_body, .map_site, .articles_body {
	text-align: justify;
	padding: 10px;
	margin: 5px 20px 30px 15px;
	text-indent: 21px;
}

.map_site li {
	 font-size: 16px;
	 list-style-type:square;
}

.about_body {
	margin-left: 10px;
	padding: 3px;
	text-align: justify;
	text-indent: 16px;
}

.about_list {
	margin: 5px;
	padding: 5px;
}

.orderform_control {
	position: absolute;
	padding: 2px;
	background-color: #E1E1FF;
}

.order_sektor .orderform_control {
	position:static;
}

.hide_menu {
	display: none;
	width: 200px;
	padding: 5px;
	background-color: #efefef;
	border: 1px #ccc solid;
	position: absolute;
	margin-top: 3px;
}

.control_left {
	float: left;
}
