@import url(reset.css);
@import url(typography.css);
@import url(thickbox.css);

html, body {height: 100%;}

body {
	margin: 0;
	color: #656565;
	font: 11px arial, helvetica, sans-serif;
	position:relative;
	background:#FFFFFF;
}
/* General reset */

a {
	color: #656565;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

/* General settings */
#main {
	width: 1200px;
	margin:0 auto;
	padding:23px 0 0;
}
#mainHome {
	width: 100%;
	margin:0;
	padding:23px 0 0;
	height:90%;
}
.header-inner {
	width: 1200px;
	margin: 0 0 0 25px;
}
.slogan {
	background:url(images/slogan.png) no-repeat;
	width:924px;
	height:621px;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
#logo-1 {
	background:url(images/logo-1.jpg) no-repeat;
	width:246px;
	height:37px;
	float:left;
	text-indent:-9999px;
	margin:85px 0 0 25px;
}
#logo-1 a {
	display:block;
	height:37px;
}
#logo-2 {
	background:url(images/trans.png) no-repeat;
	width:1px;
	height:37px;
	float:left;
	text-indent:-9999px;
	margin:85px 0 32px;
}
#logo-2 a {
	display:block;
	height:37px;
}
#header {
	width:100%;
	overflow:hidden;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
}

#navigation {
	list-style:none;
	margin:0 0 0 48px;
	padding:0;
	font-size:9px;
	font-weight:bold;
	line-height:23px;
}
#navigation li {
	margin:0 15px 0 0;
	padding:0;
	float:left;
}
#navigation li a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#navigation li a:hover ,
#navigation li a.current {
	color:#333333;
}
.gallery {
	list-style:none;
	margin:0;
	padding:13px 0 0;
	height:1%;
	overflow:hidden;
}
.gallery li {
	position:relative;
	float:left;
	display:inline;
	margin:0 9px 0 0;
	padding:0 0 9px;
}
.gallery li img {
	vertical-align:middle;
}
.gallery li a {
	float:left;
	height:208px;
	width:208px;
	text-decoration:none;
	color:#1b1b1b;
	cursor:pointer;
}
.gallery li .inner {
	position:absolute;
	height:208px;
	width:208px;
	left:0;
	top:0;
}
.gallery li a:hover .inner {
	display:block;
	background:url(images/trans.png);
}
.gallery li a:hover .project-title {
	display:block;
}
.gallery li .project-title {
	display:none;
	margin:108px 0 0;
	font-size:9px;
	text-transform:uppercase;
}
.main-inner {
	padding:0 0 0 49px;
	height:1%;
	overflow:hidden;
	clear:both;
}
#footer {
	width:100%;
	overflow:hidden;
	background:#000;
}
.footer-inner {
	 width:1078px;
	 margin:0 auto;
	 padding:0 73px 0 49px;
	 height:50px;
	 overflow:hidden;
}

.wrapbox{
height:90%;
right:0;
left:271px;
position:absolute;
}
.flashbox{
height:90%;
width:100%;
}

