/*	----------------------------------------------------------------------------
	
	Style Sheet for 2007 PGA Championship Microsite
	Contact: timothy.gray@turner.com
	
	--------------------------------------------------------------------------*/

	
	/* EVENT-SPECIFIC BRANDING GRAPHIC & NAVIGATION BAR */
	#header {
		background:#3d3d33 url(http://i.pga.com/pga/images/events/2007/openchampionship/img/template/bg_header.jpg) no-repeat;
		}

	/* NAVIGATION ITEM SEPARATOR GRAPHIC*/
	#navigation li img {
		background:transparent url(http://i.pga.com/pga/images/events/2007/openchampionship/img/template/nav_divider.gif) no-repeat;
		}
	
	/* LINK COLOR IN LEFT COLUMN */
	a, a:link, a:visited, a:hover, a:active {
		color:#28326d;
		}
	
	/* NAVIGATION COLOR OVERRIDE (LEAVE THIS AS WHITE) */
	#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
		color:#fff;
		}
	
	#header div.site_sponsor {
		position:absolute;
		top:8px;
		left:535px;
		width:234px;
		height:60px;
		}
		
	#header div.site_sponsor img {
		background:none;
		width: 120px;
		height: 60px;
		padding: 0;
		clear:both;
		}
		
		
		
		
	/* 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;
        }
