@charset "utf-8";
/* CSS Document */

/* SPECIFIC STYLES FOR WHAT WE DO PAGE*/

/* WHAT WE DO PAGE - to style the title box */
#title {
	width: 450px;
	float:left;
	padding-left: 200px;
	padding-bottom:50px;
	margin-top:60px;
	font:120% Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#000;
	color:#FFF;
	text-align: left;
	
}

/* WHAT WE DO PAGE - to style the text container box */
#text_container {
	width:320px;
	float:left;
	padding-left:40px;
	font:90% Arial, Helvetica, sans-serif;	
	color:#FFF;
}

/* WHAT WE DO PAGE - to style the text row */
#row {
	width: 270px;
	float:left;
	padding: 10px 0px 15px 45px;
	background: url(../assets/images/small_tick.gif) no-repeat 18px 5px;
	
}

/* WHAT WE DO PAGE - to style pic box */
#pic {
	width: 400px;
	float:left;
}
	
/* WHAT WE DO PAGE - to style red crosses*/
.bold_red {
	font:130% Arial, Helvetica, sans-serif;	
	font-weight:bold;
	color:#F00;
}

/* SPECFIC STYLES FOR WHAT WE DO PAGE - to style red crosses*/

/* WHAT WE DO PAGE - to style red crosses*/
.move {
	padding-left:1px;
	
}

/* WHAT WE DO PAGE - to style text1 box */
#text1 {
	width:330px;
	float:left;
	padding-left:12px;
	margin-left:25px;
	margin-right:20px;
	margin-top:30px;
	font:90% Arial, Helvetica, sans-serif;	
	color:#FFF;
	border-left:#F00 1px solid;
	
}

/* WHAT WE DO PAGE - to style text2 box */
#text2 {
	width:330px;
	float:left;
	padding-left:12px;
	font:90%  Arial, Helvetica, sans-serif;	
	color:#FFF;
	border-left:#F00 1px solid;
	margin-left:10px;
	margin-right:20px;
	margin-top:30px;
	
}

/* WHAT WE DO PAGE - to style text3 box */
#text3 {
	width:330px;
	float:left;
	padding-left:12px;
	margin-left:25px;
	margin-right:20px;
    margin-top:30px;
	font:90% Arial, Helvetica, sans-serif;	
	color:#FFF;
	border-left:#F00 1px solid;
	
}

/* WHAT WE DO PAGE - to style text4 box */
#text4 {
	width:330px;
	float:left;
	padding-left:12px;
	font:90% Arial, Helvetica, sans-serif;	
	color:#FFF;
	border-left:#F00 1px solid;
	margin-left:10px;
	margin-right:20px;
	margin-top:30px;
	
}
