#home {
}

#home-sidemenu {
	display: inline;
	float: left;
	width: 400px;
}

#home-sidemenu ul {
	display: block;
	float: right;
	width: 300px;
	margin: 16px 0 0 0;
}

#home-sidemenu ul li {
	display: block;
	width: 300px;
	height: 52px;
	margin-top: 4px;
}

#home-sidemenu ul li#wireless_rechargeable {
	background: url(/images/home-sidemenu.jpg) 0 0 no-repeat;
}

#home-sidemenu ul li#desktop_laser {
	background: url(/images/home-sidemenu.jpg) 0 -53px no-repeat;
}

#home-sidemenu ul li#wireless_desktop {
	background: url(/images/home-sidemenu.jpg) 0 -105px no-repeat;
}

#home-sidemenu ul li#bluetooth_wireless {
	background: url(/images/home-sidemenu.jpg) 0 -158px no-repeat;
}

#home-sidemenu ul li#notebook_laser {
	background: url(/images/home-sidemenu.jpg) 0 -209px no-repeat;
}

#home-sidemenu ul li#rapier_v1 {
	background: url(/images/home-sidemenu.jpg) 0 -262px no-repeat;
}

#home-sidemenu ul li#rapier_v2 {
	background: url(/images/home-sidemenu.jpg) 0 -320px no-repeat;
}


#home-sidemenu ul li a {
	display: block;
	float: left;
	width: 300px;
	height: 52px;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

#home-sidemenu ul li a span {
	display: block;
	float: right;
	width: 180px;
	padding: 0 35px 0 0;
}

#home-sidemenu ul li#wireless_rechargeable a span {
	padding-top: 7px;
}

#home-sidemenu ul li#desktop_laser a span {
	padding-top: 15px;
}

#home-sidemenu ul li#wireless_desktop a span {
	padding-top: 7px;
}

#home-sidemenu ul li#bluetooth_wireless a span {
	padding-top: 10px;
}

#home-sidemenu ul li#notebook_laser a span {
	padding-top: 20px;
}

#home-sidemenu ul li#rapier_v1 a span {
	padding-top: 25px;
}

#home-sidemenu ul li#rapier_v2 a span {
	padding-top: 25px;
}

#home-sidemenu #win-button {
}


#home-sidemenu #win-button a {
	display: block;
	float: right;
	width: 266px;
	height: 66px;
	background: url(/images/win-button.png) no-repeat;
	margin: 78px 0 0 0;
}

#home-sidemenu #win-button a span {
	display: none; 
}


#home-content {
	margin: 0 190px 0 0;
	display: inline;
	float: right;
	width: 304px;
	height: 380px;
}


#mouse-video {
	width: 480px;
	height: 480px;
}

#forwardfriend {
	width: 130px;
	height: 59px;
	background: url(/images/forwardfriend.png) no-repeat;
	float: left;
	margin-left: 355px;
}

#forwardfriend a {
	width: 130px;
	height: 59px;
	display: block;
}

#forwardfriend a span {
	display: none;
}


