@charset "windows-1251";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #495f2f;
	background-image: url(img/wood.jpg);
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4E9A42;
}
#zagolovok {
	height: 65px;
	width: 980px;
	position: relative;
	font-size: 14px;
}
#zagolovok span {
	background-image: url(img/zagolovok.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
}
#head {
	background-image: url(img/head.jpg);
	height: 301px;
	width: 980px;
	position: relative;
}
#menu-verh {
	background-image: url(img/menu-verh.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 980px;
}
#menu-verh ul {
	text-align: right;
}

#menu-verh ul li {
	list-style-type: none;
	display: inline;
	margin-right: 30px;
	margin-left: 15px;
}
#menu-verh ul li a {
	font-size: 14px;
	font-style: italic;
	color: #CF0;
	text-decoration: underline;
	line-height: 47px;
	font-weight: bold;
}
#menu-verh ul li a:visited {
	color: #CF0;
	text-decoration: underline;
}
#menu-verh ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#content {
	background-image: url(img/content-fon.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 730px;
	min-height:100px;
	height:auto !important;
	height:100px;
	float: right;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 22px;
	text-align: justify;
	color: #FFF;
}
#content a, #footer2 a {
	color: #FF0;
	text-decoration: underline;
}
#content a:visited, #footer2 a:visited {
	color: #FF0;
	text-decoration: underline;
}
#content a:hover, #footer2 a:hover {
	color: #030;
	text-decoration: underline;
}
#content a#zag {
	text-decoration: none;
}

#content h2 {
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;
}
#content h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

#content p {
	margin-top: 15px;
	margin-bottom: 15px;
}
#content ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 10px;
}
#content ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #9F0;
}
#content table {
	border: 1px solid #333;
	border-collapse:collapse;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content th, #content td {
	border: 1px solid #333;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content table th {
	background-color: #245B18;
	color: #FC0;
}


#blok1 {
	background-color: #393;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #060;
}
#blok2 {
	text-align: center;
}
#menu-left {
	float: left;
	width: 198px;
	background-image: url(img/menu-left.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#menu-left  h3 {
	color: #FFF;
	font-size: 16px;
	display: block;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

#menu-left ul li {
	list-style-type: none;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #245B18;
	border: 1px solid #FFF;
}
#menu-left ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-style: italic;
	color: #CF0;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #245B18;
	border-bottom-color: #245B18;
}
#menu-left ul li a:visited {
	color: #CF0;
}
#menu-left ul li a:hover {
	color: #FFF;
	background-color: #14310D;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#anons {
	float: left;
	width: 198px;
}
#anons h2 {
	margin-right: 15px;
	margin-left: 25px;
	font-size: 12px;
	color: #CF3;
	margin-top: 20px;
	margin-bottom: 5px;
}
#anons p {
	margin-right: 15px;
	margin-left: 25px;
	color: #CF6;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
#content .anons2 p{
	color: #CF6;
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
}
#content .anons2 h2 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content .anons2 h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


#anons a {
	color: #CF6;
}
#anons a:visited {
	color: #CF6;
}
#anons a:hover {
	color: #030;
}

#footer1 {
	background-image: url(img/footer1.jpg);
	background-repeat: no-repeat;
	height: 122px;
	width: 980px;
	clear: both;
}
#footer1 p {
	font-size: 12px;
	font-style: italic;
	color: #CF6;
	margin-left: 25px;
	margin-right: 15px;
}

#footer2 {
	background-image: url(img/footer2.jpg);
	float: left;
	height: 310px;
	width: 497px;
	background-repeat: no-repeat;
	padding-right: 73px;
	padding-left: 65px;
	padding-top: 19px;
}
#footer2 #adress {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	font-style: italic;
	line-height: 21px;
}
#footer2 p {
	margin-bottom: 10px;
	margin-top: 10px;
}



#footer3 {
	background-image: url(img/footer3.jpg);
	background-repeat: no-repeat;
	height: 329px;
	width: 345px;
	float: left;
}
#footer4 {
	background-image: url(img/footer4.jpg);
	clear: both;
	height: 166px;
	width: 980px;
}
#menu-niz {
	margin-left: 85px;
	margin-top: 5px;
}
#menu-niz li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	text-align: center;
	font-style: italic;
}
#menu-niz a {
	background-color: #8DC700;
	display: block;
	height: 25px;
	width: 150px;
	line-height: 25px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #FF0;
}
#menu-niz a:visited {
	background-color: #8DC700;
	text-decoration: none;
	color: #FFF;
}
#menu-niz a:hover {
	background-color: #DAFC72;
	color: #030;
}

#counter {
	height: 35px;
	width: 200px;
	margin-left: 210px;
}
#counter #liveinternet {
	float: left;
	width: 90px;
}
#counter #ymetr {
	float: right;
	width: 90px;
}

#content h3.project-cena-new {
	color: #FF0;
	margin-left: 343px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h3.project-cena-old {
	margin-top: 0px;
	margin-bottom: 10px;
}
#content .project-cena-old span {
	color: #FF9;
	text-decoration: line-through;
}
#skype   {
	position: absolute;
	bottom: 40px;
	right: 138px;

}
#skype p {
	font-size: 20px;
	font-style: italic;
	color: #FFC003;
	line-height: 20px;
	font-weight: bold;
}

