/*-- Note ... the negative margining technique which I had been using for centring the design, requires "absolute" postioning (left -50%) to work, but unfortunately this is related to the size of the viewport area. so if this becomes SMALLER than 1024 (the container width) then a problem occurrs with the left margin value becoming invalid .. and you cant scroll to the (unviewable area) off the left hand side of the design......

(old method)

#Container {
	position:absolute;
	width: 1024px;
	margin-left: -512px;
	left: 50%;
	top: 0px;
	}
	
	
.. I noted that Carolines Bambooshoot didnt suffer with this kind of problem.. .. so have adopted her method !!! ...

... relative positioning with "margin : 0 auto;" which seems to work a lot better....	
	
(new method) .....*/


#Container {
	position:relative;
	width: 1024px;
	margin: 0 auto;
	height: 768px;
		}	

	
#Background-1024 {
	background-repeat: no-repeat;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: -15px;
	z-index: 1;
	height: 768px;
}




#ContactDetails {
		text-align: left;
		z-index: 9;
	
}

#designtaskmedia {
        position: absolute;
	left: 989px;
	top: 472px;
	z-index: 9;
}




#Index-01 {
	position: absolute;
	left: 325px;
	top: 271px;
	width : 620px;
	text-align: center;
	z-index: 9;
	}
	
#Index-02 {
	position: absolute;
	left: 389px;
	top: 325px;
	width : 455px;
	text-align: center;
	z-index: 9;
	}

#Index-03 {
	position: absolute;
	left: 250px;
	top: 525px;
	width : 620px;
	text-align: center;
	z-index: 9;
	}
#EventsPage-TopLeft {
	position: absolute;
	width: 380px;
	left: 50px;
	top: 50px;
	z-index: 9;
}
#EventsPage-TopRight {
	position: absolute;
	width: 380px;
	left: 465px;
	top: 50px;
}
#EventsPage-BottLeft {
	position: absolute;
	width: 380px;
	left: 50px;
	top: 300px;
	z-index: 9;
}
#EventsPage-BottRight {
	position: absolute;
	width: 405px;
	left: 465px;
	top: 400px;
	z-index: 9;
}






#LearnItPage-Classes {
	height: 410px;
	width: 480px;
	position: absolute;
	z-index: 1;
	left: 411px;
	top: 33px;
	text-align: left;
}
#LearnItPage-Intro {
	height: 263px;
	width: 250px;
	position: absolute;
	z-index: 1;
	left: 45px;
	top: 60px;
	text-align: left;
}
#LearnItPage-Workshops {

	height: 236px;
	width: 843px;
	position: absolute;
	z-index: 2;
	left: 40px;
	top: 449px;
	text-align: left;
}
#LearnItPage-Unique {


	height: 159px;
	width: 981px;
	position: absolute;
	z-index: 2;
	left: 40px;
	top: 615px;
	text-align: left;
}
#SpecialsPage-01 {
	height: 178px;
	width: 350px;
	position: absolute;
	z-index: 1;
	left: 73px;
	top: 51px;
}
#SpecialsPage-02 {

	height: 159px;
	width: 565px;
	position: absolute;
	z-index: 1;
	left: 250px;
	top: 263px;
}



/*--------------------------------------------------------------------- */
/* NAVIGATION ****
/*---------------------------------------------------------------------- */ 
	
#Nav-styles a:active {
}



#Nav-container {
	position:absolute;
	left:852px;
	top:461px;
	width:110px;
	visibility: visible;
	z-index: 9;
}

#Nav-container #current {
	color: #000000;
	font-weight: bold;
	background: #cc9933;
}



/* Navigation Unordered List - TOP LEVEL Styles */

#Nav-styles ul{
	list-style: url(none) none;
	margin: 0;
	padding: 0;
}

#Nav-styles li {
}

#Nav-styles a {
	display: block;
	color: #ffffcc;
	text-decoration: none;
	padding-left: 10px;
	height: 25px;
	border-top: 1px none #cccccc;
	border-right: 1px none #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px none #666666;
	font-style: italic;
}

#Nav-styles a:hover {
	color: #cc3300;
}

#Nav-styles a:active {
}



#Nav-styles ul ul {
}

#Nav-styles ul ul li {
}

#Nav-styles ul ul a {
	color: #333333;
	padding: 0px 0px 0px 30px;
}

#Nav-styles ul ul a:hover{
	color: #cc0000;
}

#Nav-styles ul ul #current{
	font-weight: bold;
	background: #cc9933;
}

#Nav-styles ul ul .currentAncestor {
	font-weight: bold;
	background: #cc9933;
}
