.main_part {
	width:950px;
	height:500px;
	padding:0;
	margin:0 0 0 -50px;
	background-color:#ffffff;
}

.main_part a, .main_part a:link, .main_part a:visited, .main_part a:hover {
	text-decoration:none;
	background-color:transparent;
	border:none;
	cursor:pointer;
}

.main_consulting {
	background:#ffffff url('/imgs/home_new_parts1.png') top left no-repeat;
	width:290px;
	height:500px;
	padding-top:5px;
	color:#4FAEFD;
	float:left;
	margin: 0 15px 0 25px;
}

.consulting {
	background:url('/imgs/consulting1.png') 9px 0 no-repeat; 
	display:block;
	width:290px; 
	height:169px;
	margin-bottom:15px;
}

.consulting:hover {
	background:url('/imgs/consulting1.png') 9px -169px no-repeat; 
}

.main_development {
	background: url('/imgs/home_new_parts1.png') top left no-repeat;
	width:290px;
	height:500px;
	padding-top:5px;
	color:#33c75d;
	float:left;
	margin: 0 15px 0 0;
}

.development {
	background:url('/imgs/development1.png') 9px 0px no-repeat; 
	display:block;
	width:290px; 
	height:169px;
	margin-bottom:15px;
}

.development:hover {
	background:url('/imgs/development1.png') 9px -169px no-repeat; 
}

.main_marketing {
	background: url('/imgs/home_new_parts1.png') top left no-repeat;
	width:290px;
	height:500px;
	padding-top:5px;
	color:#ef8217;
	float:left;
}

.marketing {
	background:url('/imgs/marketing1.png') 9px 0px no-repeat; 
	display:block;
	width:290px; 
	height:169px;
	margin-bottom:15px;
}

.marketing:hover {
	background:url('/imgs/marketing1.png') 9px -169px no-repeat; 
}

.con_marker {
	display:block;
	margin:20px 25px 0 10px;;
	height:30px;
	width:230px;
	text-align:right;
	line-height:30px;
	color:#ffffff;
	padding: 0 30px 0 0;
	font-style:italic;
	background:#ffffff url('/imgs/main_consulting.png') bottom right no-repeat;
}
.con_marker:hover {
	color:#333333;
	background:url('/imgs/main_button_over.png') bottom right no-repeat;
}

.dev_marker {
	display:block;
	margin:20px 25px 0 10px;;
	height:30px;
	width:230px;
	text-align:right;
	line-height:30px;
	color:#ffffff;
	padding: 0 30px 0 0;
	font-style:italic;
	background:#ffffff url('/imgs/main_development.png') bottom right no-repeat;
}
.dev_marker:hover {
	color:#333333;
	background:url('/imgs/main_button_over.png') bottom right no-repeat;
}

.mark_marker {
	display:block;
	margin:20px 25px 0 10px;;
	height:30px;
	width:230px;
	text-align:right;
	line-height:30px;
	color:#ffffff;
	padding: 0 30px 0 0;
	font-style:italic;
	background:#ffffff url('/imgs/main_marketing.png') bottom right no-repeat;
}
.mark_marker:hover {
	color:#333333;
	background:url('/imgs/main_button_over.png') bottom right no-repeat;
}

.htxt {
	font-family:Georgia;;
	font-size:20px;
	margin: 0 0 10px 10px;
}

.mtxt {
	text-align:left;
	padding: 0 10px 0 10px;
	font-size:12px;
	font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
}