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;
}

ul {
	margin:0px 0px 0px 19px;
	padding:0px;
	list-style:url('../img/marker.gif');
}
ul li {
	margin:0px;
	padding:0px;
}

/*
	Верх
*/
.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;
}
/* /Меню */
/*
	/Верх
*/

/*
	Контент
*/
.content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#2b2b2b;
}

.content .partLeft {
	width:180px;
}
.content .partRight {
	width:730px;
}

.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 p {
	margin:10px 0px 0px 0px;
}

.content a {
	color:#5b9128;
}
.content a:hover {
	text-decoration:none;
}

/* Услуги */
.content .partLeft .services {
}
.content .partLeft .services .block {
	padding:10px 0px 24px 0px;
	cursor:pointer;
}

.content .partLeft .services .block div {
	width:180px;
	height:35px;
	padding-top:5px;
	text-align:center;
	background-color:#f2f2f2;
}
.content .partLeft .services .block div a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#5b9128;
	text-decoration:none;
	line-height:14px;
}

.content .partLeft .services .block.hover div {
	background-color:#78bd37;
}
.content .partLeft .services .block.hover div a {
	color:#fff;
	text-shadow: 0px 1px #60972c;
}
/* /Услуги */

/* "Наши работы" */
.content .partRight .block {
	width:355px;
	margin-bottom:34px;
}

.content .partRight .block .image {
	position:relative;
	border:solid #8b8f93 1px;
}
.content .partRight .block .image .lupa {
	position:absolute;
	bottom:0px;
	right:0px;
	width:15px;
	height:15px;
}
.content .partRight .block .image .lupa[class] {
	background-image:url('../img/lupa.png');
}

.content .partRight .block .descr {
	width:222px;
}
.content .partRight .block .descr hr {
	border:solid #d4d6d7 1px;
	line-height:1px;
	margin:10px 0px 10px 0px;
}
.content .partRight .block span {
	color:#5b9128;
}
/* /"Наши работы" */

/* Пагинг */
.content .partRight .paging {
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#2b2b2b;
}
.content .partRight .paging span {
	color:#8b8f93;
}
.content .partRight .paging a {
	color:#5b9128;
}
.content .partRight .paging a:hover {
	text-decoration:none;
}
/* /Пагинг */
/*
	/Контент
*/

/*
	Подвал
*/
.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;
}
/*
	/Подвал
*/