html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	background-image: url("/images/body-bg.jpg");
}

table, img
{
	border: 0;
}

table td
{
	border-collapse: collapse;
}

#all
{
	width: 700px;
	
	
	margin: 80px auto;
	border: 20px solid black;
	position: relative;
}

#logo
{
	width: 701px;
	height: 90px;
	text-align: center;
	font-size: 0px;
	line-height: 0px;
	background-color: black;
}

#logo h2
{
	margin: 0;
}

.section
{
	width: 631px;
	height: 300px;
	padding-left: 70px;
	position: relative;
	z-index: 5;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: white;
	background-color: black;
}

.block
{
	width: 302px;
	margin-bottom: 24px;

}

.block .right
{
	padding: 0;
}

.block a
{
	font-weight: bold;
	color: white;
}

.block a.invrt:hover
{
    text-decoration: underline;
}
.block a.invrt, invrt:link
{
    text-decoration: none;
}

.block a.norm
{
    font-weight: normal;
}

.block p
{
	margin-top: 12px;
}

.right
{
	width: 50%;
	padding-left: 351px;
}

.section h2.title 
{
	padding-top: 40px;
	margin: 0;
	margin-bottom: 25px;
	font-size: 0;
	line-height: 0;
}

#news
{
	background-color: #042232;
	background-image: url("/images/news-bg.jpg");
	background-repeat: no-repeat;
	position: relative;
}

#news .block
{
	clear: both;
	float: left;
	position: relative;
	left: -40px;
	width: 302px;
}

#news .block .left, #news .block .right
{
	float: left;
}

#news .block .left
{
	width: 40px;
}

#news .block .left p
{
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid white;
	float: left;
}

#news .block .right
{
	width: 260px;
	padding: 0;
}

#latest-works
{

	background-repeat: no-repeat;
}

#service
{
	background-color: #ee7205;
	background-image: url("/images/service-bg.jpg");
	background-repeat: no-repeat;
	position: relative;

	height: 300px;
}

#service .pic
{
	position: absolute;
	right: 10px;
	bottom: 25px;
	
	width: 104px;
	height: 112px;
	background-image: url("/images/service-pic.jpg");
}

#service .list
{
	float: left;
	clear: both;
	margin: 0;
}

#service .list .left, #service .list .right
{
	float: left;
}

#service .list .left
{
	margin-right: 10px;
	padding-top: 2px;
}

#service .list a
{
	font-size: 11px;
	line-height: 20px;
	color: white;
	font-weight: bold;
}

#about
{
	background-color: white;
	background-image: url("/images/about-bg.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;

	height: 302px;
	
	color: black;
}

#about h2.title
{
	margin: 0;
	margin-left: -44px;
	padding-top: 10px;
}

#contacts
{
	position: absolute;
	bottom: 0;
	left: 70px;
	width: 215px;
	height: 60px;
	font-size: 0;
	line-height: 0;	
	background-color: black;
	
	padding-top: 26px;
	padding-left: 36px;
}

#contacts .block
{
	float: left;
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;	
	margin-bottom: 9px;
	width: 170px;
	
}

#contacts p
{
	float: left;
	margin: 0;
	margin-right: 16px;
	font-size: 0;
	line-height: 0;
}

.main-border
{
	position: absolute;
	margin: -20px;
	background-repeat: no-repeat;
	
	font-size: 0px;
	line-height: 0px;
}

.border-pic-left-top
{
	left: 0;
	top: 0;
	background-image: url("/images/left-top.jpg");
	
	width: 53px;
	height: 46px;
}

.border-pic-top
{
	left: 315px;
	top: 0;
	background-image: url("/images/top.jpg");

	width: 65px;
	height: 8px;
}

.border-pic-right
{
	right: 0px;
	top: 35%;
	background-image: url("/images/right.jpg");

	width: 15px;
	height: 74px;
}

.border-pic-right-bottom
{
	right: -43px;
	bottom: -42px;
	background-image: url("/images/right-bottom.jpg");
	z-index: 1;
	width: 147px;
	height: 89px;
}

.border-pic-left-bottom
{
	left: 20px;
	bottom: 0;
	background-image: url("/images/left-bottom.jpg");

	width: 79px;
	height: 13px;
}

.border-pic-left
{
	left: 0;
	bottom: 25%;
	background-image: url("/images/left.jpg");

	width: 10px;
	height: 69px;
}
