/* Logo */

#logo {
	height: 150px;
	background: url(/images/wiifitboxartnewnew.gif) no-repeat;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
/*	color: #006600;*/
}

.greytext { color:#999999; }
.orangetext { color:#ffa047; }
.orangetext:hover { color:#999999;/* cue:url(beep.au);*/ }
.greentext { color:#87A019; }
.bluetext { color:#2582A4; }

#logo h1 {
	position:relative;

	left:35px;
	top:40px;

	font-size: 25px;
}

#logo h2 {
	
	position:relative;
	left:35px;
	top:35px;
	font-size: 12px;
}

.p1 { 
	float:left;
	width:23px;
	height:50px;
	background:transparent;
}
.p1:hover { 
	background: url(/images/hov_1.gif) no-repeat;
}

.p2 { 
	float:left;
	width:23px;
	height:50px;
	background:transparent;
}
.p2:hover { 
	background: url(/images/hov_2.gif) no-repeat;
}
.p3 {
	float:left;
	width:34px;
	height:50px;
	background:transparent;
}
.p3:hover { 
	background: url(/images/hov_3.gif) no-repeat;
}

.p4 {
	float:left;
	width:41px;
	height:50px;	
	background:transparent;
}
.p4:hover { 
	background: url(/images/hov_4.gif) no-repeat;
	z-index:1;
}
.p5 { 
	float:left;
	width:22px;
	height:50px;
	background:transparent;
}
.p5:hover { 
	background: url(/images/hov_5.gif) no-repeat;
}
.p6 { 
	float:left;
	width:46px;
	height:50px;
	background:transparent;
}
.p6:hover { 
	background: url(/images/hov_6.gif) no-repeat;
}
