.main-nav {    background: #09F;}.main-nav .submenu .submenu{    background-color: rgb(7, 126, 206);}.main-nav ul li a {    border-left: 1px solid #1EA5FF;    border-right: 1px solid #0490EC;}.main-nav ul li:hover {    background: #058BE4;}.heading {    background-color: #0099FF;		background: -moz-linear-gradient(top, #0c87bd 0%, #24b7f7 92%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c87bd), color-stop(92%,#24b7f7)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #0c87bd 0%,#24b7f7 92%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #0c87bd 0%,#24b7f7 92%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #0c87bd 0%,#24b7f7 92%); /* IE10+ */	background: linear-gradient(to bottom, #0c87bd 0%,#24b7f7 92%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c87bd', endColorstr='#24b7f7',GradientType=0 ); /* IE6-9 */	border-radius: 6px 6px 0px 0px;}.dir-lnk span.icon {    background-image: url('../images/phon-ic.png');    background-color: #09F;}.fd-form button {    color: #09F;}.hg-llinks{	background-color: #0099FF;	border: 1px solid #1C9DCC;}.hg-llinks ul li:hover>a, .hg-llinks ul li a:hover {    background-color: #1599D3;}.panel-list li:hover {    background: #31BDF0;    box-shadow: inset 0 0 3px #0F6F92;}/*** superfish STYLES ***//*** ESSENTIAL STYLES ***/.sf-menu, .sf-menu * {	margin: 0;	padding: 0;	list-style: none;	font:13px Open Sans, sans-serif !important;}.sf-menu li {	position: relative;	white-space: normal !important;}.sf-menu li.first {	border-top-left-radius:8px;}.sf-menu li.first a {	border-left:none;}.sf-menu li.last {	border-top-right-radius:8px;}.sf-menu ul {	position: absolute;	display: none;	top: 100%;	left: 0;	z-index: 99;}.sf-menu > li {	float: left;}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul {	display: block;}.sf-menu a {	display: block;	position: relative;}.sf-menu ul ul {	top: 0;	left: 100%;}/*** DEMO SKIN ***/.sf-menu {		padding-left: 0px !important;        width:103%;	float: left;	margin-bottom: 1em;}.sf-menu ul {	box-shadow: 2px 2px 6px rgba(0,0,0,.2);	min-width: 12em; /* allow long menu items to determine submenu width */	*width: 12em; /* no auto sub width for IE7, see white-space comment below */	width:220px;}.sf-menu a {	border-left: 1px solid #31adff;	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */	border-top: 1px solid rgba(255,255,255,.5);	padding: .75em 1.2em;	text-decoration: none;	zoom: 1; /* IE7 */}.sf-menu a {		    /*font-size: 13px;*/	   /* font-family: 'Open Sans', sans-serif !important;*/	color: #ffffff;}.sf-menu li:first-child {    border-top-left-radius:8px;}.sf-menu li:first-child a {    border-right:none;}.sf-menu li:last-child {    border-top-right-radius:8px;}.sf-menu li {	background: #0099ff;	/*white-space: nowrap;*/ /* no need for Supersubs plugin */	white-space: normal !important; /* ...unless you support IE7 (let it wrap) */	-webkit-transition: background .2s;	transition: background .2s;}.sf-menu li:first-child {	border-top-left-radius:8px;}.sf-menu li:first-child a {	border-right:none;}.sf-menu li:last-child {	border-top-right-radius:8px;}.sf-menu ul li {	background: #0099ff;}.sf-menu ul ul li {	background: #0099ff;}.sf-menu li:hover,.sf-menu li.sfHover {	background: #058be4;	/* only transition out, not in */	-webkit-transition: none;	transition: none;}/*** arrows (for all except IE7) **/.sf-arrows .sf-with-ul {	padding-right: 2.5em;	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */}/* styling for both css and generated arrows */.sf-arrows .sf-with-ul:after {	content: '';	position: absolute;	top: 50%;	right: 1em;	margin-top: -3px;	height: 0;	width: 0;	/* order of following 3 rules important for fallbacks to work */	border: 5px solid transparent;	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */	border-top-color: rgba(255,255,255,.5);}.sf-arrows > li > .sf-with-ul:focus:after,.sf-arrows > li:hover > .sf-with-ul:after,.sf-arrows > .sfHover > .sf-with-ul:after {	border-top-color: white; /* IE8 fallback colour */}/* styling for right-facing arrows */.sf-arrows ul .sf-with-ul:after {	margin-top: -5px;	margin-right: -3px;	border-color: transparent;	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */	border-left-color: rgba(255,255,255,.5);}.sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows ul .sfHover > .sf-with-ul:after {	border-left-color: white;}