/* Общая структура */
html, body {
	margin: 0;
	padding: 0;
}

body {
	background: white url("img/body-bg.png") repeat-x left top;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#main {
	background: white url("img/main-round.png") no-repeat -25px top;
	margin: 21px auto 0;
	position: relative;
	width: 958px;
}

#main-inner {
	background: transparent url("img/main-round.png") no-repeat left top;
	height: 25px;
	position: absolute;
	margin-left: 100%;
	left: -25px;
	width: 25px;
}

.forms {
	color: #b3b0ab;
	float: right;
	height: 60px;
	margin: 12px 18px 0 0;
}

.search-block {
	width: 180px;
	float: left;
}

.search-block ul {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.search-block li {
	background: transparent url("img/marker1.png") no-repeat 0px 5px;
	height: 21px;
	list-style: none;
	padding-left: 10px;
}


.search-block a, .search-block a:link {
	color: #b3b0ab;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.login-block {
	width: 151px;
	float: left;	
}

.login-title {
	font-weight: bold;
	height: 14px;
	text-transform: uppercase;
}

form {
	margin: 0;
	padding: 0;
}

.input-wrapper {
	background:  url("img/input-bg-left.png") no-repeat left top;
	height: 21px;
	margin: 0 2px 2px 0;
	overflow: hidden;
	padding-left: 5px;
}

.input-search-wrapper {
	background: transparent url("img/input-search-bg-left.png") no-repeat left top;
	height: 21px;
	padding-left: 17px;
	vertical-align: bottom;
}

.input-wrapper input, .input-search-wrapper input {
	background: transparent url("img/input-bg-right.png") no-repeat right top;
	border: none;
	float: left;
	height: 21px;
	padding-right: 5px;
}

#i-search {
	width: 145px;
}

#i-user {
	float: left;
	width: 139px;
}

#i-pass {
	width: 111px;
}

.visual {
	margin: 0 0 0 32px;
	padding: 9px 0 0;
}

a img {
	border: none;
}

.menu {
	display: block;
	list-style: none;
	margin: 9px 0 21px 16px;
	font-weight: bold;
	padding: 0;
}

.menu li {
	color: #ffffff;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	margin-right: 1px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 184px;
}

.menu span {
	display: inline-block;
	height: 5px;
	font-size: 0px;
	width: 5px;
}

.menu li .lr {
	float: left;
	background: transparent url("img/menu-round-l.png") no-repeat left top;
}
.menu li .rr {
	float: right;
	background: transparent url("img/menu-round-r.png") no-repeat left top;
}

.menu a, .menu a:link, .menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu-item-green {
	background-color: #67b82c;
}

.menu-item-orange {
	background-color: #e78b24;
}

.menu-item-blue {
	background-color: #10bcf6;
}

.leftbox {
	border: 6px solid #e78b24;
	border-width: 6px 0;
	float: left;
	left: 16px;
	position: relative;
	width: 179px;
}

.leftbox img {
	border: none;
}

.leftbox h1 {
	font-size: 150%;
	font-weight: bold;
}

.content {
	margin-left: 213px;
	width: 727px;
}

.index-foto {
	border-top: 6px solid #e78b24;
	height: 310px;
/*	background-image: url("img/index-foto.jpeg"); */
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.announce {
	background-image: url("img/transparent-white.png");
	height: 55px;
	margin: 245px 0 0 417px; 
	width: 295px;
}

.announce div {
	color: #f08501;
	font-family: Tahoma;
	font-size: 200%;
	font-weight: bold;
}

.announce .arrows {
	font-family: Arial;
	font-size: 85%;
}

.four-columns {
	margin-top: 22px;
}

.column {
	float: left;
	margin-right: 21px;
	width: 166px;
}

.column-band-orange, .column-band-green, .column-band-blue {
	height: 23px;
} 

.column-band-orange {
	background-color: #e78b24;
} 

.column-band-green {
	background-color: #67b82c;
} 

.column-band-blue {
	background-color: #10bcf6;
}


.column-text {
	background-color: #dcf6ff;
	color: #5b5b5b;
	
	padding: 5px;
}

.nomargin {
	margin: 0;
}

#footer {
	background-color: #e8e8e8;
	line-height: 54px;
	margin-top: 11px;
	height: 70px;
	text-align: center;
}

#gray-band {
	background-color: #6d6d6d;
	height: 8px;
	line-height: 1px;
	margin: 0 auto;
	width: 958px;
}
.drop-menu {
	display: block;
	border: 1px solid #dddddd;
	border-bottom: none;
	background-color: #c9d7de;
}

.submenu1 {
	border-left: 6px solid #e78b24;
}
.submenu2 {
	border-left: 6px solid #10bcf6;
}
.submenu3 {
	border-left: 6px solid #67b82c;
}

.drop-menu a, .drop-menu a:link {
	background: transparent url("img/marker2.gif") no-repeat 5px 6px;
	color: #202020;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	padding: 2px 5px 2px 12px;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

.drop-menu .subcat, .drop-menu .subcat:link {
	padding-left: 22px !important;
	background-position: 15px 6px;
}

.drop-menu a:hover {
	background-color: white;
}

.fl {
	float: left;
}

object, embed {
	z-index: -1;
}

.leftcatalog {
	display: block;
	list-style: none;
	margin: 5px 0 21px 10px;
	padding: 0;
}

.leftcatalog li {
	background: transparent url("img/marker2.gif") no-repeat 0px 5px;
/*	height: 18px; */
	list-style: none;
	padding: 1px 0 1px 10px;
	color: #0ea2e2;
}

.leftcatalog .subcat {
	margin-left: 20px;
}

.leftcatalog a, .leftcatalog a:link, .leftcatalog a:visited {
	color: #0ea2e2;
}

