div.clear {
	clear:both;}
	
/* 1.RESET & DEFAULT*/
html,body{height:100%;}
body,h1,h2,h3,h4,h5,table {margin:0;}
table,th,td,caption{padding:0;text-align:left;vertical-align:top;border-collapse:collapse;}
ul,li{margin:0;padding:0;list-style:none;}
a img{border:none;}
img{max-width:100%;}
:focus{outline: 0}
a,button,input,select { fix: expression(this.hideFocus=true); }

/* background */
#backBody { background:url('/bitrix/templates/bright/images/ticks.png') repeat top !important; }
/* 2.FONTS */
@font-face {
  font-family: 'scadabold';
  src: url('fonts/scada-bold-webfont.eot');
  src: url('fonts/scada-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/scada-bold-webfont.svgz') format('svg'),
  url('fonts/scada-bold-webfont.woff') format('woff'),
  url('fonts/scada-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* if there are problems with svg fonts, add to .htaccess new mime-type:
AddType font/opentype .svg .svgz
AddEncoding gzip .svgz
*/

/* 3.TYPOGRAPHY */
body{
  font: 14px/1.4 Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.ie78 body{
  background: #ffffff url(images/ie_bg.png) 50% 0 repeat-y;
}

p{
    margin: 0 0 1em 0;
}

/*links*/
a{
  -webkit-transition: color .2s, background-color .15s, border-color .15s;
  -moz-transition: color .2s, background-color .15s, border-color .15s;
  -o-transition: color .2s, background-color .15s, border-color .15s;
  transition: color .2s, background-color .15s, border-color .15s;
}

a{
  color: #fa8304;
  border-color:#fa8304;
}
a:visited{
  color:#630460;
}
a:hover{
  color: #f6ad0f;
  border-color: #f6ad0f;
}

body ul{
  margin: 20px 150px 44px 0;
  padding: 0 0 0 40px;
  overflow: hidden;
}
body ul > li{
  margin-bottom: 10px;
  position: relative;
  *z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', '<i class="before">�</i>'));
}

body ul  li:before{
	content: '\2015';
	position: absolute;
	left: -22px;
}

body > ul > li:before{
  content: '\2015';
  position: absolute;
  left: -22px;
}
body  li ul{
  margin: 7px 30px 20px 0;
  padding: 0 0 0 25px;
}
body  li ul > li{
  position: relative;
  margin-bottom: 5px;
  *z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', '<i class="before">�</i>'));
}

body  li ul > li:before{
  content: '\2022';
  position: absolute;
  left: -10px;
}

body  ol{
  margin: 20px 150px 40px 0;
}
body  ol > li{
  list-style: decimal outside;
  margin-bottom: 10px;
}
body li ol{
  margin: 10px 30px 15px 10px;
}
body  li ol > li{
  list-style-type: lower-alpha;
}

h1, h2, h3, h4, h5, h6, caption{
  font-family: 'scadabold', Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 1em;
}
h1{
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
h2{
  font-size: 30px;
  line-height: 1.2;
  margin: 0.8em 0 0.5em;
}
h3{
  font-size: 24px;
  line-height: 1.3;
  margin: 1.5em 0 0.7em;
}
h4{
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 0.7em;
}
caption{
  font-size: 21px;
  line-height: 1.3;
  padding-bottom: 0.7em;
}
h5{
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0.6em;
}
h6{
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0.6em;
}

