body {
	background-color:#FEFEFE;
	padding: 0px 17px 20px 26px;
	margin: 0px;
}
TABLE {
	font-size: 80%;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	color: #555C62;
}
TABLE TABLE {
	font-size: 100%;
	}
	
.unibutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin:30px;
}
.unibutton:hover {
	text-decoration: none;
}
.unibutton:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #FFF;
	border: solid 1px #cc0033;
	background: #cc0033;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc0033), to(#cc3366));
	background: -moz-linear-gradient(top,  #cc0033,  #990099);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0033', endColorstr='#cc3366');
}
.orange:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}
.orange:active {
	color: #99ff99;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc0033), to(#cc3366));
	background: -moz-linear-gradient(top,  #cc0033,  #cc3366);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0033', endColorstr='#cc3366');
}
	
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 25px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .30em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin:30px;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orang {
	color: #FFF;
	border: solid 1px #00cc00;
	background: #00cc00;
	background: -webkit-gradient(linear, left top, left bottom, from(#00cc00), to(#00ff00));
	background: -moz-linear-gradient(top,  #00cc00,  #00ff00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cc00', endColorstr='#00ff00');
}
.orang:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}
.orang:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}
	


	
	
OL {
padding-bottom:20px;
font-weight:bold;
}

UL {
padding-bottom:20px;
font-weight:bold;
}

LI {
font-weight:normal;
padding-top:5px;
}
	
A {
	color: #EF1D23;
	text-decoration: underline;
}
A:hover {
	color: #EF1D23;
	text-decoration: none;
}

A:active {
	color: #000000;
	text-decoration: none;
}

A:vizited {
	color: #EF1D23;
	text-decoration: underline;
}


IMG {
	border:0px
}
H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
}

H2 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 6px;
  color: #00cc00;
}
H2.optim {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*тег для названий статей*/
H1 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 6px;
  color:cc0033;
}
/*/тег для названий статей*/
H3.main_text {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}



H4 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 2px;
  color:#cc0033;
font-weight: normal;
}

 H4 A, H4 A:hover {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 2px;
  color:#cc0033;
font-weight: normal;
text-decoration: underline;
}


H5 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  color:#e67728;
}



.sep_h {
	height: 1px;
	background: url(images/sep_h.gif) 0% 50% repeat-x;
}

td.menuleft {
width: 300px;
}

td.content {
width: 650px;
}

.module {
width:100%;
height: 1px;
background: url(images/module.gif) 0% 50% repeat-x;
}

.topmenu {
width: 300px;
}
H4 A, H4 A:hover {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 2px;
  color:#cc0033;
font-weight: normal;
text-decoration: underline;
}

.topcontent {
width: 650px;
}

.menuleftcontent {
width: 300px;
padding-left: 30px;
}

.txtcontent {
width: 650px;
padding-left: 30px;
padding-right:20px;
}

.menuleftcontent  A {
font-weight: bold;
color: #515151;
text-decoration: underline;
}

.menuleftcontent  A:hover {
color: #900000;
width: 300px;
font-weight: bold;
}

td.copyright {
padding -left: 30px;
}

DIV.telephon {
  font-size: 22px;
  color: #000;
  font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
  margin-bottom: 10px;
}
DIV.telephon SPAN {
  font-size: 14px;
  color: #555C62; 
}



.portfol_gl {
padding-top:20px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}


.container_left {
float:left;
}

.container_left a {
color:#8CBF02;
}


.container_left a:hover {
color:#515151;
}

.container_right {
padding-left:180px;
float:left;
}

.container_right a {
color:#8CBF02;
}


.container_right a:hover {
color:#515151;
}

















.sl-main {
height:153px;
padding:3px 2px 0;
background:url(images/sl-bg.gif) no-repeat 0 0;
}

.sl-list {
/*background:#ddd;*/
height:144px;
}

.sl-list LI {
display:block;
position:relative;
height:144px;
padding-left:3px;
background:url(images/sl-li-bg.gif) repeat-y 0 0;
overflow:hidden;
float:left;
}

.sl-list LI.sl-first {
padding:0;
background:none;
}

.sl-c {
position:relative;
width:304px;
height:144px;
}
.sl-c IMG {
position:absolute;
top:0;
left:0;
}

.sl-txt {
position:absolute;
display:block;
padding-left:10px;
background:url(images/sl-t-b.gif) no-repeat 0 3px;
text-decoration:none;
color:#5A6167;
}
.sl-txt:hover {
color:#5A6167;
}



.sl-v-bg {
width:180px;
background:url(images/sl-v-vbg.gif) repeat-y 0 0;
margin:20px 0 0 17px;
}
.sl-vert {
background:url(images/sl-v-bbg.gif) repeat-x 0 bottom;
}
.sl-v-top {
height:25px;
background:url(images/sl-v-top.gif) no-repeat 0 0;
}
.sl-vlist {
display:block;
list-style:none;
}
.sl-vlist li {
display:block;
overflow:hidden;
position:relative;
}
IMG.sl-v-libg {
display:block;
position:absolute;
bottom:0;
left:0;
width:180px;
height:80px;
}
.sl-v-c {
position:absolute;
width:170px;
height:272px;
padding:0 0 0 10px;
}
.sl-ico {
position:absolute;
top:30px;
left:50px;
}
.sl-cont {
position:absolute;
top:110px;
}
.sl-cont TABLE TD {
padding:2px 4px 2px 0;
*padding:1px 4px 1px 0;
}



.price {
padding-top: 10px;
padding-bottom:40px;
}

td.pricetab {
padding-top:5px;
padding-bottom:5px;
}	

td.pricetab2 {
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
}	


