html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	background: #717070;
}

table
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #FA7D03;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #FA3D00;
}

#logotopbar
{
	background: url(images/topbar.gif);
	width: 760px;
	height: 107px;
}

#logotopbar p
{
	font-size: 22px;
	line-height: 24px;
	color: #aaa9a9;
	text-align: center;
	margin: 0px;
	position: relative;
	top:30px;
	left: 130px;
}

h1
{
	background: #aaa9a9;
	width: 760px;
	height: 30px;
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 0px 0px 4px;
}

#factory
{
	background: url(images/factory.jpg);
	width: 760px;
	height: 145px;
	border-bottom: 2px solid #FA7D03;
}

*html #factory
{
	height: 147px;
}

html>body h1
{
	width: 756px;
	height: 22px;
	padding: 10px 0px 0px 4px;
}

div#container
{
	background: #FFFFFF url(images/menubg.gif) repeat-y left;
	border-bottom: 2px solid #AAA9A9;
	width: 760px;
	float: left;
}

div#menu
{
	width: 200px;
	float: left;
}

a.menuitem
{
	color: #FFFFFF !important;
	font-size: 12px;
	display: block;
	width: 200px;
	max-width: 180px;
	padding: 10px 0px 10px 20px;
	text-decoration: none !important;
	border-bottom: 1px solid #D1CFCF;
	background: url(images/b_arrows_off.gif) no-repeat left;
}

a.menuitem:hover
{
	background: #FA7D03 url(images/b_arrows_on.gif) no-repeat left;
}

div#content
{
	padding: 12px 12px 12px 32px;
	float: left;
	width: 516px;
	background-color: #FFFFFF;
}

div#content img
{
	margin: 0px 0px 7px 15px;
}

div#content img.left
{
	margin: 0px 15px 7px 0px;
}

div#content img.middle
{
	margin: 10px 0px;
}

b
{
	color: #FA7D03;
}

div#content div.title
{
	font-weight: bold;
	text-decoration: underline;
	margin: 14px 0px 4px;
}

div#content td.title
{
	font-weight: bold;
	text-align: right;
}

/* Products */

div#products
{
	float: left;
}

div#products .prodleft, div#products .prodright
{
	float: left;
	line-height: 18px;
}

div#products img
{
	float: left;
	margin: 8px 20px;
}

/* Forms */

form
{
	margin: 0px;
	padding: 0px;
}

div#footer
{
	background: #FFFFFF url(images/bsi_ukas.gif) no-repeat left;
	height: 145px;
	width: 760px;
	float: left;
}

div#footer .text
{
	color: #FA7D03;
	text-align: center;
	padding: 45px 50px 0px 0px;
	float: right;
	line-height: 18px;
}

div#footer div.design
{
	margin-top: 30px;
	text-align: right;
	font-size: 0.8em;
}

div#footer div.design a
{
	text-decoration: none;
}

*html div#content
{
	width: 523px;
}