/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Custom styles */

@font-face {
	font-family: 'FuturaBold';
	src: url('res/futura_bold_condensed_bt-webfont.eot?') format('eot'),
	     url('res/futura_bold_condensed_bt-webfont.woff') format('woff'),
	     url('res/futura_bold_condensed_bt-webfont.ttf') format('truetype'),
	     url('res/futura_bold_condensed_bt-webfont.svg#webfont4kYH6xKM') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	overflow: hidden;
}

body {
	font-family: Arial;
	font-size: 11pt;

}

#bgimg {
	position: absolute;
	z-index: -1;
}

#page-container {
	overflow: auto;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#logo-block {
	position: absolute;
	top: 32px;
	left: 16px;
	z-index: 999;
}

#navigation-block {
	position: absolute;
	top: 32px;
	right: 80px;
	z-index: 999;
}

#language-bar {
	float: right;
}

#navigation {
	float: right;
	margin-top: 8px;
}

#navigation li {
	float: left;
	font-family: FuturaBold;
	font-size: 14pt;
	margin-left: 20px;
}

#navigation li:first-child {
	margin: 0;
}

#navigation li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a:hover {
	text-decoration: underline;
}

#subnavigation-block {
	position: absolute;
	top: 250px;
	left: 70px;
	z-index: 999;
}

#subnavigation li {
	font-family: FuturaBold;
	font-size: 14pt;
	margin-bottom: 20px;
}

#subnavigation li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#subnavigation li a:hover {
	text-decoration: underline;
}

#content-container-outer {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 40%;
	height: auto;
	min-width: 620px;
}

#content-container-middle {
	position: relative;
	top: -25%;
	left: -50%;
	width: 100%;
	height: 100%;
}

#content-container-inner {
	background-image: url(images/content-bg.png);
	border-color: #fff;
	padding: 16px;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}

#content-container-inner h1 {
	font-family: FuturaBold;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: uppercase;
}

#content-container-inner h2 {
	font-weight: bold;
	margin-top: 2em;
}

#content-container-inner h2 a {
	text-decoration: none;
	color: #000;
}

#content-container-inner p {
	line-height: 1.4em;
	margin: 1em 0;
}

#content-container-inner img {
	/*background-color: #ddd;*/
	border: 1px solid #ccc;
	padding: 4px;
	margin: 4px;
}

#content-container-inner ul {
	list-style: disc;
	padding-left: 3em;
}

#content-container-inner ul li {
	margin: 0.3em 0;
}

#content-container-inner em {
	font-style: italic;
}

#content-container-inner u {
	text-decoration: underline;
}

#content-container-inner strong {
	font-weight: bold;
}

#content-container-inner .portfolio_list_item {
	width: 148px;
	height: 160px;
	margin-right: 20px;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

#content-container-inner .portfolio_list_item h3 {
	/*margin-top: 15px;
	margin-left: 16px;*/
}

#content-container-inner .portfolio_list_item a {
	color: #000;
	text-decoration: none;
}

#content-container-inner .portfolio_list_item img {
	width: 140px;
	height: 105px;
}

#content-container-inner tr,
#content-container-inner td {
	vertical-align: middle;
}

#content-container-inner .portfolio_photo_big {
	float: left;
}

#content-container-inner .portfolio_photo_strip_item {
	float: right;
}

#social-block {
	position: absolute;
	right: 80px;
	bottom: 32px;
	width: 200px;
	z-index: 999;
}

#social-block span {
	color: #fff;
	font-family: FuturaBold;
	font-size: 14pt;
	float: right;
	text-transform: uppercase;
}

#social {
	float: right;
	margin-top: 8px;
}

.clear { clear: both; }

