/* ==========================================================================
   Client styles: defaults
   ========================================================================== */ 

body { background: /*#e7e8d7*/ #2d2d8c url(../img/bg-body.png) repeat-x 0 0; }
/*body#client-interface { background-image: none; }*/

.btn-howitworks, 
.offers h1,
.nav-client-interface  {
	background: #f9c730;
	background: -moz-linear-gradient(top,  #f9c730 0%, #f4831e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c730), color-stop(100%,#f4831e));
	background: -webkit-linear-gradient(top,  #f9c730 0%,#f4831e 100%);
	background: -o-linear-gradient(top,  #f9c730 0%,#f4831e 100%);
	background: -ms-linear-gradient(top,  #f9c730 0%,#f4831e 100%);
	background: linear-gradient(to bottom,  #f9c730 0%,#f4831e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c730', endColorstr='#f4831e',GradientType=0 );
}




/* ==========================================================================
   Client styles: customs
   ========================================================================== */
