/* -------------------------------------------------

	Solid Energy Centre - Light Blue Stylesheet

------------------------------------------------- */

	a:link, #rightcol dl a:link { color:#0095ba; text-decoration:underline; }
	a:visited, #rightcol dl a:visited { color:#09a4cc; }
    a:hover, #rightcol dl a:hover { color:#14bee8; }
    
    h3, h5 { color:#0095ba; } 
    
    #menu {
		background:url("../images/bg-menu-lightblue.png") repeat-x bottom #00beee;
	}
    
    #rightcol #feature {
		height:167px;
		background:url("../images/bg-feature-lightblue.png") no-repeat top left;		
	}
	#feature ul {
		color:#8ab8d0;
	}
	#rightcol .gallery a {
		background:url("../images/bg-gallery-orange.jpg") no-repeat;
	}
	#contact {
		background:url("../images/bg-contact-lightblue.png") repeat-x bottom #00b0db;
	}	
	#contact .address, #contact .openhours {
		border-right:1px solid #6db3d0;
	}
	#contact a:link {
		color:#fff;
		text-decoration:underline;
	}
	#contact a:visited {
		color:#fff;
	}
	#contact a:hover {
		color:#a0e6f8;		
	}
