#container-header {
	height: 110px;
	padding-top: 17px;
	background: none;
}
#page-header h1 {
    color: #ffffff;
    padding-top: .4em;
	text-transform: uppercase;
}
#page-text {
    padding-top: 40px;;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 40px;
}
#content {
    width: 80%;
    float: left;
    margin-right: 0;
}
#container-menu-lev2 {
    width: 20%;/*215px;*/
    float: left;
    padding-top: .9em;
}
#container-menu-lev2 ul {
    list-style: none outside;
    line-height: 1.5em;
}
.current-item {
    background-color: #2e3665;
}
#container-tech {
    padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
    background: #c80000 url(images/about_bg.gif) top repeat-x;
}
#container-tech img {
    margin-bottom: 10px;
}
#container-tech a {
    color: #ffffff;
}
#products-list {
    width: 90%;
    list-style: none;
    clear: both;
}
#products-list li {
    width: 15%;
    float: left;
}