html {
	background: #F3F4F4 url('img/bg.jpg') center 0 repeat-y;
}
body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #555555;
}
div.header, div.tm, div.content, div.footer {
	width: 991px;
}
div.headerWrapper, div.menuWrapper, div.contentWrapper, div.footerWrapper {
	min-width: 991px;
	max-width: 1255px;
	width: 100%;
	width: expression(document.body.clientWidth>1255?'1255px':'100%');
}

div.menuWrapper {margin:auto;}


h1 {
	margin: 3px 0 18px;
	font: italic normal 28px/30px "Georgia", "Tahoma", "Verdana";
	color: #1e5eb0;
}
div.main h1, td.news h1 {
	margin-top: 20px;
}

h1 span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #1e5eb0;
}
h1 a {
	margin-right: 3px;
	color: #1e5eb0;
}
h1 a.print {
	font-size: 14px;
	padding: 0 0 0 23px;
	margin-left: 150px;
}
h2 {
	margin: 23px 0 15px;
	font: italic normal 18px/20px "Arial", "Helvetica", sans-serif;
	color: #1e5eb0;
}
h3 {
	margin: 20px 0 10px;
	font: normal 18px/20px "Arial", "Helvetica", sans-serif;
	color: #1e5eb0;
}
a {
	color: #1e5eb0;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}

div.clr {
	clear: both;
	font-size: 0;
	overflow: hidden;
}
td {
	vertical-align: top;
}
.error {
	color: #FF6000;
}
.hidden {
	display: none;
}

/************** =Top ****************/
div.headerWrapper, div.header {
	height: 191px;
}
div.headerWrapper {
	background: url('img/bg_header.jpg') top center no-repeat;
}
div.header {
	text-align: left;
}
div.logo {
	width: 305px;
	height: 50px;
	margin: 29px 0 0 15px;
	float: left;
	display: inline;
	font-size: 39px;
	line-height: 38px;
	color: #0251A5;
}
div.phone {
	margin: 14px 17px 0 23px;
	float: left;
	display: inline;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	line-height: 36px;
	color: #79a1d7;
}
div.phone span {
	font-size: 20px;
}
div.phone span.prefix {
	font-size: 18px;
	font-weight: normal;
}
/************* endTop **************/

/************** =MainMenu *****************/
div.menuWrapper, div.tm{
	height: 83px;
	background: url('img/bg_tm.png') 0 0 repeat-x;
}
div.tm {
}

div.tm a {
	padding: 35px 0 34px 0;
	margin: 0;
	display: block;
	float: left;
	font-size: 14px;
	color: #FFF;
}
div.tm a.select, div.tm a:hover {
	font-weight: bold;
	color: #0A4E95;
	cursor: pointer;
	background: url('img/bg_tm_select.png') 0 0 repeat-x;
}
div.tm a.select {
	text-decoration: none;
	cursor: default;
}
div.tm img {
	float: left;
}
div.slogan {
	padding: 16px 10px 0 0;
	float: right;
	font-size: 20px;
	font-style: italic;
	line-height: 26px;
	text-align: right;
	color: #C8E6F3;
}

td.menuBar {
	width: 222px;
}
td.menuBar ul {
	margin-top: 17px;
}
td.menuBar li a {
	padding: 11px 0 11px 26px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: #1e5eb0;
	background: url('img/mainmenu_li_marker.png') 13px 17px no-repeat;
}
td.menuBar li {
	background: url('img/mainmenu_sep.png') center bottom no-repeat;
}
td.menuBar li.last {
	background: none;
}
td.menuBar>ul>li a:hover {
	background-color: #EFFAFF;
}
td.menuBar li ul {
	display: none;
}
td.menuBar li.select ul {
	margin: 0 0 2px 20px;
	padding: 0 0 7px;
	display: block;
}
td.menuBar li.select>a, td.menuBar li.select>a:hover {
	color: #FFF;
	background: #0570B3 url('img/mainmenu_li_marker_select.png') 11px 20px no-repeat;
	cursor: default;
}
td.menuBar li.select li {
	background: none;
}
td.menuBar li.select li a {
	padding: 7px 14px 8px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
	color: #1e5eb0;
	background: none;
}
td.menuBar li.select li.select a {
	font-weight: bold;
}
td.menuBar li.select li a:hover {
	text-decoration: none;
	color: #1e5eb0;
	background: none;
}
/************** =endMainMenu *****************/

/************** =Main *****************/
div.content {
	margin-top: 17px;
	padding-bottom: 30px;
}

table.main {
	width: 100%;
	position: relative;
}
table.main td {
	text-align: left;
}
td.content {
	padding: 0 35px 0 50px;
}

div.main p {
	margin: 0 0 20px;
	line-height: 20px;
}
div.main ul {
	margin: 0 0 20px 29px;
}
div.main li {
	margin: 0 0 10px;
	padding: 0 0 0 27px;
	line-height: 20px;
	background: url('img/li_marker.gif') 0 11px no-repeat;
}

blockquote {
	margin: 22px 0 0;
	padding: 15px 20px 1px 35px;
	font-style: italic;
	background: #D5F2FF;
}

div.main table {
/* 	width: 100%; */
	margin: 11px 0 15px;
}
div.main th {
	padding: 14px 4px 12px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	background: #0570B3;
	border-right: 1px solid #FFF;
}
div.main td {
	padding: 8px 20px 9px;
	border-left: 1px solid #FFF;
	background: #D5F2FF;
}
div.main tr:nth-child(2n+1) td {
	background: #BCEAFE;
}
div.main td.center {
	text-align: center;
}
div.main td.photo {
	text-align: right;
}

div.main table.small {
/* 	width: 100%; */
	margin: 11px 0 15px;
	font-size: 12px;
}
div.main  table.small th {
	padding: 12px 2px 10px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}
div.main table.small td {
	font-size: 12px;
	padding: 6px 10px 7px;
}


table.enter {
	margin-bottom: 30px;
}
table.enter td {
	padding: 5px 0;
	background-color: #E7E7E7;
	vertical-align: center;
}
table.enter td.right {
	padding: 10px 15px 10px 40px;
	background-color: #E7E7E7;
}
table.enter input[type=text], table.enter input[type=password] {
	margin-right: 40px;
}

input.buttonEnter, input.btn, input.btnCancel {
	width:92px;
	height: 41px;
	font-size: 14px;
	font-weight: bold;
	border: none;
	margin: 10px 20px 10px 0;
}
input.buttonEnter, input.btn {
	color: #FFF;
}
input.btnCancel {
}
input.buttonEnter:hover, input.btn:hover, input.btnCancel:hover {
	cursor: pointer;
}

a.btnPrice {
	width: 189px;
	height: 52px;
	margin: 50px 0 0;
	padding: 17px 30px 19px 65px;
	color: #2770AE;
	background: url('img/btn_price.jpg') 0 0 no-repeat;
}

img.ico {
	margin: 0 5px -4px 0;
}

div.page {
	height: 36px;
	padding:3px 0px 4px 0px;
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 20px;
}
div.page span.active, div.page a {
	font-size: 16px;
	padding: 4px 5px;
}
div.page span.active {
	color: #FFF;
	background-color: #732523;
}

/* td.cat {
	height: 190px;
	padding: 0 0 10px 0;
	vertical-align: bottom;
	background: 0 5px no-repeat;
}
td.cat div.label {
	width: 177px;
	float: right;
	display: inline;
	position: relative;
	left: -25px;
	z-index: 99;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
td.cat a {
	padding: 16px 0 18px;
padding: 10px 0;
	display: block;
	color: #FFF;
	background: #0570B3;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	-khtml-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	behavior: url('/template/PIE.htc');
}
td.cat a:hover {
	color: #0A4E95;
	background-color: #8FDCFC;
}
td.last div.label {
	left: 0px;
} */

/* td.catalog {
	padding-bottom: 40px;
}
td.last div {
	float: right;
}
td.catalog div {
	width: 216px;
	text-align: center;
}
td.catalog div.img {
	height: 162px;
	margin: 0 0 10px;
	border: 1px solid #4EBBFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url('/template/PIE.htc');
}
td.catalog div.img a {
	display: block;
	margin: 7px 10px 0;
	padding: 146px 0 0;
	background: center center no-repeat;
}
 */
div.catalog {
	margin: 0 10px 5px 0;
/* 	padding-bottom: 40px; */
	float: left;
}
div.catalog div {
	width: 216px;
	height: 65px;
	text-align: center;
}
div.catalog div.img {
	height: 162px;
	margin: 0 0 10px;
	border: 1px solid #4EBBFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url('PIE.htc');
}
div.catalog div.img a {
	display: block;
	margin: 7px 10px 0;
	padding: 146px 0 0;
	background: center center no-repeat;
}

div.cat {
	width: 214px;
	height: 190px;
	padding: 0 0 10px 0;
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
	background: 0 5px no-repeat;
}
div.cat div.label {
	width: 177px;
	margin-top: 165px;
	float: right;
	display: inline;
	position: relative;
	z-index: 99;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
div.cat a {
	padding: 10px 0;
	display: block;
	color: #FFF;
	background: #0570B3;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	-khtml-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	behavior: url('PIE.htc');
}


div.imgLeft {
	margin: 9px 10px 5px 0;
	float: left;
	display: inline;
}

/************ end Main ***************/

/************** =Form *****************/
form.contacts {
	display: block;
	margin: 0;
	padding: 1px 0 0;
	width: 500px;
}
form.contacts table {
	width: 100%;
	margin: 0;
}
form.contacts table td {
	vertical-align: top;
	padding-bottom: 15px;
}
form.contacts table td.right {
	padding-right: 15px;
}
form.contacts table tr.site {
	display: none;
}
form.contacts label {
	display: block;
	padding: 0 8px 0 0;
	color: #3D3D3D;
	width: 150px;
	text-align: right;
}
form.contacts input[type=text], form.contacts input[type=password], form.contacts textarea {
	width: 335px;
	background-color: #fff;
	color: #444;
	padding: 2px 5px;
	margin-right: 20px;
	font: 12px/18px Arial;
	border: 1px solid #B8B8B8;
}
form.contacts textarea {
	height: 135px;
	resize: none;
}
form.contacts img#captcha {
	float: left;
	width: 125px;
	margin: 0 20px 0 0;
}
form.contacts img#refresh {
	float: left;
	margin: 8px 20px 0 0;
	cursor: pointer;
}
form.contacts input#captcha {
	font-size: 21px;
	width: 65px;
}
form.contacts p, form.contacts label.error {
	font-size: 11px;
	color: #3D3D3D;
	width: 270px;
	text-align: left;
}
form.contacts label.error[for=captcha] {
	padding-left: 18px;
	width: 100px;
	text-align: left;
}
form.contacts input.error, form.contacts textarea.error {
	color: #FF6000;
	border: 1px solid #FF6000;
	text-align: left;
	resize: none;
}
div.grippie {
	border-color: #B8B8B8;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}
.resizable-textarea textarea {
	display: block;
	margin-bottom: 0pt;
	width: 95%;
	height: 20%;
}
/************ endForm ***************/

/************** =News *****************/
td.news {
	width: 215px;
}
div.news {
	margin: 22px 0 0;
}
div.news p {
	margin: 0 0 5px;
	line-height: 18px;
	color: #555555;
}
div.news p.date {
	font-size: 12px;
	font-style: italic;
	color: #8C8C8C;
}
div.news p.name {
	margin-bottom: 8px;
}
div.news p.name a {
	color: #1e5eb0;
}
div.news p.desc a {
	float: left;
	display: inline;
	margin: 5px 9px 3px 0;
}
div.news img {
	padding: 1px;
	border: 1px solid #4EBBFF;
}
div.news a {
	color: #1e5eb0;
}
/************ end News ***************/

/************** Footer ****************/
div.footerWrapper {
	height: 115px;
	border-top: 1px solid #B2B2B2;
}
div.footer {
	height: 115px;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
div.footer a {
	color: #1e5eb0;
}
div.footer i {
	font-style: italic;
}
div.footer div.copyright {
	margin: 24px 50px 0 0;
	float: left;
	display: inline;
}
div.footer div.developer {
	margin: 24px 0 0;
	float: right;
	display: inline;
	text-align: right;
}
div.footer div.developer a {
	/* color: #666; */
}
div.footer div.counters {
width: 151px;
	margin: 20px 0 0 30px;
	float: right;
	display: inline;
	text-align: right;
}
/************** end Footer ****************/

div.footer .lm {
	float: right;
}
div.footer .lm , div.footer .lm a {
	text-decoration: none;
	font-size:9px;
	color:#666;
}


/************** slidemenu ****************/
div.tms ul.slidemenu { position: absolute; top: 5; display: none; height: 400px; width: 130px; background-color: #79a1d7; z-index: 999; }
div.tms ul.slidemenu li a { display: block; text-decoration: none; width: 130px;  	 color: #0A4E95; padding: 0px; margin: 0px; overflow: visible; font-size: 14px; line-height: 2; font-weight: normal; text-align: center; }
/* Fix IE. Hide from IE Mac \*/ * html ul.slidemenu li { float: left; } * html ul.slidemenu li a { height: 1%; } /* End */
div.tms ul.slidemenu{ margin: 0; padding: 0; list-style: none; width: 130px; margin-top: 83px; }
div.tms:hover ul.slidemenu { display: block; }
div.tms:hover ul.slidemenu, li.over ul.slidemenu { display: block; }

/************** end slidemenu ****************/

div.tms {
margin-left: 550px;
}
