* {
	margin: 0;
	padding: 0;
}
header, footer, section, aside, nav, article {
	display: block;
}
body {
	font-family: Arial;
	font-size: 13px;
	padding: 0 10px 10px 20px;
	/*margin: 0 10px 0 20px;*/

}
ul, ol {
	padding-left: 30px;
}
p {
	font-color: #001634;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size:24px;
}
#content h1 {
	padding-top: 10px;
}
h2{
  /*margin:0 0 12px;*/
  font-size: 17px;
}
h2 {
	font-size: 17px;
	padding-bottom: 10px;
}
td.padding {
	padding: 10px 20px 15px 20px;
	vertical-align: top;
}
td.img {
	padding: 0;
}
td.small {
	font-size: 10px;
	padding: 0;
}
td.big {
	font-size: 18px;
}
.blue {
	color: #3f65c7;
}
.bold {
	font-weight: bold;
}
.nopadding {
	padding: 4px 0 0 0;
}

h2.small {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 10px;
}
p.bold {
	font-weight: bold;
}
header {
	padding: 0;
	height: 133px;
}
header #right-bg {
	position: absolute;
	background: url(/images/header-right.gif) no-repeat;
	height: 133px;
	width: 11px;
	top: 25px;
	right: 0px;
}
header #text {
	height: 22px;
	padding-left: 13.7%;
	padding-top: 3px;
}
header #text #right {
	float: right;
	width: 86px;
	text-align: left;
	color: #939191;
	font-size: 11px;
	padding-top: 3px;
}
header #text #right a {
	color: #939191;
}
header #logo #right {
	float: right;
	background-color: #efeded;
	height: 72px;
	width: 64%;
	padding: 17px 0 0 17px;
	color: #6a6a6a;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
header #logo #right p {
	font-family: Arial;
	font-size: 13px;
}
header #logo #right-contacts {
	float: right;
	background-color: #efeded;
	height: 72px;
	width: 22%;
	padding: 17px 17px 0 0;
	color: #6a6a6a;
	text-align: right;
}
header #logo #right p {
	color: #939191;
}
#content {
	padding: 0 0 0 0;
}
#content .text {
	padding-left: 20px;
}
#content .text p {
	padding: 10px 0 10px 0;
}
#main {
	list-style-type: none;
	padding-left: 12%;
}
#main li, .inline li {
	display: inline;
	padding: 6px 0 0 20px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
}
#main li.first, #second li.first {
	padding: 6px 0 0 0;
}
#main li a {
	color: #0033b4;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
}
#second {
	padding-top: 8px;
}
#second li {
	display: inline-block;
	padding: 6px 0 0 20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#second li a {
	color: #3f65c7;
	font-size: 11px;
}
#second li a {
	font-size: 11px;
}
#phone-big {
	font-size: 22px;
	color: #001634;
}
#mail {
	font-size: 14px;
	padding-top: 5px;
}
#block-left {
	margin-top: 25px;
	padding: 16px;
	color: #001634;
}
#block-right {
	margin-top: 25px;
}

.grey {
	background-color: #efeded;
}
.news {
	font-size: 11px;    width: 210px;
}
.news h4 {
	font-size: 13px;
	padding-bottom: 5px;
	font-weight: bold;
}
footer {
	color: #717171;
	background-color: #efeded;
	padding: 10px 0 5px 15px;
	font-size: 10px;
}
.footer-left, .footer-right {
	background-color: #efeded;
	font-size: 10px;
}
.footer-left a {
	font-size: 12px;
}
.footer-left {
	float: left;
	width: 30%;
}
.footer-right {
	float: right;
	text-align: right;
	width: 40%;
}
#footer-line {
	background-color: red;
	height: 10px;
}
.red {
	color: red;
}
.radius-left {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.radius-top {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.radius-bottom {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-bottom-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.radius-right {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.radius {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.border {
	border: 1px solid #CCCCCC;
}
table.radius tr td {
	//background-color: #efeded;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

p.big{font:bold 15px Arial; color:#001634}
.red{color:red;}
.margr1{margin-right:30px;}
div.linki {color:#b4b4b4; font-size:10px;}
a#linki {color:#b4b4b4; font-size:10px;}

div.alinki {padding-left:40px; font-weight: normal; font-size:10px;}
a#alinki {color:#b4b4b4; font-weight: normal; font-size:10px;}
small{color:#2C2C2C}
hr{
  height:1px;
  border:0;
  background-color:#b6b8c0;
  margin-top:17px;
}
td#txttop{
  padding-left:200px
}
td#txttop, td#txttop a{
  font:normal 10px Verdana; color:#9e9e9e;
}
table.t100{
  width:100%;
  height:100%;
}
table#link3{
  position:absolute; top:30px; left:180px;
  font-size: 10px;
  text-align: left;
}
img#logo{
  position:relative;
  top:-1px;
  margin-left:50px
}
td#adr{
  padding: 5px 10px 0 0;
  font: normal 11px Verdana;
  color: #3d3d3d;
  text-align: right;
  line-height: 150%;
}
td#mmenu{
  background-color: #ececec;
}
input.srch{
  border: solid 1px #929292;
  background-color:#fff;
  color: #555555;
  height: 18px;
  width: 120px;
  position: relative;
  top:-4px;
  padding:4px 30px 0 2px;
  font-size: 11px;
}
input.bsrch{
  position: relative;
  margin-left:-28px;
}
td#menu1{
  color: red;
  font-size: 12px;
  padding-left:10px;
}
td#menu1 img{
  margin: 0 7px;
}
td#menu1 a, td#menu2 a{
  font:bolder 12px Tahoma;
}
td#menu1 a.s, td#menu2 a.s{
    color: red;
    text-decoration: none;
}
td#menu2{
    background: transparent url(../image/men_null.jpg) no-repeat top right scroll;
}
div.pad01{
  padding-left: 40px;
}

iframe.gogl{
  margin-left: 30px;
}
td.bot1{
  background-color: #ececec;
  padding-left:10px;
  font-size: 15px;
  color:#061F47;
  vertical-align: middle;
}
table.paddtop{
  margin-top: 10px;
}
div.greyline{
  margin:0 48px;
  height:5px;
  background-color:#ECECEC;
}
div.line{
	height: 4px;
	font-size:3px;
	padding:0;
	background-color: #ececec;
	margin: 15px 0;
	clear: both
}
td.index{
  padding: 25px 0 0 10px;
  font:normal 18px Tahoma;
  color:#001634
}
td.linki{
  font:normal 10px Tahoma;
  color:#001634
}

td.index h1{
  font:bolder 24px Tahoma;
  color:#001634;
  margin:0;
}
p.big{font:bold 15px Arial; color:#001634}
.red{color:red;}
.margr1{margin-right:30px;}

td.tbl{font:normal 11px Arial; background-color:#eef7ff; padding:5px; color:#001634;}
td.tbl1{font:normal 11px Arial; background-color:#efeded; padding:5px; color:#001634;}
table#price-header {

}
table#price-header td {
	padding: 10px;
	padding-bottom: 20px;
	color: #3f65c7;
	font: bold 13px Arial;
	background-color: #efeded;
}
table#price-header td a{
	text-decoration: none;
	color: #3f65c7;
}
.big-num {
	font: bold italic 22px Arial;
}
table#price{
	border-collapse: collapse;
	align: center;
	padding:0;
	border-spacing:0;
	border: 1px solid #878787;
}
table#price td{
	border: 1px solid #878787;
	text-align: center;
	padding-top: 2px;
}
table#price td.tblprice {
	background-color: #efeded;
	color: #3f65c7;
	padding: 6px 0 6px 0;
}
table#price td.desc {
	font-size: 11px;
}
/*878787
td.tblprice{border:solid 1px #7fa8cc; font:normal 13px Arial; color:#001634; background-color:#dff0ff;}
td.tblpricesht{border:solid 1px #7fa8cc; font:normal 10px Arial; color:#001634; background-color:#eef7ff;}
td.tblpriceN{border:solid 1px #8b8b8b; font:normal 13px Arial; color:#001634; background-color:#eef7ff; text-align: center;}
td.tblprice1{border:solid 1px #8b8b8b; font:normal 13px Arial; color:#001634; text-align:center;}
td.tblprice1 a{text-decoration: none; font-size: 13px;}
td.tblprice1 a:hover{color: #A8B599;}
td.tblpricevid{border:solid 1px #8b8b8b; font:normal 11px Arial; color:#3375ad; text-align:center; background-color:white}
td.tblprice12{border:solid 1px #8b8b8b; background-color:#f9f9f9; padding-left: 20px;}
td.tblprice12 input{font-size:11px; height:13px; width:50px; margin-right:5px;}
table.dil td{padding-right:40px; vertical-align:top}
*/
a.i img{opacity: 0.3; filter: alpha(opacity=30)}
a.i:hover img{opacity: 1; filter: alpha(opacity=100)}
span.adm a img{opacity: 0.3; filter: alpha(opacity=30);}
span.adm a:hover img{opacity: 1; filter: alpha(opacity=100);}

img.bord{border:solid 1px #001634; background: #fff url("/admin/gallery/checker.png");}
img.padleft{margin:0 10px 10px 0}
table.bord {border-top:solid 1px #ECECEC; border-right:solid 1px #ECECEC;}
table.bord td {border-bottom:solid 1px #ECECEC; border-left:solid 1px #ECECEC;}
table.tnews{width: 100%}
table.tnews td{padding-bottom: 13px}

table.tbl th{padding: 3px 5px;}
table.tbl td{padding: 3px 5px 15px;}
table.tbl th{height: 40px;background-color: #DFF0FF;border-right: solid 1px white;}
table.tbl td{border-right: solid 1px white;}
table.tbl tr.tr_ev{background-color: #EFEFEF;}
table.tbl td.td0{text-align: center;font-size: 10px;color: grey;}
table.tbl td.td1{font-weight: bold;}

table.tbl2{
  border-width: 0px;}
table.tbl2 th{
  background-color: #DFF0FF;
  border: 1px solid #7FA8CC;
  padding: 3px 5px;}
table.tbl2 td{
  background-color: #F9F9F9;
  border: 1px solid #DDD;
  padding: 2px 3px;
  vertical-align: middle;}
table.ttop tr td{
  vertical-align: top;
}
