@charset "UTF-8";
/* CSS for Global Synthetics - ©2009. Hand crafted by Ulladulla Web Design - www.ulladullawebdesign.com */

/* MAIN LAYOUT */

body			{ background-image: url('../images/home/background.jpg'); }
#header			{ background-image: url('../images/home/header.jpg'); }
#copy			{ float: left; width: 450px; }

/* NAV */

#home #homelink	{ color: #6bace0; }

/* NEWS */
#column h2 span { background: url('../images/home/h2.png') no-repeat left top; }
.news			{ border-bottom: solid 1px #202020; padding: 15px 17px 15px 17px; }
.news h3		{ font: normal 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #d0a576; }
.news h3 em		{ color: #FFF; font-weight: bold; font-style: normal; }
.news p			{ color: #c8c8c8; font-size: 11px; line-height: 16px; }
.news p a		{ color: #95c0ff; font-weight: bold; }
.news p a:hover	{ color: #FFF; }

/* SLIDESHOW */
#slideshow 		{ width: 444px; height: 186px; position: relative; margin-bottom: 10px; }
#slideshow img  { position: absolute; left: 0px; top: 0px; z-index: 8; opacity: 0.0; }
#slideshow img.active { z-index: 10; opacity: 1.0; }
#slideshow img.last-active { z-index: 9; }