/*
  $Id: soccer-scene.css 203 2006-12-28 22:37:43Z emandell $

 
  Copyright (c) 2010 Select Development Ltd

 
*/

/* colours 
	#f4f9fe very light blue
	#2e6ab1 light blue 
	#eee 	light grey
	#ddd	mid grey
	#525252 very dark grey
*/

/* font sizes 
	10px	77%
	11		85%
	12		93% 	
	13		100%
    14      108%
    15      116%
	16		123.1%
*/
/* header graphics */
div#Header-Logo a {
    position: absolute;	
    top:20px;
    left:10px;
    width:210px;
    height:144px;
    background: url("../images/system/Header_Soccer-Scene.gif") no-repeat left top;
}

div#Header-Tag {
    position: absolute;	
	top: 110px;	
    left: 245px;
    width:312px;
    height:39px;
    background: url("../images/system/world-of-football.gif") no-repeat left top; 
}

div#Header-Established {
    position:absolute;
    left:395px;
    top:10px;
    width:150px;
    height:75px;
    background: url("../images/system/Carnaby-Street-Logo.gif") no-repeat left top;
}
/* end of header graphics */

/* tabbar */
#tabbar {
	top: 180px; 
}

/* overall height of header */
#hd {
    height:200px;    
}
/* end-of-tabbar */

/* categories */
div#categories .bd {
	background-color: #fff;
}

div#categories .yuimenuitem-selected {
    background-color: #20664f;
}

div#categories .yuimenuitemlabel-selected {
	color: #fff;
}

div#categories .yuimenuitemlabel {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom:1px solid #eee;
	_zoom: 1;
}

div#categories .yuimenu .yuimenuitemlabel {
	_zoom: normal;
}
/* end-of-categories */

/* divbox */
.divbox .hd, div#categories .hd {
	background-image: url(../images/system/bg_red.gif);
	background-repeat: repeat-x;
	color: white;	
}
/* end-of-divbox */

/* carousel */
.yui-skin-sam .yui-carousel-nav {
    background-image: url(../images/system/bg_red.gif);
    background-repeat: repeat-x;   
}

/* end-of-carousel */

/* footer */
#footer-links {
   	color: white;
	background-image: url(../images/system/bg_green.gif);
	background-repeat: repeat-x;       
}

#footer-links a {
 	background-color:#005422; 
    color: white;
}
/* end of footer */

/* page heading */
#page_heading h1 {		
	background-image: url(../images/system/bg_green.gif);
	background-repeat: repeat-x; 
	color: #fff;   
}
/* end of page heading */

