
html, body, #layout {
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#layout td.layout_top_left {
	background: url('../images/bg.white.gif') repeat scroll bottom right;
}

#layout td.layout_top_right {
	background: url('../images/bg.white.gif') repeat scroll bottom left;
}

#layout td.layout_side_left {
	background: url('../images/bg.gray.gif') repeat scroll bottom right;
}

#layout td.layout_side_right {
	background: url('../images/bg.gray.gif') repeat scroll bottom left;
}

#layout td.layout_bottom_left {
	background: url('../images/bg.gray.gif') repeat scroll top right;
}

#layout td.layout_bottom_right {
	background: url('../images/bg.gray.gif') repeat scroll top left;
}

#page_wrapper {
	width: 930px;
	height: 466px;
}

#menu_wrapper {
	height: 224px;
	background: #d9dadb;
}

#top_gray_bar {
	height: 3px;
	background: #d9dadb;
	margin-top: 1px;
}

#bottom_gray_bar {
	height: 3px;
	background: transparent;
	margin-bottom: 1px;
}

div.blue-bar {
	width: 31px;
	height: 3px;
	float: right;
	background: #22bbea;
}

div.red-bar {
	width: 31px;
	height: 3px;
	float: right;
	background: #e31781;
}

div.language-switch {
	float: right;
	width: 31px;
	height: 30px;
	background: #ffffff;
}

div.language-switch a {
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	padding: 15px 1px 4px 0px;
	display: block;
	text-decoration: none;
	color: black;
}

div.language-switch a:hover {
	text-decoration: underline;
}
#title-logo{
	width:321px;
	height:100px;
	background: transparent url('../images/logo.nova.gif') no-repeat scroll bottom left;
}
#title-links-ul{
	width:301px;
}
#title-links, #title-links A{
	list-style-type:none;
	float:left;
	color:#a1a3a6;
	font-size:16px;
}

#logo_bar {
	height: 110px;
}

#logo_bar #logo {
	float: left;
	width: 210px;
	height: 75px;
	margin-top: 25px;
	margin-left: 15px;
	background: transparent url('../images/logo.nova.interier.gif') no-repeat scroll bottom left;
}

#logo_bar.studio #logo {
	background-image: url('../images/logo.nova.studio.gif');
}

#page_content {
	margin-left: 15px;
}

#page_content {
	color: #a1a3a4;
	font-size: 14px;
	line-height: 1.3em;
	z-index:1000;
	position:relative;
}

#page_content.default {
	padding-left: 210px;
	/*padding-top: 70px;
	width:620px;*/
}

#page_content.blank {
	padding: 0px;
}

#page-headline-container {
	padding: 10px 0px 0px 15px;
	position: absolute;
	z-index:10;
}

#page_content div.headline-space {
	height: 70px;
}

div.layout.default h1 {
	padding-top: 3px;
	font-size: 42px;
	font-weight: normal;
	text-decoration: none;
}

div.layout.default h1 span.small {
	font-size: 18px;
}

div.layout.products #product-category,
div.layout.products #product-manufacturer {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: right;
}

div.layout.products #product-category h1,
div.layout.products #product-manufacturer h1 {
	text-align: right;
	font-size: 42px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 8px;
}

#logo_bar div.selectbox {
	float: right;
}

#reference_gallery {
	z-index:10000;
	position:relative;
	width: 930px;
	height: 460px;
	background:#ffffff;
}
#product_gallery {
	width: 930px;
	height: 320px;
	margin-top:25px;
}
#black_win{
	z-index:1000;
	position:absolute;
	width:100%;
	height:100%;
	background:#000000;
	display:none;
}

