/*  common styles */

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
/*	background: #dcd9c9;*/
	background: transparent url('/files/i/body1.gif') repeat-y 0 0;
}
body, td, th, h1, h2, h3, h4, h5, input, select, textarea {
	color: #6b6868;
	font: normal 12px Tahoma;
}
input {
	border: none;
	background: none;
}
.input {
	float: left;
	background: transparent url('/files/i/input/left.gif') no-repeat 0 0;
	margin: 4px 0 0 0;
}
.input div {
	height: 20px;
	margin: 0 0 0 4px;
	background: transparent url('/files/i/input/right.gif') no-repeat 100% 0;
}
 table, td, th {
  	border: none; 
  	border-collapse: collapse;
}
form, img, div, td, th {
    padding: 0;
    margin: 0;
    border: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	text-align: left;
}
h1 {
	font: normal 24px Tahoma;
	padding: 0 0 0 0;
	margin: 10px 0 10px 18px;
	color: #7c0000;
}
h2 {
	color: #c21212;
	font: normal 20px Tahoma;
	margin: 19px 0 11px 10px;
	padding: 0;
}
h3 {
	font: bold 14px Tahoma;
	color: #4e7798;
	padding: 0;
	margin: 17px 0 8px 0;
}
h4 {
	font: bold 14px Tahoma;
    color: #0074ce;
	text-decoration: underline;
	padding: 0;
	margin: 3px 0 0 0;
}
h5 {
	font: normal 16px Arial;
    color: #f58220;
	padding: 0 0 3px 0;
}
h6 {
	font: bold 12px Verdana;
    color: #000;
	padding: 0;
}
p {
	padding: 0;
    margin: 6px 0 16px 0;
	font-size: inherit;
	font-family: inherit;
	line-height: 16px;
}
img {
   behavior: url("pngbehavior.htc");
} 
.clear {
    clear: both;
	display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}
.br {
    clear: both;
    font-size: 1px;
    height: 254px;
    line-height: 1px;
    margin: 0;
}
.fix {
    height: 12px;
}
.fix2 {
    height: 4px;
}
.fix3 {
    height: 7px;
}
.hr {
    clear: both;
	display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
	background: transparent url('/files/i/hr.gif') repeat-x 0 0;
}
a {
	color: #4e7798;
/*	color: #063566;*/
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
ul {
    padding: 0;
    margin: 0 0 0 26px;
	list-style: none;
}
ul li {
    background: transparent url('') no-repeat 0 5px;
	padding: 0;
	margin: 0;
}
.error {
	text-align: left;
	font-size: 10px;
	color: #850600;
}
.float_right {
	float: right;
}
.float_left {
	float: left !important;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.error {
	color: #f30000;
}
.line {
	display: inline;
}
.bold {
	font-weight: bold;
}
/*  /common styles  */
/*  main blocks */
#wrapper {
	margin: 0 auto;
	padding: 12px 0 27px 0;
	min-height: 100%;
/*	width: 1226px;	*/
	background: transparent url('/files/i/body.gif') repeat-y 0 0;
	position: relative;
	z-index: 0;
	min-width: 1001px;	
	max-width: 1226px;
	_width:expression(document.body.clientWidth > 1001? "100%": "1001px" );
	_width:expression(document.body.clientWidth < 1226? "100%": "1226px" );
/*	width: expression(1226 + "px");*/
	text-align: center;
	overflow-x: hidden;
}
* html #wrapper {
	height: 100%;
}
#wrapper #top {
	background: transparent url('/files/i/body_top.gif') no-repeat 0 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 1226px;
	overflow: hidden;
	height: 661px;
}
#wrapper #bottom {
	background: transparent url('/files/i/body_bottom.gif') no-repeat 0 0;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 1226px;
	overflow: hidden;
	height: 200px;
}
/*   content   */
#content {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 4px 0;
	position: relative;
	z-index: 2;
	background: #fff url('/files/i/bon.gif') repeat-x 0 100%;
}
#content #shadow_right {
	padding: 0 0 0 3px;
	background: transparent url('/files/i/shadow_left.gif') repeat-y 0 0;
	width: 917px;
}
#content #shadow_right #shadow_bottom {
	padding: 0 3px 0 0;
	background: transparent url('/files/i/shadow_right.gif') repeat-y 100% 0;
	width: 917px;
}
/*  head  */
#head {
	background: transparent url('/files/i/head.gif') no-repeat 0 0;
	height: 91px;
	width: 917px;
}
#logo {
	display: block;
	width: 77px;
	height: 78px;
	float: left;
	position: relative;
	top: 7px;
	left: 7px;
}
.phone {
	float: right;
	color: #938f8f;
	text-align: left;
	font: normal 18px Tahoma;
	margin: 19px 27px 0 0;
}
.phone span {
	color: #c21212;
}
#nav {
	background: #c21212 url('/files/i/nav.gif') no-repeat 0 0;
	height: 44px;
	font: bold 11px Tahoma;
	margin: 0 0 1px 0;
}
#nav ul {
	margin: 0 8px 0 7px;
}
#nav ul li {
	width: 180px;
	color: #fff;
	float: left;
	padding: 16px 0 0 0;
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
}
/*  /head  */
#columns {
	width: 917px;
	padding: 0;
	margin: 0;
}
#columns td {
	vertical-align: top;
}
#column_left {
	width: 270px;
	padding: 0;
	margin: 0 1px 0 0;
	text-align: left;
	background: transparent url('/files/i/menu.gif') no-repeat 0 100%;
}
.call_us {
	background: #c21212 url('/files/i/call_us.jpg') no-repeat 0 0;
	width: 269px;
	height: 125px;
	margin: 0;
	padding: 12px 0 0 0;
	font: normal 12px Tahoma;
}
.call_us ul {
	margin: 0 0 0 104px;
	padding: 0;
}
.call_us ul li {
	margin: 0;
	padding: 0 0 18px 0;
}
.call_us a {
	color: #fff;
	text-decoration: none;
}
#menu {
	background: transparent url('/files/i/menu.gif') no-repeat 0 100%;
	padding: 0 0 66px 0;
	margin: 0;
}
#menu ul, #menu ul.claster2 {
	padding: 0;
	margin: 0 6px 0 2px;
	border-top: 1px solid #e9e9e9;
	font: normal 11px Tahoma;
	position: relative;
	top: 10px;
}
#menu ul li, #menu ul.claster2 li {
	padding: 9px 0 9px 0;
	border-bottom: 1px solid #e9e9e9;
}
#menu ul li a {
	color: #4e7798;
	margin: 0 0 0 32px;
	font-weight:bold;
}
#menu ul.claster2 {
	border-top: 1px solid #fff;
}
#menu ul.claster2 li {
	border-bottom: 1px solid #fff;
}
.text {
	padding: 0 0 0 10px;
	margin: 0 0 22px 0;
	color: #4f5768;
}
.text a {
	font-weight: bold;
}

.text span {color: #4e7798;
font-weight: bold;
}

.text img {
	border: 3px solid #dcdcdc
}
#column_right {
	width: 643px;
	padding: 0 0 0 2px;
	margin: 0 0 0 0;
	text-align: left;
}
.breadcrumbs {
	margin: 10px 0 0 18px;
	color: #014764;
}
.breadcrumbs a {
	color: #014764;
}
.anonce1, .anonce2, .anonce3 {
	margin: 0 0 1px 0;
	text-align: left;
	color: #fff;
	font: normal 11px Tahoma;
	width: 435px;
/*	width: 438px;*/
	height: 247px;
	padding: 0px 18px 0 193px;
	position: relative;
}
.anonce1 p, .anonce2 p, .anonce3 p {
	line-height: 14px;
	padding: 0;
	margin: 0 0 9px 0;
/*	margin: 0 0 7px 0;*/
}
.anonce1 a.detailed, .anonce2 a.detailed, .anonce3 a.detailed {
/*
	width: 120px;
	clear: both;
	padding: 0;
	position: relative;
*/
	width: 92px;
	float: right;
	color: #fff;
	display: block;
}
.anonce1 a.detailed, .anonce2 a.detailed, .anonce3 a.detailed {
	color: #000;
	margin: 21px 0 0 0px;
}
* html .anonce1 a.detailed { /* for ie6*/
	margin: 21px 0 0 0px;
}
 * html .anonce2 a.detailed, * html .anonce3 a.detailed { /* for ie6*/
	margin: 8px 0 0 0px;
}

.anonce1 {
	background: transparent url('/files/i/anonce1.jpg') no-repeat 0 0;
	color: #4f5768;
}
.anonce2 {
	background: #616777 url('/files/i/anonce2.jpg') no-repeat 0 0;
}
.anonce3 {
	background: #dab481 url('/files/i/anonce3.jpg') no-repeat 0 0;
}
.anonce1 .left, .anonce2 .left, .anonce3 .left {
	float: left;
	width: 260px;
/*	height: 169px;*/
	margin: 0 8px 0 0;
}
.anonce1 .right, .anonce2 .right, .anonce3 .right {
	width: 152px;
	float: right;
	height: 125px;
}
.anonce1 .right ul, .anonce2 .right ul, .anonce3 .right ul {
	padding: 0;
}
.anonce1 .right ul {
	margin: 26px 0 0 0;
}
.anonce2 .right ul {
	margin: 12px 0 0 0;
}
.anonce3 .right ul {
	margin: 2px 0 0 0;
}
.anonce1 .right ul li {
	background: transparent url('/files/i/anonce_list1.gif') no-repeat 0 7px;
	padding: 0 0 10px 12px;
	margin: 0;


}
.anonce1 .right ul li a {
	color: #4e7798;
}
.anonce2 .right ul li, .anonce3 .right ul li {
	background: transparent url('/files/i/anonce_list2.gif') no-repeat 0 7px;
	padding: 0 0 10px 12px;
	margin: 0;
}
.anonce2 .right ul li a, .anonce3 .right ul li a {
	color: #fff;
}

#subnav {
	background: #c21212 url('/files/i/subnav.gif') no-repeat 0 0;
	height: 36px;
	font: bold 11px Tahoma;
	margin: 0 0 0 0;
}
#subnav ul {
	margin: 0 0 0 0;
}
#subnav ul li {
	text-align: center;
	color: #fff;
	float: left;
	padding: 12px 0 0 0;
}
#subnav ul li a {
	color: #fff;
	text-decoration: none;
}
#subnav ul li.send_order {
	width: 116px;
}
#subnav ul li.send_message {
	width: 169px;
}
#subnav ul li.specify_info {
	width: 162px;
}
#subnav ul li.order_back_call {
	width: 195px;
}
#intro {
	background: transparent url('/files/i/about_bottom.gif') no-repeat 0 100%;
	padding: 0 0 342px 0;
	position: relative;
}
#intro .inside {
	background: transparent url('/files/i/about_top.gif') no-repeat 0 0;
	padding: 64px 0 0 0;
}
#intro .inside .ins {
	width: 644px;
	background: transparent url('/files/i/about_center.gif') repeat-y 0 0;
/*	min-height: 100%;
*/
	min-height: 16px;
	bordeR: 1px solid transparent;
	
}
* html #intro .inside .ins {
	height: 16px;
	bordeR: none;
}
#intro .inside .ins .content {	
	text-align: left;
	position: relative;
	padding: 0 44px 164px 34px;
	top: -38px;
/*
	padding: 0 44px 164px 34px;
	padding: 0 44px 75px 34px;
	margin: 0 0 -180px 0;
	top: -38px;
	margin: 0;
	margin: 0;
	margin: 0;
	margin: 0px 0 -38px 0;

	padding: 0 44px 102px 34px;
	bottom: -380px;
	margin: 0;
	margin: -380px 0 0 0;

	min-height: 396px;
*/
	min-height: 396px;
	color: #5e5e5e;
}
/*
* html #intro .inside .ins .content {
	height: 396px;
}
*/
.about, .direct {
	float: left;
}
.about {
	width: 595px;
	margin: 0 51px 0 0;
/*	padding-bottom: 258px;*/
}
.about p {
	padding: 0;
	margin: 0 0 17px 0;
}
.about .title {
	background: transparent url('/files/i/about_title1.gif') no-repeat 0 0;
	width: 227px;
	height: 51px;
	position: relative;
	top: 45px;
	left: -36px;
	margin: 0 0 54px 0
}
.direct {
	padding: 0 0 0 11px;
	width: 304px;
}
.direct p {
	padding: 0;
	margin: 0 0 17px 0;
	line-height: 17px;
}
.direct .title {
	background: transparent url('/files/i/direct_title.gif') no-repeat 0 0;
	width: 191px;
	height: 107px;
	position: relative;
	top: -29px;
	left: -11px;
	margin: 0 0 -54px 0;
}
/*   /content  */
/* footer */
#footer {
    margin: 0 auto;
	padding: 24px 0 0 0;
/*	padding: 24px 0 0 0;*/
	width: 644px;	
	height: 41px;
	bordeR-top: 1px solid #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}
/*  /footer */
ul.list {
	list-style: disc;
}


.text { padding-left:20px; }
.top { padding-top:180px}
.top1 { padding-top:500px}

.zvet {border:1px solid #bbbbbb; width:370px; color:#1D2026;}
.raz {padding:5px}
.mainer {
	padding: 10px 0 10px 32px;
}

a.cat_inner {
	color: #7c0000;
}

.anonce1 a.cat_link, .anonce2 a.cat_link, .anonce3 a.cat_link {
	display:block;
	float:right;
	width:450px;
	height:79px;
	top:0px;
	right:0px;
	position:relative;
}

.t_block {
	float:left;
	height:200px;
	width:150px;
	text-align:center;
}

.t_block img {
	margin: 10px;
}
.t_block a {
	display:block;
	margin: 0px 10px;
}

.spec_link {
	text-decoration:none;
	color:#C21212;
}
.spec_link:hover {
	text-decoration:underline;
}
#btn {width:150px; color:#1D2026;}
