/* global */
body { 
	font-size: 82.5%;
	font-family: Arial, sans-serif;
	background: #000;
	color: #fff;
}
a { color: #f93; }
strong {
	font-weight: bold;
}
/* universal */
.cleaner { clear: both; height: 1px; font-size: 1px; }
.bold { font-weight: bold; }
.nobold { font-weight: normal; }
.italic { font-style: italic; }
.nowrap { white-space: nowrap; }
.lineThrough { text-decoration: line-through; }
.block { display: block; }
.toleft { text-align: left; }	
.toright { text-align: right; }
.totop { vertical-align: top; }
.tobottom { vertical-align: bottom; }
.tocenter { text-align: center; }
.left { float: left; }
.right { float: right;}
.tomiddle { vertical-align: middle; }
.margintop1em { margin-top: 1em; }
.last { margin: 0 !important; padding: 0 !important; }
.layout {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
#nav a, #subnav a { height: 12px; text-indent: -9999px; margin-left: 30px; }
#subnav a { display: block; margin: 5px 0 20px 0;  }
#nav :hover, #nav .this, #subnav :hover, #subnav .this { background-position: 0px -13px; }
#nav-start { width: 50px; background: transparent url(../img/home.png) no-repeat 0 0; }
#nav-about-us { width: 77px; background: transparent url(../img/about-us.png) no-repeat 0 0; }
#nav-why-us { width: 60px; background: transparent url(../img/why-us.png) no-repeat 0 0; }
#nav-portfolio { width: 89px; background: transparent url(../img/portfolio.png) no-repeat 0 0; }
#nav-contact { width: 103px; background: transparent url(../img/contact.png) no-repeat 0 0; }

#subnav-visualizations { width: 124px; background: transparent url(../img/visualizations.png) no-repeat 0 0; }
#subnav-animations { width: 101px; background: transparent url(../img/animations.png) no-repeat 0 0; }

#middle { 
	background-color: #0E0E0E;
	margin-top: 10px;
	border-top: thin solid orange
}
#middle {
	border-bottom: thin solid orange
}
#top { margin-top: 40px; }
#footer { margin-top: 34px; }
#lang {	float: right; }
#lang li { float: left; display: block; margin: 10px 0 0 10px; }
#lang a { 
	text-decoration: none;
	color: #bbb;
	padding-right: 25px;
	background: transparent url(../img/icons/gb.gif) no-repeat 100% 70%;
}
#lang a.pl {
	background-image: url(../img/icons/pl.gif);
}
#nav { margin: -12px 0 24px 0; float: right; }
#nav li {
	float: left;
	display: block;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#scrollUp {
	position: relative;
	width: 960px;
	height: 435px;
	overflow: hidden;
}
#scrollUp p {
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 960px;
	height: 100px;
	background: #0C0C0C;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
	letter-spacing: 1px;
	opacity: 0.9;
  filter: "alpha(opacity=90)"; 
  filter: alpha(opacity=90);
	display: none;
}
#scrollUp {
  position: relative;
  overflow: hidden;
  height: 435px;
  width: 960px;
}
#scrollUp div{
  position: absolute;
	display: none;
  top: 440px;
  left: 0;
}

/********************************************************************/
h2 { font: normal 14px Arial, 'Century Gothic', Tahoma, sans-serif; color: #f93; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
p { margin-bottom: 15px; text-align: justify; }
#leftImg {
	width: 242px;
	height: 435px;
	overflow: hidden;
	border: solid 0px #333;
	float: left;
	margin-right: 24px;
	position: relative;
}
#leftImg img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#gallery img { padding: 0 0 10px 0; }
#gallery { float: left; width: 710px; text-align: right; }
#secondary { float: left; width: 224px; margin-right: 26px; }
#cat-desc { margin-top: 65px;}
#footer .layout div.col3 {
	width: 300px;
	margin-right: 30px;	
}
#footer .layout div.col3 h2 {
	text-align: center;
	font: normal 14px Arial, 'Century Gothic', sans-serif;
}
#footer .layout div.col3 p {
	text-align: justify;
	line-height: 17px;
	color: #ccc;
}