﻿/*
////////////////////////////////////////////////
/// - HTML markup
*/

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	line-height: 18px;
}

h1
{
	padding: 0;
	margin: 5px 0 14px 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
}

h2
{
	padding: 0;
	margin: 0 0 8px 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
}

h3
{
	padding: 0;
	margin: 0 0 14px 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
}

p
{
	padding: 0;
	margin: 0 0 12px 0;
	line-height: 20px;
}

a
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eb9c03;
	text-decoration: none;
	outline: 0;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

/*
/// - HTML markup
////////////////////////////////////////////////
/// - Divs
*/

*
{
	margin: 0;
}

#WRAPPER
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -260px;
}

#TOPWRAPPER
{
	width: 960px;
	margin: 0 auto;
}

#TOP
{
	height: 122px;
	background-image: url('images/menu-bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#LOGO
{
	float: left;
}

#MENU
{
	float: right;
}

#CONTENTWRAPPER
{
	width: 960px;
	margin: 0 auto 20px auto;
}

#CONTENT
{
}

#CONTENT-LEFT
{
	width: 234px;
	float: left;
}

#CONTENT-RIGHT
{
	width: 710px;
	float: right;
}

#FOOTERWRAPPER1
{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 11px;
	color: Black;
}

#FOOTERWRAPPER2
{
	width: 960px;
	margin: 0 auto;
	padding: 8px 0 0 0;
}

#FOOTER
{
	height: 260px;
	background-image: url('images/footer-border.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ededed;
}

#PUSH
{
	height: 260px;
}

#FACTS
{
	font-size: 10px;
}

#PROJECTTITLE h1
{
	padding: 0;
	margin: 15px 0 34px 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: normal;
	color: #000;
}

#NEWSDATE
{
	font-size: 10px;
}

/*
/// - Divs
////////////////////////////////////////////////
/// - MISC
*/

.clear
{
	height: 0;
	clear: both;
	visibility: hidden;
}

.line-separator
{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #d4d4d4;
}

.footer-contact
{
	float: left;
}

.biglink
{
	font-size: 14px;
}

.fact
{
	margin-top: 10px;
}

/*
/// - MISC
////////////////////////////////////////////////
/// - MENU
*/

#MENU
{
	float: right;
}

#MENU ul
{
	list-style: none;
	margin: auto;
	padding: 0;
}
#MENU ul li
{
	float: left;
    display: inline;
}

#MENU ul li a
{ 
	display: block;
	padding: 0 8px 0 8px;
	float: left;
	height: 50px;
	text-decoration: none;
	background-image: url('images/menu-bg.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 11px;
}

#MENU ul li a.active
{ 
	background-image: url('images/menu-bg-selected.png');
	background-repeat: repeat-x;
}

#MENU ul li a span
{
	text-align: center;
	line-height: 48px;
	display: block;
	margin: 0 6px 0 6px;
}

/*
/// - MENU
////////////////////////////////////////////////
/// - SUBMENU
*/

.submenu
{
	margin-bottom: 20px;
}

.submenu-header a
{
	display: block;
	width: 234px;
	height: 35px;
	padding: 2px 0 0 10px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}

.submenu-sub
{
	display: block;
	width: 234px;
	height: 20px;
	padding: 2px 0 0 10px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

.submenu-subsub
{
	display: block;
	width: 212px;
	height: 20px;
	padding: 2px 0 0 32px;
	font-size: 13px;
	line-height: 16px;
	color: #000;
}

.submenu a.submenu-active
{
	background-image: url('images/submenu-selected.png');
	background-repeat: no-repeat;
	line-height: 30px;
	height: 35px;
}

.submenu a.submenu-subactive
{
	text-decoration: underline;
}

.submenu-separator
{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #d4d4d4;
	margin: 2px 0 4px 10px;
	width: 210px;
}

.submenu-bottom
{
	height: 20px;
}	

/*
/// - SUBMENU
////////////////////////////////////////////////
/// - START
*/

#start-row1
{
	padding: 20px 4px 0 4px;
}


#start-row2
{
	padding: 20px 4px 0 4px;
	margin: 20px 0 0 0;
	min-height: 220px;
	background-image: url('images/devider-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#start-projects
{
	float: left;
	width: 540px;
}

.start-projectlink
{
	display: block;
	width: 127px;
	height: 25px;
	padding: 8px 0 0 10px;
	outline: 0;
}

.start-projectlink-selected
{
	display: block;
	width: 127px;
	height: 25px;
	padding: 8px 0 0 10px;
	background-image: url('images/selected-project.png');
	background-repeat: no-repeat;
	color: #000;
}

#start-project
{
	float: right;
	width: 372px;
}

#start-news
{
	float: left;
	width: 540px;
}

#start-news a
{
	font-weight: bold;
}

.start-newsitem
{
	height: 21px;
	padding: 6px 7px 3px 7px;
	border-bottom: solid 1px #d4d4d4;
}

#start-jobs
{
	float: right;
	width: 372px;
}

#start-jobs a
{
	font-weight: bold;
}

#start-jobs ul
{
	margin: 15px;
	padding: 0;
}

#STARTPROJECT
{
	cursor: pointer;
}

#STARTPROJECT-TOP
{
	width: 372px;
	height: 5px;
	background-image: url('images/projectbox-top.png');
	background-repeat: no-repeat;
}

#STARTPROJECT-CONTENT
{
	position: relative;
	height: 146px;
	padding: 0 4px 0 4px;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	overflow: hidden;
}

#STARTPROJECT-CONTENT-TEXT
{
	position: absolute;
	width: 352px;
	height: 265px;
	top: 113px;
	padding: 8px 0 0 10px;
	background-image: url('images/project-textbg.png');
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: normal;
}

#STARTPROJECT-BOTTOM
{
	width: 372px;
	height: 5px;
	background-image: url('images/projectbox-bottom.png');
	background-repeat: no-repeat;
}

/*
/// - START
////////////////////////////////////////////////
/// - FRONTBOX
*/

#FRONTBOX
{
	width: 960px;
	height: 378px;
}

#FRONTBOX-TOP
{
	width: 960px;
	height: 5px;
	background-image: url('images/frontbox-top.png');
	background-repeat: no-repeat;
}

#FRONTBOX-CONTENT
{
	position: relative;
	height: 370px;
	padding: 0 4px 0 4px;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
}

#FRONTBOX-CONTENT-LEFT
{
	width: 325px;
	height: 300px;
	padding: 35px;
	float: left;
	background-color: #262626;
	color: #ebebeb;
	line-height: 22px;
}

#FRONTBOX-CONTENT-LEFT h1
{
	padding: 0;
	margin: 0 0 2px 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #eb9c03;
}

#FRONTBOX-CONTENT-LEFT h2
{
	padding: 0;
	margin: 0 0 22px 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: #ebebeb;
	line-height: 42px;
}

#FRONTBOX-CONTENT2
{
	position: relative;
	height: 369px;
	padding: 0 4px 0 4px;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	background-image: url('images/frontbox-start.jpg');
	background-repeat: no-repeat;
}

#FRONTBOX-CONTENT3
{
	position: relative;
	height: 344px;
	background-color: #262626;
	overflow: hidden;
}

#FRONTBOX-CONTENT-LEFT2
{
	width: 325px;
	height: 300px;
	padding: 35px 33px 35px 30px;
	float: left;
	color: #ebebeb;
	line-height: 22px;
}

#FRONTBOX-CONTENT-LEFT2 h1
{
	padding: 0;
	margin: 0 0 22px 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: #ebebeb;
	line-height: 42px;
}

#FRONTBOX-CONTENT-LEFT2 h2
{
	padding: 0;
	margin: 0 0 0 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ebebeb;
	line-height: 42px;
}

#FRONTBOX-CONTENT-LEFT2 a
{
	color: #fbb724;
}

#FRONTBOX-CONTENT-RIGHT
{
	width: 555px;
	height: 370px;
	float: right;
	background-color: #262626;
}

#FRONTBOX-BOTTOM
{
	width: 960px;
	height: 5px;
	background-image: url('images/frontbox-bottom.png');
	background-repeat: no-repeat;
}

#FRONTBOX-MORE
{
	position: absolute;
	left: 854px;
	top: -18px;
	width: 94px;
	height: 95px;
	z-index: 101;
}

#FRONTBOX-LINKS
{
	position: absolute;
	right: 20px;
	top: 340px;
	z-index: 100;
}

#FRONTBOX-PROJECT
{
	width: 710px;
	height: 354px;
	margin-bottom: 20px;
}

#FRONTBOX-PROJECT-CONTENT
{
	position: relative;
	height: 344px;
	padding: 0 4px 0 4px;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	overflow: hidden;
}

#FRONTBOX-PROJECT-LINKS
{
	position: absolute;
	right: 20px;
	top: 315px;
	z-index: 100;
}

#FRONTBOX-PROJECT-TOP
{
	width: 710px;
	height: 5px;
	background-image: url('images/frontbox-project-top.png');
	background-repeat: no-repeat;
}

#FRONTBOX-PROJECT-BOTTOM
{
	width: 710px;
	height: 5px;
	background-image: url('images/frontbox-project-bottom.png');
	background-repeat: no-repeat;
}

.imgswitch
{
	display: inline-block;
	width: 12px;
	height: 17px;
	padding-left: 6px;
	background-image: url('images/imgswitch.png');
	background-repeat: no-repeat;
	font-size: 9px;
	color: #000;
	margin-left: 5px;
}

.imgswitch:hover
{
	text-decoration: none;
}

.imgswitch-selected
{
	display: inline-block;
	width: 12px;
	height: 17px;
	padding-left: 6px;
	background-image: url('images/imgswitch-selected.png');
	background-repeat: no-repeat;
	font-size: 9px;
	color: #000;
	margin-left: 5px;
}

.imgswitch-selected:hover
{
	text-decoration: none;
}

/*
/// - FRONTBOX
////////////////////////////////////////////////
/// - PROJECT
*/

#PROJECT-LEFT
{
	width: 465px;
	float: left;
}

#PROJECT-RIGHT
{
	width: 212px;
	float: right;
}

.OBJECTBOX
{
	color: Black;
	margin-bottom: 20px;
}

.OBJECTBOX h2
{
	margin: 0;
	padding: 0 0 0 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

.OBJECTBOX-TOP
{
	width: 212px;
	height: 5px;
	background-image: url('images/objectbox-top.png');
	background-repeat: no-repeat;
}

.OBJECTBOX-CONTENT
{
	padding: 10px 0 10px 20px;
	background-color: #fff6e5;
}

.OBJECTBOX-BOTTOM
{
	width: 212px;
	height: 5px;
	background-image: url('images/objectbox-bottom.png');
	background-repeat: no-repeat;
}

/*
/// - PROJECT
////////////////////////////////////////////////
/// - BOX
*/

.BOX
{
	width: 234px;
	color: Black;
	margin-bottom: 20px;
}

.BOX h2
{
	margin: 0;
	padding: 0 0 0 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.BOX h3
{
	margin: 0;
	padding: 0 0 2px 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.BOX-TOP
{
	width: 234px;
	height: 5px;
	background-image: url('images/box-top.png');
	background-repeat: no-repeat;
}

.BOX-CONTENT
{
	padding: 10px 20px 10px 20px;
	background-color: #e1e3e2;
}

.BOX-BOTTOM
{
	width: 234px;
	height: 5px;
	background-image: url('images/box-bottom.png');
	background-repeat: no-repeat;
}

.person-image
{
	width: 68px;
	overflow: hidden;
}

.person-image-top
{
	width: 68px;
	height: 5px;
	background-image: url('images/smallcontact-top.png');
	background-repeat: no-repeat;
}

.person-image-content
{
	width: 58px;
	padding: 0 4px 0 4px;
	overflow: hidden;
	background-color: White;
	border-left: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
}

.person-image-bottom
{
	width: 68px;
	height: 5px;
	background-image: url('images/smallcontact-bottom.png');
	background-repeat: no-repeat;
}

/*
/// - BOX
////////////////////////////////////////////////
/// - STAFF
*/

.staff
{
	width: 350px;
	margin-bottom: 30px;
}

.staff-image
{
	float: left;
	width: 130px;
}

.staff-image-top
{
	width: 110px;
	height: 5px;
	background-image: url('images/contactbox-top.png');
	background-repeat: no-repeat;
}

.staff-image-content
{
	width: 100px;
	padding: 0 4px 0 4px;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	overflow: hidden;
}

.staff-image-bottom
{
	width: 110px;
	height: 5px;
	background-image: url('images/contactbox-bottom.png');
	background-repeat: no-repeat;
}

.staff-info
{
	float: left;
}

/*
/// - STAFF
////////////////////////////////////////////////
/// - PROJECTTOP
*/

.PROJECTTOP
{
	width: 710px;
	height: 145px;
	margin-bottom: 20px;
}

.PROJECTTOP-CONTENT
{
	height: 135px;
	padding: 0 4px 0 4px;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	overflow: hidden;
}

.PROJECTTOP-TOP
{
	width: 710px;
	height: 5px;
	background-image: url('images/frontbox-project-top.png');
	background-repeat: no-repeat;
}

.PROJECTTOP-BOTTOM
{
	width: 710px;
	height: 5px;
	background-image: url('images/frontbox-project-bottom.png');
	background-repeat: no-repeat;
}

#FOOTERWRAPPER2
{
	font-size: 11px;
}

#FOOTERWRAPPER2 a
{
	font-size: 11px;
}

.staff-info h3
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}

.gallery-item-content
{
}