body {
	color:#333333;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 auto;
	background: transparent url("/img/bg.gif") center top no-repeat;
	background-color:#e4e4e4;
}
div.wrap1 .wrap2 {
	/* для левой панели- background-image: url(img/bg1.gif); */
	/* обе панели */ background-image: url(/img/bg2.gif);/* для правой - background-image: url(img/bg3.gif); */
}
a, a:visited, a:link {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color: #666666;
}
h1 {
	font-size:18px;
	margin:0;
	color:#333333;
	border-bottom: 1px dashed #333333;
}
h2 {
	font-size:12px;
	margin:0;
	color:#333333;
	border-bottom: 1px dashed #333333;
	border-top:1px dotted #333333;
}
h1 a, h1 a:visited, h1 a:link {
	text-decoration:none;
}
h2 a, h2 a:visited, h2 a:link {
	text-decoration:none;
	padding:10px;
	line-height:25px;
}
h2 img {
	margin-right:5px;
	border:0;
}
h3 {
	font-size:18px;
	margin:0;
	color:#333333;
	border-bottom: 1px dashed #333333;
}
h4 {
	font-size:12px;
	margin:0;
	color:#333333;
	border-bottom: 1px dashed #333333;
	border-top:1px dotted #333333;
}
h3 a, h3 a:visited, h3 a:link {
	text-decoration:none;
}
h4 a, h4 a:visited, h4 a:link {
	text-decoration:none;
	padding:10px;
	line-height:25px;
}
h4 img {
	margin-right:5px;
	border:0;
}
/*HHH*/
.infot h1 {
	font: 700 2.5em "trebuchet ms", serif;
	color: #fff;
}
.infot h2 {
	font: 400 1.5em "trebuchet ms", serif;
	color: #fde81f;/*#9FF3FF;*/
}
.infot h2 a {
	color: #f2bf42;/*#29E3FF;*/
}
.infot h2 a:hover {
	color: #FFF;
}
.infot h3 {
	font: 400 1.3em "trebuchet ms", serif;
	color: #F8D766;
}
.infot h4 {
	font: 700 1.2em "trebuchet ms", serif;
	color: #F39F01;
}
.infot h5 {
	font: 700 1.1em "trebuchet ms", serif;
	color: #F17400;
}
.infot h6 {
	font: 700 1em "trebuchet ms", serif;
	color: #FF4B33;
}
.infot h1, .infot h2, .infot h3, .infot h4, .infot h5, .infot h6, .infot p, .infot dl {
	margin: 0;
	padding: 10px 15px;
}
.infot h2 {
	color: #F17400;
	font-weight:bolder;
	margin-bottom: 10px;
}
.infot p {
	text-indent: 3em;
	margin: -5px auto;
}
/* ========== Стилевые фичи -------------- */
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
dt {
	margin-left: 20px;
	font-weight: bold;
	color: #FFB323;
}
dd {
	margin-left: 0;
	padding-left: 45px;
}
textarea, select {
	padding: 2px;
	font: 400 1em verdana, sans-serif;
	color: #444;
	background: #EEE;
	border: 1px solid #444;
}
/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	margin: 10px 15px;
	padding: 10px 10px 10px 55px;
	background: url(/img/menu-central.gif) repeat-x bottom left;
	/*border: 1px dashed #333333;*/
  position:relative;
	overflow: hidden;
	height: 35px;
	padding: 5px;
}
blockquote img.icon {
	margin-left: 13px;
	padding:0 !important;
	width:30px !important;
}
.leftg {
	position:relative;
	position:absolute;
	background: #e4d0c7;
	/*url(img/menu-lefttext.gif) no-repeat bottom bottom left; */
  left: 0;
	bottom: 0;
	padding:0 !important;
	width: 5px !important;
	z-index:100;
	margin: 0;
}
.rightg {
	position:absolute;
	background: #e4d0c7;
	/*url(img/menu-lefttext.gif) no-repeat bottom bottom left; */
  right: 0;
	bottom: 0px;
	width: 5px !important;
	z-index:100;
	padding:0 !important;
	margin: 0;
}
/*blockquote.ex {
  background-image: url(img/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(img/icons/stop.gif);
}

blockquote.go {
  background-image: url(img/icons/go.gif);
}

a img {  
  border: 2px solid #8BE6FA;
}

a:hover img {  
   Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it 
  border: 2px solid #FFF !important;
  border: 2px solid #8BE6FA;
}*/

/* LAYOUT */
.gradient {
	background: 
 url(img/menu-central.gif) repeat-x bottom left;
	position: relative;
	padding: 10px;
	margin-top: -20px;
	/* ie included */
  height:60px;
	padding: 0;
	margin-top: 0;
}
.gradient div {
	position:absolute;
	width:100%;
	height:100%;
}
.gradient h1 {
	border: none;
	line-height:16px;
	font-size:200%;
	text-align:left;
}
.gradient img.icon {
	float:left;
	margin: 0 5px;
}
.gradt {/*margin: -5px auto 10px;*/
	padding: 10px;
}
/* ====  */
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	color: #000;
	background: #FFCC99;
	border: 1px solid #F17400;
}
code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;
	border: 1px dashed #333333;
}
ol, ul {
	margin: 0 30px;
	padding: 0 30px;
}
ol {
	color: #F39F01;
}
ol span {
	color: #EEE;
}
ul {
	list-style-image: url(/img/arrow.gif);
}
/*==========================================*/
input, select {
	background-color: #fff;
	background-image:url("/img/input.gif");
	background-repeat: repeat-x;
	border:1px solid #a66347;
}
input {
	height:20px;
	text-align:right;
}
[disabled] {
	border-bottom:1px dotted #000;	
}
.srow {
	position:relative;
	margin: 15px auto;
}
.srow input, .srow select {
	position:absolute;
	right: 15px;
	
	width: 50%;
	top: 0;
}
.srow .chk {
	width: 30px;
	left: 160px;
}
div.wrap1 {
	width: 858px;
	margin: 0 auto;
	overflow: hidden;
	border:1px solid #c3c3c3;
}
div.wrap1 .wrap2 {
	width: 856px;
	background-repeat:repeat-y;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
}
div.wrap2 .logo {
	width:796px;
	height:70px;
	padding:0px;
	margin:0 auto -13px;
	background-image: url("/img/logo.jpg");
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	padding:30px;
}
div.logo .logotipleft {
	display:inline;
	float:left;
	position:relative;
}
div.logo .logotipright {
	display:block;
	float:right;
	position: relative;
}
div.logo .logopic {
	position: absolute;
	top: -10px;
	right: -20px;
}
div.logo .floating {
	position: absolute;
	top: -25px;
	width:660px;
}
div.logo .slogan {
	font-size:15px;
	margin-left: 100px;
	font-style:oblique;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: -20px;
}
div.info, div.info1 {
	width:816px;
	line-height:40px;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	background-image:url(/img/info.gif);
	background-repeat:repeat-x;
}
div.info1 {
	background-image:url(/img/info1.gif);
	float:left;
	border-top:1px solid #fff;
	background-color:#e4e4e4;
	color:#999;
}
div.info1 a, div.info1 a:link, div.info1 a:visited {
	color:#999;
}
div.info1 a:hover {
	color: #666;
}
div.wrap2 .leftpanel, div.wrap2 .rightpanel {
	width:200px;
	float:left;
}
div.wrap2 .mainpanel {
	width:456px;
 #width:453px;
	float:left;
}
div.wrap2 .mainpanel2 {
	margin-left:200px;
}
div.leftpanel .header, div.rightpanel .header {
	background-image:url(/img/header.png);
	background-repeat:no-repeat;
	width:180px;
	line-height:35px;
	padding-left:20px;
	color:#FFFFFF;
	overflow:hidden;
	font-weight:bold;
}
.text {
	padding:8px;
	text-align:justify;
}
.infot {
	padding:15px;
	text-align:justify;
}
.picts {
	padding:15px;
	text-align:center;
}
.picts img {
	border: #a66347 dotted;
	padding: 3px;
	margin: 2px;
}
.turl {
	text-align:left;
	font-size:12px;
	padding:8px;
}
.buttons {
	text-align:center;
	font-size:12px;
	margin:6px;
}
.buttons img {
	float:left;
	margin: 3px;
}
.text img {
	margin-right:10px;
	margin-bottom: 10px;
	border:0;
	float:left;
}
.text_ {
	padding:15px;
	text-align:justify;
}
.text_ img {
	vertical-align:middle;
	border:0;
}
.tablecont {
	margin:0 15px 15px 15px;
}
table.base {
	background-color:#CACAB9;
	font-size:10px;
}
.base tr {
	background-color:#FFFFFF;
	font-size:11px;
}
.base th {
	background-color:#FFFFFF;
	font-size:12px;
	text-align:center;
	background-image:url(/img/menu.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
}
.base .green {
	color:#CE7022;
}
span.divider {
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	margin-bottom:5px;
	display:block;
}
div.rightpanel .inquiry, div.leftpanel .inquiry {
	padding:8px;
	text-align:justify;
}
.inquiry a, .inquiry a:link, .inquiry a:visited, .inquiry a:hover {
	text-decoration:none;
	cursor:pointer;
}
/* Таблицы в контактах */
table.agents {
	font:'Courier New', Courier, monospace;
	font-size:14px;
	width: 95%;
}
table.agents td img {
	margin:0;
}
table.agents td.f1 {
	font-weight:bold;
	text-align: left;
	padding:0 0px 0 7px;
	color: #FFFFFF;
	border-bottom:1px dashed #333333;
	border-right:1px dashed #333333;
	width:150px;
}
table.agents td.f1 a{
	font-weight:normal;
}
table.agents td.f0 {	
	border-bottom:1px dashed #333333;
	border-right:1px dashed #333333;
	text-align:center;
	width:100px;
}
table.agents td.f2 {

	border-bottom:1px dashed #333333;
	text-align:center
}
#photoadmin input, #photoadmin textarea {
	width:100%;
	padding:0px;
}
#photoadmin td {
	vertical-align:top;
}
#info_photo {
	display:block;
	width:520px;
}
#info_photo img {
	width:120px;
	padding:5px;
}
#info_photo ul {
	margin:0;
	padding:0;
}
#info_photo li {
	display:block;
	float:left;
	text-align:center;
}
#info_photo a {
	text-decoration:none;
	display:block;
}
.del_photo {
	position:relative;
	bottom:0;
}
#output1 {
	background:none repeat scroll 0 0 #FFFFFF;
	display:none;
	text-align:center;
	width:630px;
}
#obj123 {
	border:1px dashed #333333;
	margin-right:15px;
	padding-left:15px;
	display:none;
}
.nolink {
	cursor:pointer;
	text-align:left;
	text-decoration:underline;
}
.nolink ol {
	display:none;
}
ol {
	list-style-image:none;
}
ol.subol {
	color:#000;
}
ul.sovety, ol.subol {
	margin: 0 0 0 10px;
	padding:0 0 0 30px;
}

#reset {
	margin: 10px auto 5px;	
}
#searchz {
	_width:626px;
	_height:420px;
}


#menu {
	position:absolute;
	top:130px;	
}
#menu2,div.info {
	margin-top:47px;
}

