﻿@charset "utf-8";
/* CSS Document */


.clear-div{
	clear:both;
}

body{
	margin:0;
	padding:0;
	background-color:#000000;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

a{
	color:#0071bc;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

#overflow-left{ background:url(../images/utilities/overflow-left.jpg) top right no-repeat; }
#overflow-right{ background:url(../images/utilities/overflow-right.jpg) 0 0 no-repeat; }


#wrapper{
	width:972px;
}

#header-wrapper{
	background: #ffffff url(../images/new/online-store-uk.jpg) top left no-repeat; 
	position: relative;
	height: 280px;
	width: 972px;
}

	#logo{
		width:166px;
		height: 213px;
		float:left;
		position:absolute;
		top: 20px; left: 57px;
	}
	
	#mainnav {
		position: absolute;
		background-color: #000000;
		bottom: 0;
		left: 0;
		width: 972px;
		height:33px;
		padding: 0; margin: 0;
	}
			
		#mainnav li {
			display:inline;
			padding:0; margin:0; 
		}
		
		#mainnav li a {
			background: transparent url(../images/nav/nav.gif) no-repeat;
			overflow: hidden;
			padding-top: 33px;
			height: 0;
			display:block;
			float: left;
		}
		
		#mainnav li a:hover {
			background-image: url(../images/nav/nav-over.gif); 
		}
		
			#mainnav li.nav_aboutus a { width:137px;}
			#mainnav li.nav_goalkeeperprogram a { width:247px; background-position: -137px 0 }
			#mainnav li.nav_goalkeepermagazine a { width:234px; background-position: -384px 0}
			#mainnav li.nav_onlinecoaching a { width:178px; background-position: -618px 0}
			#mainnav li.nav_onlinestore a { width:176px; background-position: -796px 0}
	
			#navigation {
				vertical-align:top;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 972px;
				height:33px;				
			}
			
			#navigation ul {
				list-style-type:none;
				padding:0;
				margin:0;
				overflow:hidden;
			}
			
			#navigation li {
				float:left;
			}
			
			#navigation li a {
				height:1px;
				overflow:hidden;
				padding-top:32px;
				display:block;
				background-image:url(../images/nav/nav.gif);
				background-repeat:no-repeat;
			}
			
			#navigation li#nav-about a {
			width:131px;
		}
		
		#navigation li#nav-about a:hover, #navigation li#nav-about a.active {
			background-position:left -33px;
		}
		
		#navigation li#nav-programs a {
			width:332px;
			background-position:-131px 0;
		}
		
		#navigation li#nav-programs a:hover, #navigation li#nav-programs a.active {
			background-position:-131px -33px;
		}
		
		#navigation li#nav-magazine a {
			width:234px;
			background-position:-463px 0;
		}
		
		#navigation li#nav-magazine a:hover, #navigation li#nav-magazine a.active {
			background-position:-463px -33px;
		}
		
		#navigation li#nav-events a {
			width:117px;
			background-position:-697px 0;
		}
		
		#navigation li#nav-events a:hover, #navigation li#nav-events a.active {
			background-position:-697px -33px;
		}
		
		#navigation li#nav-store a {
			width:158px;
			background-position:-814px 0;
		}
		
		#navigation li#nav-store a:hover, #navigation li#nav-store a.active {
			background-position:-814px -33px;}
	
		#utilities{
			width:182px;
			height: 29px;
			position:absolute;
			top: 1px; right:184px;
		}
			#util-home {
				width: 78px;
				height: 1px;
				background: transparent url(../images/new/utilities.gif) no-repeat;
				padding-top: 28px;
				overflow: hidden;
				display: block;
				position: absolute;
				top: 0; left: 0;
			}
			
			#util-home:hover {
				background-position:left -29px;
			}
			
			#utli-contactus {
				width: 104px;
				height: 1px;
				background: transparent url(../images/new/utilities.gif) -78px 0 no-repeat;
				padding-top: 28px;
				overflow: hidden;
				display: block;
				position: absolute;
				top: 0; right:0;
			}
		
			#utli-contactus:hover {
				background-position:-78px -29px;
			}		
		
			#bottom-util {
				position:absolute;
				right: 35px; top: 40px;				
				width:290px;
				height:41px;
			}
		
			#util-myaccount {
				width: 152px;
				height: 1px;
				padding-top: 40px;
				overflow: hidden;
				display: block;
				position: absolute;
				top:0; right:0;
				background: transparent url(../images/new/utility.gif) -142px 0 no-repeat;
			
			}

			#util-myaccount:hover {
				background-position:-142px -41px;
			}
			
			#utli-viewcart {
				width: 142px;
				height: 1px;
				padding-top: 40px;
				overflow: hidden;
				display: block;
				position: absolute;
				left:0; top: 0;
				background: transparent url(../images/new/utility.gif) no-repeat;
			}
			
			#utli-viewcart:hover {
				background-position:left -41px;
			}
			
#main-section-wrapper{
	background-color: #ffffff;
}
	#subnav-container{
		width:158px;
		float:left;	
	}
	
		/*Sub Navigation*/

		#subNav{
			width: 158px;
		}
		#subNav ul{
			padding: 0px;
			margin: 0px;
			border-bottom:1px solid #ccc;			
		}
		#subNav li{
			padding:0;
			margin:0;
			list-style-type: none;
			width:158x;
			border-top:1px solid #ccc;
		}
		
		#subNav li a{
			padding: 4px 10px 5px 25px;
			text-decoration: none;
			display:block;
			color:#000;
			width:123px;
			background:url(../images/utilities/blue-arrow.gif) 11px 5px no-repeat;
		}
		
		#subNav .subHeading {
			border-top:none;
		}
		
		#subNav .subHeading a {
			padding-left:35px;
			background-image:url(../images/menu-line.gif);
			background-position:26px 11px;
			background-repeat:no-repeat;
		}		
		
		#subNav .subHeading a:hover {
			color:#4572cd;
			padding-left:35px;
			background-image:url(../images/menu-line-over.gif);
			background-position:26px 11px;
			background-repeat:no-repeat;					
		}
		
		#subNav li a:hover {
			padding: 4px 10px 5px 25px;
			color:#FFF;
			width:123px;	
			background:url(../images/utilities/sub-nav-bg2.gif) 0 0 no-repeat;
		}
		
		#subNav li.subnav-current a,#subNav li.subnav-current a:hover{
			padding: 5px 10px 5px 25px;
			color:#FFF;
			width:123x;	
			background:url(../images/utilities/sub-nav-bg2.gif) 0 0 no-repeat;
		}
	
	#content-container{
		width:744px !important;
		min-height: 400px;
		line-height:16px;
		padding:12px 20px 50px 30px;
		float:left;	
		position: relative;
	}
	#content-container input{
		border:1px solid #ccc;
	}
	#cta-container{
		width:196px;
		float:left;
	}
	
#footer{
	background: #ffffff url(../images/utilities/footer.gif) left bottom no-repeat;
	padding:0 0 0 188px;
	font-size:10px;
	color:#0071bc;
	line-height:16px;
	height: 110px;
}
#footer a {
	text-decoration:none;
	color:#0071bc;
}
#footer a:hover {
	text-decoration:underline;
}
#gssi{
	color:#666;
}
#gssi a{
	text-decoration:none;
	color:#666;
}
#gssi a:hover{
	text-decoration:underline;
}

.featured-bg {
	background-image:url(../images/product1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#2B3F2F;
	padding:5px 16px 0 5px;
	width:218px;
	margin-right:10px;
	margin-top:5px;
}

.featured-bg .item {
	text-transform:uppercase;
	color:#4572cd;
	font-size:12px;	
	font-weight:bold;
}

.featured-img {
	padding-bottom:18px;
	font-size:12px;
}

.featured-img a {
	display:block;
}

.contenttable .homeText {
	font-size:12px;
	color:#777777;
	line-height:18px;
	margin:0;
	padding:1px 0 9px 0;
}

/* 3d cart new template */
#shop-country {
	background-color:#939598;
	width:115px;
	height:24px;
	padding-left:60px;
	padding-top:5px;
	background-image:url(../images/new/shop.gif);
	background-position:14px 9px;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	right:2px;
}

#shop-country ul {
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
}

#shop-country li {
	float:left;
}

#shop-country li a {
	width:35px;
	height:1px;
	padding-top:20px;
	overflow:hidden;
	display:block;
	background-repeat:no-repeat;
	background-image:url(../images/new/shopFlags.gif);	
}

#shop-country-can a {
	background-position:top left;
}

#shop-country-can a:hover {
	background-position:left -21px;
}

#shop-country-us a {
	background-position:-35px 0;
}

#shop-country-us a:hover {
	background-position:-35px -21px;
}

#shop-country-uk a {
	background-position:-70px 0;
}

#shop-country-uk a:hover {
	background-position:-70px -21px;
}

.contenttable #breadcrumbs {
	padding-bottom:5px;
	margin:0;
}

#breadcrumbs .currentpage {
	color:#4572cd;
}
#footer_images {
	margin-top: 10px;
}
#footer_images img {
	padding-right: 10px;
}