@media only screen and (min-width:760px) and (max-width:1000px) {
img{
		max-width:100%;
		height:auto;
}
#top_container .container_top, header .header_container, #body_container_part{
		width:auto;
		margin:0 auto;
}
#top_container nav ul li a{
		display:inline-block;
		padding:0 10px;
		font:normal 14px "Times New Roman", Times, serif;
		line-height:42px;
		color:#141414;
		text-transform:uppercase;
}
.jcarousel-wrapper{
		width:650px !important;
		margin:0 auto;
}
#top_container .container_top, header .header_container, #body_container_part{
		padding:0 15px;
}
header .header_container aside{
		width:32%;
		float:left;
		margin:0 0px 0 10px;
		text-align:center;
		position:relative;
}
header .header_container aside:first-child{
		margin:0 0 0 0px;
}
header .header_container aside h5{	
		bottom:42px;
}
header .header_container aside h5:hover{	
		bottom:48px;
}
#body_container_part .welcome_part{
		width:60%;
		margin:0 0 30px 0px;
}
#body_container_part .services_part{
		width:35%;	
		padding:0px 0 35px 20px;
}
}