body {
	background:#4c4c4c;
	background-image:url(images/background/grad.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

div#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	position:relative;
	display:block;
}

div#header {
	background-image:url(images/background/header.jpg);
	position:relative;
	display:block;
	width:900px;
	height:235px;
}

a {
	color:white;
}

a:visited {
	color:white;
}

a:hover {
	color:#334fb3;
}

a.addr {
	display:inline;
	margin-top:0px;
	text-align:left;
	text-decoration:none;
	font-size:2em;
	font-weight:normal;
}

a.but {
	position:absolute;
	background-position:top;
	background-repeat:no-repeat;
	width:90px;
	height:25px;
	text-align:center;
	text-decoration:none;
	font-style:normal;
	font-family:sans-serif;
	font-size:1.3em;
}

a.b-home {
	background-image:url(images/buttons/b-home.png);
	top:155px;
	left:430px;
	padding-top:50px;
}
a.b-home:hover {
	background-image:url(images/buttons/b-home-hov.png);
}

a.b-products {
	background-image:url(images/buttons/b-products.png);
	top:155px;
	left:540px;
	padding-top:50px;
}
a.b-products:hover {
	background-image:url(images/buttons/b-products-hov.png);
}

a.b-contact {
	background-image:url(images/buttons/b-contact.png);
	top:155px;
	left:650px;
	padding-top:50px;
}
a.b-contact:hover {
	background-image:url(images/buttons/b-contact-hov.png);
}

a.b-history {
	background-image:url(images/buttons/b-history.png);
	top:155px;
	left:760px;
	padding-top:50px;
}
a.b-history:hover {
	background-image:url(images/buttons/b-history-hov.png);
}

div#main {
	position:relative;
	display:block;
	background:#1a1a1a;
	padding:80px;
	padding-top:0px;
	padding-bottom:40px;
	width:740px;
	min-height:1000px;
	color:white;
	font-family:sans-serif;
}

div#footnote {
	position:relative;
	display:block;
	background:#1a1a1a;
	width:900px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	color:white;
	font-family:sans-serif;
}

div#footer {
	position:relative;
	display:block;
	background-image:url(images/background/footer.png);
	width:900px;
	height:50px;
}

h1 {
	text-align:left;
	font-size:1.4em;
}

p {
	text-align:justify;
	line-height:1.5em;
}

p.spacer {
	margin-top:15em;
	text-align:justify;
	line-height:1.5em;
}

p.foot {
	margin:0px;
	text-align:center;
	font-size:0.8em;
}

table {
	position:relative;
}

table.centered {
	position:relative;
	padding-top:2em;
	margin-left:auto;
	margin-right:auto;
}

table.ct {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

td {
	min-width:10em;
}

td.ct {
	width:20em;
	padding-left:4em;
}

ul {
	padding-top:1em;
	padding-bottom:1em;
}

li {
	padding-bottom:0.2em;
}

img {
	border:0em;
}

img.right {
	float:right;
	clear:right;
	margin-left:1em;
	margin-bottom:1em;
}
