@import url("base.css");
@import url("frame.css");
@import url("menu.css");
@import url("content.css");






/*
#container {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 660px;
	margin: auto;
	background-image: url('../images/frame/bg-left.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	position: absolute;
	left: 215px;
	top: 140px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
}

#headline .left {
	position: absolute;
	top: 36px;
	right: 0px;
	width: 708px;
	height: 58px;
	background-image: url('../images/frame/logo-left-bg.jpg');
	background-position: right;
}


#headline .top-bg {
	position: absolute;
	top: 36px;
	left: 2px;
	width: 288px;
	height: 210px;
	background-image: url('../images/frame/boxes.png');
}
#headline .top  span, 
#headline .solutions span {
	display: none;
}

#headline  h1 {
	margin: 0px;
	padding: 0px;
	display: block;
}

#headline .top {
	position: absolute;
	top: 40px;
	left: 95px;
	background-image: url('../images/frame/top.png');
	width: 171px;
	height: 33px;
	z-index: 2;
	display: block;
}

#headline .solutions {
	position: absolute;
	top: 40px;
	right: 20px;
	background-image: url('../images/frame/solutions.png');
	width: 583px;
	height: 33px;
	z-index: 2;
	display: block;
}

#main-menu {
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 98px;
}

#main-menu ul,
#main-menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#main-menu li {
	float: left;
}

#main-menu a {
	display: block;
	color: black;
	text-decoration: none;
	text-align: center;
	width: 141px;
}

#sub-menu {
	position: absolute;
	left: 63px;
	top: 185px;
	width: 140px;
	height: 300px;
}

.bg {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: white;
}*/