.philosophy-wrap {
	position: relative;
	width: 618px;
	height: 600px;
}

.philosophy-wrap .popup-balloon-text {
	position: absolute;
	display: none;
	z-index: 300;

	-moz-box-shadow: 0px 3px 8px rgba(100,100,100,0.8);
  -webkit-box-shadow: 0px 3px 8px rgba(100,100,100,0.8);
  box-shadow: 0px 3px 8px rgba(100,100,100,0.8);

	width: 240px; 
}

.philosophy-wrap .popup-balloon-text h3 {
	display: block;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;

  padding: 7px 20px 7px 20px;
  margin: 0;

	font-family: arial,sans-serif;

	background: #bb62ac; /* Old browsers */
	background: -moz-linear-gradient(top, #bb62ac 0%, #a22a8f 91%, #a22a8f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb62ac), color-stop(91%,#a22a8f), color-stop(100%,#a22a8f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bb62ac 0%,#a22a8f 91%,#a22a8f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bb62ac 0%,#a22a8f 91%,#a22a8f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bb62ac 0%,#a22a8f 91%,#a22a8f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bb62ac 0%,#a22a8f 91%,#a22a8f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb62ac', endColorstr='#a22a8f',GradientType=0 ); /* IE6-9 */

	position: relative;

}

.philosophy-wrap .popup-balloon-text h3:after {
	display: block;
	content: ' ';

	width: 23px;
	height: 21px;

	position: absolute;

	bottom: -6px;
	left: -7px;	

	z-index: 100;

	background: url('../Images/arrow.png') no-repeat;
}

.philosophy-wrap .popup-balloon-text p {
	margin: 0;
	padding: 0;
}

.philosophy-wrap .popup-balloon-text h3:after {
	content: ' ';
	display: block;

	position: absolute;
}

.philosophy-wrap .popup-balloon-text .popup-balloon-content {
	font-family: arial,sans-serif;
  font-size: 11px;

  background: #fdfdfe; /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfe 0%, #f4f5f7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfe), color-stop(100%,#f4f5f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfe 0%,#f4f5f7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfe 0%,#f4f5f7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfe 0%,#f4f5f7 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfe 0%,#f4f5f7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfe', endColorstr='#f4f5f7',GradientType=0 ); /* IE6-9 */

  padding: 13px 30px 13px 20px;
}

.philosophy-wrap img {
	position: absolute;
	right: 10%;
	top: 100px;
	width: 350px;
}

.philosophy-wrap h2 {
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #0066CC;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
}

.philosophy-wrap p {
	margin: 0;
	padding: 0;
}

.philosophy-wrap p a {
	font-family: arial,sans-serif;
	font-size: 12px;
	margin: 0;
  padding: 0;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	display: block;
}

.philosophy-wrap p a {
	margin: 0 0 5px 0;
}

.philosophy-wrap p a:hover {
	font-weight: bold;
}

.philosophy-wrap .text-wrap {
  position: absolute;
  background: #fff;
	width: 266px;
}

.philosophy-wrap .text-wrap.bold h2 {
	font-weight: bold;
}

.philosophy-wrap .line1:after,
.philosophy-wrap .line2:after,
.philosophy-wrap .line4:after {
	content: ' ';
	display: block;
	position: absolute;
	height: 225px;
	top: 21px;
	left: 60%;
	z-index: 100;
	border-right: 1px solid black;
}

.philosophy-wrap .line1:before,
.philosophy-wrap .line2:before,
.philosophy-wrap .line3:before,
.philosophy-wrap .line4:before {
	content: ' ';
  display: block;
  position: absolute;
	border-top: 1px solid black;
	width: 60%;
	left: 0;
	top: 21px;
	z-index: 100;
}

.philosophy-wrap .text2-wrap {
	top: 10%;
	width: 210px;
}

.philosophy-wrap .line2:before {
	top: 13.5%;
	width: 52%;
}

.philosophy-wrap .line2:after {
	top: 13.5%;
	left: 52%;
	height: 120px;
}

.philosophy-wrap .text3-wrap {
	width: 120px;
	top: 35%;
}

.philosophy-wrap .line3:before {
	top: 38.5%;	
	width: 44%;
}

.philosophy-wrap .text4-wrap {
  top: 65%;
	right: 15%;
	width: 174px;
}

.philosophy-wrap .line4:before {
	top: 68.5%;
	left: auto;
	right: 10%;
	width: 205px;
}

.philosophy-wrap .line4:after {
	left: auto;
  right: 10%;
	top: 45%;
	height: 141px;
}
