﻿/*	=================================
		SOFAs (#012c5f)
	================================= */

	::-moz-selection	{	background-color: rgba(228,220,211,0.90); }
	::selection			{	background-color: rgba(228,220,211,0.90); }

	/* BG SOFA Blue dark (#012c5f)*/
	.btn, .rate, #intro > div:nth-child(1)
	{	background-color: rgba(001,044,095,1.00); color: rgba(255,255,255,1.00); }		
	
	/* BG SOFA Blue light (#00AAD2)*/
	.btn:hover, .rate:before, .hotline:before, p.notice:before, footer .partner
	{	background-color: rgba(000,170,210,1.00); color: rgba(255,255,255,1.00); }	
	
	/* TXT SOFA */
	.txt-blue, p > a, /* span > a, */ label a:hover, .hotline, .faq input[name=faq]:checked + label > i, table .name, table .oem		
	{	color: rgba(000,170,210,1.00); }		

	/* Border Shadow SOFA */
	input:focus, textarea:focus		
	{	box-shadow: inset 0 0 0 1px rgba(000,170,210,1.00); }		

/*	=================================
		Backgrounds
	================================= *, 

	/* BG White */	
	input:disabled, .box, #faq input[name=faq]:checked + label
	{	background-color: rgba(255,255,255,1.00); }

	/* --- BG Light #fafafa--- */
	.overlay > div
	{	background-color: rgba(250,250,250,1.00); }

	/* BG Gray light (#f6f3f2) */	
	nav > div, #aside > div, footer, .panel > div > div, table .sub
	{	background-color: rgba(246,243,242,1.00); }
	
	/* BG Gray dark (#e4dcd3) */	
	#aside > #contact, li:before, .panel > div > div:nth-child(2), .panel > div > div:nth-child(2):before, .panel > div > div:nth-child(2):after, #txt .box:after
	{	background-color: rgba(228,220,211,1.00); }	

	/* --- BG Transparent --- */
	input:disabled
	{	background-color: transparent; }

/*	=================================
		Text
	================================= */
	
	/* TXT White */	
	
	{	color: rgba(255,255,255,1.00); }	
	
	/* TXT Standard (#e4dcd3) */	
	body, a
	{	color: rgba(034,034,034,1.00); }	

/*	=================================
		Borders
	================================= */
	
	/* Border Standard (#e4dcd3) */	
	*
	{	border-color: rgba(228,220,211,1.00); }
	
	/* Border Width */	
	.panel > div > div:nth-child(2) hr
	{	border-color: rgba(255,255,255,1.00); }	
		
	/* Border Shadow (#e4dcd3) */	
	input, textarea, form input + label:before
	{	box-shadow: inset 0 0 0 1px rgba(228,220,211,1.00); }	

	/* Border Shadow (#e4dcd3) */	
	a.link
	{	box-shadow: inset 0 0 0 6px rgba(228,220,211,1.00); }	
	
/*	=================================
		Gradients + Moves
	================================= */
	
.rate  	{	background-image: radial-gradient(farthest-corner at left bottom, rgba(000,170,210,1.00) 0.00%, rgba(000,170,210,0.00) 100.0%); }

/*	=================================
		END
	================================= */