/* ============================================================

reset

============================================================ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
img, small, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
  font-style: normal;
  font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	height: 100%;
	overflow-y: scroll !important;
}

body {
	background: #edf2f2 url("/images/_site/background.png") center 0 repeat-y;
	height: 100%;
	*behavior: url("/css/htc/htc.php?htc=csshover");
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	display: block;
	*-ms-interpolation-mode: bicubic;
}

ol, ul {
	padding-left: 20px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
td {
  vertical-align: top;
}



/* ============================================================

text styles

============================================================ */

body {
	color: black;
	font: 11px/18px 'Armata', 'Lucida Console', Monaco, monospace;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h2 {
	font-size: 36px;
	line-height: 44px;
	width: 520px;
}
h3 {
	font-size: 14px;
	margin-top: 28px;
	width: 520px;
}
	h3 a {
		text-decoration: none;
	}
h4 {
	margin-top: 36px;
}

p {
	word-wrap: break-word;
}

a {
	color: black;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
a.text_link {
	text-decoration: none;
}
	a.text_link:hover {
		text-decoration: underline;
	}

/*
cufon
*/
.cufon,
.cufon a {
	text-decoration: none;
}
.js .cufon {
	text-indent: -9999px;
}

/*
selection
*/
::-moz-selection,
::-webkit-selection,
::selection {
	background: black;
	color: white;
	text-decoration: none;
	text-shadow: none;
}
img::-moz-selection,
img::-webkit-selection,
img::selection {
	background: transparent;
}



/* ============================================================

helper classes

============================================================ */

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.cf:before,
.cf:after {
	content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

.media {
	margin-top: 22px;
}

/* ============================================================

components

============================================================ */

/*
layout boxes
*/
.pw {
  margin: 0 auto;
  position: relative;
	width: 956px;
	z-index: 0;
	*zoom: 1;
}
	.pw:after {
		clear: both;
		content: "";
	  display: table;
	}

/*
left column
*/
aside {
	float: left;
	padding: 30px 14px 30px 20px;
	width: 181px;
}
	aside h1 {
		margin-left: 4px;
	}
  aside p {
	  margin-top: 25px;
  }
  aside a {
	  display: block;
	  text-decoration: none;
  }
  aside :hover,
  aside :hover span {
	  text-decoration: underline;
  }
  aside span {
	  background: #ccff99;
	  display:  inline-block;
	  margin-left: -5px;
	  padding: 0 6px 0 5px;
  }
  aside div {
	  margin-top: 15px;
  }

/*
right column
*/
.l_right {
	float: right;
	width: 726px;
}
	.l_right > section {
		padding: 18px 0;
	}
  .l_right > section p {
		margin-top: 16px;
		width: 520px;
	}

/*
header
*/
header {
	background: url("/images/_site/header/background.png");
	height: 152px;
	position: relative;
}
	header div {
		position: absolute;
		top: 30px;
	}
  header .vcard {
	  left: 0;
  }
    header .vcard a {
	    text-decoration: none;
    }
    header .vcard a:hover {
	    text-decoration: underline;
    }
  header .menu {
	  left: 240px;
  }
    header .menu a {
	    display: inline-block;
	    margin-top: 2px;
	    text-decoration: none;
    }
    header .menu :hover {
	    text-decoration: underline;
    }
    header .active {
	    background: #00ff00;
	    margin-left: -5px;
	    padding: 0 4px 0 5px;
    }
  header .address {
	  left: 481px;
  }
    header .facebook,
    header .linkedin,
    header .vimeo {
	    display: block;
	    float: left;
	    height: 25px;
	    margin-top: 3px;
	    width: 25px;
    }
    header .facebook {
	    background: url("/images/_site/header/facebook.png");
	    margin-right: 5px;
    }
    header .linkedin {
	    background: url("/images/_site/header/linkedin.png");
	    margin-right: 5px;
    }
    header .vimeo {
	    background: url("/images/_site/header/vimeo.png");
    }
    header .facebook:hover,
    header .linkedin:hover,
    header .vimeo:hover {
	    background-position: 0 100%;
    }

/*
home
*/
.tiles {
	margin: -1px 0 0 -15px;
}
	.tiles .tile {
		display: block;
		float: left;
		height: 225px;
		margin: 15px 0 0 15px;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		width: 225px;
	}
  .tiles div {
	  background: url("/images/_site/home/tile.png");
	  height: 225px;
	  left: 0;
	  position: absolute;
	  top: 225px;
	  width: 225px;
  }
  .tiles p {
	  bottom: 14px;
	  left: 14px;
	  line-height: 17px;
	  margin-top: 0 !important;
	  position: absolute;
	  width: 160px !important;
  }
  .tiles :hover div {
	  top: 0;
  }

/*
footer
*/
footer {
	border-top: 1px solid #00ff00;
	padding: 2px 0 18px;
	width: 705px;
}
