@charset "utf-8";
#mainbox {
	background-image: url(images/cctvpic.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: 250px;
}
#hademolink   {
	height: 150px;
	width: 150px;
	background-image: url(images/homeautodemobutton.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 35px;
}

#hademolink a {
	display: block;
	height: 150px;
	width: 150px;
}

#hademolink a:hover {
	background-image: url(images/homeautodemobuttonhover.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;
}
