﻿@charset "UTF-8";

/* Основные стили
================================================== */
* { margin: 0; padding: 0 }
* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }
* html frameset { overflow: hidden; }

html { height: 100%; margin: 0px; padding: 0px; }
body { font-size: 12px; font-family: arial; color: #ffffff; background: #333333 url(/templates/itel-sat/images/bg.png) repeat; text-align: left; margin: 0px; padding: 0px; }
/*
table { border-collapse: collapse; border: none; }
table td { padding: 0;  }
*/
fieldset, img { border: 0 solid; }
blockquote { margin: 0 0 1em 1.5em; }
/*
ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }
*/
dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

/* Типографика 
------------------------------ */
a { color: #ffffff; text-decoration: underline; }
a:link { color: #ffffff; text-decoration: underline; }
a:hover { color: #ffffff; text-decoration: none; }
a:visited, a:active { color: #ffffff; }

h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; font-weight: lighter; font-weight: normal; margin: 0 0.2em 0.2em 0; }
h1 { font-size: 20px; margin-bottom: 7px; }
h2 { font-size: 20px; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 0.9em; font-weight: bold; }

h1 a, h2 a, h3 a, h4 a {color: #ffffff; text-decoration: underline;}
h1 a:link, h2 a:link, h3:link a, h4:link a {color: #ffffff; text-decoration: underline;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {color: #ffffff; text-decoration: none;}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {color: #ffffff;}

div.txt { font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; line-height: 1.5em;}
div.txt p {margin: 0.7em 0 0.2em 0;}

.tek a {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #ffffff;
}

.tek a:hover {
	text-decoration: none;
	color: #ffffff;
}

.phone { 
	float: right;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	margin-right: 25px;
	margin-top: 15px;
	color: #000000;
	text-align: right;
}

/* Архитектура страницы
================================================== */
#container { margin: 0 auto; width: 847px; }
#header, #footer { clear: both; }
#header { position: relative; }
.hmablc { height: 90px; }
#logotype { margin: 10px 30px; width: 280px; float: left; }
#logotype h1 { margin: 0; padding: 0; }
#links { float: right; width: 450px; height: 90px; line-height: 90px; padding-right: 25px; font-family: Myriad Pro, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 15px; }
#links a:link, #links a:visited { color: #FFFFFF; text-decoration: none; margin-left: 5px; margin-right: 5px; }
#links a:hover { color: #ffffff; text-decoration: underline; }
#himage { width: 847px; height: 380px; background: url(/templates/itel-sat/images/header.jpg) no-repeat;}
#h_menu { height: 28px; padding-left: 150px; background: url(/templates/itel-sat/images/h_menu.png) no-repeat center; text-align: center; }
#txtprm { padding: 5px 0; margin: 0; font-family: Myriad Pro, Arial, Helvetica, sans-serif; font-size: 24px; letter-spacing: 1px; text-align: center; text-transform: uppercase; color: #FFFFFF; }
#txtprm  h2 { padding: 15px 0; }
#footer { height: 82px; margin-top: 27px; background: #0e0e0e; font-family: Myriad Pro, Arial, Helvetica, sans-serif; }
#footer div { padding: 35px 40px; font-family: Myriad Pro, Arial, Helvetica, sans-serif; font-size: 13px; color: #a1a1a1; }
#footer div a:link, #footer div a:visited { color: #a1a1a1; text-decoration: underline; }
#footer div a:hover { color: #FFFFFF; text-decoration: none; }

/*
.block2 { background: url(/templates/itel-sat/images/block_bg.png) repeat; padding: 15px; margin-bottom: 20px; line-height: 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 80%; color: #FFFFFF; }
.block2:before{ content: url(/templates/itel-sat/images/ctl.png); background: url(/templates/itel-sat/images/ctr.png) no-repeat 100% 0; height: 15px; display: block; margin: -15px -15px 13px -15px; }
.block2:after{ content: url(/templates/itel-sat/images/cbl.png); background: url(/templates/itel-sat/images/cbr.png) no-repeat 100% 0; height: 15px; display: block; margin: 13px -15px -15px -15px; }
*/

.block {
	background: url(/templates/itel-sat/images/block_bg.png);
	width: 848px;	
	margin-bottom: 10px;
}

.block_1 {
	background: url(/templates/itel-sat/images/ctl.png) no-repeat;
	width: 15px;
	height: 15px;
}

.block_2 {
	background: url(/templates/itel-sat/images/ctr.png) no-repeat;
	width: 15px;
	height: 15px;
}

.block_3 {
	background: url(/templates/itel-sat/images/cbr.png) no-repeat;
	width: 15px;
	height: 15px;
}

.block_4 {
	background: url(/templates/itel-sat/images/cbl.png) no-repeat;
	width: 15px;
	height: 15px;
}

.con { width: 818px; line-height: 1.5em; }

.con h1 { margin-bottom: 15px; font-size: 18px; }

.co img{
    border:1px solid #000000;
    padding:4px;
    background:#fff;
    display:block;
    position:relative;
    top:-4px;
    left:-4px;
}

.const img{
    border:1px solid #000000;
    padding:4px;
    background:#fff;
    display:block;
    top:-4px;
    left:-4px;
}

.img-cont{
    margin:15px;
}

