* {
	margin: 0px;
	padding: 0px;
}
body, html {
margin:0px; /*Это хорошая практика обнулять поля и отсупы, т.к. различные браузеры их по разному воспринимают. */
padding:0px;
text-align:center; /*Выравниваем макет по центру в старых версиях браузеров */
   color: #555555;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 90%; 
}
img {
	border: 0;
}
img.otstup {
	padding: 5px;
	border: 0;
}
#container{
width:960px; /*задаем ширину макета*/
margin:0 auto;  /*выравниваем макет по центру в современных браузерах */
text-align:left;  /*Отменяем tex-align:center заданное в Body. Делаем чтобы весь текст в макете выравнивался по левому краю */
}
/*Здесь пишем стили для шапки сайта */
#header{
background-color: white;
width: 960px;
height: 50px;
background-image: url(images/design/nevoton-design_01.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}
#header2 {
	width: 960px;
	height: 200px;
 	background-image: url(images/design/nevoton-design_03.jpg);
 	background-position: top left;
 	background-repeat: no-repeat;
	background-color: blue;
}
div.main-left {
	width: 680px;
	float: left;
	
}
div.main-left-1 {
	float: left;
	width: 300px;
	margin: 100px 0 0 30px;
	
}
div.main-left-2 {
	float: right;
	width: 270px;
	margin: 60px 20px 10px 0px;
}
div.contact-right {
	margin: 50px 0 0 20px;
	width: 260px;
	float: right;
	font-size:1.2em;
	color: white;
	line-height: 140%;
}


/*Здесь пишем стили для левой колонки сайта */
#left{
background-color: #d9d9ff;
width:220px;  /*ширина колонки */
float:left;  /*обязательное выравнивание по левому краю,с включением обтекания*/
}
#left ul {
   width: 220px;
   list-style-type: none; 
}
#left ul li {
	font-size: 1.0em;
	font-weight: bold;
	border-bottom: 1px dotted white;
	padding: 5px 0 5px 10px;
}



/*Здесь пишем стили для блока контента */
#content{
margin:0px; /*обнуляем отступы сверху и снизу*/
margin-left:225px; /*обязательный отступ слева, должен быть немного больше ширины левой колонки */
}
#content h1 {
margin:5px; /* Обнуляем отсупы для заголовка первого уровня, находящегося в блоке контента.*/
font-size: 1.3em;
 text-align: center;
} 
#content h2 {
margin:4px; /* Обнуляем отсупы для заголовка первого уровня, находящегося в блоке контента.*/
font-size: 1.1em;
text-align: center;
} 
#content h3 {
margin:4px; /* Обнуляем отсупы для заголовка первого уровня, находящегося в блоке контента.*/
font-size: 1.3em;
text-align: center;
} 
#content p {
font-size: 1.0em;
margin:0px; /* Обнуляем отсупы для параграфов я, находящегося в блоке контента.*/
padding:2px 5px 7px 5px; /*задаем поля, т.е. чтобы был промежуток между строками, чтобы было понятно, что это параграф :)*/
 text-align: justify;
}
#content ul {
   list-style-type: disc; 
	margin:0 0 0 20px;
}
#content ul li {
	font-size: 1.0em;
	padding: 0px 4px 0px 0px;
}

.perelinkovka a:link, a:visited {
	color: #555555;
	text-decoration: underline;
	border: 0;
	font-weight: normal;
}
.perelinkovka a:hover { 
	color: #555555;
	text-decoration: none; border:0; 
	font-weight: normal;
	}

li.nameofnav {
	background-color: #708090;
	color: white;
	text-align: center;
	
}
#info {
	border-left: 3px solid #8b0000;
}
#info ul {
   list-style-type: disc; 
	margin:0 0 0 20px;
}
#info ul li {
	font-size: 1.0em;
	padding: 2px 4px 2px 0px;
}
/*атрибут, который опускает подвал сайта ниже всех блоков. Нужен для корректной работы макета. */
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
/*Здесь пишем стили для подвала сайта */
#footer{
background-color: #003366;
 border-top: 2px solid #333333;
}
#footer p{
margin:0px;  /* обнуляем отступы*/
padding: 7px 0 7px 7px; /*  задаем поля */
 color: white;
}


a:link, a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	border: 0;
}
a:hover { text-decoration: none; border:0; color: #333333;}

a.black:link, a.black:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	border: 0;
}
a.black:hover { text-decoration: underline; border:0; }

a.white:link, a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	border: 0;
}
a.white:hover { text-decoration: underline; border:0; }


a.ssilka_content:link, a.ssilka_content:visited {
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
	border: 0;
}
a.ssilka_content:hover { text-decoration: underline; border:0; }

#left ul li a:link, #left ul li a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
#left ul li a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.div-vopros {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
}
.div-otvet {
	border-bottom-color: #708090;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	padding-bottom: 10px;
}
.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic;
}
.td_zm2 {text-align:right; padding-right:25px;}

a.next:link, a.next:visited {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}
a.next:hover { text-decoration: underline; border:0; }

#content ol {
	margin-left: 25px;
}
.bold {
	font-weight: bold;
}