/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

#rootline,
#subNavigation,
#footerNavigation,
#copyright,
#address {
	display: none;
}
* {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	
}

body {
       background-color:#333333;
}

form .text {
	border-color: #000;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #fff;
	color: #000;
}

/*change*/
#box {
	width: 950px;
	margin:0px auto;
	margin-left:20PX;
	float:left;
	height:auto;
	background-color:#ffffff;
	

	
}
/*change*/

#header {
	position:relative;
	float:left;
	width:950px;
	z-index:1;
	background-color: #ffffff;
}
#secondheader {
	position:relative;
	width:950px;
	height:80px;
	background-color: #045a76;
}

#sidebar
{ 	position:absolute;
	top:0px;
	width:10px;
	height:300px;
	background-color: #045a76;
}
.homepage #sidebar
{ 	position:absolute;
	top:0px;
	width:10px;
	height:300px;
	background-color: #045a76;
}
#rightsidebar
{ 	position:absolute;
	top:80px;
	float:left;
	margin-left:920px;
	width:30px;
	height:230px;
	background-color: #ffffff;
}
.homepage #rightsidebar
{ 	position:absolute;
	top:80px;
	float:left;
	margin-left:920px;
	width:30px;
	height:220px;
	background-color: #045a76;
}


#bannerheader {
        position:relative;
	left:32px;
	width:890px;
	height:317px;		
	background-image: url(../images/Top_banner.jpg);
	
}

.homepage #bannerheader {
	display:block;	
}


#logodiv {
	position:absolute;
	top:5px;
	left:0px;
	width:227px;
	height:305px;
	background-color:#e17e07;
	background-repeat:repeat-y;

	
}

#title {
	position:absolute;
	left:37px;
	top:17px;
	width:195px;
	height:32px;
	z-index:5;
	overflow: visible;
	background-image:url(../images/Kohzu_logo.png);
	background-repeat:no-repeat;
	
}

	#title a {
		display: block;
		left:16px;
		top:17px;
		width:140px;
		height:32px;
		z-index:5;
	    overflow: visible;
		text-indent: -9999px;
	}

#subtitle {
	position:absolute;
	left:62px;
	top:260px;
	width:192px;
	height:38px;
	z-index:6
}

	#subtitle strong {
		color:#000000;
		letter-spacing:-1px;
	}

#divmenu {
	position:absolute;
	left:40px;
	float:left;
	top:80px;
	width:194px;
	height:220px;
	z-index:7;
}
.style10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menuhead {
	position:absolute;
	left:400px;
	top:50px;
	float:left;
	width:280px;
	height:10px;
	z-index:3;
}
.style3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
}
#mainboxsearch {
	position:absolute;
	left:685px;
	top:60px;
	float:left;
	width:250px;
	height:20px;
	z-index:4;
}

	ul#languageNavigation {
		float: right;
		margin-top: 10px;
		margin-right: 13px !important;
		margin-right: 13px;
	}

		#languageNavigation li {
			float: left;
			padding-left: 14px;
		}
		
		#languageNavigation li.first {
			padding: 0;
		}

		#languageNavigation li a {
			font-size: 9px;
			color: #fff;
			text-transform: uppercase;
		}
	
	ul#metaNavigation {
		float: left;
		margin-top: 10px;
		margin-left: 15px !important;
		margin-left: 243px;
	}

		#metaNavigation li {
			float: left;
			padding-left: 14px;
		}
		
		#metaNavigation li.first {
			padding: 0;
		}

		#metaNavigation li a {
			font-size: 12px;
			color: #fff;
			text-transform:uppercase;
		}
		
	#searchSword {
		position: absolute;
		display: block;
		top: -1px;
		right: 3px;
		width: 334px;
		height: 20px;				
		/*background: red;*/
	}
	
	
	
	
		#searchSword label {	
			display: none;
		}

		#searchSword .text {
			position: absolute;

			right: 27px;
			/*width: 80px !important;
			width: 88px;*/
						
			width: 69px !important;
			width: 77px;
			
			padding: 1px 3px;
			border-top: 1px solid #7a858b;
			border-right: 1px solid #edf2f6;
			border-bottom: 1px solid #dce6f0;
			border-left: 1px solid #4f5458;
			background-color: #fff;
			font-size: 10px;
		}
		
		#searchSword .button {
			position: absolute;
			top: 4px;
			right: 0px;
			z-index: 1;
			width: 21px;
			height: 10px;
			border: 0px;
			background: url(../images/search_button2.png) no-repeat 50% 50%;
			text-indent: -9999px;
		}
		
	#printPage {
		position: absolute;
		top: 85px;
		/*left: 763px;*/
		left: 727px;
	}

		#printPage a {
			padding-left: 17px;
			background: url(../images/print_icon.png) no-repeat 0 1px;
			color: #fff;
			font-size: 9px;
			text-transform: uppercase;
			/*white-space: nowrap;*/
		}
	/* change left, top add*/
#col1 {
	position: absolute;
	width: 185px;
	top:340px;	
	float:left;
	left:25px;
	min-height: 1635px !important;
	height: auto;	
}
.homepage #col1 {
	position: absolute;
	width: 185px;
	top:405px;
	float:left;
	left:25px;	
	min-height: 735px;
	height: auto !important;	
}
#prodivlist {
	position:relative;
	width:185px;
	height:30px;
	margin-left:18px;
	margin-bottom:20px;	  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
        color: #004a9d;	
	z-index:1;
}

.homepage #prodivlist {
   display: none;

}

#proddiv1 {
	position:relative;	
	width:185px;
	height:125px;
	margin:5px 0px 1px 35px;	
	background-image:url(../images/Positioning-stages.jpg);
	background-repeat:no-repeat;		
	z-index:1;
}
#proddiv2 {
	position:relative;
	width:185px;
	height:125px;
	margin:5px 0px 1px 35px;	
	background-image:url(../images/Vacuum-Stages.jpg);
	background-repeat:no-repeat;	
	z-index:2;
}
#proddiv3 {
	position:relative;
	width:185px;
	height:125px;
	margin:5px 0px 1px 35px;	
	background-image:url(../images/Instruments-for-Scientific.jpg);
	background-repeat:no-repeat;
	z-index:3;
	
}
#proddiv4 {
	position:relative;
	width:185px;
	height:125px;
	margin:5px 0px 1px 35px;	
	background-image:url(../images/Industrial-Applications.jpg);
	background-repeat:no-repeat;
	z-index:4;
}
#proddiv5 {
	position:relative;
	width:185px;
	height:125px;
	margin:5px 0px 1px 35px;	
	background-image:url(../images/controlers_and-cables.jpg);
	background-repeat:no-repeat;
	z-index:5;
}

	ul#mainNavigation {
		margin-top: 2px;
		margin-left: 5px;
	}	
		
		#mainNavigation li a {
			display: block;
			height: auto !important;
			height: 1px;
			line-height: 24px;
			padding-left: 10px;
			font-size: 12px;
			font-family: Helvetica, sans-serif, Verdana, Arial;
			background: none;
		}
		
		#mainNavigation li a.cur {
			background: url(../images/red_arrow_right.png) no-repeat 0 9px;
		}
		
		#mainNavigation li a.act {
			background: url(../images/red_arrow_down.png) no-repeat 0 11px;
		}
		
		#mainNavigation li li {
			padding-left: 9px;
		}	
		
		#mainNavigation li li a {
			background: none;
			line-height: 20px;
		}	
		
		#mainNavigation li li a.cur {
			font-weight: bold;
		}	
		
		#mainNavigation li li a.cur {
			background: url(../images/red_arrow_right.png) no-repeat 0 7px;
		}
		
		#mainNavigation li li a.act {
			background: url(../images/red_arrow_down.png) no-repeat 0 9px;
		}
		
		#mainNavigation li li li a {
			font-size: 11px;
			line-height: 16px;
		}	
		
		#mainNavigation li li a.cur {
			background: url(../images/red_arrow_right.png) no-repeat 0 5px;
		}
		
		#mainNavigation li li a.act {
			background: url(../images/red_arrow_down.png) no-repeat 0 7px;
		}

#mainBox {
	position:relative;
	left:230px;
	padding-bottom:50px;
	width:697px;	
	float:left;
	min-height:1060px;
	height:auto;	
	background-color: #FFFFFF;


}

#col2 {
	position: relative;
	float:left;
	text-align:justify;
	width: 697px;
	height: auto !important;
	
}

	#mainContent {
		padding: 25px 15px 5px 20px;
		width: 662px !important;
		width: 697px;
	}
	
	* html #mainContent {	
		overflow: hidden;
	}

.homepage #col2 {
	 width: 470PX;	  
	 
}

	.homepage #mainContent {
     	   padding:18px 10px 10px 15px;
		width: 460px!important;
		width: 470PX;
		
		
		
	}

#col3 {
	display: none;
}

.homepage #col3 {
	position: relative;
	display: block;
	top:15px;
	float: right;
	width: 210px;	
	background-color: #eaecef;
	margin-right:5px;


}

	.homepage #rightContent {		
		padding:10px 15px 15px;
		
	}

#footer {
	position: relative;
	height: 23px;
	/*background: url(../images/footer_bg.png) no-repeat 220px 16px;*/
}

	#footer .gotoTop {
		position: absolute;
		right: 20px;
		background: url(../images/toTop.png) no-repeat 0 5px;
	}
	
		#footer .gotoTop a {
			padding-left: 15px;
			color: #fff;
		}		
	
