#message a
{
	display: block;
	display: none;
	z-index: 999;
	opacity: .8;
	position: fixed;
	top: 30px;
	right: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 130px;
	line-height: 14px;
	height: 14px;
	padding: 10px;
	background-color: #000;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.onlineform-box
{
	display: block;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-top: 20px;
	display: none;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 440px;
	margin-left: -250px;
	margin-top: -270px;
	background-color: #569559;
	font-size: 18px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.onlineform-box h3
{
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	font-size: 22px;
}
.onlineform-box div
{
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.onlineform-box p
{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	font-size: 14px;
}
.onlineform a {
	min-height: 50px;
	font-size: 12px;
	width: auto;
	display: block;
	text-decoration: none;
	padding-left: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(http://novov.ru/css/images/onlineform.png);
	font-style: normal;
	font-weight: normal;
}
.onlineform-box label {
	display: block;
}
.onlineform-box input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:14px;
	color:#333;
	width: 430px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	margin-bottom: 5px;
}
.onlineform-box input.radio {
	border: none;
	padding: 0px;
	font-size:14px;
	color:#333;
	width: auto;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	outline: none;
	margin-left: 5px;
}
.onlineform-box select {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:14px;
	color:#333;
	width: 430px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	margin-bottom: 5px;
}
.onlineform-box textarea {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:14px;
	color:#333;
	width: 430px;
	height: 110px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	margin-bottom: 5px;
	margin-top: 3px;
}
#submit-form {
	width: 200px;
}
#submit-form:hover {
	border-color:#E8E8E8 #B7B7B7 #B7B7B7 #E8E8E8;
	cursor: pointer;
}
.portfolio-scroll a {
	min-height: 50px;
	font-size: 12px;
	width: auto;
	display: block;
	text-decoration: none;
	padding-left: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(http://novov.ru/css/images/portfolio.png);
	font-style: normal;
	font-weight: normal;
}
/* doc file links*/
.doc a {
	min-height: 50px;
	font-size: 12px;
	width: auto;
	display: block;
	text-decoration: none;
	padding-left: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(http://novov.ru/css/images/doc.png);
	font-style: normal;
	font-weight: normal;
}

.doc_size {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

.doc_link {
	text-decoration: underline;
}
/* doc file links*/
/* pdf file links*/
.pdf a {
	min-height: 50px;
	font-size: 12px;
	width: auto;
	display: block;
	text-decoration: none;
	padding-left: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(http://novov.ru/css/images/pdf.png);
	font-style: normal;
	font-weight: normal;
}

.pdf_size {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

.pdf_link {
	text-decoration: underline;
}

.pdf_text {
	margin-bottom: 50px;
	font-size: 22px;
	padding-left: 50px;
}
/* pdf file links*/
	#top_information {
		background-position: right top;
		/*background-image: url(http://novov.ru/css/matreshka_design.png);*/
		background-repeat: no-repeat;
		font-size: 24px;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #666666;
		right: 18%;
		z-index: 1;
		top: 35px;
		position: absolute;
		height: 200px;
		width: 500px;
	}
	a {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		text-decoration: underline;
		color: #569559;
	}

	a:hover {
		color: #336633;
	}
	#bottom_price {
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 14px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-left: 40px;
	}
	#pricelist {
	width: 555px;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-right-style: dotted;
	}
	.promo-block {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-size: 14px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-left: 40px;
	}
	.promo {
	padding-right: 20px;
}
.promo a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pricelist ul {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-type: square;
	}
	#priceL {
	padding-bottom: 20px;
	margin: 0px;
	font-size: 15px;
	width: 400px;
	}
	#priceL h2 {
	color: #7c7c7c;
	font-size: 15px;
	letter-spacing: normal;
	line-height: normal;
	word-spacing: normal;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
	#priceL h3 {
	font-size: 13px;
	letter-spacing: normal;
	line-height: normal;
	word-spacing: normal;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
	#priceR {
	font-size: 18px;
	text-align: center;
	width: 155px;
	}
	#contacts {
	font-size: 16px;
	}
/*  portfolio  */
#filter img {
	border-color: #cccccc;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
	margin: 0px;
}
#filter img:hover {
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
	margin: 0px;
}
ul#filter {
	padding: 0px;
	list-style:none;
	overflow:hidden;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:110%;
}
ul#filter li {
	display:inline;
	margin:0;
	padding: 0px;
}
ul#filter li.title {
	width: 120px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 20px;
	display:block;
	float:left;
}
ul#filter li a {
	margin: 10px;
	display:block;
	padding: 0px;
	float:left;
}
ul#filter li.current a {
	float: left;
	margin: 10px;
	display:block;
	padding: 0px;
}

ul#filter li.current img {
	border-color: #999999;
	border-width: 2px;
	border-style: solid;
	float: left;
	margin: 0px;
	display:block;
	padding: 2px;
}

ul#portfolio {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	clear:both;
	list-style:none;
	padding: 0px;
	overflow:auto;
	display:block;
}
ul#portfolio img {
}
ul#portfolio p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#artimg {
	width: 100%;
	text-align: center;
}
#artimg img {
	border-color: white;
	border-style: solid;
	border-width: 2px;
}
ul#portfolio li {
	text-align: center;
	display: block;
	margin:0;
	padding:0;
	margin: 0px;
	width: auto;
	min-height: 666px;
}

