@import url("tabMenu.css");
@import url("contents.css");
@import url("gallery.css");
@import url("slideShow.css");
@import url("productMatrix.css");
@import url("productFinder.css");
@import url("projectMatrix.css");
@import url("jScrollPane.css");
@import url("teaser.css");
@import url("contact.css");
@import url("productList.css");
@import url("sitemap.css");
@import url("search.css");

/*------------------------------------------------------------------
 #logo
--------------------------------------------------------------------*/
#logo {
	position: absolute;
	left: 18px;
	top: 14px;
	z-index: 1000;	
}

/*------------------------------------------------------------------
 #wrapper
--------------------------------------------------------------------*/
body{
	position: relative;
	min-height: 630px;
}

#wrapper {
	position: absolute;
	height: 600px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 100; 
}

/*------------------------------------------------------------------
 #visual
--------------------------------------------------------------------*/
#visual{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 990px;
	height: 600px;
}
#visual img{
	margin: 60px 0 0 18px;
}

/*------------------------------------------------------------------
 #background
--------------------------------------------------------------------*/
#background {	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

/*------------------------------------------------------------------
 #menu
--------------------------------------------------------------------*/
#menu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 179px;
	padding: 0 0 16px 0;
	background: #fff;
	border-right: 1px solid #cff542;
	z-index: 5;	
}

#menu li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
}

#menu li a {		
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #000;
	padding: 0 0 0 18px;
}
#menu li a:hover, #menu li a.active {
	background: #cff542;	
}
#menu ul li {		
	border-top: 1px solid #fff;
	border-bottom: none;
}
#menu ul li a {		
	padding: 0 0 0 36px;
}

/*------------------------------------------------------------------
 #service
--------------------------------------------------------------------*/
#service {
	position: absolute;
	left: 180px;
	bottom: 0;
	width: 462px;
	height: 17px;
	padding: 0 0 0 5px;
	background: #fff;
	border-top: 1px solid #cff542;
	border-right: 1px solid #cff542;
	z-index: 6;	
}
#service li {
	list-style-type: none;
	float: left;
	margin: 2px 10px 0 0;
}
#service li a {		
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #787878;
}
#service li a:hover, #service li a.active {
	color: #000;
	/* border-bottom: 1px dotted #000; */
}

/*------------------------------------------------------------------
 #language
--------------------------------------------------------------------*/
#language {
	position: absolute;
	left: 648px;
	bottom: 0px;
	width: 300px;
	height: 17px;
	padding: 0 0 0 5px;
	background: #fff;
	border-top: 1px solid #cff542;
	border-right: none;
	z-index: 7;	
}
#language li {
	list-style-type: none;
	float: left;
	margin: 2px 10px 0 0;
}
#language li a {		
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #787878;
}
#language li a:hover, #language li a.active {
	color: #000;
	/* border-bottom: 1px dotted #000; */
}


/*------------------------------------------------------------------
 Search -> #search
--------------------------------------------------------------------*/
#search{
	position: absolute;
	left: 647px;
	bottom: 18px;
	width: 305px;
	height: 27px;	
	background: #fff;
	border-top: 1px solid #cff542;
	border-right: none;
	border-left: 1px solid #cff542;
	z-index: 20;
}
#search label {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #787878;
	padding: 0 0 0 5px;
	float: left;
	width: 54px;
}
#search input {
	float: left;
	width: 210px;
	height: 16px;	
	margin: 4px 0 0 0;
	border: 1px solid #bfbfbf;
	background: #fff url(../img/input_text_bg.gif) repeat-x;
}
#search input.submit {
	float: right;
	width: 27px;
	height: 27px;
	cursor: pointer;
	background: url(../img/submit_bu.gif) no-repeat;
	border: none;
	margin: 0;
}	
#search input.submit:hover {
	background: url(../img/submit_bu.gif) no-repeat 0 -27px;
}

/*------------------------------------------------------------------
 #content
--------------------------------------------------------------------*/
#content {
	position: absolute;
	bottom: 18px;
	left: 180px;
	background: #fff;
	width: 467px;
	z-index: 10;
}

/*------------------------------------------------------------------
 #content-broad
--------------------------------------------------------------------*/
#content-broad {
	position: absolute;
	bottom: 18px;
	left: 180px;
	background: #fff;
	width: 773px;
	z-index: 10;
}

/*------------------------------------------------------------------
 #content-transparent
--------------------------------------------------------------------*/
#content-transparent {
	position: absolute;
	bottom: 18px;
	left: 180px;
	background: none;
	width: 467px;
	z-index: 10;
}

#servicearea {
	height:55px;
	width:467px;
	border-top: 1px solid #cff542;
	background-color:#fff;
}

.x-ruler{
	border-bottom: 1px solid #cff542;
	height: 12px;
}

#jquery-overlay{
	position:relative;
	z-index:200;
}

#jquery-lightbox{
	position:absolute;
	z-index:201;
}

