/* ===================== GENERAL ======================== */
html
{
	margin: 0px;
	padding: 0px;
	height: 100%;	
}

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

form
{
	margin: 0px;
	padding: 0px;
}

table.standard
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
}

table.standard_fixed
{
	table-layout: fixed;
}

td
{
	vertical-align: top;
}

img
{
	border: 0px;
}



/* ===================== CONTAINER ======================== */
div.container
{
	text-align: left;
}



/* ===================== CONTAINER INNER ======================== */
div#container_inner
{
	position: relative;
}



/* ===================== HEADER ======================== */
div#header_wrapper
{
	height: 73px;
}

div#header
{
	padding-top: 14px;
}

div#header h6
{
	font-size: 11px !important;
	letter-spacing: 1px !important;
}



/* ===================== LOGO ======================== */
div#logo_bg_transparent_wrapper
{
	display: none;
}

div#logo_wrapper
{
	display: none;
}



/* ===================== CONTENT ======================== */
div#content_wrapper
{

}

div#content
{
	width: 100%;
}

div#content_spacer_top
{
	height: 20px;
}

div#content_main
{
	width: 100%;
}

div#content_page_wrapper
{

}

div#content_page
{

}



/* ===================== MENU ======================== */
div#menu_wrapper
{
	display: none;
}





/* ===================== FOOTER ======================== */
div#footer_wrapper
{
	display: none;
}



/* ===================== FILTER - PROJECT ======================== */
div#project_wrapper
{
	width: 100%;
	height: 225px;
}

div#project
{
	padding-top: 24px;
}

table.project
{
	width: 708px;
}

td.project_filler
{
	height: 1px !important;
	line-height: 1px !important;
	overflow: hidden;
}

td.project_arrow_left
{
	width: 0px;
	overflow: hidden;
}

td.project_images
{
	width: 708px;
	height: 131px;
}

td.project_images_spacer_right
{
	width: 0px;
	overflow: hidden;
}

td.project_arrow_right
{
	width: 0px;
	overflow: hidden;
}

div.project_title
{
	float: left;
	width: 621px;
	overflow: hidden;
}

h1.project_title
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
}

div.project_title_button
{
	float: left;
	width: 77px;
}

div.project_title_button a
{
	display: none;
}

td.project_image
{
	width: 171px;
	height: 131px;
}

td.project_image img
{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

td.project_image_spacer_left
{
	width: 2px !important;
	height: 131px;
	overflow: hidden;
}



/* ===================== FILTER - SEARCH ======================== */
div.siteobject_CORE_search
{

}

.search_submit
{
	display: none;
}
