@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../font/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('../font/Chunkfive.ttf') format('truetype');
}

@media screen {
	
#test
{
	color:#fff;
}
body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background-color: #32312B;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 22px 0;
	padding: 0;
	line-height: 22px;
	font-size: 14px;
}

a img {
	border: 0;
}
.clear
{
	clear: both;
}
/* @group Masthead and Header Wrappers */

div#wrap
{
	background: #fff;
}
div#masthead {
	margin: 0;
	padding: 0;
	background: #9abc25 url('/image/css/green-background.png') repeat-y 50% 0;
}

div#header {
	margin: 0;
	padding: 0;
	background: url('/image/css/navigation-bg.png') repeat-x 0 0;
	
}

div#header-inner-wrap {
	background: url('/image/css/header-bg.png') no-repeat 50% 0;
}

div#header-content {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
}

div#masthead-content-wrap {
	margin: 0;
	padding: 0;
	background: url('/image/css/masthead-content-bg.png') no-repeat 50% 100%;
	clear: both;
}

div#masthead-content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* @end */

/* @group Logotype */

div.logotype {
	display: inline;
	width: 204px;
	float: left;
}

a#site-home-link {
	display: block;
	width: 204px;
	height: 124px;
}

img#logotype {
	margin: 0 0 0 15px;
	padding: 0;
}

/* @end */

/* @group Menu */

ul#menu {
	display: inline;
	width: 700px;
	margin: 0 0 0 42px;
	padding: 0;
	float: right;
}

ul#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu a {
	display: block;
	height: 24px;
	margin: 0 12px 0 0;
	padding: 18px 12px 7px 12px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #32312b;
	float: left;
}

ul#menu a:hover {
	cursor: pointer!important;
	color: #adde05;
	background: url('/image/css/hover-pointer.png') no-repeat 50% 100%;
}

body#start a#start-page-link,
body#services a#services-page-link,
body#projects a#projects-page-link,
body#about a#about-page-link,
body#contact a#contact-page-link, body#blog a#blog-page-link {
	background: url('/image/css/active-state-bg.png') no-repeat 100% 100%;
	color: #383730;
	cursor: default;
}

/* @end */

/* @group Language chooser */
a#language_chooser
{
	float: right;
	display: block;
	margin-top: -52px;
}
a#language_chooser:active
{
	margin-top: -49px;
}
a#language_chooser img.hidden
{
	display: none;
}
/* @end */

/* @group Content */

div.clear-left {clear: left;}
div.clear-right {clear: right;}
div.clear-both {clear: both;}

div#content {
	width: 960px;
	padding: 18px 0 0 0;
	margin: 0 auto;
	clear: both;
}

h1.title,
h1.section-title {
	font-weight: normal;
	color: #cf741d;
	font-family: "ChunkFiveRegular", Georgia, serif;
}
h1.section-title a
{
	color: #fff;
	text-decoration: none;
}

h1.title {
	margin: 12px 0 6px 0;
	font-size: 32px;
}

h1.section-title {
	margin: 18px 0 5px 0;
	font-size: 44px;
	color: #ffffff;
}

h1.section-title span {
	vertical-align: -6px;
	font-size: 54px;
	color: #6d8125;
	font-style: italic;
}

h2.title {
	margin: 0 0 12px 0;
	font-weight: normal;
	color: #545454;
}

p.section-page-ingress {
	margin: 0;
	padding: 0 0 32px 0;
	font-size: 21px;
	line-height: 33px;
	color: #394d08;
}

p.section-page-body {
	margin: 0 0 32px 0;
	padding: 0;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #333;
}

/* @end */


/* @group Default columns */

div#col1,
div#col2,
div#col3 {
	display: inline;
	margin: 0 0 0 40px;
	padding: 0;
	float: left;
}

div#col1 {
	margin: 0;
}

div.col60 {width: 60px;}
div.col140 {width: 140px;}
div.col220 {width: 220px;}
div.col300 {width: 300px;}
div.col380 {width: 380px;}
div.col460 {width: 460px;}
div.col540 {width: 540px;}
div.col620 {width: 620px;}
div.col700 {width: 700px;}
div.col780 {width: 780px;}
div.col860 {width: 860px;}
div.col940 {width: 940px;}

/* @end */

/* @group Feed */

div#feed {
	margin-left: 14px;
}

h2#feed-header {
	margin: 12px 0 22px 14px;
	font-size: 25px;
	font-family: "ChunkFiveRegular", Georgia, serif;
}

div.feed-post {
	margin: 0 0 18px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #e2e2e2;
}

div.feed-post.flickr {
	border: 0;
}

h2.feed-title {
	padding: 0 0 3px 0;
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

h2.feed-title a {
	color: #222222;
	text-decoration: none;
}

div.feed-post p {
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-size: 14px;
}

img.feed-photo {
	padding: 5px;
	margin: 0 0 4px 0;
	border: 1px solid #ccc;
}

div.flickr {
	display: inline;
	width: 172px;
	margin: 0 20px 22px 0;
	float: left;
}

div.flickr.last {
	margin: 0;
}

span.feed-date {
	font-size: 12px;
}

img.feed-icon {
	margin: -3px 5px 0 0;
	float: left;
}

a.feed-link {
	color: #a56c02;
	text-decoration: none;
}

a.feed-link:hover {
	color: #65800a;
	text-decoration: underline;
}

/* @end */

/* @group Action bar */

div#action-bar {
	height: 100px;
	margin: 0;
	padding: 22px 0 28px 0;
	background: #fffeac url('/image/css/action-bar-bg.png') repeat-x 0 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #c8c79a;
	clear: both;
}

div#action-bar-content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

div.action-note {
	display: inline;
	margin: 8px 32px 0 0;
	padding: 0;
	background: url('/image/css/note-icon-sprite.png') no-repeat 0 0;
	float: left;
}

div#web-apps {width: 218px; padding-left: 62px; background-position: 0 -25px; padding-bottom: 10px;}
div#coffee-break {width: 210px; padding-left: 70px; background-position: 0 -172px;}
div#at-your-service {width: 210px; padding-left: 70px; background-position: 0 -318px;}

h2.action-header {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #623b11;
	letter-spacing: -1px;
}

div.action-note p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #333333;
}

div.action-note.last {
	margin: 0;
}

/* @end */

/* @group Start page */

div#page-ingress {
	width: 524px;
	margin: 27px 0 0 0;
	padding: 0;
	float: left;
}

div#introduction {
	position: relative;
	height: 190px;
}

p.page-ingress {
	position: absolute;
	top: 0;
	left: 0;
	width: 524px;
	margin: 0;
	padding: 0;
	font-size: 26px;
	line-height: 42px;
	text-shadow: #566c0c 1px 1px 2px;
	height: 170px;
	color: #ffffff;
}

p.page-ingress strong {
	font-weight: bold;
	color: #353536;
}

h2.page-ingress-header {
	display: inline;
	margin: 22px 18px 0 2px;
	padding: 12px 10px 8px 34px;
	font-size: 16px;
	font-family: "ChunkFiveRegular", Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #617714;
	background: url('/image/css/tick-mark-sprite.png') no-repeat 6px -93px;
	float: left;
	border-radius: 7px;
}

h2.page-ingress-header.active {
	color: #ffffff;
	background-color: #708e07;
	background-position: 6px 9px;
}

div#projector-screen{
	position: relative;
	display: inline;
	width: 435px;
	height: 352px;
	/*padding: 24px 0 0 29px;*/
	margin: 0;
	background: url('/image/css/projector-screen.png') no-repeat 0 0;
	float: left;
}

div#projector-screen img {
	position: absolute;
	top: 24px;
	left: 29px;
}

/* @end */

/* @group Photo Badges Small */

div.photo-badge-small {
	display: inline;
	margin: 0 32px 0px 0;
	padding: 0;
	width: 104px;
	float: left;
}

div.photo-badge-small a {
	display: block;
	padding: 0;
	background-color: #ee7001;
	text-decoration: none;
}

div.photo-badge-small a:hover {
	background-color: #9abc25;
}

div.photo-badge-small.last {
	margin-right: 0;
}

div.photo-badge-small img {
	display: block;
	margin: 0;
	padding: 0;
}

div.photo-badge-small span.name {
	display: block;
	margin: 0;
	padding: 7px;
	padding-top: 9px;
	font-family: "ChunkFiveRegular", Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
}

div.photo-badge-small span.title {
	display: block;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 13px;
	font-style: italic;
	color: #999999;
	background-color: #ffffff;
}

/* @end */

/* @group Footer */

div#footer {
	margin: 0;
	padding: 128px 0 0 0;
	color: #ffffff;
	background: #2d2c26 url('/image/css/footer-monkey.png') repeat-x 50% 0;
	clear:both;
}

div.footer-cols {
	width: 960px;
	height: 320px;
	margin: 0 auto;
	padding: 0;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
}

div#footer a:hover {
	color: #adde05;
	text-decoration: underline;
}

div.footer-col {
	display: inline;
	width: 210px;
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}

div#footer-col4 {
	margin: 0;
}

h2.footer-header {
	font-family: arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	color: #ffffff;
	background: url('/image/css/footer-header-pointer.png') no-repeat 50% 100%;
}

h2.footer-header span {
	display: block;
	padding: 8px 10px;
	background-color: #59574b;
	border-radius: 7px;
}

div.footer-block {
	font-size: 14px;
}

div.footer-block ul {
	margin: 0;
	padding: 0;
}

div.footer-block li {
	margin: 0;
	list-style: none;
}

div.vcard {
	margin-bottom: 12px;
}

div.vcard div {
	padding: 0 0 0 12px;
	line-height: 24px;
}

div.vcard div.org {
	font-weight: bold;
}

div.vcard div.street-address {
	padding: 0;
}

ul.site-map li {
	padding: 0;
	margin: 0 0 6px 12px;
}

/* @group Footer list icon positions */

ul.validation li {
	padding: 8px 0 8px 28px;
	background: url('/image/css/validation-tick.png') no-repeat 0 50%;
}

ul.contact li,
ul.social-networks li,
ul.blogoshpere li {
	margin: 0 0 14px 0;
	padding: 8px 0 8px 42px;
	background: url('/image/css/footer-icon-sprite.png') no-repeat 0 0;
}

ul.contact li.tel {background-position: 0 1px;}
ul.contact li.email {background-position: 0 -51px;}
ul.contact li.map {background-position: 0 -99px;}

ul.social-networks li.twitter {background-position: 0 -149px;}
ul.social-networks li.linkedin {background-position: 0 -199px;}
ul.social-networks li.flickr {background-position: 0 -249px;}
ul.social-networks li.facebook {background-position: 0 -349px;}

ul.blogoshpere li.code-that-matters {background-position: 0 -299px;}


/* @end */

/* @group Sub footer */

div#sub-footer {
	clear: left;
	height: 100px;
	background-color: #111111;
	border-top: 3px solid #9abc25;
}

ul.sub-footer {
	width: 960px;
	margin: 0 auto;
	padding: 22px 0 0 0;
}

ul.sub-footer li {
	display: inline;
	margin: 0 32px 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}

ul.sub-footer a {
	text-decoration: none;
	color: #ffffff;
}

/* @end */

/* @end */

/* @group What We Do Page */

div.knowledge {
	margin: 0 0 52px 0;
	padding: 0 0 0 90px;
}

div.knowledge h2 {
	font-size: 21px;
	font-family: Arial, sans-serif;
	color: #444;
}

div#we-research {
	background: url('/image/we-research.jpg') no-repeat 0 -4px;
}

div#we-design {
	background: url('/image/we-design.jpg') no-repeat 0 0;
}

div#we-code {
	background: url('/image/we-code.jpg') no-repeat -4px -7px;
}

div#we-follow-up {
	background: url('/image/we-follow-up.jpg') no-repeat 0 -4px;
}

/* @end */

/* @group The Team Page */

div.team-profile {
	clear: both;
}

h2.team-member {
	font-family: Arial, serif;
	font-size: 21px;
	color: #444;
}

img.profile-photo {
	display: block;
	margin: 0 16px 42px 0;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
}

div.profile {
	width: 700px;
	margin: 0 0 42px 0;
	padding: 0;
	float: left;
}

/* @end */


/* @group Get in Touch Page */

div#postcard {
	margin: 22px 0 0 0;
}

div#contact-information {
	display: inline;
	width: 400px;
	margin: 0;
	float: left;
}

div#contact-information div.vcard {
	padding: 0;
	margin: 0 0 18px 8px;
	font-size: 14px;
}

div#contact-information div.vcard div {
	padding: 0;
	margin: 0;
}

h2.address-header {
	margin: 0 0 8px 0;
	padding: 0 0 3px 0;
	font-family: Arial, Sans-serif;
	font-size: 19px;
	font-weight: normal;
	border-bottom: 1px solid #c5c5c5;
}

ul.mail-and-phone {
	font-size: 14px;
	margin: 0;
	padding: 3px 0 0 0;
}

ul.mail-and-phone li {
	margin: 0 0 8px 8px;
	padding: 0;
	list-style: none;
}

div#office-description {
	width: 479px;
	margin: 0 0 42px 42px;
	float: right;
}

img#office {
	padding: 8px;
	border: 1px solid #ccc;
}

div#office-description p {
	font-size: 13px;
	padding: 2px 8px;
	font-style: italic;
	color: #555;
}

iframe#google-map {
	width: 960px;
	height: 350px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999;
	margin: 0;
	padding: 0;
	clear: both;
}

p#view-large-map {
	margin: 0 0 82px 0;
}

/* @end */



/* @group Portfolio */

div.project {
	clear: both;
}

h2.project-name {
	font-size: 21px;
	color: #444;
	font-family: Arial, sans-serif;
}

img.project-image {
	margin: 22px 28px 52px 0;
	float: left;
}

div.project-info {
	display: inline;
	margin: 22px 0 52px 0;
	padding-top: 30px;
	width: 400px;
	float: left;
}

dl.project-details {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

dl.project-details dt {
	margin: 0 4px 0 0;
	padding: 0;
	font-weight: bold;
	line-height: 21px;
	float: left;
}

dl.project-details dd {
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 21px;
}

/* @end */

}

@media print {
	
	body {
	margin: 0;
	padding: 0;
	width: 19cm;
	font-family: "Times New Roman", Georgia, serif;
	color: #000000;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
}

h1.title,
h1.section-title {
	margin: 0 0 3pt 0;
	font-size: 22pt;
}

p {
	margin: 3pt 0 16pt 0;
	font-size: 13pt;
	line-height: 19pt;
}

a img {
	border: 0;
}

a {
	color: #777;
	text-decoration: none;
}

ul#menu,
div#action-bar,
div.validation,
ul.sub-footer li.cookie-information,
h2.footer-header,
body#start div#col2,
div#page-ingress-headers,
div#projector-screen,
div#office-description,
p#view-large-map {
	display: none;
}

img#logotype {
	padding: 0;
	margin: 0 0 3pt 0;
}

p.page-ingress {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}


/* @group The Team Page */

div.team-profile {
	height: 9cm;
	margin: 0;
	padding: 0;
	clear: left;
}

h2.team-member {
	font-family: Arial, serif;
	font-size: 18pt;
}

img.profile-photo {
	display: block;
	margin: 0 16pt 42pt 0;
	padding: 2pt;
	border: 1pt solid #555555;
	float: left;
}

div.profile {
	width: 15cm;
	margin: 0 0 1cm 0;
	padding: 0;
	float: left;
}

/* @end */



/* @group Photo Badges Small */

div.photo-badge-small {
	display: inline;
	margin: 0 2cm 1cm 0;
	padding: 0;
	width: 3cm;
	float: left;
}

div.photo-badge-small a {
	display: block;
	padding: 0;
	background-color: #ee7001;
	text-decoration: none;
}

div.photo-badge-small.last {
	margin-right: 0;
}

div.photo-badge-small img {
	display: block;
	margin: 0;
	padding: 0;
}

div.photo-badge-small span.name {
	display: block;
	margin: 0;
	padding: 4pt;
	padding-top: 6pt;
	font-size: 16pt;
	font-weight: normal;
	color: #ffffff;
}

div.photo-badge-small span.title {
	display: block;
	margin: 0;
	padding: 2pt 0 0 0;
	font-size: 13px;
	font-style: italic;
	color: #999999;
	background-color: #ffffff;
}

/* @end */

/* @group Portfolio */

div.project {
	clear: both;
}

h2.project-name {
	font-size: 21pt;
	font-family: Arial, sans-serif;
}

img.project-image {
	margin: 0 0 0.4cm 0;
}

dl.project-details {
	margin: 0 0 2cm 0;
	padding: 0;
	font-size: 14pt;
}

dl.project-details dt {
	margin: 0 1pt 0 0;
	padding: 0;
	font-weight: bold;
	line-height: 19pt;
	float: left;
}

dl.project-details dd {
	margin: 0 0 9pt 0;
	padding: 0;
	line-height: 19pt;
}

/* @end */

div#contact-information {
	margin: 0 0 0.5cm 0;
}

h2.address-header {
	font-size: 19pt;
	margin: 0 0 4pt 0;
}

ul.mail-and-phone {
	margin: 0;
	padding: 0;
	list-style: none;
}

iframe#google-map {
	width: 19cm;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1pt solid #999;
	margin: 0;
	padding: 0;
	clear: both;
}

/* @group Footer */

div#footer {
	margin: 0;
	padding: 14pt;
	border-top: 3px solid #555555;
	clear:both;
}

div.footer-col {
	display: inline;
	width: 7cm;
	margin: 0 2cm 0 0;
	padding: 0;
	float: left;
}

div#footer-col2 {
	margin: 0;
}

div#footer-col3,
div#footer-col4 {
	display: none;
}

div.footer-block ul {
	margin: 0;
	padding: 0;
}

div.footer-block li {
	margin: 0;
	list-style: none;
}

div.vcard {
	margin: 0 0 0.5cm 0;
	line-height: 19pt;
}

div.vcard div.org {
	font-weight: bold;
}

ul.site-map li {
	padding: 0;
	margin: 0 0 6px 12px;
}

div#sub-footer {
	clear: left;
}

ul.sub-footer {
	margin: 0;
	padding: 10pt 0 0 0;
	list-style: none;
}

/* @end */
	
	
}