﻿/* CSS layout */
#mainpage {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#top-left {
	width: 211px;
	position: absolute;
	height: 58px;
	top: 0px;
}
#header {
	margin-left: 211px;
	height: 58px;
	position: absolute;
	width: 689px;
	top: 0px;
}
#left-col {
	width: 211px;
	position: absolute;
	top: 58px;
	height: 46px;
}
#home-button {
	width: 211px;
	position: absolute;
	top: 104px;
	height: 70px;
}
#about-us-button {
	width: 211px;
	position: absolute;
	top: 174px;
	height: 70px;
}
#products-button {
	width: 211px;
	position: absolute;
	top: 244px;
	height: 70px;
}
#services-button {
	width: 211px;
	position: absolute;
	top: 314px;
	height: 70px;
}
#contact-us-button {
	width: 211px;
	position: absolute;
	top: 384px;
	height: 70px;
}
#footer {
	top: 550px;
	width: 900px;
	height: 50px;
	position: absolute;
	color: #000000;
	font-size: 14px;
	font-family: "MS Sans Serif";
}
#validator {
	width: 900px;
	height: 50px;
	top: 600px;
	position: absolute;
}
#left-col-2 {
	width: 211px;
	position: absolute;
	top: 454px;
	height: 96px;
	background-color: #BBBABB;
}
.border-0-px {
	border-width: 0px;
}
.centre-txt {
	text-align: center;
}
.font-18px-C0C0C0 {
	font-size: 18px;
	color: #C0C0C0;
}
.font-18px-808080 {
	font-size: 18px;
	color: #808080;
}
.font-MSSerif-cntr {
	font-family: "MS Sans Serif";
	text-align: center;
}
.font-size-14px {
	font-size: 14px;
}
.col-333333 {
	color: #333333;
}

