/* CSS Document */

/* WHAT WE DO */

.text_strip#text_what_we_do {
	position:relative;
	top:80px;
	background:url(../images/bg_alphaomega.gif) no-repeat left top;
	height:150px;
	overflow:visible;
}
.text_strip#text_what_we_do .text_content {
	top:150px;
}

/* strip 1 */
#text_strip_1 {
	left:10px;
	background:url(../images/arrow_ne.gif) 0px 20px no-repeat;
}
#text_strip_1 p {
	margin-left:32px;
	margin-bottom:7px;
	font-size:18px;
}

/* strip 2 */
.text_strip#text_what_we_do .text_content#text_strip_2 {
	left:225px;
	top:125px;
	background:url(../images/arrow_sw.gif) 180px 0px no-repeat;
	padding-top:35px;	
}
#text_strip_2 p {
	margin-bottom:7px;
	font-size:17px;
	white-space:nowrap;
}

/* strip 3 */
.text_strip#text_what_we_do .text_content#text_strip_3 {
	left:430px;
	top:125px;
	background: url(../images/bg_textstrip_oblique.gif) left top no-repeat;
	width:375px;
	height:330px;
}
#text_strip_3 p {
	visibility:hidden;
}

/* strip 4 */
.text_strip#text_what_we_do .text_content#text_strip_4 {
	left:430px;
	top:450px;
	background: url(../images/arrow_e.gif) left bottom no-repeat;
	padding-left:85px;
}
#text_strip_4 p {
	margin-bottom:7px;
	font-size:20px;
	white-space:nowrap;
}

