body {
	margin:0px;
	padding:0px;
	background-color:#fff;
}

.clear {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#7f8689;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-bottom:21px;
}

.main {
	width:1003px;
	text-align:left;
}

/*
	Верх
*/
.top {
}
.top .logo {
	margin-top:23px;
}

.top .phone {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	font-style:italic;
	line-height:28px;
	text-align:right;
	margin-top:20px;
	color:#8b8f93;
}
.top .phone span {
	color:#78bd37;
}

/* Меню */
.top .menu {
	width:580px;
	background:url('../img/top_menu_bg.gif') repeat-x;
	height:44px;
	margin-top:14px;
}
.top .menu .item {
	text-align:center;
	width:92px;
	height:30px;
	padding-top:14px;
	cursor:pointer;
}
.top .menu .item a {
/*	font-family:"Times New Roman", Times, serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:14px;
	text-decoration:none;
	text-shadow: 1px 1px #191919;
}

.top .menu .hover {
	background:url('../img/top_menu_hover.gif') repeat-x;
}
.top .menu .sel {
	background:url('../img/top_menu_hover.gif') repeat-x;
}

.top .menu .serparator {
	width:2px;
	height:44px;
	background:url('../img/top_menu_serparator.jpg') no-repeat;
}
/* /Меню */
/*
	/Верх
*/

/*
	Услуги
*/
.services {
}
.services .block {
	padding:0px 10px 0px 10px;
	cursor:pointer;
}

.services .block div {
	width:180px;
	height:35px;
	padding-top:5px;
	text-align:center;
	background-color:#f2f2f2;
}
.services .block div a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#5b9128;
	text-decoration:none;
	line-height:14px;
}

.services .block.hover div {
	background-color:#78bd37;
}
.services .block.hover div a {
	color:#fff;
	text-shadow: 0px 1px #60972c;
}
/*
	/Услуги
*/

/*
	Полоса портфолио
*/
.gallery-holder {
	overflow: hidden;
	position: relative;
	width:1000px;
	height:138px;
	margin:20px 0 0 0;
}
.gallery-holder .prev {
	position:absolute;
	left:0;
	top:0;
	background:url('../img/prev.png') no-repeat;
	width:33px;
	height:138px;
	z-index:2;
}
.gallery-holder .prev:hover{
	background:url('../img/prev-hover.png') no-repeat;
}
.gallery-holder .next {
	position:absolute;
	right:0;
	top:0;
	background:url('../img/next.png') no-repeat;
	width:33px;
	height:138px;
	z-index:2;
}
.gallery-holder .next:hover {
	background:url('../img/next-hover.png') no-repeat;
}
.gallery {
	width:892px;
	margin:0 auto;
	padding:2px 0 0;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#2b2b2b;
}
.gallery ul.items {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:99999px;
}
.gallery ul.items li.item {
	padding:0 11px 0 12px;
	float:left;
	width:420px;
}
.gallery ul.items li.item h1 {
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
/*	font-style:italic;*/
	color:#78bd37;
	line-height:24px;
	margin:10px 0px 21px 0px;
	font-weight:normal;
}

.gallery ul.items li.item h2 {
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
/*	font-style:italic;*/
	color:#8b8f93;
	line-height:18px;
	margin:0px 0px 8px 0px;
	font-weight:normal;
}

.gallery ul.items li.item p {
	margin:10px 0px 0px 0px;
}

.gallery ul.items li.item a {
	color:#5b9128;
}
.gallery ul.items li.item a:hover {
	text-decoration:none;
}

.gallery ul.items li.item .block {
	width:420px;
}

.gallery ul.items li.item .block .image {
	position:relative;
	border:solid #8b8f93 1px;
	max-height:130px;
	overflow:hidden;
}
.gallery ul.items li.item .block .image .lupa {
	position:absolute;
	bottom:0px;
	right:0px;
	width:15px;
	height:15px;
}
.gallery ul.items li.item .block .image .lupa[class] {
	background-image:url('../img/lupa.png');
}

.gallery ul.items li.item .block .descr {
	width:287px;
}
.gallery ul.items li.item .block .descr hr {
	border:solid #d4d6d7 1px;
	line-height:1px;
	margin:5px 0px 5px 0px;
}
.gallery ul.items li.item .block .descr ul {
	margin:0px 0px 0px 19px;
	padding:0px;
	list-style:url('../img/marker.gif');
}
.gallery ul.items li.item .block .descr ul li {
	margin:0px;
	padding:0px;
}
.gallery ul.items li.item .block span {
	color:#5b9128;
}
/*
	/Полоса портфолио
*/

/*
	Контент
*/
.content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#2b2b2b;
	padding-top:30px;
}

.content .image {
	position:relative;
}
.content .image .lupa {
	position:absolute;
	bottom:0px;
	right:0px;
	width:15px;
	height:15px;
}
.content .image .lupa[class] {
	background-image:url('../img/lupa.png');
}

.content .part {
	width:490px;
}
.content .part .article {
	padding-left:20px;
}

.content h1 {
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
/*	font-style:italic;*/
	color:#78bd37;
	line-height:24px;
	margin:10px 0px 21px 0px;
	font-weight:normal;
}

.content h2 {
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#8b8f93;
	line-height:18px;
	margin:0px 0px 8px 0px;
	font-weight:normal;
}

.content hr {
	background:url('../img/hr.gif') repeat-x;
	border:none;
	line-height:1px;
	margin:10px 0px 10px 0px;
}

.content p {
	margin:0px 0px 0px 19px;
}
.content p.green {
	color:#5b9128;
}

.content a {
	color:#5b9128;
}
.content a:hover {
	text-decoration:none;
}

.content ul {
	margin:0px 0px 0px 19px;
	padding:0px;
	list-style:url('../img/marker.gif');
}
.content ul li {
	margin:0px;
	padding:0px;
}

/* "Последние работы" */
.content .portfolio {
}
.content .portfolio .fl {
	border:solid #8b8f93 1px;
/*	margin-top:78px;*/
}
.content .portfolio .main {
	width:auto;
	margin:0px 29px 0px 29px;
}
/* /"Последние работы" */
/*
	/Контент
*/

/*
	Подвал
*/
.footer {
	position:relative;
	height:86px;
	margin-top:19px;
	background:url('../img/hr_footer.jpg') repeat-x;
}

.footer .logo {
	position:absolute;
	left:0px;
	top:14px;
}

.footer .info {
	position:absolute;
	left:54px;
	top:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#8b8f93;
}
.footer .info a {
	color:#5b9128;
}
.footer .info a:hover {
	text-decoration:none;
}
.footer .info span {
	color:#5b9128;
}
/*
	/Подвал
*/
