#sub_content {
	float: left;
	width: 784px;
	/*height: auto;*/
	/*background: white;*/
}

#content_image {
	width: 100%;
	height: 150px;
}

#sub_content ul {
	padding-left: 25px;
}

.diagram-text {
	text-decoration: none;
	color: white;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 2px 2px 6px #224422;
}

.solution-diagram-text {
	text-decoration: none;
	color: white;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 2px 2px 6px #224422;
	/*text-align: center;*/
}

.solution-diagram-text-highlighted {
	text-decoration: none;
	color: black;
	font-size: 26px;
	font-weight: bold;
	/*text-shadow: 2px 2px 6px #224422;*/
	text-align: center;
}

.solution {
    /*
    text-decoration: underline;
    text-decoration-color: #3C941D;
    text-decoration-thickness:5px;
    color: #3C941D;
    */
}

#text_idea {
	position: relative;
	top: -125px;
	left: 80px;
}

#text_design {
	position: relative;
	top: -125px;
	left: 170px;
}

#text_manufacturing {
	position: relative;
	top: -125px;
	left: 240px;
}

#text_solu_design {
	position: relative;
	top: -146px;
	left: 37px;
	display: block;
	word-wrap:normal;
	width: 200px;
}

/*#text_solu_design:hover {*/
/*	color: yellow;*/
/*}*/

#text_solu_validation {
	position: relative;
	top: -224px;
	left: 202px;
	display: block;
	word-wrap: normal;
	width:300px;
}

/*#text_solu_validation:hover {*/
/*	color: yellow;*/
/*}*/

#text_solu_manufacturing {
	position: relative;
	top: -302px;
	left: 479px;
	display: block;
	word-wrap: normal;
	width: 200px;
}

/*#text_solu_manufacturing:hover {*/
/*	color: yellow;*/
/*}*/

.solution-container {
    position:relative;
    top: -251px;
    margin-left: 27px;
    margin-top: 0px;
    margin-right: 95px;
    margin-bottom: 0px;
    padding: 10px;
    background-color: green;
    box-shadow: 0px 4px 4px #939393;
}

.solution-bg-design {
    background-color: #fff;
}

.solution-bg-validation {
    background-color: #fff;
}

.solution-bg-manu {
    background-color: #fff;
}


.figure {
	width: 100%;
    max-width:100%;
    height:auto;
}

.sub-content {
	padding: 30px;
}

.second-ul {
	list-style-type:square;
}

.sub-products {
	margin: 6px;
	margin-left: 10px;
}

.small-divider {
	height: 4px;
}