<?php // -*- mode: html; -*-
$lang = "en";

include("common.php");
include("./settings.php");
?>
<!DOCTYPE html>
<html lang="<?php echo $lang; ?>">
  <head>
    <title>Trineco Oy - Software consulting and expert services</title>
<?php include("./common_head.php"); ?>
    <meta name="Description" content="We offer various software consulting and expert services such as project management services and software design and implementation consulting." />
  </head>
  <body id="services">
    <div id="container">
<?php include ("./header.php"); ?>
      <div id="content">
	<div id="watermark"></div>
	<div id="maincontent">
	  <div id="specific">
	    <div id="image"><span></span></div>
	  </div>
	  <div id="breadcrumb">
	    <p>
	      <a href="." title="Main page">Main page</a> :: <a href="services" title="Information about our services">Services</a> :: Consulting services
	    </p>
	  </div>
	  <div id="pagetext">
            <h1>Software consulting and expert services</h1>
	    <p>
	      Our staff consists of experienced professionals who are available as an expert to our customers own projects. By the means of continuous training we make sure that our expertise is up to date and we can meet the future needs of our clients.
	    </p>
	    <p>
	      We offer our expertise to our clients either as a single expert or a consultant or as a project team for larger projects.
	    </p>
	    <p>
	      Our expert services:
	    </p>
	    <ul>
	      <li>software experts</li>
	      <li>system architects</li>
	      <li>project managers</li>
	      <li>consultant services</li>
	    </ul>
	  </div>
	</div>
<?php include("./sidebar.php"); ?>
      </div>
<?php include ("./footer.html"); ?>
    </div>
    <div id="extra1"><span></span></div>
    <div id="extra2"><span></span></div>
    <div id="extra3"><span></span></div>
    <div id="extra4"><span></span></div>
  </body>
</html>
