/* ### GENERAL ### */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body#home {
	overflow: hidden;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#content {
	position:relative;
	z-index:1;
}

div#divH {
	width: 100%;
	height: 397px;
}

table#tableH {
	width: 100%;
	height: 100%;
}

/* REMOVE LINK SELECTION DOTTED BORDER */
a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

* {
	font-family: Verdana;
	font-size: 10px;
}

/* center page */


#introWrapper {
	width: 100%;
	height: 800px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	position: relative;
	display: table; /*** For non-IE browsers ***/
}

#mainWrapper {
	width: 950px;
	height: 800px;
	
	margin: 0 auto;
	text-align: left;
	
	position: relative;
	display: table; /*** For non-IE browsers ***/
}

#shapeIntro {
	background-image: url(../images/background_shapes/intro_page_shape.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 34% 0%;
	
	width: 100%;
	height: 397px;
	
	position: absolute;
}

#header {
	width: 100%;
	overflow: hidden;
}

#logo {
	float: left;
	margin-left: 92px;
}

#home #logo {
	margin-left: 0;
}

#contact_info {
	float: left;
}

#header_wrapper {
	width: 950px;
	margin: 0 auto;
}

#logo_contact_info {
	background-color: #ffffff;
	overflow: hidden;
	margin-left: 92px;
	width: 2000px;
}

#menu_wrapper {
	width: 950px;
	margin: 0 auto;
	margin-top: 47px;
}

#menu {
	background-color: #ffffff;
	padding-top: 8px;
	height: 30px;
	width: 2000px;
	margin-left: -1570px;
	text-align: right;
}

#shapeMain {
	background-image: url(../images/background_shapes/main_page_shape_005.png);
	background-repeat: no-repeat;
	background-position: right;
	
	width: 812px;
	height: 299px;
	
	position: absolute;
	z-index: 1;
}

#site {
	position: relative;
	z-index: 100;
	margin-top: 47px;
}

/* menu */
.selected {
	color: #000000;
	text-decoration: none;
}

.normal {
	color: #676d72;
	text-decoration: none;
}

#menu_lvl_0 {
	margin-top: 10px;
}

#menu_lvl_0, #menu_lvl_1, #menu_lvl_2 {
	padding-left: 106px;
	margin-bottom: 10px;
	overflow: hidden;
}

.menu_item_lvl_0 {
	font-size: 20px;
	color: #676d72;
	font-family: "din17sb";
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 10px;
}

.menu_item_lvl_0.selected {
	color: #000000;
}

.menu_item_lvl_1 {
	font-size: 16px;
	color: #676d72;
	font-family: "din17sb";
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 10px;
}

.menu_item_lvl_1.selected {
	color: #000000;
}

.menu_item_lvl_2 {
	font-size: 13px;
	color: #676d72;
	font-family: "din17sb";
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 5px;
}

#menu_lvl_2 span.menu_lvl_2_separator {
	font-size: 14px;
	color: #676d72;
	margin-right: 10px;
}

.menu_lvl_2_wrapper {
	float: left;
	margin-bottom: 5px;
}

.menu_item_lvl_2.selected {
	color: #000000;
}

/* PROJECT PAGE */
.project_paging {
	margin-top: 10px;
}

.project_paging span, .project_paging a {
	font-size: 13px;
	color: #676d72;
	font-family: "din17sb";
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 5px;
	padding: 0;
}

/* INTRO PAGE */


/* CONTENT PAGE */
div#contentContainer {
	width: 846px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
}

#contentProjectTableCell p {
	padding: 0px;
	margin: 0px;	
}

#contentBox {
	width: 790px;
}

#content_project, #content_regular {
	padding-left: 106px;
	clear: both;
	margin-top: 10px;
}

