* {
	margin:0;
	padding:0;
	}

html {
	font-size:62.5%;
	}

body {
	background:#2d3132 url(/im/bg.gif);
	font:1.1em Arial;
	color:#fff;
	}

img {
	border:none;
	}

p {
	margin-bottom:10px;
	}

a, a:link, a:visited, a:active {
	color:#73a62a;
	}
	a:hover {
		}

table {
	border:0;
	border-collapse:collapse;
	}
	table td {
		padding:0;
		}
	table.form td { padding:2px; }

h1 {
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:0.5em;
	}

input.err, select.err { border:2px solid red; }

.input {
	font-family:Arial;
	font-size:0.8em;
	border:1px inset #000;
	background:#fff;
	}
	.input.textarea {
		width:300px;
		height:190px;
		}
.btn {
	color:#fff;
	background:#2C2C2C;
	border:none;
	cursor:pointer;
	font-size:1em;
	}
	
.form {
	padding-top:5px;
	}
	.form table { width:100% }
	.form .i { width:100% }
	.form .l { white-space:nowrap }
	.form .input { width:99% }
	.form td { padding:3px 0 0 8px }

#bg {
	background:url(/im/bg_ltr.jpg) center top no-repeat;
	}

#wrapper {
	width:883px;
	height:555px;
	margin:0 auto;
	padding:0 7px 0 0;
	}

#header {
	height:94px;
	overflow:hidden;
	}

#menu {
	height:36px;
	padding-left:148px;
	}
	#menu ul {
		}
		#menu ul li {
			display:block;
			float:left;
			width:167px;
			height:21px;
			padding:7px 0 0 27px;
			list-style:none;
			font-size:1.2em;
			font-weight:bold;
			color:#fff;
			border-bottom:3px solid #70d6ec;
			border-right:1px solid #43494b;
			background:url(/im/menu_bg.gif) 8px top no-repeat;
			}
			#menu ul li.active {
				border-bottom:3px solid #ff0000;
				}
			#menu ul li.last {
				border-left:1px solid #43494b;
				}
			#menu ul li a, #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
				color:#fff;
				text-decoration:none;
				}
				#menu ul li a:hover {
					text-decoration:underline;
					}
			#menu ul li img { background:#fff; }

ul.categories {
	color:#fff;
	list-style:none;
	font-size:1.4em;
	}
	ul.categories li .catlink {
		padding-left:10px;
		}
	ul.categories li.cat {
		padding: 1px 0 0 8px;
		height: expression( document.body.clientHeight < 19 ? "19px" : "auto" );
		min-height:19px;
		background:url(/im/right_menu_bg.jpg) 2px top no-repeat;
		margin-bottom:5px;
		}
		ul.categories li.cat.active {
			background:url(/im/right_menu_bg_active.jpg) 2px top no-repeat;
			}
			ul.categories li.cat.active a,
			ul.categories li.cat.active a:link,
			ul.categories li.cat.active a:visited,
			ul.categories li.cat.active a:active {
				color:#fd3800;
				}
	ul.categories a, ul.categories a:link, ul.categories a:active, ul.categories a:visited {
		color:#fff;
		text-decoration:none;
		}
	ul.subCategories {
		list-style:none;
		padding:5px 0 10px 0;
		}
	ul.subCategories .sub {
		font-size:0.7em;
		}
		ul.categories li.cat.active .sub.active {
			background-position:100px 100px;
			}
		ul.categories li.cat.active .sub a,
		ul.categories li.cat.active .sub a:link,
		ul.categories li.cat.active .sub a:active,
		ul.categories li.cat.active .sub a:visited {
			color:#fff;
			}
			ul.categories li.cat.active .sub.active a,
			ul.categories li.cat.active .sub.active a:link,
			ul.categories li.cat.active .sub.active a:active,
			ul.categories li.cat.active .sub.active a:visited {
				color:#fd3800;
				}
	ul.categories li img { background:#fff; }

#content {
	/*direction:rtl;*/
	height:398px;
	}
	#content.wide  { background:#4e4e4e url(/im/cbg_rtl.jpg) top left no-repeat; padding:0 0 0 20px; }

.left {
	width:140px;
	padding:14px 0 0 13px;
	}
	.left .input {
		width:93px;
		vertical-align:middle;
		font-size:1em;
		}
		.left select.input { width:112px; }
		.left .searchBtn { width:16px; height:16px; vertical-align:middle}
.center {
	width:581px;
	}
.right {
	padding:14px 0 0 16px;
	}


.special {
	padding:20px 20px 0 0;
	color:#a8a8a8;
	font-size:1.2em;
	}
	.special h2 {
		font-weight:normal;
		font-size:1.1em;
		color:#fff;
		}
	.special .photo {
		padding:5px 0 0 0;
		text-align:center;
		margin:5px 0;
		width:110px;
		height:85px;
		background:#fff url(/im/special_bg.gif);
		}

#footer {
	font-size:0.8em;
	text-align:right;
	padding:4px 30px 0 30px;
	color:#717171;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
		color:#717171;
		text-decoration:none;
		}
		#footer a:hover {
			text-decoration:underline;
			}

.red { color:#f03f2a; }

.contentArea {
	color:#fff;
	}
	.contentArea.rounded {
		width:512px;
		height:345px;
		padding:10px;
		margin:13px 0 0 25px;
		background:#fff url(/im/wbg.gif) top left no-repeat;
		color:#000;
		}
	.contentArea.home {
		text-align:center;
		padding-top:11px;
		background:#000;
		height:381px;
		}
	.contentArea.text {
		margin:10px 30px;
		font-size:1.1em;
		overflow:auto;
		height:350px;
		}
	.contentArea.contact {
		margin:10px 30px;
		font-size:1.1em;
		line-height:1.4em;
		overflow:auto;
		height:350px;
		}
		.contentArea.contact strong { color:#f03f2a; }

.catalog {
	overflow:auto;
	direction:ltr;
	height:312px;
	}
	.contentArea.rounded h1 {
		font-size:1.4em;
		margin:0 20px 10px 0;
		}
.catalogItem {
	float:left;
	margin:0 18px;
	text-align:center;
	width:120px;
	}
	.catelogItem small { font-size:0.8em; }
	.catalogItem h3 {
		font-weight:normal;
		font-size:1.2em;
		}
		.catalogItem h3 a, .catalogItem h3 a:link, .catalogItem h3 a:active, .catalogItem h3 a:visited {
			color:#000;
			text-decoration:none;
			}
	.catalogItem div {
		color:#aa0b0b;
		padding:5px 0 7px 0;
		}

.cleaner { clear:both }

.hr {
	height:1px;
	background:#e6e6e6;
	margin:10px 0;
	overflow:hidden;
	}

hr {
	height:1px;
	border:none;
	color:#e6e6e6;
	background-color:#e6e6e6;
	margin:0;
	border-width:0px;
	}

/* .photomover { float: left; position:relative; cursor:move; } */

.absent { background:#aaa; }

.lang {
	padding-top:40px;
	}
	.lang a, .lang a:link, .lang a:active, .lang a:visited {
		text-decoration:none;
		color:#ddd;
		}