
/*	----------------------------------------------------------------------------
	
	Style Sheet for 2006 Grand Slam of Golf Microsite
	Contact: timothy.gray@turner.com
	
	--------------------------------------------------------------------------*/

	
	/* EVENT-SPECIFIC BRANDING GRAPHIC & NAVIGATION BAR */
	#header {
		background:#3d3d33 url(http://i.pga.com/pga/images/events/2006/grandslam/img/template/bg_header.jpg) no-repeat;
		}

	/* NAVIGATION ITEM SEPARATOR GRAPHIC*/
	#navigation li img {
		background:transparent url(http://i.pga.com/pga/images/events/2006/grandslam/img/template/nav_divider.gif) no-repeat;
		}
	
	/* LINK COLOR IN LEFT COLUMN */
	a, a:link, a:visited, a:hover, a:active {
		color:#563792;
		}
	
	/* NAVIGATION COLOR OVERRIDE (LEAVE THIS AS WHITE) */
	#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
		color:#fff;
		}
		
	#right table.lboardsnip tr.foot a.special {
		color:#98742c;
	}
	
	
	/* PIPELINE LAUNCHER STYLES */
	#pipeline_launcher {
	    display:block;
	    position:relative;
	    width:468px;
	    height:160px;
	    }
	    
	#pipeline_launcher img {
	    position:absolute;
	    top:65px;
	    z-index:99;
        }
        
    #pipeline_launcher img.launcher {
	    z-index:100;
	    }
	    
	#pipeline_launcher img.head {
	    top:0;
        }
	    
	#pipeline_launcher a, #pipeline_launcher a:link, #pipeline_launcher a:visited, #pipeline_launcher a:active {
	    color:#fff;
        }
        
    #pipeline_launcher span {
        display:block;
        position:absolute;
        width:130px;
        top:138px;
        font-size:9px;
        }
        
    #pipeline_launcher a.thumb1 img, #pipeline_launcher a.thumb1 span {
        left:22px;
        }
        
    #pipeline_launcher a.thumb2 img, #pipeline_launcher a.thumb2 span {
        left:164px;
        }
        
    #pipeline_launcher a.thumb3 img, #pipeline_launcher a.thumb3 span {
        left:321px;
        }
