*
{
	margin:0px;
	padding:0px;
}
body
{
	color:#666464;
	font-size:12px;
	background: url(../images/url.jpg);
	font-family:Tahoma, Arial, Trebuchet MS, Verdana;
}
p
{
	line-height:20px;
	text-align:justify;
	letter-spacing:1px;
}
a img
{
	outline:none;
	border:none;
}
a
{
	letter-spacing:1px;
	text-decoration:none;
}
ul li
{
	display:inline;
	letter-spacing:1px;
	text-align:justify;
	list-style-type:none;
}
h1{	font-size:26px;}
h2{	font-size:20px;}
h3{	font-size:18px;}
h4{	font-size:16px;}
h5{	font-size:14px;}
.no_bg
{
	background:none !important;
}
.no_border
{
	border:none !important;
}
.no_margin
{
	margin:0px !important;
}
.no_padding
{
	padding:0px !important;
}
.fleft
{
	float:left;
}
.fright
{
	float:right;
}
.fcenter
{
	text-align:center;
}
.clear
{
	clear:both;
}
.page
{
	width:947px;
	margin:auto;
	height:auto;
}
/* -------------------------------------------- header -------------------------------------------- */
.header
{
	width:100%;
}
/* ----------- logo ----------- */
.logo
{
	width:auto;
	height:auto;
}

/* -------------------------------- slider -------------------------------- */
.slider
{
	width:100%;
	height:auto;
}
/* -------------------------------- wrapper -------------------------------- */
.wrapper
{
	width:100%;
	height:auto;
	margin:90px 0px 20px;
}

.clients_img
{
	margin:20px 0px 0px;
}
.clients
{
	width:90.6%;
	padding:20px;
	border-radius:15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 44%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 44%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 44%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 44%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 44%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}