﻿body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	background-color: #FFF;
} 
#left-side-bar  {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 68px;
	height: 1400px;
	background-image: url(../computer-images-architecture/computer-left%20sidebar.jpg);
}
#a-complete-solution  {
	position: absolute;
	left: 68px;
	top: 0px;
	width: 228px;
	height: 45px;
	background-image: url(../computer-images-architecture/computer-complete-solution.jpg);
}
#menu-home  {
	position: absolute;
	left: 296px;
	top: 0px;
	width: 96px;
	height: 45px;
}
#menu-about-us  {
	position: absolute;
	left: 392px;
	top: 0px;
	width: 108px;
	height:	45px;
}
#menu-hardware  {
	position: absolute;
	left: 500px;
	top: 0px;
	width: 90px;
	height: 45px;
}
#menu-surveillance  {
	position: absolute;
	left: 590px;
	top: 0px;
	width: 106px;
	height: 45px;
}
#menu-services  {
	position: absolute;
	left: 696px;
	top: 0px;
	width: 104px;
	height: 45px;
}
#menu-contact  {
	position: absolute;
	left: 800px;
	top: 0px
	width: 103px;
	height: 45px;
}
#right-menu-spacer  {
	position: absolute;
	left: 903px;
	top: 0px;
	width: 49px;
	height: 45px;
	background-image: url(../computer-images-architecture/computer-right-menu-spacer.jpg);
}
#right-side-bar  {
	position: absolute;
	left: 952px;
	top: 0px;
	width: 72px;
	height: 1400px;
	background-image: url(../computer-images-architecture/computer-right-sidebar.jpg);
}
#msa  {
	position: absolute;
	left: 68px;
	top: 45px;
	width: 228px;
	height: 204px;
	background-image: url(../computer-images-architecture/computer-msa.jpg);
}
#main-picture  {
	position: absolute;
	left: 296px;
	top: 45px;
	width: 607px;
	height: 288px;
}
#right-lower-spacer  {
	position: absolute;
	left: 903px;
	top: 249px;
	width: 49px;
	height: 1151px;
	background-image: url(../computer-images-architecture/computer-right-lower-space.jpg);
}
#content  {
	position: absolute;
	left: 296px;
	top: 333px;
	width: 567px;
	height: 1027px;
	padding: 20px;
	background-image: none;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#right-red-specer  {
	position: absolute;
	left: 903px;
	top: 45px;
	width: 49px;
	height: 204px;
	background-image: url(../computer-images-architecture/computer-right-red-spacer.jpg);
}
#menu-left-menu  {
	position: absolute;
	left: 68px;
	top: 249px;
	width: 218px;
	height: 1001px;
	background-image: url(../computer-images-architecture/computer-menu-left-menu.jpg);
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-size: 14px;
}
#menu-left-menu  a {
	color: #666;
	text-decoration: none;
}	
#menu-left-menu  a:hover {
	color: #0000FF;
	text-decoration: none;
}
a {
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
.padding-right {
	padding-right: 20px;
}
.padding-left {
	padding-left: 20px;
}
.padding-foot-home {
	padding-right: 20px;
	padding-left: 5px;
}
.padding-foot-hardware {
	padding-right: 130px;
}
.grey {
	color: #9F9F9F;
}
.green {
	color: #063;
}
.red {
	color: #F00;
}

