@charset "utf-8";
#mainbox {
	background-image: url(images/hometheaterpic.jpg);
	background-repeat: no-repeat;
	height: 444px;
	width: 889px;
	margin-left: 17px;
}

#servicesbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 400px;
	width: 475px;
	margin-left: 125px;
}
#remotedemolink   {
	height: 150px;
	width: 150px;
	background-image: url(images/remotedemobutton.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#remotedemolink  a {
	display: block;
	height: 150px;
	width: 150px;
}
#remotedemolink  a:hover {
	background-image: url(images/remotedemobuttonhover.jpg);
	background-repeat: no-repeat;
}

#omnidemolink {
	background-image: url(images/omnitouchdemobutton.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	float: right;
	margin-right: 35px;
}
#omnidemolink a {
	display: block;
	height: 150px;
	width: 150px;
}
#omnidemolink a:hover {
	background-image: url(images/omnitouchdemobuttonhover.jpg);
	background-repeat: no-repeat;
}
#productslink {
	font-weight: bold;
	color: #087EB3;
	clear: both;
	padding-top: 10px;
}
#productslink a {
	color: #087EB3;
}
#productslink a:hover {
	color: #669999;
}
