#boxcontent {
	height:370px;
}
	#boxsolutionstitle {
		position:absolute;
		top:135px;
		left:200px;
		width:330px;
		height:30px;
		background-color:white;
		background-image:url('../images/solutionstitlebg.gif');
		background-repeat:no-repeat;
	}
		#boxsolutionstitle h2 {
			font-size:10px;
			text-indent:-5000px;
		}
	#boxsolutions {
		position:absolute;
		top:175px;
		left:200px;
		width:330px;
		height:250px;
		background-color:silver;
		border:0px;
		overflow:hidden;
	}
		iframe {
			width:328px;
			height:248px;
		}
			#boxpresentation {
				width:300px;
				height:220px;
				border:0px;
				margin:0px;
				padding:0px;
				background-color:silver;
				font-family:tahoma,sans-serif;
				font-size:12px;
				color:#000099;
			}
				#presentation {
					margin:10px;
				}
					#presentation h3 {
						border:0px;
						margin:5px 0px;
						padding:0px;
						font-size:12px;
						color:#333399;
					}
					#presentation h4 {
						border:0px;
						margin:5px 0px;
						padding:0px;
						font-size:11px;
						color:#3366FF;
					}
					#presentation h5,#presentation h5 a {
						border:0px;
						margin:0px;
						padding:0px;
						font-size:10px;
						color:#FF6600;
					}
					#presentation ul {
						border:0px;
						margin:0px 0px 10px 20px;
						padding:0px;
						font-size:10px;
					}
						#presentation ul li {
							border:0px;
							margin:0px;
							padding:0px;
							font-size:10px;
						}
							#presentation ul li a{
								border:0px;
								margin:0px;
								padding:0px;
								font-size:10px;
								color:#333399;
							}
	#boximg1 {
		position:absolute;
		top:135px;
		left:10px;
		width:150px;
		height:270px;
		padding: 25px 15px 0px 15px;
		background-image:url('../images/solutions1.gif');
		background-repeat:no-repeat;
	}
	/* Box model hack for IE */
	* html #boximg1 {
		width:180px;
	}
		#boximg1 p {
			margin: 0px 0px 10px 0px;
			font-family:tahoma,sans-serif;
			font-size:11px;
			font-weight: bold;
		}
	#boxacrobat {
		position:absolute;
		top:430px;
		left:220px;
	}
		#boxacrobat p {
			font-size:11px;
			color:#333399;
			border:0px;
		}
		#boxacrobat img {
			border:0px;
		}
	#boxitems {
		position:absolute;
		top:135px;
		left:540px;
		width:220px;
		height:274px;
		background-color:orange;
		background-image:url('../images/solutionsbg.gif');
		background-repeat:no-repeat;
		font-family:tahoma,sans-serif;
		font-size:12px;
	}
		#items {}
			#items ul,.applications {
				list-style-type:none;
				border:0px;
				margin:0px;
				padding:0px;
				color:#EEE79D;
			}
				.applications {
					font-weight:bold;
					margin-top:10px;
					margin-left:10px;
				}
					#items ul li ul {
						color:#000099;
					}
						#items ul li ul li {
							margin-left:10px;
							color:#99CCFF;
						}

