/* TAGS */

body {
	margin:0;
	padding:0;
	font:normal 12px Tahoma, Geneva, sans-serif;
	line-height:20px;
	color:#333;
}
h1 {
	margin:20px 0;
	font:normal 24px Tahoma, Geneva, sans-serif;
	line-height:30px;
}
h2 {
	margin:10px 0;
	font:normal 18px Tahoma, Geneva, sans-serif;
	line-height:20px;
}
h3 {
	margin:10px 0;
	font:bold 12px Tahoma, Geneva, sans-serif;
	line-height:20px;
}
h4 {
	margin:0;
	font:bold 11px Tahoma, Geneva, sans-serif;
	line-height:20px;
}
small {
	font-size:11px;
}
ol {
}
ul {
	padding:0 15px;
}
ol li {
}
ul li {
	list-style:none;
	padding:0 25px;
	background:url(../img/ul.gif) no-repeat 0 3px;
}

p {
	margin:10px 0;
}

a {
	color:#f60;
}
a:hover {
	text-decoration:none;
}

table {
	border-collapse:collapse;
}
th,
td {
	padding:0;
}
textarea {
	resize:none;
}




.reset {
	float:none;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:none;
}


.orange {
	color:#f60;
}
.float-left {
	float:left;
	margin:0 15px 10px 0;
}
.float-right {
	float:right;
	margin:0 0 10px 15px;
}
.clear {
	clear:both;
}
.separator {
	margin:20px 0;
	font-size:0;
	border-bottom:solid 1px #ccc;
}



/* LAYOUT */

.head {
	position:relative;
	width:100%;
	height:146px;
	margin:0 0 20px 0;
	background:url(../img/head-bg.gif) repeat-x;
}

.body {
	width:100%;
	margin:0 0 40px 0;
}
.sidebar-left {
	width:250px;
	vertical-align:top;
	font-size:11px;
}
.sidebar-right {
	width:250px;
	vertical-align:top;
	font-size:11px;
}
.content-block {
	vertical-align:top;
}

.foot {
	background:#454545;
	color:#ccc;
}
.foot table {
	width:100%;
	margin:0;
}
.foot td {
	border:none;
	vertical-align:middle;
}
.foot a {
	color:#fff;
}


/* BLOCKS */

.logo {
	position:absolute;
	top:0;
	left:0;
	width:264px;
	height:180px;
	background:url(img/logo-bg.png) no-repeat;
}
.logo a {
	position:absolute;
	top:40px;
	left:0;
	width:260px;
	height:120px;
}

.banner {
	position:absolute;
	top:50px;
	right:15px;
	width:468px;
	height:60px;
}

.nav-1 {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	text-align:right;
	color:#ccc;
}
.nav-1 a {
	margin:0 10px;
	color:#ccc;
}
.contacts-button {
	position:absolute;
	top:0;
	left:0;
	width:136px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
}
.contacts-button a {
	color:#fff;
}
.s-logo {
    background: url("img/1c-logo.gif") no-repeat scroll 120px 6px transparent;
    font-size: 12px;
    height: 100px;
    left: 280px;
    position: absolute;
    top: 40px;
    width: 225px;
}

.s-logo span{
    color: #FFDC99;
    display: block;
    line-height: 12px;
    width: 100px;
}
.iso-logo {
	position:absolute;
	top:28px;
	left:208px;
	width:50px;
	height:50px;
	background:url(img/icons/iso2.gif) no-repeat;
}   

.nav-2 {
	margin:20px 0;
}
.nav-2 ul {
	list-style:none;
	margin:0;
	padding:0;
	font:normal 12px Tahoma, Geneva, sans-serif;
}
.nav-2 li {
	margin:0;
	padding:0 0;
	border-bottom:dotted 1px #333;
	background:none;
}
.nav-2 li a {
	display:block;
	margin:10px 15px;
	color:#333;
	text-decoration:none;
}
.nav-2 li a:hover {
	text-decoration:underline;
}
.nav-2 a.active {
	font-weight:bold;
}
.nav-2 ul ul li {
	border:none;
}
.nav-2 ul ul li a {
	margin:10px 30px;
}

.review-block-r{
	margin:20px 15px 20px 0px;
	padding:10px 15px;
	background:#eee;
	border: dotted 1px #333;
}

.review-block-r table {
	width:205px;
}
.review-block-r td {
	vertical-align:top;
}
.review-block-r img {
	margin:0 15px 0 0;
	border:solid 1px #333;
}


.review-block {
	margin:20px 0 20px 15px;
	padding:10px 15px;
	background:#eee;
	border: dotted 1px #333;
}
.review-block table {
	width:205px;
}
.review-block td {
	vertical-align:top;
}
.review-block img {
	width:85px;
	margin:0 15px 0 0;
	border:solid 1px #333;
}


.content {
	margin:0 30px;
}
.content table {
	margin:20px auto;
	border-collapse:collapse;
	text-align:center;
}
.content th,
.content td {
	padding:2px 5px;
	border-bottom:solid 1px #ccc;
}
.content th {
	border-top:solid 1px #ccc;
	background:#eee;
}

.accent-block {
	margin:20px 0;
	padding:10px 20px;
	background:#eee;
	border:dotted 1px #333;
}
.accent-block h2 {
	color:#f60;
}

.item {
	margin:10px 0;
	padding:10px 0;
	border-bottom:solid 1px #ccc;
}
.item th,
.item td {
}
.item .info {
	width:100%;
}
.item .info td {
	padding:0;
	border:none;
	vertical-align:top;
}
.item .info .license {
	width:100%;
	text-align:left;
}
.item .info td table {
	width:100%;
	margin:0;
}
.item .info td th,
.item .info td td {
	padding:2px 5px;
	border-bottom:solid 1px #ccc;
	vertical-align:middle;
}
.item-thumb {
	margin:0 20px 20px 0;
}
.item-thumb img {
	display:block;
	width:110px;
	height:110px;
	background:#fff;
	border:dotted 1px #333;
}
.item-price {
	display:block;
	width:75px;
	height:30px;
	margin:0 1px;
	padding:0 0 0 35px;
	background:url(img/price-bg.gif) no-repeat;
	font:bold 11px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	color:#fff;
	text-align:left;
	line-height:30px;
}



.call-block {
	width:202px;
	height:106px;
	margin:20px 0;
	padding:1px 15px 10px 15px;
	background:url(img/call-block-bg.gif) no-repeat;
	color:#eee;
}
.call-block h2 {
	color:#fff;
}
.call-block p {
	margin:0 0 5px 0;
	line-height:14px;
}

.top-sales-block {
}


.top-sales-item {
	margin:0 0 40px 0;
}
.top-sales-item table {
	width:100%;
	margin:0;
}
.top-sales-item td {
	padding:0;
	border:none;
}
.top-sales-item-thumb {
	margin:0 10px 10px 0;
}
.top-sales-item-thumb img {
	display:block;
	width:110px;
	height:110px;
	background:#fff;
	border:dotted 1px #333;
}
.top-sales-item-name {
	font-weight:bold;
}
.top-sales-item-link {
	margin:0 0 10px 0;
}
.top-sales-item-price {
	display:block;
	width:75px;
	height:30px;
	margin:0 1px;
	padding:0 0 0 35px;
	background:url(img/price-bg.gif) no-repeat;
	font:bold 11px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	text-align:left;
	line-height:30px;
}



.copyrights {
	width:235px;
	padding:20px 0 20px 15px;
}
.contacts-block {
	padding:20px 30px;
}
.counters {
	width:235px;
	padding:20px 15px 20px 0;
	text-align:right;
}



.breadcrumbs {
	padding:0 0 20px 0;
	border-bottom:dotted 1px #aaa;
	font:bold 11px Tahoma, Geneva, sans-serif;
}
.breadcrumbs a {
	margin:0 5px 0 0;
	padding:9px 20px 10px 0;
	background:url(img/breadcrumb.gif) no-repeat right center;
	line-height:20px;
}
.breadcrumbs span {
	padding:9px 0 10px 0;
	color:#333;
	line-height:20px;
}


.recent-news td {
	width:50%;
	vertical-align:top;
}

.news-event {
	margin:10px 0;
	border-bottom:solid 1px #ccc;
}

.news-block-event {
	margin:0 15px 10px 0;
	border-bottom:dotted 1px #aaa;
}
.news-block-event h3 {
	margin:0;
}

.content .sotrydniki img
{ height:100px;border:1px solid #333333;}
.content .sotrydniki h3{margin:0;}
.content .sotrydniki td
{ border-bottom:0px;
text-align:left}
.content .sotrydniki .td-sotr
{ width:80px}
.content .sotrydniki .sotrydniki-e
{font-weight: bold;
font-size: 18px;}
.content .sotrydnik td
{ border-bottom:0px;
text-align:left}
.content .sotrydnik-sert img{border: 10px solid #FFFFFF}
.content .sotrydnik-sert img
{ height:130px;border:0;}
.content .sotrydnik-sert td
{ border-bottom:0px;vertical-align:top;}

