.navigation_color
{	
	/* navy blue */
	/* background-color:rgba(32,80,129,1.0); */ 
	
	/* linear dark blue gradient */
	/*
	background-image: linear-gradient(bottom, rgb(8,88,158) 20%, rgb(3,72,133) 33%, rgb(0,55,110) 53%);
	background-image: -o-linear-gradient(bottom, rgb(8,88,158) 20%, rgb(3,72,133) 33%, rgb(0,55,110) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(8,88,158) 20%, rgb(3,72,133) 33%, rgb(0,55,110) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(8,88,158) 20%, rgb(3,72,133) 33%, rgb(0,55,110) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(8,88,158) 20%, rgb(3,72,133) 33%, rgb(0,55,110) 53%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.2, rgb(8,88,158)),color-stop(0.33, rgb(3,72,133)),color-stop(0.53, rgb(0,55,110)));
	*/
	
	background-color: rgb(0,55,110);
	background-image: linear-gradient(bottom, rgb(22,108,173) 9%, rgb(3,72,132) 47%, rgb(0,55,110) 73%);
	background-image: -o-linear-gradient(bottom, rgb(22,108,173) 9%, rgb(3,72,132) 47%, rgb(0,55,110) 73%);
	background-image: -moz-linear-gradient(bottom, rgb(22,108,173) 9%, rgb(3,72,132) 47%, rgb(0,55,110) 73%);
	background-image: -webkit-linear-gradient(bottom, rgb(22,108,173) 9%, rgb(3,72,132) 47%, rgb(0,55,110) 73%);
	background-image: -ms-linear-gradient(bottom, rgb(22,108,173) 9%, rgb(3,72,132) 47%, rgb(0,55,110) 73%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.09, rgb(22,108,173)),color-stop(0.47, rgb(3,72,132)),color-stop(0.73, rgb(0,55,110)));
}

.bubble_color0
{	
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */	
}

.bubble_color1
{	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
}

.bubble_color2
{	
	background-image: linear-gradient(bottom, rgb(230,230,230) 9%, rgb(200,200,200) 50%, rgb(230,230,230) 72%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(200,200,200) 50%, rgb(230,230,230) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(200,200,200) 50%, rgb(230,230,230) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(200,200,200) 50%, rgb(230,230,230) 72%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(200,200,200) 50%, rgb(230,230,230) 72%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.09, rgb(230,230,230)),color-stop(0.5, rgb(200,200,200)),color-stop(0.72, rgb(230,230,230)));	

}

.bubble_color3
{	
	background: white;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.10)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.10) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.10) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.10) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,0.10) 0%,rgba(0,0,0,0) 100%); /* W3C */
	/*
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	*/
}

.bubble_color3_4
{	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(50%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 50%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.bubble_color3_5
{	
	background: -moz-linear-gradient(top, rgba(32,80,129,0.25) 0%, rgba(255,255,255,0) 15%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,80,129,0.25)), color-stop(15%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(32,80,129,0.35) 0%,rgba(255,255,255,0) 15%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(32,80,129,0.25) 0%,rgba(255,255,255,0) 15%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(32,80,129,0.25) 0%,rgba(255,255,255,0) 15%); /* IE10+ */
	background: linear-gradient(top, rgba(32,80,129,0.25) 0%,rgba(255,255,255,0) 15%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.bubble_color4
{	
	background: rgb(245,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
}

.footer_color
{	
	background-color: rgb(0,55,110);
	background-image: linear-gradient(bottom, rgb(22,108,173) 9%, rgb(3,72,132) 47%, rgb(0,55,110) 73%);
	background-image: -o-linear-gradient(bottom, rgb(22,108,173) 9%, rgb(3,72,132) 47%, rgb(0,55,110) 73%);
	background-image: -moz-linear-gradient(bottom, rgb(22,108,173) 9%, rgb(3,72,132) 47%, rgb(0,55,110) 73%);
	background-image: -webkit-linear-gradient(bottom, rgb(22,108,173) 9%, rgb(3,72,132) 47%, rgb(0,55,110) 73%);
	background-image: -ms-linear-gradient(bottom, rgb(22,108,173) 9%, rgb(3,72,132) 47%, rgb(0,55,110) 73%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.09, rgb(22,108,173)),color-stop(0.47, rgb(3,72,132)),color-stop(0.73, rgb(0,55,110)));

}
