@charset "utf-8";
/* CSS Document */
/* ОСНОВНЫЕ БЛОКИ МАКЕТА */
/* НАЧАЛО */
/* Низ макета */
#footer  {
	clear: both;
	width: 100%;   /* ширина нижнего колонтитула */
	float: left;
	text-align: center;
	margin-top: 3px;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* КОНЕЦ */
/* ОСНОВНЫЕ БЛОКИ МАКЕТА */
/* ОПРЕДЕЛЕНИЯ СТИЛЕЙ ДЛЯ ОСНОВНЫХ ТЕГОВ */
/* НАЧАЛО */
/* определение общего стиля для тега body */
body {
	margin-top: 10px;
	padding : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFF;
	text-align:center;
}
/* определение общего стиля для тега параграфа */
p {
	margin: 10px;
	text-indent: 30px;
	text-align: justify;
}
/* определение общего стиля для тега img */
img {
	border:none;
}

.p-1 {
	margin: 5px;
	text-indent: 0px;
	text-align: left;
	float: left;	
}
.p-small {
	font-size: 10px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: 0px;
	text-align: justify;		
}
.p-news-date {
	font-size: 11px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-indent: 0px;
	text-align: left;
	color: #666666;
}
.p-news-txt {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-indent: 0px;
	text-align: justify;
	font-weight: bold;
}
/* определение общего стиля для тега ссылки */
a {
	color: #333333;
	text-decoration: none;
}
/* определение общего стиля для тега наведенной ссылки */
a:hover {
	color: #000066;
}
/* определение общего стиля для тега таблицы */
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
th {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-color: #FAFAFA;
}
/* определение общего стиля для тега заголовок 1-го уровня */
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	margin: 9px;
}
/* определение общего стиля для тега заголовок 2-го уровня*/
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	letter-spacing:0.1em;
	text-align: center;
	margin: 7px;
}
/* определение общего стиля для тега заголовок 3-го уровня*/
h3 {
	font-size: 14px;
	letter-spacing:0.1em;
	text-align: center;
	margin: 5px;
	text-transform: capitalize;
	text-decoration: none;
	color: #CC6633;
}
/* определение общего стиля для тега заголовок 4-го уровня - текст на синем фоне */
h4 {
	font-size: 14px;
	color: #333333;
	letter-spacing:0.1em;
	text-align: center;
	margin: 5px;
	display: block;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;/*	background-color: #FFCC99; */
	background-color: #CCCCCC;
}
/* определение общего стиля для тега заголовок 5-го уровня - только для странички про тематические стили */
h5 {
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	width: 285px;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #CC3300;
	text-decoration: blink;
	text-align: center;
}
/* определение общего стиля для тега заголовок 6-го уровня - только для странички про тематические стили */
h6 {
	font-size: 14px;
	color: #000033;
	letter-spacing:0.1em;
	font-weight: bold;
	text-align: center;
	margin: 3px;
}
/* КОНЕЦ */
/* ОПРЕДЕЛЕНИЯ СТИЛЕЙ ДЛЯ ОСНОВНЫХ ТЕГОВ */
/* ОПРЕДЕЛЕНИЯ СТИЛЕЙ ДЛЯ НАВИГАЦИИ */
/* НИЖНЯЯ НАВИГАЦИЯ */
/*начало*/
#footer ul {
	margin-top: 2px;
	margin-bottom: 2px;
} 
#footer li {
	list-style-type: none;
	display: inline;
} 
#footer a {
	text-decoration: none;  /* создаем пространство с обеих сторон текста пункта меню */
	color: #5A5A5A;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
} 
#footer a:hover {
	color: #000099;
}
#footer h3 {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-color: #FAFAFA;
	width: 100%;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #5A5A5A;
}
/*конец*/
/* НИЖНЯЯ НАВИГАЦИЯ */
/* **************** */
/* ВЕРХНЯЯ НАВИГАЦИЯ */
/*навигация - выпадающее меню начало*/
#nav, #nav ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 660px;
}
#nav li {
	float: left;
	position: relative;
	width: 130px;
}
#nav li ul {
	display: none;
	position: absolute;
	padding: 0;
	width: 130px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-color: #666666;
	border-right-color: #666666;
}
#nav li ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	width: 130px;
	background-color: #FCFCFC;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
}
#nav a {
	color: #5A5A5A;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	letter-spacing: 0.05em;
}
#nav li li a {
	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
/*#nav li li a:hover {
	text-decoration: underline;
}*/
#nav li:hover,
#nav li.jshover {
	background-color: #CCCCCC;
}
#nav li ul li:hover,
#nav li ul li.jshover {
	background-color: #F0F0F0;
}
#nav li:hover ul,
#nav li.jshover ul {
  	display: block;
	z-index: 6;
}
#nav li:hover li ul,
#nav li.jshover li ul {
	display: none;
	top: 7px;
	left: 120px;
	z-index: 7;
}
#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}
/*навигация - выпадающее меню конец*/
/* ВЕРХНЯЯ НАВИГАЦИЯ */
/* Макет ЗАГЛАВНАЯ Страница - Вывод картинок проектов */
.img-left-1 {
	float: left;
	margin: 0px;
	border-width: 0px;
}
.img-left-4 {
	margin: 0px;
	float: left;
	height: 100px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.float-left-300px {
	float: left;
	width: 225px;
	background-color: #F0F0F0;
	height: 290px;
	overflow: hidden;
	margin: 5px;	
}
.float-left-150px {
	float: left;
	width: 150px;
	background-color: #F0F0F0;
	height: 150px;
	overflow: hidden;
	margin: 5px;	
}
.p-left {
	width: 215px;
	text-align: justify;
	font-size: 11px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.left-cat {
	margin: 5px;	
	float: left;
	width: 200px;
}
.p-right {
	margin: 3px;
	float: left;
	width: 215px;
	text-align: right;
	color: #666666;
}
.float-right-300px-2 {
	float: left;
	width: 310px;
	margin: 5px;
}
.float-right-300px-3 {
	float: right;
	width: 305px;
	margin: 5px;
}
.float-right-300px-4 {
	width: 305px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	overflow: hidden;
}
.float-right-300px-5 {
	float: left;
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 100px;
	overflow: hidden;
	background-color: #F0F0F0;
}
.img-left-2 {
	margin: 0px;
	float: left;
}
.float-left-300px-2 {
	float: left;
	width: 305px;
	margin: 10px;
}
.table-descr {
	margin: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-indent: 5px;
	font-weight: bold;
}
/* Макет ВЫВОД ИНФОРМАЦИИ ПРОЕКТА Страница */

/* ВЕРХНИЙ БЛОК - Картинка */
/*Картинка интерьера домика */
.img-left {
	margin: 5px;
	float: left;
}
#objednat a {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bolder;
	display: block;
	background-color: #006633;
	text-align: center;
	height: 30px;
	width: 290px;
	padding: 5px;
}
#objednat a:hover {
	background-color: #CC0000;
}
#stahnout a {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bolder;
	display: block;
	background-color: #006633;
	text-align: center;
	height: 25px;
	width: 290px;
	padding: 5px;
}
#stahnout a:hover {
	background-color: #CC0000;
}
#order {
	background-color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	height: 40px;
	width: 300px;
	font-weight: bold;
}
#order1 {
	background-color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	height: 40px;
	width: 300px;
	font-weight: bold;
}
.p-special {
	width: 215px;
	text-align: left;
	color: #666666;
	text-indent: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
.p-micro {
	margin: 0px;
	width: 215px;
	text-align: right;
	color: #666666;
	text-indent: 0px;
	font-size: 10px;
}
.micro {
	color: #666666;
	text-indent: 0px;
	font-size: 10px;
	margin-bottom:3px;
}
.news {
	color: #333333;
	text-indent: 0px;
	font-size: 12px;
	font-weight:bold;
	margin-top:0px;
}
.a-left {
	width: 210px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.stranka {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}
.button {
	height:20px;
	width:65px;
	cursor:pointer;
	background-color: #CCCCCC;
	border-style:solid;
	border-width:1px;
	border-color:#999999 #333333 #333333 #999999;
}
.button:hover {
	border-color:#333333 #999999 #999999 #333333;
	border-style:solid;
	border-width:1px;
	background-color: #FFFFFF;
}
.button:focus {
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}
.form-field {
	width: 310px;
	border:#FF3333 1px solid;
/*	background-color:#FFCC99; */
}
.form-field select {
	width: 180px;
	margin: 0px;
}
.katalog {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #999999;
	margin: 15px;
}
.field {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
a.zluty img{
border:1px solid #999;
background:#fff;
padding:2px;
}		
a.zel img{
border:1px solid #999;
padding:2px;
background: #000000;
}
a.zluty:hover img{
border:1px solid #999;
padding:2px;
background-color: #FFCC33;
}		
a.zel:hover img{
border:1px solid #999;
padding:2px;
background-color: #FFCC33;
}
