/*core*/
html body div * {
  margin: 0;
  padding: 0;
  border: none;
}

html{
  height: 100%;
}
body {
	height: 100%;
	margin:0px;
	padding:0px;
    font: normal normal normal small Arial, sans-serif;
    color: #000000;
  	background: #fefefe url(/bitrix/templates/analytic/images/left.png) repeat-y 0px 0px ;
}

* html body{/*for ie6*/
	font-size: 13px;
}

#main {
	min-height:100%;
	/*width: 780px;*/
	width: 820px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:-68px;
}

* html #main{/*for ie6*/
	height: 100%;
}

#container{
	height:100%;
	width: 100%;
}

#header {
  height: 162px;
  width: 100%;
}

#content {
	width: 100%;
}
#clear{
	height:68px;
	clear:both;
	font-size:1px;
}

#foot {
  height: 68px;
 /*width: 780px;*/
	width: 820px;
  background: url(/bitrix/templates/analytic/images/footer.png) no-repeat bottom left;
}

/*header*/
#header img {
  float: left;
}

#header #head3{
  float: left;
  width: 331px;
  height: 162px;
   background: #3085c3 url(/bitrix/templates/analytic/images/header3.png) no-repeat top left;
}

#header #tm{
  margin: 0;
  /*width: 142px;*/
  width: 182px;
  height: 162px;
  float: left;
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  color: #fff;
  background: #3085c3 url(/bitrix/templates/analytic/images/header2.png) repeat-x top left;
}

#header ul {
  list-style-position: inside;
  list-style-type: none;
  margin-top: 44px;
}

#header ul li {
  padding: 0 0 0 17px;
  margin: 0;
  line-height: 150%;
  color: #e6e6cb;
  background: url(/bitrix/templates/analytic/images/bullet.png) no-repeat 2px 7px;
}

*+html #header ul li{/*for ie7*/
	padding: 0px;
}

* html #header ul li{/*for ie6*/
	padding: 0px;
}
	
#header ul li a {
  color: #fff;
  background: transparent;
  text-decoration: underline;
}
#header ul li a:hover {
  text-decoration: none;
}

/*content*/
#content div.left {
  width: 240px;
  float: left;
  min-height: 300px;
}

#content div.right {
  margin-right: 26px;
  padding-left: 17px;
   /*width: 497px;*/
  width: 537px;
  float: right;
}

* html #content div.right{/*for ie6*/
	margin-right: 23px;
}

/*foot*/
#footer {
  /*width: 780px;*/
  width: 820px;
  margin: 0px;
  height: 68px;
  color: #fff;
}

* html #footer{/*for ie6*/
	padding: 0px 0px 0px 25px;
}

#footer .copyright {
  margin-right: 26px;
  padding: 26px 0 3px 21px;
 /*width: 476px;*/
  width: 516px;
  border-top: 1px solid #d5e3ec;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #fff;
  background: #1d72b9;
  float: right;
  
}

#footer .copyright a, #footer .links a{
  color: #fff;
  text-decoration: underline;
}

#footer .copyright a:hover, #footer .links a:hover{
  text-decoration: none;
}

#footer .links {
  margin-right: 26px;
  padding: 0px 0 0px 21px;
  height: 23px;
  /*width: 476px;*/
  width: 516px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #fff;
  background: #1d72b9;
  float: right;
}

#copyr{
	margin-right: 26px;
  	padding: 26px 0px 0px 21px;
  	/*width: 476px;*/
  	width: 516px;
  	border-top: 1px solid #d5e3ec;
  	font-size: 12px;
  	font-family: Arial, sans-serif;
  	height: 41px;
  	background: #1d72b9;
  	float: right;
  	line-height: 140%;
}

#copyr a{
	color: #fff;
	text-decoration: underline;
}

#copyr a:hover {
	text-decoration: none;
}

#copyr a:visited {
	color: #fff;
}