
/*--------------------------------------  DEFAULTS  ---------------*/
*{
    margin: 0px;
    padding: 0px;

}

html{
     height: 100%;
}

img{
    border: 0px;
	text-decoration:none;
}

img.png {
    behavior: url("pngbehavior.htc");
}

a {
    text-decoration: underline;
    color: #005ac0;
}

a:hover{
    text-decoration: none;
}

a img, a:hover img {
	text-decoration: none;
}

body{
    background: #fff url(../../images/body_bg.gif) repeat-x left 82px;
    text-align: left;
    width: 100%;
    font: 81.25% verdana,arial,sans-serif;
    color: #4a4a4b;

  /* height: 100% !important;*/
   min-height: 100%;

   height: 100%;
   direction: ltr;

}

ul{                       /* убираем маркеры в списках */
    list-style: none;
}



div#wrap{
       width: 100%; overflow:hidden;
       min-width: 1000px;
       min-height: 100%;

       position: relative;
       z-index: 1;
       margin: auto;
       background: url(../../images/footer_bg.gif) repeat-x left bottom;
}

h1{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 32px;
}

h2{
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 15px;
}

h3{
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #E32678;
}

span.arrow{
	font-family: "Times New Roman",serif !important;
}

/*------------------------------------- IMAGES -----------------------------------*/

img#main_logo{
	width: 166px;
	height: 33px;
	margin: 21px 0px 0px 1px;
}

img#footer_man{
	width: 52px;
	height: 40px;

	position: absolute;
	top: 3px;
	right: 184px;
}

input.send_button{
	width: 111px;
	height: 26px;
}



/*----------------------------------- HEADER --------------------------------------*/

div#header{
	width: 900px;
	height: 82px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

div#header a{
	color: #4a4a4b;
	text-decoration: none;
}

div#header a:hover{
	text-decoration: underline;
}

div#header p.who_we_are{
	position: absolute;
	left: 215px;
	top: 35px;
	font-size: 17px;
}

div#header p.work_with_us{
	position: absolute;
	left: 360px;
	top: 35px;
	font-size: 17px;
}

div#header p.contacts{
	width: 250px;
	position: absolute;
	right: 2px;
	top: 35px;
	font-size: 11px;
	line-height: 1;
	direction: ltr;
}

div#header p.contacts small{
	color: grey;
}

/*--------------------------- MAIN --------------------------------------------------*/

div#main{
	width: 1000px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding-bottom: 151px;
}

div.for_ill{
	float: left;
	clear: both;
	border: #4b4b4b solid 1px;
	padding: 7px;
}

div.for_ill a.download_l {
	text-decoration: none;
}

div.for_ill a.download_l  small{
	text-decoration: underline;
}

div#main_inner{
	width: 1000px;
	overflow: hidden;
	margin: 62px auto 151px auto;
}

/*----------------------------- FOOTER -----------------------------------------------*/

div#footer{
	width: 1000px;

	height: 46px;

	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -500px;

	font-size: 11px;
}

div#footer a{
	color: #fff;
	text-decoration: none;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footer p a{
	display: block;
	padding: 2px 0px 2px 0px;
	text-align: center;
}

div#footer p.who_we_are{
	width: 80px;

	position: absolute;
	top: 17px;
	left: 28px;
}

div#footer p.work_with_us{
	width: 80px;

	position: absolute;
	left: 130px;
	top: 17px;
}

div#footer p.magenta{
	width: 50px;

	position: absolute;
	top: 17px;
	left: 231px;

	background: #f39;
	overflow: hidden;
	direction: ltr;
}

div#footer p.green{
	width: 75px;

	position: absolute;
	top: 17px;
	left: 291px;

	background: #6c0;
	overflow: hidden;
	direction: ltr;
}

div#footer p.cyan{
	width: 75px;

	position: absolute;
	top: 17px;
	left: 376px;

	background: #0cc;
	overflow: hidden;
	direction: ltr;
}

div#footer p.copyright{
	width: 176px;

	position: absolute;
	top: 17px;
	right: 25px;
	color: #fff;
	text-align: right;
}