@charset "UTF-8";
/* intro Sportscape.be stylesheet  */

/* ______________ TAGS ______________ */

body{
	background: #1c5e19 url(../_images/layout/intro/bodyBack.png) center top repeat-y;
}


/* ______________ BLOCKS ______________ */


#container{
	background: #1f5b1d;
}


/******************/
#header{
	background: #fff url(../_images/layout/intro/headerBack.png) left top no-repeat;
}

#header H1{
	background: #fff url(../_images/layout/general/sportscapeLogo.png) left top no-repeat;
}


/******************/
#nav{
	background: #000 url(../_images/layout/intro/navBack.png) left top no-repeat;
}


/******************/


#leftContent H2, #refContent H2{
	color:#1c5e19;
}

#leftLinks ul li{
	background: url(../_images/layout/general/introBullet.png) no-repeat left center;
}


#scoopContent ul li{
	background: url(../_images/layout/general/introBulletSmall.png) no-repeat left center;
}

/******************/


#ref{
	float: left;
	width: 420px;
	top: 0px;
	background: url(../_images/layout/general/cornerTop.png) left top no-repeat;
	position: relative;
}

#refContent{
	margin: 10px 0 0 10px;
	width: 400px;
	text-align: justify;
	line-height: 16px;
	position: relative;
}

#refContent H2{
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

#refSlides{
	margin: 0 0 0 475px;
	width: 450px;
	height: 400px;
	padding: 10px 0 0 0;
}

.refItem{
	position: relative;
	height: 40px;
	width: 400px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.refItem .club{
	position: absolute;
	left: 60px;
	top: 0px;
	height: 25px;
	width: 200px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
}

.refItem .city{
	position: absolute;
	left: 60px;
	top: 25px;
	height: 15px;
	width: 200px;
	line-height: 15px;
	font-size: 11px;
	color: #666;
}

.refItem .field{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	width: 140px;
	line-height: 20px;
	font-size: 10px;
	text-align: right;
}

.pdf{
	margin: 20px 0px 20px 0px;
}

.pdf a{
	background: none;
	color: #3b3b35;
	font-size: 10px;
	line-height: 16px;
	background: #fff url(../_images/layout/general/introBullet.png) left center no-repeat;
	padding: 0px 0px 0px 20px;
	
}

#refBottom{
	position: relative;
	bottom: 0px;
	left: 0px;
	background: url(../_images/layout/general/cornerBottom.png) right bottom no-repeat;
	width: 410px;
	margin: 0 0 0 10px;
}


/******************/

#mailinglist form{
	margin-top: 7px;
	}

#mailinglist input{
	border: solid 1px #ccc;
	margin-top: 2px;
	margin-right: 5px;
	color: #999;
	width: 138px;
}
#mailinglist .submit{
	background: #1c5e19 url(../_images/layout/intro/footerBack.png) left top repeat-x;
	color: #fff;
	margin-top: 2px;
	width: 70px;
}


/******************/
#sitemap{
	position: relative;
	width: 1044px;
	height: 200px;
	padding: 50px 0px 0px 0px;
}

#sitemap ul{
	left: 160px;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 780px;
}

#sitemap ul li{
	float:left;
	padding: 0px;
	width: 260px;
}

#sitemap a.mainlevel{
	display: block;
	height: 120px;
	text-decoration: none;
	vertical-align: bottom;
	width: 260px;
}

a.mainlevel span{
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	line-height: 18px;
	position: relative;
	top: 94px;
	width: 260px;
}

a.mainlevel:hover{
	text-decoration: underline;
}

#sitemap a.sportback{
	color: #e20025;
	background: url(../_images/layout/intro/sportIcon.png) no-repeat 40% bottom;
}

#sitemap a.gardenback{
	color: #7bab14;
	background: url(../_images/layout/intro/gardenIcon.png) no-repeat 55% bottom;
}

#sitemap a.infraback{
	color: #8e8c8c;
	background: url(../_images/layout/intro/infraIcon.png) no-repeat 60% bottom;
}

#sitemap ul ul, #extras ul ul{
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 200px;
}

#sitemap ul ul li{
	padding: 0px 0px 0px 20px;
	width: 200px;	
}

#sitemap ul li.gardenscape ul li{
	background: url(../_images/layout/general/gardenBullet.png) no-repeat left center;
}

#sitemap ul li.sportscape ul li{
	background: url(../_images/layout/general/sportBullet.png) no-repeat left center;
}

#sitemap ul li.infrascape ul li{
	background: url(../_images/layout/general/infraBullet.png) no-repeat left center;
}

#sitemap ul ul li a{
	background: none;
	color: #3b3b35;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

#sitemap ul ul li a.gardenscape{
	color: #7bab14;
}

#sitemap ul li.gardenscape ul li a:hover{
	color: #7bab14;
}

#sitemap ul li.sportscape ul li a:hover{
	color: #e20025;
}

#sitemap ul li.infrascape ul li a:hover{
	color: #8e8c8c;
}


#sitemap ul ul li a:hover{
	color: #aeaeae;
}


/******************/
#footer{
	background: #1c5e19 url(../_images/layout/intro/footerBack.png) left top repeat-x;
}

#footer ul li a{
	color: #fff;
}

#footer ul li a:hover{
	color: #c9d8c8;
}

#footer ul ul li{
	border-left: solid 1px #2b5924;
}

#footer ul ul li a{
	color: #9ba99b;
}

#footer ul ul li a:hover{
	color: #c9d8c8;
}

