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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, samp,
small, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

input {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	font-family: sans-serif;
	font-size: 15px;
	color: #565658;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'Graublau Web';
  src: url(style/fonts/GraublauWeb.eot);
  src: local('Graublau Web Regular'), local('Graublau Web'), 
         url(assets/fonts/GraublauWeb.otf) format('opentype');
}

@font-face {
  font-family: 'Graublau Web';
  font-weight: bold;
  src: url(style/fonts/GraublauWebBold.eot);
  src: local('Graublau Web Bold'), 
         url(assets/fonts/GraublauWebBold.otf) format('opentype');
}

h2, #main_nav {
	font-family: 'Graublau Web', sans-serif;
}

.no_font_smoothing h2, .no_font_smoothing #main_nav {
	font-family: sans-serif;
}


/* STRUCTURE
************************************/

body {
	background: url(../images/bg.png) repeat-x top center
}

/* COMMON ELEMENTS
************************************/
h1 {
}

h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: bold;
}

h3 {
}

h4 {
}

h5 {
}

p {
}

a {
}

a:hover {
}

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

.clear {
	clear: both;
}

.js_active #javascriptDetect {
	display: none;
}

#logo {
	width: 110px;
	height: 67px;
	position: absolute;
	top: 80px;
	left: 764px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000px;
	overflow: hidden;
	outline: none;
	background: url(../images/logo.jpg) no-repeat top left;
}

/* MAIN NAV
************************************/

.js_active #main_nav {
	display: none;
}

.indicator {
	display: none;
	font-size: 16px;
	font-weight: normal;
}

#main_nav {
	list-style: none;
	float: right;
	padding: 26px 12px 0 0;
	margin: 0;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	width: 300px;
	text-transform: uppercase;
}

#main_nav li {
}

#main_nav a {
	color: #aee5f5;
	text-decoration: none;
}

#main_nav li.current .indicator {
	display: inline;
}

#main_nav li.current a {
	color: #fff;
}

/* WORK PAGE
************************************/
.work #brown h2 {
	padding: 24px 0 0 10px;
	letter-spacing: 1px;
}

#project_nav {
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
}

#project_nav li {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 4px 0;
}

#project_nav a {
	display: block;
	width: 65px;
	height: 56px;
	text-indent: -1000px;
	overflow: hidden;
}

#project_nav .current a {
	background-position: 0 -56px !important;
}

#green #carousel {
	width: 695px;
	height: 377px;
	margin: 2px;
}

.carousel_indicator, .carousel_prev, .carousel_next {
	display: none;
}

#border_tr, #border_bl, #border_br {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px !important;
	height: 23px !important;
	background: url(../images/border_tr.png) no-repeat top left;
}

#border_bl {
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	background: url(../images/border_bl.png) no-repeat top left;
}

#border_br {
	top: auto;
	bottom: 0;
	background: url(../images/border_br.png) no-repeat top left;
}

#shadow {
	position: absolute;
	width: 760px;
	height: 47px;
	top: 530px;
	left: 143px;
	background: url(../images/shadow.png) no-repeat top left;
}

#shadow_2 {
	position: absolute;
	width: 105px;
	height: 13px;
	top: 490px;
	left: 87px;
	background: url(../images/shadow_2.png) no-repeat top left;
}

#desc {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 377px;;
	left: 0;
}