/*Required for footer at bottom*/
* , form{
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
}

html, body {
    height: 100%;
}

.group:after
{
   content: ".";
   display: block;
   height:0;
   clear:both;
   visibility:hidden; 
}

body
{
    font-family: Arial, sans-serif;
    font-size: 62.5%;
    background: #fff url(/media/123/bg.jpg) no-repeat top center;
    margin:0 auto;
    padding:0;
}

a:hover
{
    cursor:pointer;
}

a:link, a:visited, a:link img, a:visited img {
	text-decoration: none;
	outline: none;
	text-align: left;
}




a img
{
    border-style: none;
}

/*Required for footer at bottom*/
#container
{
	min-height: 100%;
	width: 961px;
	margin: 0 auto;
}

/*Required for footer at bottom*/
* html #container {
    height: 100%;
}

#topRow
{
min-height:464px;
}

/*Top Nav*/
#topNav
{
	background: url(/media/291/navleft.gif) no-repeat;
	margin:0 auto;
	width: 962px;
	height:5.5em; /*Required for background image to appear*/
	z-index:5;
	position: relative;
}

    #topNav img.logo
    {
        margin-left:15px;
        float:left;
    }

    #list
    {    
        background:url(/media/285/navright.gif) right no-repeat #fff;
        float:left;
        width:846px; /*required so that navRight fills the screen*/
        height:55px;/*Required for background image to appear*/
    }

    #list ul#navItems
    {
        list-style-type: none;    
        margin:0;
        padding:0;
    }
        ul#navItems li
        {
            display:inline;
            position:relative;
        }

            #navItems li a.navItem
            {
	float:left;
	width:105px;
	height:55px;
	background: url(/media/204/topnavseparator.gif) no-repeat bottom right;
	display:block;
            }

                li a strong
                {
                    position:absolute;
                    left: -9999px;
                }

            ul#navItems li h2
            {
                margin:0;
                padding:0;
            }

                /*Start of menu items active and hover states*/
                #navItems li a.homeOff
                {
	background: url(/media/141/homeoff.jpg) no-repeat;
                }

                #navItems li a.homeOn
                {
                    background: url(/media/315/homeon.jpg) no-repeat;   
                }
                
                #navItems li a.homeOff:hover
                {
                    background: url(/media/312/homeover.jpg) no-repeat;
                }

                #navItems li a.newsEventsOff
                {
	background: url(/media/267/newseventsoff.gif) no-repeat;
                }

                #navItems li a.newsEventsOn
                {
                    background: url(/media/264/newseventson.jpg) no-repeat; 
                }
                #navItems li a.newsEventsOff:hover
                {
                    background: url(/media/261/newseventsover.jpg) no-repeat;
                }
                

                #navItems li a.collectionsOff
                {
	background: url(/media/135/collectionsoff.jpg) no-repeat;
                }

                #navItems li a.collectionsOn
                {
                    background: url(/media/354/collectionson.jpg) no-repeat; 
                }
                
                #navItems li a.collectionsOff:hover
                {
                    background: url(/media/351/collectionsover.jpg) no-repeat; 
                }


                #navItems li a.heritageOff
                {
	background: url(/media/132/heritageoff.jpg) no-repeat;
                }
                
                #navItems li a.heritageOn
                {
                    background: url(/media/321/heritageon.jpg) no-repeat; 
                }
                
                #navItems li a.heritageOff:hover
                {
                    background: url(/media/318/heritageover.jpg) no-repeat; 
                }

 #navItems li a.athletesOff{ background: url(/media/28122/athletesOff.jpg) no-repeat; }
                #navItems li a.athletesOn{ background: url(/media/28131/athletesOn.jpg) no-repeat; }
                #navItems li a.athletesOff:hover{ background: url(/media/28140/athletesOver.jpg) no-repeat; }

 #navItems li a.tennisOff{ background: url(/media/39767/wimbledonOff.jpg) no-repeat; }
                #navItems li a.tennisOn{ background: url(/media/39776/wimbledonOn.jpg) no-repeat; }
                #navItems li a.tennisOff:hover{ background: url(/media/39785/wimbledonOver.jpg) no-repeat; }
                
                /*End of menu items active and hover states*/

                /*Megamenu*/
                .cufonify{
                    z-index: -1;
                }
                
                
                #boxgrid
                {
                    width: 941px;
	                height: 500px;
	                
	                float:left;
	                overflow: hidden;
	                position: relative;
	                top:0px;
	                left:-211px;
	                
	                display:none;/*Required so that items underneatch are clickable*/
	                z-index:2000;
                }
                
                li.megaMenu
                {
	width: 105px;
	float:left;                    /*position: relative;*/
                }
                
                div#dropDown
                {
                    position: absolute;
                    top: -487px;
                    /*left: -315px;*/
                    display:block;
                    background: url(/media/339/dropdowntop.png) no-repeat;
                    width:941px;  
                    float:left;                     
                }
                
                    div#newsEventsLinkContainer
                    {
                        width:155px;
                    }

                    div#dropDown div#ddNewsItems 
                    {
                        /*background: #fff;*/
                        margin-top:8px;
                        padding:40px 32px 29px 50px ;
                    }                        
                                            
                        div#dropDown div#ddNewsItems p
                        {
                            margin:0;
                            padding-top: 32px;
                            /*background: #fff;*/
                        }      
                        
                ul#navItems li.hovering div#dropDown 
                {
                  display: block;
                }
                
                .newsEventsLinkContainer
                {
                    float:left;
                    margin-right: 16px;
                }
                
                .newsEventsLinkContainerLast
                {
                    float:left;
                }
                
                a .newsEventsLinkStyleCaption, a .newsEventsLinkPerformanceCaption
                {
                    color:#fff;
                    font-size: 1.1em;
                }
                
                .newsEventsLinkStyleCaption, .newsEventsLinkPerformanceCaption
                {
                    
                    width:141px;
                    height:60px;
                    padding: 7px;
                    
                    text-transform: uppercase;
                }
                
                .newsEventsLinkStyleCaption
                {
                    background: url(/media/246/newsstylebg.jpg) no-repeat;
                }
                
                .newsEventsLinkPerformanceCaption
                {
                    background: url(/media/255/newsperformancebg.jpg) no-repeat;
                }
                
                
                
/*Content*/
#content
{    
    margin:0 auto;
    padding:23px 0 0 11px;
    width: 94.9em;
    position:relative;
    float:left;display:inline;
    z-index:2
}
    #flash
    {   
        outline:none; 
        margin-bottom:-8px;
    }
    
    #holder
    {
        display:block; margin:0 auto; width:936px; 
    }
	#flash1
	{ 
	    float:left;
	    margin-right:8px; 
	}
	#flash2
	{ 
	    float:left; 
	}
    
        #styleImg
        {
            float:left;
            margin-right:6px;
            border-style:none;
        }           
        
    #altContent1
    {
        float:left;
        margin-right:6px;
    }
        
    .middleRowContainer
    {
        float:left;
        width:310px;
        margin-right:5px;display:inline;
    }
        .featureWideoff    
        {
            display:block;
            color:#fff;
            font-size: 1.4em;
            padding:6px 0 8px 10px;
            background: url(/media/330/featurewideoff.jpg) no-repeat;            
            position:relative;
            z-index:5;
            
        }  
    #middleRow
    {
        position:relative;
        top:7px;
    }
        
    #bottomRow
    {
        clear:left;
        position:relative;
        top:14px;
        margin-bottom: 20px;
    }
        .bottomRowContainer, #rightCol .rightColContainer /*See in rightCol section*/
        {
            float:left;
            margin-left:5px;
        }
            .featureOff, .whatsnew
            {
                clear:left;
                color:#fff;
                font-size: 1.4em;
                
                padding:9px 0 8px 10px;
                
                background: url(/media/336/featureoff.jpg) no-repeat;
                position:relative;
                z-index: 5;
            }
            
            .whatsnew
            {
                /*top:-3px;*/
                font-size: 1.2em;
                height:14px;
            }

/*Required for footer at bottom*/
div#clearFooter
{
    height:50px;    
}


/*Footer*/
#footer
{   
    padding-top: 7px;
    width:940px; 
    margin: -50px auto 0 auto; /*Required for footer at bottom*/
    position:relative;
    /*height:50px;*/
    z-index:1;
}

    #footerLinks
    {
        background: #fff;
        
        list-style-type: none;
                
        margin:0;
        padding-bottom: 34px;
        padding-left:700px;
    }
    
        #footerLinks .footerLink
        {
            float:left;
        }
    
    #footerLinks a
    {
        color: #333333;
        font-size: 1.2em;
        padding-left:30px;
    }
    

#altContent3 
	{
	display:block;
	width:100px;
	height:55px;
	float: left;
	margin-left: 15px;display:inline;
	border: 0;
	padding: 0;
	}
#navSeparator 
	{
	display:block;
	width:1px;
	height:55px;
	float: left;
	border: 0;
	padding: 0;
	}





















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
