/* ----- Start of general settings ----- */

	body {
		margin: 0px;
		padding: 0px;
		background: #fff url(/public/images/layout/bg-gradient.jpg) 0 0 repeat-x;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 11px;
		color: #404040;
		behavior: url(/public/styles/csshover3.htc);
	}
		
	div, p, span, form, textarea, input {
		margin: 0px;
		padding: 0px;
		display: block;
	}
	
	ul,li {
		margin: 0px;
		padding: 0px;
		font-size: 0px;
		list-style-type: none;
	}
	
	h1,h2,h3 {
		margin: 0px;
		padding: 0px;
		display: block;
	}
	
	a {
		color: #29378f;
		text-decoration: underline;
	}
	
	a:hover {
		color: #29378f;
		text-decoration: none;
	}
	
	.invisible {
		visibility: hidden;
	}
	
	.red-text {
		color: #db2926;		
	}
	
	.white-text {
		color: #fff;		
	}
	
	.img-left {
		float: left;
		margin: 10px;
		border: 1px solid #29378F;
		display: block;
		padding: 0px;
	}
	
	.img-right {
		float: right;
		margin: 10px;
		border: 1px solid #29378F;
		display: block;
		padding: 0px;
	}
	
	.img-middle {
		margin: 10px;
		border: 1px solid #29378F;
	}

/* ----- End of general settings ----- */

/* ----- Start of framesheet ----- */

	#framesheet {
		width: 100%;
		background: url(/public/images/layout/bg-circles.png) center 50px no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}

/* ----- Start of header ----- */

	#header-outer {
		width: 100%;
		background: url(/public/images/layout/header-bg.jpg) 0 0 repeat-x;
	}
	
	#header {
		width: 960px;
		height: 122px;
		margin: 0px auto;
		background: url(/public/images/layout/header.jpg) 0 0 no-repeat;
		position: relative;
		z-index: 1;
	}
	
	#header-down-outer {
		width: 100%;
		background: url(/public/images/layout/header-shadow.png) 0 0 repeat-x;
		behavior: url(/public/styles/iepngfix.htc);
	}

	#header-down {
		width: 960px;
		height: 54px;
		margin: 0px auto;
		background: url(/public/images/layout/logo-down.png) 15px 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
/* ----- Start of main menu ----- */
	
	#main-menu {
		position: absolute;
		top: 89px;
		left: 199px;
		width: 530px;
		height: 33px;
		z-index: 30;
		padding: 0px;
	}

	#main-menu  ul {
		margin: 0;
		padding: 0;
	}

	#main-menu  ul li {
		display: inline;
	}

	#main-menu  ul li a {
		float: left;
		display: block;
		height: 33px;
		text-decoration: none;
	}
	
	#main-menu  ul li a em {
		font-size: 0px;
	}

	#main-menu  ul li a em.home {
		padding: 0px 34px 33px 20px;
		color: #314093;
	}
	
	#main-menu  ul li a em.news {
		padding: 0px 41px 33px 20px;
		color: #314093;
	}
	
	#main-menu  ul li a em.senior-team {
		padding: 0px 77px 33px 20px;
		color: #314093;
	}
	
	#main-menu  ul li a em.youth-academy {
		padding: 0px 99px 33px 20px;
		color: #314093;
	}
	
	#main-menu  ul li a em.the-club {
		padding: 0px 58px 33px 20px;
		color: #21416a;
	}
	
	#main-menu  ul li a em.history {
		padding: 0px 50px 33px 20px;
		color: #0c5b48;
	}

	#main-menu  ul li a.home {
		width: 62px;
		display: block;
	}
	
	#main-menu  ul li a.home:hover {
		background: url(/public/images/layout/home-hover.jpg) 0 0 no-repeat;
	}
	
	#main-menu ul li a.home.current {
		background: url(/public/images/layout/menu-sel-bg.gif) 0 0 no-repeat;
	}
	
	#main-menu ul li a.news.current {
		background: url(/public/images/layout/menu-sel-bg.gif) 0 0 no-repeat;
	}
	
	#main-menu ul li a.senior-team.current {
		background: url(/public/images/layout/menu-sel-bg.gif) 0 0 no-repeat;
	}
	
	#main-menu ul li a.youth-academy.current {
		background: url(/public/images/layout/menu-sel-bg.gif) 0 0 no-repeat;
	}
	
	#main-menu ul li a.the-club.current {
		background: url(/public/images/layout/menu-sel-bg.gif) 0 0 no-repeat;
	}
	
	#main-menu ul li a.history.current {
		background: url(/public/images/layout/menu-sel-bg.gif) 0 0 no-repeat;
	}
	
	#main-menu  ul li a.news {
		width: 65px;
		display: block;
	}
	
	#main-menu  ul li a.news:hover {
		background: url(/public/images/layout/news-hover.jpg) 0 0 no-repeat;
	}
	
	#main-menu  ul li a.senior-team {
		width: 108px;
		display: block;
	}
	
	#main-menu  ul li a.senior-team:hover {
		background: url(/public/images/layout/senior-team-hover.jpg) 0 0 no-repeat;
	}
	
	#main-menu  ul li a.youth-academy {
		width: 132px;
		display: block;
	}
	
	#main-menu  ul li a.youth-academy:hover {
		background: url(/public/images/layout/youth-academy-hover.jpg) 0 0 no-repeat;
	}
	
	#main-menu  ul li a.the-club {
		width: 86px;
		display: block;
	}
	
	#main-menu  ul li a.the-club:hover {
		background: url(/public/images/layout/the-club-hover.jpg) 0 0 no-repeat;
	}
	
	#main-menu  ul li a.history {
		width: 77px;
		display: block;
	}
	
	#main-menu  ul li a.history:hover {
		background: url(/public/images/layout/history-hover.jpg) 0 0 no-repeat;
	}
	
/* ----- End of main menu ----- */

/* ----- Start Of Sub menu ----- */

	#sub-menu {
		position: absolute;
		top: 89px;
		left: 770px;
	}

	#sub-menu ul {
		width: 180px;
		height: 33px;
	}

	#sub-menu ul li {
		float: left;
		font-size: 9px;
		line-height: 33px;
		text-align: center;
		text-transform: uppercase;
	}

	#sub-menu ul li.photo-gallery {
		width: 90px;
	}
	
	#sub-menu ul li.videos {
		width: 45px;
	}
	
	#sub-menu ul li.blog {
		width: 45px;
	}

	#sub-menu ul li a {
		color: #d0d2d3;
		text-decoration: none;
	}
	
	#sub-menu ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	#sub-menu ul li a em {
		font-style: normal;
	}

/* ----- End Of Sub menu ----- */

/* ----- End of header ----- */

/* ----- Start of main content ----- */

	#content-outer {
		width: 100%;
	}
	
	#content {
		width: 960px;
		margin: 0px auto;
		background: url(/public/images/layout/ribbon-bg.png) 894px 594px no-repeat;
		/* ie 6 */
		* background: url(/public/images/layout/ribbon-bg.png) 893px 598px no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.content-box {
		width: 920px;
		margin: 0px 20px 20px 20px;
		overflow: hidden;
	}
	
/* ----- Start of inner content ----- */

	#inner-content {
		width: 960px;
		margin: 0px auto;
	}

	#inner-content-box {
		width: 920px;
		margin: 0px 20px 20px 20px;
		overflow: hidden;
	}

	#left-column {
		margin: 0px 20px 0px 0px;
		float: left;
	}
	
	#right-column {
		float: right;
		width: 675px;
	}
	
	.shadow {
		background: url(/public/images/layout/news-item-seperator.png) bottom center no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		width: 675px;
		height: 10px;
		border-top: 2px solid #fff;
	}

	.shadow-no-border {
		background: url(/public/images/layout/news-item-seperator.png) bottom center no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		width: 675px;
		height: 8px;
		display: block;
	}
	
/* ----- CSS for section menu ----- */

	#section-menu-2 {
		width: 225px;
	}
	
	#section-menu-2 ul {
		
	}
	
	#section-menu-2 ul li {
		width: 225px;
		line-height: 33px;
	}

	#section-menu-2 ul li a {
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		text-indent: 5px;
		width: 225px;
		line-height: 33px;
		display: block;
		color: #fff;
	}	

	#section-menu-2 ul li a.first {
		background: url(/public/images/layout/section-2-curve-up.gif) 0 0 no-repeat;
	}
	
	#section-menu-2 ul li a.last {
		background: url(/public/images/layout/section-2-curve-down.gif) 0 0 no-repeat;
	}
	
	#section-menu-2 ul li a.rest-1 {
		background: url(/public/images/layout/section-2-gradient.gif) 0 0 repeat-x;
	}
	
	#section-menu-2 ul li a.rest-2 {
		background: url(/public/images/layout/section-2-gradient.gif) 0 0 repeat-x;
	}
	
	#section-menu-2 ul li a.rest-3 {
		background: url(/public/images/layout/section-2-gradient.gif) 0 0 repeat-x;
	}
	
	#section-menu-2 ul li a.rest-4 {
		background: url(/public/images/layout/section-2-gradient.gif) 0 0 repeat-x;
	}
	
	#section-menu-2 ul li a.first.current {
		background: url(/public/images/layout/section-2-curve-up-hover.gif) 0 0 no-repeat;
		text-indent: 35px;
	}
	
	#section-menu-2 ul li a.last.current {
		background: url(/public/images/layout/section-2-curve-down-hover.gif) 0 0 no-repeat;
		text-indent: 35px;
	}
	
	#section-menu-2 ul li a.rest-1.current {
		background: url(/public/images/layout/section-2-rest-hover.gif) 0 0 repeat-x;
		text-indent: 35px;
	}
	
	#section-menu-2 ul li a.rest-2.current {
		background: url(/public/images/layout/section-2-rest-hover.gif) 0 0 repeat-x;
		text-indent: 35px;
	}
	
	#section-menu-2 ul li a.rest-3.current {
		background: url(/public/images/layout/section-2-rest-hover.gif) 0 0 repeat-x;
		text-indent: 35px;
	}
	
	#section-menu-2 ul li a.rest-4.current {
		background: url(/public/images/layout/section-2-rest-hover.gif) 0 0 repeat-x;
		text-indent: 35px;
	}
	
	#section-menu-2 ul li a:hover {
		text-decoration: underline;
	}
	
/* ----- Start Of Advertisement Inner ----- */
	
	#advertisement-inner {
		width: 225px;
		height: 350px;
		background: url(/public/images/layout/banner-inside-projects-abroad.jpg) 0 0 no-repeat;
		margin: 20px 0px 0px 0px;
	}
	
	#advertisement-inner a {
		display: block;
		width: 225px;
		height: 350px;
		text-decoration: none;
	}
	
	#advertisement-inner a em {
		visibility: hidden;
	}
	
/* ----- End Of Advertisement Inner ----- */

/* ----- Start of section menu ----- */

	#section-menu {
		width: 225px;
		background: url(/public/images/layout/section-menu-footer.gif) bottom center no-repeat;
		padding: 0px 0px 14px 0px;
	}
	
	#section-menu h3 {
		width: 225px;
		line-height: 27px;
		font-size: 14px;
		display: block;
		color: #fff;
		text-indent: 20px;
		background: url(/public/images/layout/section-menu-title-bg.gif) 0 0 no-repeat;
		font-style: italic;
	}
	
	#section-menu ul {
		background: url(/public/images/layout/section-menu-bg.gif) 0 0 repeat-y;
		padding: 0px 0px 10px 0px;
	}
	
	#section-menu ul li {
		background: url(/public/images/layout/section-menu-seperetor.gif) bottom center no-repeat;
		padding: 0px 0px 5px 0px;
		text-indent: 20px;
	}
	
	#section-menu ul li a {
		width: 225px;
		line-height: 30px;
		display: block;
		color: #29378F;
		text-decoration: none;
		font-size: 11px;
	}
	
	#section-menu ul li a:hover {
		text-decoration: none;
	}
	
/* ----- End of section menu ----- */

/* ----- Start of Members Ul's ----- */

	.members {
		width: 675px;
		margin: 15px 0px 0px 0px;
	}

	.members ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		padding-bottom: 5px;
		overflow: hidden;
	}

	.members ul li {
		width: 337px;
		height: 60px;
		padding: 0px 0px 10px 0px;
		float: left;
		overflow: hidden;
	}
	
	.red-li {
		background: url(/public/images/layout/team-ul-li-red.gif) 0 0 no-repeat;
	}
	
	.black-li {
		background: url(/public/images/layout/team-ul-li-black.gif) 0 0 no-repeat;
	}
	
	.members ul li img {
		width: 43px;
		height: 45px;
		margin: 7px 10px 8px 30px;
		float: left;
		border: 1px solid #fff;
	}

	.members ul li a {
		width: 232px;
		line-height: 60px;
		display: block;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		float: right;
		margin: 0px 20px 0px 0px;
		font-weight: bold;
	}
	
	.members ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
/* ----- Styles of Coaching Staff / Match report Ul's ----- */

	#right-data-list {
		width: 675px;
	}
	
	#right-data-list ul {
		
	}
	
	#right-data-list ul li {
		background: url(/public/images/layout/news-item-seperator.png) bottom center no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		padding: 10px 0px 8px 0px;
		overflow: hidden;
		z-index: -1;
	}
	
	#right-data-list ul li span {
		width: 675px;
		font-size: 14px;
		line-height: 30px;
		border-bottom: 1px solid #999;
		display: block;
		color: #29378F;
	}
	
	#right-data-list ul li img {
		width: 130px;
		height: 130px;
		float: left;
		padding: 10px;
	}
	
	#right-data-list ul li p {
		width: 525px;
		line-height: 15px;
		color: #404041;
		display: block;
		float: right;
		font-size: 11px;
		text-align: justify;
		padding: 0px 0px 10px 0px;
	}
	
/* ----- Styles of affiliates / formaer managers ----- */

	#right-data-list-2 {
		width: 675px;
	}
	
	#right-data-list-2 ul {

	}
	
	#right-data-list-2 ul li {
		background: url(/public/images/layout/news-item-seperator.png) bottom center no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		padding: 10px 0px 18px 0px;
		overflow: hidden;
		float: left;
	}
	
	#right-data-list-2 ul li img {
		width: 175px;
		height: 150px;
		float: left;
		margin: 10px 10px 0px 10px;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	#right-data-list-2 ul li h2 {
		width: 480px;
		line-height: 15px;
		color: #29378F;
		display: block;
		float: right;
		font-size: 14px;
		margin: 0px 0px 10px 0px;
	}
	
	#right-data-list-2 ul li p {
		width: 480px;
		line-height: 15px;
		color: #404041;
		display: block;
		float: right;
		font-size: 11px;
		text-align: justify;
	}
	
/* ----- End of inner content ----- */
	
	#latest-news {
		float: left;
		width: 685px;
		margin: 0px 20px 0px 0px;
	}
	
	#latest-news h2 {
		width: 685px;
		height: 27px;
		background: url(/public/images/layout/latest-news-h2.gif) 0 0 no-repeat;
	}
	
	#featured-player {
		float: right;
	}

	#featured-player h2 {
		width: 215px;
		height: 27px;
		background: url(/public/images/layout/featured-player-h2.gif) 0 0 no-repeat;
	}

	#featured-player img {
		width: 215px;
		height: 125px;
	}
	
	#featured-player p {
		width: 209px;
		margin: 0px auto;
		padding: 3px 0px 3px 0px;
		line-height: 15px;
	}
	
	#what-other-people-say {
		float: right;
	}

	#what-other-people-say h2 {
		width: 215px;
		height: 27px;
		background: url(/public/images/layout/what-other-people-say-h2.gif) 0 0 no-repeat;
	}

	#what-other-people-say img {
		width: 215px;
		height: 125px;
	}
	
	#black-bg {
		width: 100%;
		background: #000;
	}
	
	#black-bg p {
		width: 209px;
		margin: 0px auto;
		padding: 3px 0px 3px 0px;
		line-height: 15px;
		text-align: justify;
	}
	
	#pro-fb-ad {
		width: 200px;
		height: 260px;
		background: url(/public/images/layout/pro-football-agency-ad.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		float: left;
		margin: 0px 20px 0px 0px;
	}
	
	#accra-map {
		width: 465px;
		height: 260px;
		background: url(/public/images/layout/accra-map.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		float: left;
		margin: 0px 20px 0px 0px;
	}

	.info-box {
		width: 215px;
		float: left;
		margin: 0px 20px 0px 0px;
	}
	
	#info-box-last {
		width: 215px;
		float: left;
		margin: 0px;
	}
	
	#info-box-last h2.donate-your-time {
		width: 215px;
		height: 27px;
		background: url(/public/images/layout/donate-your-time-h2.gif) 0 0 no-repeat;
	}
	
	#info-box-last h2.donate-your-time a {
		width: 215px;
		height: 27px;
		display: block;
		text-decoration: none;
	}
	
	#info-box-last h2.donate-your-time a:hover {
		text-decoration: none;
	}
	
	#info-box-last div.sports-link a {
		width: 215px;
		height: 120px;
		display: block;
		text-decoration: none;
		background: url(/public/images/layout/donate-your-time-img.jpg) 0 0 no-repeat;
	}
	
	#info-box-last div.sports-link a:hover {
		text-decoration: none;
	}
	
	#info-box-last p.donate-your-time {
		width: 215px;
		padding: 5px 0px 10px 0px;
		line-height: 15px;
		text-align: justify;
	}
	
	.info-box h2 {
		width: 215px;
		height: 27px;
	}

	.info-box h2.the-team-in-motion {
		background: url(/public/images/layout/the-team-in-motion-h2.gif) 0 0 no-repeat;
	}
	
	.info-box h2.photos {
		background: url(/public/images/layout/photos-h2.gif) 0 0 no-repeat;
	}
	
	.info-box h2.the-academy {
		background: url(/public/images/layout/the-academy-h2.gif) 0 0 no-repeat;
	}
	
	.info-box p {
		width: 215px;
		padding: 125px 0px 10px 0px;
		line-height: 15px;
		text-align: justify;
	}
	
	.info-box p.the-team-in-motion {
		background: url(/public/images/layout/the-team-in-motion-img.jpg) 0 0 no-repeat;
	}
	
	.info-box p.photos {
		background: url(/public/images/layout/photos-img.jpg) 0 0 no-repeat;
	}
	
	.info-box p.the-academy {
		background: url(/public/images/layout/the-academy-img.jpg) 0 0 no-repeat;
	}
	
	.read-more {
		width: 100%;
		overflow: hidden;
	}
	
	.read-more span {
		width: 65px;
		padding: 2px;
		float: right;
		background: url(/public/images/layout/read-more-bg.gif) 0 0 repeat-x;
	}
	
	.read-more span a {
		color: #fff;
		font-style: italic;
		text-decoration: none;
	}
	
	.read-more span a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
/* ----- End of main content ----- */

/* ----- Start of Footer ----- */

	#footer-outer {
		width: 100%;
		background: #f1f1f3 url(/public/images/layout/footer-bg.jpg) top center no-repeat;
	}
	
	#footer {
		width: 960px;
		margin: 0px auto;
	}
	
	#footer-content {
		width: 920px;
		margin: 0px 20px 0px 20px;
		overflow: hidden;
	}
	
	.footer-box {
		width: 300px;
		margin: 0px 10px 0px 0px;
		float: left;
	}
	
	.footer-box h3 {
		display: block;
		color: #58595b;
		font-size: 14px;
		font-style: italic;
		border-bottom: 1px solid #d6d7d9;
		line-height: 35px;
	}
	
	.footer-box .footer-logos {
		width: 300px;
		overflow: hidden;
		border-top: 1px solid #f4f4f5;
	}
	
	.footer-box .footer-logos ul {

	}
	
	.footer-box .footer-logos ul li {
		width: 100px;
		height: 75px;
		float: left;
	}
	
	.footer-box .footer-logos ul li.fb {
		background: url(/public/images/layout/fb.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.footer-box .footer-logos ul li.yt {
		background: url(/public/images/layout/yt.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.footer-box .footer-logos ul li.vimeo {
		background: url(/public/images/layout/vimeo.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.footer-box .footer-logos ul li.flickr {
		background: url(/public/images/layout/flickr.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.footer-box .footer-logos ul li.fifa {
		background: url(/public/images/layout/fifa.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.footer-box .footer-logos ul li.champ {
		background: url(/public/images/layout/champ.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.footer-box .footer-logos ul li.pfa {
		background: url(/public/images/layout/pfa.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.footer-box .footer-logos ul li.pa {
		background: url(/public/images/layout/pa.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.footer-box .footer-logos ul li a {
		width: 100px;
		height: 75px;
		display: block;
		text-decoration: none;
	}
	
	.footer-box .footer-logos ul li a:hover {
		text-decoration: none;
	}
	
	#footer-box-last {
		width: 300px;
		float: left;
		margin: 0px;
	}
	
	#footer-box-last h3 {
		display: block;
		color: #58595b;
		font-size: 14px;
		font-style: italic;
		border-bottom: 1px solid #d6d7d9;
		line-height: 35px;
	}
	
	#form-box {
		width: 300px;
		border-top: 1px solid #f4f4f5;
		padding: 20px 0px 0px 0px;
	}
	
	#form-box .input-field {
		width: 280px;
		height: 17px;
		padding: 0px 0px 10px 0px;
	}
	
	#form-box .txt-field {
		width: 280px;
		height: 90px;
		padding: 0px 0px 10px 0px;
	}

	.input-element {
		width: 280px;
		line-height: 17px;
		color: #929497;
		border: none;
		padding: 2px;
		background: url(/public/images/layout/input-bg.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		font-size: 10px;
	}
	
	.txt-element {
		width: 280px;
		height: 90px;
		color: #929497;
		border: none;
		padding: 2px;
		background: url(/public/images/layout/txtarea-bg.png) 0 0 no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		font-size: 10px;
		line-height: 17px;
	}
	
	.send-btn {
		margin: 0px;
		padding: 0;
		border: none;
		display: block;
		width: 43px;
		height: 16px;
		background: url(/public/images/layout/send-btn.jpg) 0 0 no-repeat;
		cursor: pointer;
	}

/* ----- End of Footer ----- */

/* ----- End of framesheet ----- */
