body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/background.gif);
}
#container {
	padding: 0px;
	height: 640px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/our_company.jpg);
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#redband {
	position: absolute;
	height: 169px;
	width: 955px;
	left: 0px;
	top: 188px;
	background-image: url(../images/products_red.jpg);
	background-repeat: no-repeat;
}
#text {
	position: absolute;
	height: 320px;
	width: 310px;
	left: 520px;
	top: 15px;
}
#whiteband {
	position: absolute;
	height: 142px;
	width: 955px;
	left: 0px;
	top: 357px;
	background-image: url(../images/products_pics.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: -3px;
	line-height: 13px;
}
#companyname {
	position: absolute;
	height: 25px;
	width: 300px;
	left: 40px;
	bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#products {
	position: absolute;
	height: 30px;
	width: 900px;
	left: 20px;
	bottom: 10px;
}
#submenu {
	position: absolute;
	height: 120px;
	width: 180px;
	left: 180px;
	top: 0px;
}
#navlist1
{
	margin-left: 0;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#navlist1 li
{
	list-style-type: none;
	text-align: left;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#navlist1 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#navlist1 li a:hover
{
	text-decoration: none;
	color: #000000;
}

