*{

	margin: 0px;
	
	padding: 0px;
	
	list-style: none;
	
	text-decoration: none;
	
	border: none;
	
}

body{ 

	font: 12px Tahoma;
	
	color: #e2e6cb;
	
	background: #93024a url('../img/bg.png')  center top repeat-x;

}

#content{
	width: 100%;
	padding-bottom: 99px;
	background: transparent url('../img/content.png')  center bottom repeat-x;
}

#body{
	width: 495px;
	background: transparent url('../img/body.png')  center top repeat-y;
	position: relative;
	left: 50%;
	margin-left: -244px;
}

#body1{
	width: 495px;
	padding-bottom: 40px;
	background: transparent url('../img/bottom.png')  center bottom no-repeat;
}
#shadow{
	width: 495px;
	height: 221px;
	background: transparent url('../img/shadow.png')  0px 0px no-repeat;
}
.shadow{
	background: transparent url('../img/shadow.png')  0px 0px no-repeat;
}

.shadow2{
	background-position: 0px -222px ! important;
}

a.btn{
	width: 415px;
	height: 131px;
	display: block;
	margin-left: 40px;
	background: transparent url('../img/about_btn.png') 0px 0px no-repeat; 
}

a.btn span{
	color: #e2e6cb;
	position: relative;
	text-align: right;
	width: 160px;
	height: 60px;
	float: right;
	top: 48px;
	right: 15px;
	cursor: pointer;
}

a:hover.btn{
	background-position: 0px -131px;
}

#clients{
	background-image: url('../img/clients_btn.png') ! important;
}

#contacts{
	background-image: url('../img/contacts_btn.png') ! important;
}

.block{
	width: 386px;
	background: #e2e6cb;
	margin-left: 55px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 0px;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #95024b;
	margin:0px 10px;
}
.block p{
	margin: 10px;
	font-size: 11px;
	text-align: justify;
	color: #535739;
}

.clients{
	width: 366px;
	margin-left: 65px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.site{
	width: 366px;
	margin-bottom: 10px;
}

.site h2{
	width: 366px;
	height: 27px;
	background: transparent url('../img/title.png') center top no-repeat;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	color: #e2e6cb;
}

.site h2 a{
	color: #e2e6cb;
}

.site h2 a:hover{
	text-decoration: underline;
}

.site img{
	border-bottom: 1px solid #e2e6cb;
	border-top: 1px solid #e2e6cb;
}

.site a.img{
	width: 366px;
	height: 149px;
	background: transparent url('../img/sites/1.png') center bottom no-repeat;
	display: block;
}

.site a:hover.img{
	background-position: top;
}

.block a{
	color: #454545;
	text-decoration: underline;
}

.block a:hover{
	text-decoration: none;
}