BODY 
{
	background-color: #89C985;
	background-image: url('images/background.gif');
	margin: 0pc;
}

.centerpage
{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	height: 100%;
	margin-left: -400px;
	border-left: 1px SOLID black;
	border-right: 1px SOLID black;
	background-color: #F8F8F8;
}

.logo
{
	padding-left: 55px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.motto
{
	padding-left: 220px;
	padding-bottom: 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: gray;
}

.links
{
	width: 800px;
	padding-left: 35px;
	background-color: black;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 1px;
}

.links a:link, 
.links a:visited,
.links a:hover
{
	color: white;
	text-decoration: none;
}

.links a:hover
{
	color: yellow;
}

.divider
{
	color: white;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

.mainpage
{
	font-family: verdana, arial, sans-serif;
	padding-left: 40px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 100px;
}

.mainpage H1
{
	color: gray;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.mainpage H2
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.snapshots
{
	padding: 5px;
	padding-top: 30px;
}

.bodytext
{
	padding: 40px;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}

.separator
{
	width: 798px;
	height: 200px;
}

.copyright
{
	width: 698px;
	margin-left: 50px;
	margin-right: 50px;
	border-top: 1px SOLID black;
	padding: 20px;

	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: gray;
}

.detail
{
	font-family: arial, sans-serif;
	padding-left: 15px;
}

.products
{
	padding: 10px;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px SOLID gray;
	padding-bottom: 0px;

	font-size: 12px;
	font-family: arial, sans-serif;
	
}

.products H1
{
	font-size: 16px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: black;
	padding: 15px;
}

.products TABLE
{
	border-collapse: collapse;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 1px;
}

.products .specs
{
	width: 300px;
}

.products .type
{
	background-color: #D7D6E5;
	border: 1px SOLID #7E7AC6;
	border-right: 0px;
	padding-left: 4px;
	width: 70px;
}

.products .value
{ 
	background-color: #D7D6E5;
	border: 1px SOLID #7E7AC6;
	border-left: 0px;
	width: 120px;
}

.products .image
{
	border: 0px;
	background-color: #F8F8F8;
	padding-top: 10px;
}
