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

	Solid Energy Centre - Orange Stylesheet

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

	a:link { color:#d95c28; text-decoration:underline; }
	a:visited { color:#a24019; }
    a:hover { color:#000; }
    
    h3 { color:#d85c28; } 
    h5 { color:#d85c28; } 
    
    #menu {
		background:url("../images/bg-menu-orange.png") repeat-x bottom #e37226;
	}
    
    #rightcol dl a:link {
		color:#d85a27;
	}
	#rightcol dl a:visited {
		color:#a24019;
	}
	#rightcol dl a:hover {
		color:#9b9b9b;
	}
    
    #rightcol #feature {
		height:156px;
		background:url("../images/bg-feature-orange.png") no-repeat top left;
	}
	#feature ul {
		color:#eaa378;
	}
	#rightcol .gallery a {
		background:url("../images/bg-gallery-orange.jpg") no-repeat;
	}
	#contact {
		background:url("../images/bg-contact-orange.png") repeat-x bottom #dd6627;
	}	
	#contact .address, #contact .openhours {
		border-right:1px solid #df7236; /* template */
	}
	#contact a:link {
		color:#fff;
		text-decoration:underline;
	}
	#contact a:visited {
		color:#fff;
	}
	#contact a:hover {
		color:#fbb695;		
	}
