body{
	color:#000;	
}
.cont-mail{
	color:#ff0000;
}
.nav-menu{
	background:url(../images/dark.png);
}
.pager a{
	background: url(../images/pagination.png) 0 0 no-repeat;
}
.pager a.selected{
	background: url(../images/pagination.png) -23px 0 no-repeat;
} 
.nav-menu ul li a{	
	color:white;	
}
.nav-menu ul li a:hover{
	color:#ff0000;
}
.carou-text h2{	
	color:white;
}
.carou-text span{
	color:white;	
}
.main-block li{
	 list-style-image: url(../images/li.png); 
}	
.popup { 
	background: #ff3333;
	color: black;
}
.popup h2{	
	color:#fff;
}
.formDiv  {
	color:#fff;
}
.popup form input, .order form input{	
	border:1px solid #ff3333;
	background:white;
	box-shadow:inset 0 3px 5px rgba(3,3,3,0.4);
	-webkit-box-shadow:inset 0 3px 5px rgba(3,3,3,0.4);
}
.jq-selectbox__trigger-arrow{
	background:url(../images/select_icon.png) 0 -15px no-repeat;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow, .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	background:url(../images/select_icon.png) 0 0 no-repeat;
}
.jq-radio {
	background: url(../images/select_icon.png) 0 -30px no-repeat;	
}
.jq-radio.checked {
	background: url(../images/select_icon.png) 0 -51px no-repeat;	
}
.jq-checkbox {
	background: url(../images/select_icon.png) 0 -75px no-repeat;	
}
.jq-checkbox.checked {
	background: url(../images/select_icon.png) 0 -98px no-repeat;	
}
.arrow{
	background:url(../images/arrow-client.png) no-repeat;
}
.sub-button{	
	background:#eee;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.5, #FFFFFF),
	color-stop(0.8, #EEEEEE),
	color-stop(1, #F8F8F8)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 50%, #EEEEEE 80%, #F8F8F8 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 50%, #EEEEEE 80%, #F8F8F8 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #EEEEEE 80%, #F8F8F8 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 50%, #EEEEEE 80%, #F8F8F8 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 50%, #EEEEEE 80%, #F8F8F8 100%);
	color: #000;		
	border: 6px solid #dcdcdc;
	background-clip: padding-box;	
	box-shadow:inset 0 0px 2px #d4d4d4;
	-webkit-box-shadow:inset 0 0px 2px #d4d4d4;
}
.promo .sub-button{
	border: 6px solid rgba(220,220,220,1);
	background-clip: padding-box;
}
.sub-button:hover{
	background: #ff9e9e;
	background: -moz-linear-gradient(top,  #ff9e9e 0%, #fc4343 87%, #feaeae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9e9e), color-stop(87%,#fc4343), color-stop(100%,#feaeae));
	background: -webkit-linear-gradient(top,  #ff9e9e 0%,#fc4343 87%,#feaeae 100%);
	background: -o-linear-gradient(top,  #ff9e9e 0%,#fc4343 87%,#feaeae 100%);
	background: -ms-linear-gradient(top,  #ff9e9e 0%,#fc4343 87%,#feaeae 100%);
	background: linear-gradient(to bottom,  #ff9e9e 0%,#fc4343 87%,#feaeae 100%);
	border: 6px solid rgba(255,255,255,0.3);
	background-clip: padding-box;
	color:#fff;
	box-shadow:inset 0 0px 2px #ff0000;
	-webkit-box-shadow:inset 0 0px 2px #ff0000;
}
section{	
	background:url(../images/white.png);	
}
.robot-button, .carou-text a, .buy-robot{	
	background: #ff6666;
	background: -moz-linear-gradient(top,  #ff6666 0%, #ff3333 82%, #ff9999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6666), color-stop(82%,#ff3333), color-stop(100%,#ff9999));
	background: -webkit-linear-gradient(top,  #ff6666 0%,#ff3333 82%,#ff9999 100%);
	background: -o-linear-gradient(top,  #ff6666 0%,#ff3333 82%,#ff9999 100%);
	background: -ms-linear-gradient(top,  #ff6666 0%,#ff3333 82%,#ff9999 100%);
	background: linear-gradient(to bottom,  #ff6666 0%,#ff3333 82%,#ff9999 100%);	
	color: #fff;	
	border: 6px solid rgba(204,204,204,0.5);
	background-clip: padding-box;	
	box-shadow:inset 0 0px 2px #ff1111;
	-webkit-box-shadow:inset 0 0px 2px #ff1111;
}
.robot-button:hover, .carou-text a:hover, .buy-robot:hover{
	background: #ff9e9e;
	background: -moz-linear-gradient(top,  #ff9e9e 0%, #fc4343 82%, #feaeae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9e9e), color-stop(82%,#fc4343), color-stop(100%,#feaeae));
	background: -webkit-linear-gradient(top,  #ff9e9e 0%,#fc4343 82%,#feaeae 100%);
	background: -o-linear-gradient(top,  #ff9e9e 0%,#fc4343 82%,#feaeae 100%);
	background: -ms-linear-gradient(top,  #ff9e9e 0%,#fc4343 82%,#feaeae 100%);
	background: linear-gradient(to bottom,  #ff9e9e 0%,#fc4343 82%,#feaeae 100%);
	background-clip: padding-box;
}
.foot-button a, .carou-text a{
	border: 6px solid rgba(250,250,250,0.1);
}
.order{
	background:#ff3333;
}
.order h2{	
	color:#fff;
}
.web-form{	
	background:#ff3333;
}
.web-form h2{	
	color:#fff;	
}
.web-form form input{	
	border:1px solid #ff3333;
	background:white;
	box-shadow:inset 0 3px 5px rgba(3,3,3,0.4);
	-webkit-box-shadow:inset 0 3px 5px rgba(3,3,3,0.4);	
}
.jq-selectbox{	
	border:1px solid #ffcccc;
	background:white;
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.3);
	color:black;	
}
.jq-selectbox__dropdown {	
	border: 1px solid #ffcccc
}
.jq-selectbox li:hover{	
	background:#ffcccc;	
}
.cause ol li:before{
    background: #ff3333 ;
	color:#fff;
}
.photo-block a img{
	border:3px solid rgba(255,255,255,0);
}
.photo-block a img:hover{
	border:3px solid #ff3333 ;
}
.rev-text{
	background:#F4F4F4;
}
.thanks-gallery a img{
	border: 3px solid rgba(256,256,256,0);
}
.thanks-gallery a  img:hover{
	border: 3px solid #ff3333;
}
.cont-mail-foot{
	color: #ff0000;
}
.phones{
	color: white;
}
.copy{
	color:white;
}
.counter{	
	color:#fff;
}
.note{
	color: #fff;
}
