
/*
  Reset
*/

body, div, p, table, tr, td, span, a, ul, ol, dl, dt, dd, li, img, h1, h2, h3, h4, h5, h6, input, select, textarea, form{
	padding: 0;
	margin: 0;
	background: #;
	color: #6F6E6F;
	font-family: Trebuchet MS, Georgia, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: light;
	vertical-align: top;
	border: 0px none;
}

a{	color: #37B4CE;	text-decoration: none;
	background: url('images/abg.gif') repeat-x left bottom;
}

a:hover{	text-decoration: none;	background: url('images/noler.gif') repeat-x left bottom;
}

li{	list-style-image: url('images/cross.gif');
	list-style-position: outside;
	margin-left: 20px;}


/*
  Общее
*/

#env{	float: left;
	max-width: 1200px;
	width: 97%;
}

.menu, .body, .bottom{	float: left;
	width: 100%;
	clear: both;
}

.top{	float: right;
	width: 60%;
	margin: 40px 0 0 0;}

.logo{	float: left;}

.icons{	width: 100px;}

.icons img{	margin: 4px 15px 0 0;}

form.search{	float: right;
	width: 290px;
}

form.search input{	float: right;
}

input.search{	width: 218px;
	padding: 0 0 0 25px;
	height: 21px;
	border: 0px none;
	background: url('images/search_bg.gif') no-repeat left top;
	font-weight: 800;
	color: #AAA;}

.top p{	float: left;
	clear: both;
	width: 450px;	font-size: 17px;
	font-family: Georgia;
	font-style: italic;
	color: #343434;
	margin: 30px 40px 0 0;
}


/*
  Миню
*/

.menu{	margin: 20px 0 20px 0;
}

.menu td{
	width: 1px;
	white-space: pre;
}

.menu td.dlm{	width: 15%;
}

.menu td.extreme{
	width: 1px;
	padding: 0 0 0 28px;
}

.menu span, .menu a{	font-size: 14px;
}

.menu span{	font-style: italic;}

.menu a{	background: url('images/noler.gif') repeat-x left bottom;
	text-decoration: underline;
}

.menu a:hover{
	background: url('images/noler.gif') repeat-x left bottom;
	text-decoration: none;
}


/*
  Кантент
*/

.body p{	padding: 15px 0 0 0;}

.percent{	width: 310px;
	height: 215px;	background: url('images/facts.gif') no-repeat left 10px;
}

.percent p{	color: #C4161C;
	font-size: 65px;	font-family: Georgia;
	font-style: italic;
	margin: 38px 0 0 75px;
}

.percent em{	font-family: Georgia;
	font-style: italic;
	color: #343434;
	width: 190px;
	float: left;
	margin: 10px 0 0 75px;
}

.bottom{	margin: 30px 0 0 0;	font-size: 10px;
	padding: 0 0 30px 29px;
	width: 70%;
}

.bottom a{	font-size: 10px;	font-style: italic;
}


