html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,sub,sup,var,hr,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:none;
	outline:none;
	vertical-align:baseline;
	font-family:inherit;
	margin:0;
	padding:0;
}
a:hover { text-decoration:none;}

textarea,input,select {
	font-size:13px;
	font-family:inherit;
}

blockquote,q {
	quotes:none;
}

q:before,q:after,blockquote:before,blockquote:after {
	content:none;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
}

:focus {
	outline:none;
}

body,textarea,input,select {
	font-family:Arial,sans-serif;
}

body {
	background:#4f676b url(/public/images/bg-body.gif); 
	line-height:1.3;
	font-size:14px;
	color:#444;
	text-align:center;
}
a {
	color:#298FB3;
}
.alignCenter {margin: 0 auto;}
.container {
	margin:0 auto;
	text-align:left;
	background:#fff;
	min-width:1000px;
	max-width:1160px;
	_width:1000px;	
}
.red {color:red;}
.topmenu {
	background: #9ed8fd url(/public/images/bg-topmenu.gif) repeat-x top left;
	text-align:center;
}
.topmenu ul li {
	font: 14px/34px Tahoma, Arial, sans-serif;
	padding-right:22px;
	background:url(/public/images/bg-topmenu-line.gif) no-repeat right 3px;
	display:inline;		
}

.topmenu ul li a {
	color:#fff;
	/*text-decoration:none;*/
	text-transform:uppercase;
	padding-left:28px;	
	/*background:url(/public/images/bg-topmenu-item.gif) no-repeat 15px 5px;	*/
}
.topmenu ul li.last {
	padding-right:0;
	background:none;
}
.header-block {
	height:293px;
	position:relative;
	background:url(/public/images/bg-header.jpg) no-repeat top left;
}
.logo, .phone {
	position:absolute;
	top:50px;
	left:600px;	
}
.phone {
	top:180px;
	font:bold 20px/1.5 Verdana, Tahoma, Arial, sans-serif;	
	color:#d41d22;	
}

.extra{
	padding:20px 0;
}

.footer a{
	color: #C6D5FD;
}
.wrapper{
	float:left;
	width:100%;
}
.content{
	margin: 0 200px 0 250px;
	padding:20px;
	/*
	На внутренних страницах,
	где макет в две колонки:	
	margin: 0 0 0 250px;
	*/
}

.content ul, .content ol {
	margin:10px 0 20px 30px;
}
.content ol li {margin-bottom:5px;
}
.content ul li {
	margin-bottom:5px;
	list-style:circle;
}
.content table {border: 1px solid #666;}
.content table td, th {border: 1px solid #666; padding:5px;}
th {background:#b2e3fa;}
.navigation{
	float:left;
	width:250px;
	margin-left:-100%;
	_margin-left:-1000px;
	padding:20px 0;
}
.navigation h3{
	font:bold 18px/34px  Arial;
	padding-left:15px;
	margin-bottom:0;
	color:#555;
	background:#e6e6db;
	border-bottom:1px solid #d3d3c7;
}
.navigation ul {list-style:none;}
.menu {
	background:#f0f0e8;
	border:1px solid #eaebe3;
	border-left:0;
	position:relative;
	zoom:1;
	/*height:expression(this.clientHeight % 2 == 1? (this.clientHeight+1) + "px" : "auto"); */
	margin-bottom:40px;
}

.menu ul {
	margin:0 15px;
}
.menu ul li {
	background:url(/public/images/bg-menu-item-dot.gif) repeat-x left bottom;
	padding:10px 0;
	zoom:1;
	font-size:14px;
	text-decoration:none;
}
.menu ul li.last {
	background:none;
}
.menu ul li div {
	padding-left:18px;
	background:url(/public/images/bg-menu-item.gif) no-repeat 2px 6px;
	zoom:1;
}
.menu ul li div a {
	color:#d51e23;
}

.menu div.info {
	margin:15px;
	font-size:13px;
}

.link-at {
	color:#d51e23;
}

.submenu {
	margin-left:16px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.submenu li {
	padding:0 0 0 18px !important;
	background:url(/public/images/bg-menu-sub-item.gif) no-repeat 2px 6px !important;	
	margin-bottom:5px;
	font-size:13px !important;
}
.submenu li a {
	color:#666;
	text-decoration:none;
}
.submenu li a:hover {
	color:#298FB3;
}


.cr1-menu, .cr2-menu {
	width:10px;
	height:10px;
	position:absolute;	
	right:-1px;
	_right:-2px;
}
.cr1-menu {
	background:url(/public/images/cr1-menu.gif) no-repeat top left;
	top:-1px;
}
.cr2-menu {
	background:url(/public/images/cr2-menu.gif) no-repeat top left;
	bottom:-1px;
	_bottom:-7px;
}
.extra{
	float:left;
	width:200px;
	margin-left:-200px;
}
.footer{
	clear:both;
	width:100%;
	background:url(/public/images/bg-footer-1.jpg) repeat-x top left;
	color:#fff;
	overflow:auto;
	line-height:40px;
	border-top:2px solid #245b00;
}
.footer a {
	color:#fff !important;
}

.copy {
	float:left;
	width:30%;
	padding-left:20px;
}
.contacts-footer {
	float:right;
	width:60%;
	text-align:right;
	padding-right:20px;
}
.contacts-footer .tel {
	font-size:15px;
	margin-right:10px;
}
.clear:after {
	content:"";
	display:block;
	height:0;
	overflow:hidden;
	clear:both;
}

.clear {
	zoom:1;
}

h1,h2,h3,h4 {
	color:#505d67;
	margin-bottom:5px;
}

h1, .h1 {
	font: 24px/1.1em Arial, sans-serif;
	color:#3e8235;
}


.h1_sub {
	color:#444;
	font:normal 20px/1.1 Arial, sans-serif;
}

h2 {
	font:18px/1.2 Arial, sans-serif;
}

h3 {
	font:16px/1.2 Arial, sans-serif;
}

p {
	font:14px/1.3 Arial, sans-serif;
	margin-bottom:16px;
}

.products {
	text-align:center;
	margin-right:20px;
}

.products-item {
	margin-bottom:20px;
}
.products-item a img {
	padding:1px;
	border:1px solid #ccc;
}

.extra h3{
	font: bold 18px/34px  Arial;
	color:#555;
	border-bottom:1px solid #d3d3c7;	
}

.contacts {
 padding-bottom:50px;
 width: 630px;
 cellpadding: 0;  
}
.contacts td {

  height: 30px;
  vertical-align: top;
}
.contacts td.left {
  text-align: right;
  font-weight: bold;
  width: 155px;
}
.contacts td.right {
  padding-left: 10px;
  width:475px;
}
.contacts img, iframe{
  1border: 2px solid #969292;
}

.contacts a {
  color: #8c4105;
}

.topmenu ul li a.current {
  font-weight: bold;
}

.menu a.current {
  /*font-weight: bold;*/
  color:#555555;
}

.info-block {
  background:#E6F6E5 none repeat scroll 0 0;
  border:1px solid #BFEABC;
  margin:10px 0 20px 0;
  padding:15px;
}

.info-block a {
 color: #000000;
}

/* My Update: Contact Form */
.tbContactform .antispam {
	display:  none;
	visibility: hidden;
}

.tbContactform label {
	width:  95px;
	display:  inline-block;
	vertical-align: top;
	clear: both;
	font-weight:bold;
	text-align:right;
	width:155px;
}

.tbContactform input.text, .tbContactform textarea {
	width:  225px;
	padding: 2px;
}

.tbContactform textarea {
	height:  115px;
}

.tbContactform input.submit {
	display: block;
	margin-left: 250px;
	width:  auto;
	margin-left:305px;
}

.tbContactform .tbErrors p {
	color: #FF0000;
}
	.vContactform{
		margin:0;
		padding:0;
	}
	
	.vContactform .antispam {
		 display:  none;
		 visibility: hidden;
	}
	
	.vContactform label {
		 width:  95px;
		 display:  inline-block;
		 vertical-align: top;
		 clear: both;
		 font-weight:700;
	}
	
	.vContactform input.text,
	.vContactform textarea {
		 width:  340px;
		 padding: 2px;
	}
	
	.vContactform input.captcha_text{
		padding:2px;
	}
	
	.vContactform textarea {
		 height:  150px;
	}
	
	.vContactform input.submit
	{
		display: block;
		margin-left: 95px;
		width:  auto;
	}
	
	.vContactform .vErrors p
	{
		border:2px solid #DDDDDD;
		padding:0.4em;
		background:#FBE3E4 none repeat scroll 0 0;
		border-color:#FBC2C4;
		color:#D12F19;
	}
.clearboth {clear:both;}
.mainlink {padding:15px; width:220px;}
.mainlink a {color:#D51E23;}