/* @override http://localhost/twr/css/default.css */

body {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:0.8em;
	background-color:#CC6;
}

object {
		z-index:300;
}

h1 {
	font-size:1.2em;
	margin-top:0px;
	font-weight: normal;
}

h2 {
	font-size:1.1em;
	margin:0.5em 0px 1.5em 0px;
	font-weight: normal;
	color: #333;
}

h3 {
	font-size:1.1em;
	margin:0.5em 0px;
	font-weight: bold;
	color: #000;
}

a {
	color:#069;
}

a.rss {
	background:transparent url("../images/feed-icon.png") no-repeat left 50%;
	padding-left:18px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}


a img {
	border-width:0px;
}

ol, ul, p {
	line-height:1.4em;
	color: #666;
}

li {
	margin:1em 0px;
}

/* deco */

#sky {
	position:absolute;
	bottom:25%;
	top:0px;
	left:0px;
	width:5500px;
	height:150px;
	background-color:#C9C;
}

#landscape {
	background:#CC6 url("../images/back_reduced.gif") repeat-x left top;
	width:5500px;
	position:absolute;
	top:120px;
	height:350px;
	left:0px;
}


#logo {
	position:fixed;
	_position:absolute;
	top:30px;
	right:50px;
	_position:absolute;
	_left:50px;
}






/* elements */


#sign {
	position:absolute;
	top:270px;
	left:800px;
	width:80px;
	height:160px;
	display:block;
	background:transparent url("../images/thisway.gif") no-repeat top left;
	text-decoration: none;
}

#endSign {
	position:absolute;
	top:280px;
	left:5300px;
	width:80px;
	height:200px;
	display:block;
	background:transparent url("../images/endSign.gif") no-repeat top left;
	text-decoration: none;
	curser:default;
}






#news {
	position:absolute;
	top:130px;
	left:600px;
	width:141px;
	height:250px;
	display:block;
	background:transparent url("../images/manAnim.gif") no-repeat top left;
}






#ballon {
	position:absolute;
	top:0px;
	left:100px;
	width:202px;
	height:246px;
	display:block;
	background:transparent url("../images/ballonColorAnim.gif") no-repeat top left;
}







#ball {
	position:absolute;
	top:250px;
	left:1750px;
	width:98px;
	height:67px;
	display:block;
	background:transparent url("../images/footballDown.gif") no-repeat top left;
}

#ball:hover {
	background:transparent url("../images/footballUp.gif") no-repeat top left;
}






#ethos {
	position:absolute;
	top:190px;
	left:1100px;
	width:206px;
	height:131px;
	display:block;
	background:transparent url("../images/ethosUp.gif") no-repeat top left;
}

#ethos:hover {
	background:transparent url("../images/ethosDown.gif") no-repeat top left;
}






#hole {
	position:absolute;
	top:210px;
	left:2400px;
	width:127px;
	height:171px;
	display:block;
	background:transparent url("../images/holeUp.gif") no-repeat top left;
}

#hole:hover {
	background:transparent url("../images/holeDown.gif") no-repeat top left;
}


#rabbit {
	position:absolute;
	top:0px;
	left:4200px;
	width:255px;
	height:421px;
	display:block;
	background:transparent url("../images/rabbit.gif") no-repeat top left;
}

#man {
	position:absolute;
	top:40px;
	left:4800px;
	width:255px;
	height:421px;
	display:block;
	background:transparent url("../images/man.gif") no-repeat top left;
}

#people {
	position:absolute;
	top:-30px;
	left:3600px;
	width:255px;
	height:421px;
	display:block;
	background:transparent url("../images/girl.gif") no-repeat top left;
}




#ear {
	position:absolute;
	top:250px;
	left:3000px;
	width:191px;
	height:113px;
	display:block;
	background:transparent url("../images/earUp.gif") no-repeat top left;
}

/* 
#ear:hover {
	background:transparent url("../images/earDown.gif") no-repeat top left;
}
 */






#tv {
	position:absolute;
	top:270px;
	left:1700px;
	width:191px;
	height:113px;
	display:block;
	background:transparent url("../images/televisionUp.gif") no-repeat top left;
}

#tv:hover {
	background:transparent url("../images/televisionDown.gif") no-repeat top left;
}






#head {
	position:absolute;
	top:250px;
	left:2950px;
	width:191px;
	height:113px;
	display:block;
	background:transparent url("../images/headAnimCol.gif") no-repeat top left;
}

#head:hover {
	background:transparent url("../images/headCol.gif") no-repeat top left;
}








#bird {
	position:absolute;
	bottom:170px;
	left:30px;
	width:115px;
	height:159px;
	display:block;
}






/* content generic elements */

#content {
	z-index:100;
}

div.box {
	height:100%;
	padding:1em;
	padding-bottom: 3em;
	background-color: #f3e8f3;
	overflow:auto;
	z-index:200;
	font-family: Geneva, Verdana,Arial, Helvetica, sans-serif;
}

h1.boxTitle, h2.boxTitle {
	background-color: #eac6ea;
	margin: 0px;
	padding: 0.4em 0.7em;
	color: #7e3f7e;
	border-bottom: 1px solid #b398b3;
	font-size: 1.1em;
	opacity: 0.8;
}

div.controls {
	background-color: #ededc0;
	margin:0px;
	padding:0px 1em;
	height:2em;
	line-height:2em;
	border-top: 1px solid #cecea7;
	opacity: 0.8;
}

div.controls p {
	margin:0px;
	height:2em;
	line-height:2em;
}

div.controls a {
	margin-right:1em;
}

div.controls a.close {
	float:right;
	margin-right:0px;
	color:#F00;
	text-decoration:none;
}





/* specific content */

p.toggle {
	position: absolute;
	top: 0em;
	left: 1.2em;
	font-size: 0.9em;
}

p.toggle a {
	color: #a734a7;
}

#videos {
	position:absolute;
	top:20%;
	left:1550px;
	width:450px;
	height:300px;
	display: none;
}

#welcome {
	position:absolute;
	top:15%;
	left:250px;
	width:350px;
	height:350px;
	display: none;
	z-index: 400;
}

#newsBox {
	position:absolute;
	top:20%;
	left:500px;
	width:450px;
	height:300px;
	display: none;	
}

#football {
	position:absolute;
	top:20%;
	left:1700px;
	width:300px;
	height:300px;
	display: none;	
}

#holeBox {
	position:absolute;
	top:20%;
	left:2250px;
	width:400px;
	height:300px;
	display: none;
}

#ethosBox {
	position:absolute;
	top:20%;
	left:1050px;
	width:300px;
	height:300px;
	display: none;	
}

#rabbitBox {
	position:absolute;
	top:20%;
	left:4130px;
	width:380px;
	height:300px;
	display: none;	
}



#peopleBox {
	position:absolute;
	top:20%;
	left:3450px;
	width:380px;
	height:300px;
	display: none;	
}

#manBox {
	position:absolute;
	top:20%;
	left:4750px;
	width:380px;
	height:300px;
	display: none;	
}

#headBox {
	position:absolute;
	top:20%;
	left:2800px;
	width:450px;
	height:300px;
	display: none;	
}


p.footer {
	color: #999;
	margin-top: 3em;
	padding-bottom: 2em;
	font-size: 0.9em;
}




#map {
	border: 1px solid #DDD;
}


.entry {
	margin-bottom: 3em;
	color: #666;
}


#preLoader {
  width:1px;
  height:1px;
  overflow:hidden;
  margin:0px;
}

#preLoader span.preOne {
	background:transparent url("../images/footballUp.gif") no-repeat top left;
}

#preLoader span.preTwo {
	background:transparent url("../images/ethosDown.gif") no-repeat top left;
}

#preLoader span.preThree {
	background:transparent url("../images/holeDown.gif") no-repeat top left;
}

#preLoader span.preFour {
	background:transparent url("../images/televisionDown.gif") no-repeat top left;
}

#preLoader span.preFive {
	background:transparent url("../images/headCol.gif") no-repeat top left;
}



	

	

		
		#manBox .box {
			text-align:center;
		}