/* CSS for page layout */

* {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#main {
	width: 967px;
	position: relative;
	background: url(../images/main_bg.gif) repeat-y 0 0 #FFF;
	text-align: left;
}

#head {
	position: relative;
	height: 126px;
	background-repeat: no-repeat;
	background-position: 0 0;
	/*background: url(../images/head_bg.jpg) no-repeat 0 0 #FFF;*/
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 171px;
		height: 40px;
		/*background-image: url(../images/logo.gif);*/
		position: absolute;
		right: 0 !important;
		right: -1px;
		top: 30px;
	}
	
	
	#homeNav {
		position: absolute;
		left: 796px !important;
		left: 1px;
		bottom: 11px;
		font-weight: bold;

		}
		
	#homeNav a {
		font-size: 13px;
		padding-right: 1px;
		color: #99c7ed;
	}	
	
	
	#langNav {
		position: absolute;
		right: 2px !important;
		right: 1px;
		bottom: 11px;
	}
	
	#langNav li {
		float: left;
		line-height: 28px;
	}
	
	#langNav li a,
	#langNav li span {
		font-size: 13px;
		display: block;
		font-weight: bold;
		color: #99c7ed;
		line-height: 16px;
		text-transform: uppercase;
		padding: 0 8px 0 5px;
		background: url(../images/langnav_bullet.gif) no-repeat 100% 6px;
	}
	
	#langNav li.last a,
	#langNav li.last span {
		padding-right: 0;
		background-image: none;
	}
	
	#langNav li a:hover {
		text-decoration: underline;
	}

#leftCol {
	width: 185px;
	float: left;
}

	#loginLink {
		margin: 3px 0 0 29px;
	}
	
	#loginLink a {
		font-size: 11px;
		font-weight: bold;
		color: #0082c8;
	}
	
	#loginLink a:hover {
		text-decoration: underline;
	}
		
	#searchBox {
		position: relative;
		height: auto;
		margin: 11px 0 0 22px;
		padding: 0;
		background: url(../images/searchbox_bg.gif) no-repeat 0 25px;
	}
	
	#searchBox input.searchBoxInput {
		position: relative;
		top: -1px;
		border: 1px solid #92a1ab;
		background-color: transparent;
		font-size: 11px;
		color: #0082c8;
		padding: 4px 0 4px 5px;
		height: auto !important;
		height: 24px;
		width: 96px !important;
		width: 103px;
	}
	
	#searchBox span.border {
		position: absolute;
		left: 103px;
		top: 2px;
		height: 24px;
		width: 2px;
		background: url(../images/searchbox_border.gif) no-repeat 0 0;
	}
	
	#searchBox input.searchBoxSubmit {
		position: relative;
		top: -1px;
		width: 32px;
		height: 26px;
		background: url(../images/search_submit.gif) no-repeat 0 0 transparent;
		border: none;
		margin: 2px 0 0 2px;
		font-size: 11px;
		color: #0082c8;
		padding-bottom: 4px;
		padding-right: 1px;
		cursor: pointer;
	}

	#subNav {
		margin: 10px 2px 30px 0;
		overflow: hidden;
	}

	#subNav li {
		line-height: 12px;
	}
	
	#subNav li.level1 {
		padding-left: 28px;
	}
	
	#subNav li a {
		display: block;
		color: #0082c8;
		font-size: 11px;
		line-height: 14px;
		padding: 1px 0 2px 0; 
	}
	
	#subNav li a.act,
	#subNav li a.cur,
	#subNav li a:hover {
		text-decoration: underline;
	}
	
	#subNav li ul {
		margin: 5px 0 6px -28px;
		background-color: #e3eff6;
		padding: 5px 10px 5px 34px;
	}
	
	#subNav li li a {
		padding: 2px 0 2px 0; 
	}
	
	#subNav li li ul {
		margin: 0 0 0 5px;
		padding: 0 5px 0 0;
	}
	
	#subNav li li li a.level3 {
		/*color: #89c4e5;*/
		color: #70a0bb;
	}
	
	#subNav li li li ul {
		margin: 0 0 0 9px;
	}
	
	#subNav li li li li a.level4 {
		/*color: #b7d7f1;*/
		color: #70a0bb;
	}
	
#midCol {
	margin-left: 233px !important;
	margin-left: 230px;
	margin-right: 192px !important;
	margin-right: 189px;
}

	#midCol #mainNav {
		overflow: hidden;
		width: 542px;
		margin-top: 1px;
	}
	
	#midCol #mainNav li {
		float: left;
	}
	
	#midCol #mainNav li a {
		display: block;
		font-size: 13px;
		line-height: 20px;
		font-weight: bold;
		color: #0082c8;
		margin-right: 15px;
		white-space: nowrap;
	}
	
	#midCol #mainNav li.last a {
		margin-right: 0;
	}
	
	#midCol #mainNav li a:hover,
	#midCol #mainNav li a.cur,
	#midCol #mainNav li a.act { 
		text-decoration: underline;
	}
	
	#midCol #locator {
		overflow: hidden;
		width: 524px !important;
		width: 542px;
		background-color: #0082c8;
		border: 1px solid #42a2d6;
		padding: 4px 8px;
		margin: 28px 0 1px 0;
	}
	
	#home #midCol #locator {
		display: none;
	}
	
	#products #midCol #locator {
		background-color: #f8de22;
		border: 1px solid #fae75b;
	}
	
	#midCol #locator span {
		color: #FFF;
		font-weight: normal;
		font-size: 13px;
		line-height: 17px;
	}
	
	#products #midCol #locator span,
	#products #midCol #locator span a {
		color: #000;
	}
	
	#products #midCol #locator span a,
	#products #midCol #locator span span.arrow {
		font-size: 9px;
		padding-right: 1px;
	}
	
	#products #midCol #locator span a.act {
		/*margin-left: -4px;*/
		font-size: 13px;
	}

	#midCol .ctArea {
		/*margin-top: 28px;*/
		min-height: 500px;
		height: auto !important;
		height: 500px;
		overflow: hidden !important;
		overflow: visible;
	}
	
	#midCol .tx-damfrontend-pi1 {
		
		color:#0082C8;
	}
	
	#midCol .tx-damfrontend-pi1 input.searchBox {
		background:url("../images/search_frontend_submit.gif") no-repeat scroll 0 0 transparent;
		border:medium none;
		color:#0082C8;
		cursor:pointer;
		font-size:11px;
		height:26px;
		margin:2px 0 0 2px;
		padding-bottom:4px;
		padding-right:1px;
		position:relative;
		top:-1px;
		width:32px;
	}
	
	#midCol .tx-damfrontend-pi1 input.download {
		height:18px;
		padding-bottom:5px;
		width:18px;
		background:url("../images/dam_frontend/download.gif") no-repeat scroll 0 0 transparent;
		/*background:url(../images/dam_frontend/download.gif) no-repeat;*/
		line-height:18px;
		text-indent:-9999px;
		margin: 0 5px;
		border:none;
	}
	
	#midCol .tx-damfrontend-pi1 span.download a {
		
		line-height:16px;
		padding:8px;
		margin:0 5px;
		text-decoration:none;
	}
	
	#midCol .tx-damfrontend-pi1 input.zip {
		background:url("../images/dam_frontend/zip.gif") no-repeat scroll 0 0 transparent;
		border:medium none;
		line-height:16px;
		padding:0 8px 8px;
		text-decoration:none;
		text-indent:-9999px;
		width:45px;
	}
	
	#home #midCol .ctArea {
		margin-top: 28px;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView {
		color:#0082C8;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView div {
		line-height:16px;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView div#galley {
		float:left;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView .moreInfos h2,
	#midCol .tx-damfrontend-pi1 #singleView .download h2 {
		margin-top:15px;
		padding-bottom:0px;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView .productDescription {
	}
	
	#midCol .tx-damfrontend-pi1 #singleView .download h2 {
		margin-top:5px;
		padding-bottom:5px;
		font-weight:bold;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView h2 {
		padding-top:23px;
		padding-bottom:8px;
		font-weight:bold;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView div h2 {
		padding-bottom:9px;
		padding-top:0px;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView .left {
	float:left;
	width:104px;
}

	#midCol .tx-damfrontend-pi1 #singleView .right {
		float:left;	
	}
	
	#midCol .tx-damfrontend-pi1 #singleView .clear {
		clear:both;
		width:100%;	
		height:0px;
		line-height: 0px;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView .productPicture {
		display:block;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView .productPicture img{
		float:left;
		margin-top:30px;
		margin-right:10px;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView .backlink {
		position:relative;
		top:20px;
	}
	
	#midCol .tx-damfrontend-pi1 #singleView .backlink a {
		text-decoration:none;
	}
	
	#midCol .ctArea ul li {
		/*background:none;*/
	}
	
	#midCol .tx-damfrontend-pi1 div.download select {
		height:18px;
		width:100px;
		position:relative;
		top:1px;
	}
	
	#midCol .tx-damfrontend-pi1 ul#browseresultlist li {
		padding:3px;
		background-image: none;
	}
	#midCol .tx-damfrontend-pi1 ul#browseresultlist li a {
		text-decoration:none;
	}

	
#rightCol {
	width: 172px;
	float: right;
}

	#rightCol #productsLink {
		width: 172px;
		height: 26px;
		background: url(../images/products_bg.gif) no-repeat 0 0;
	}
	
	#rightCol #productsLink a {
		font-size: 13px;
		font-weight: bold;
		line-height: 23px;
		color: #000;
		padding-left: 9px;
	}
	
	#rightCol #productsLink a:hover,
	#rightCol #productsLink a.act {
		text-decoration: underline;
	}

	#rightCol .ctArea {
		margin-top: 23px;
	}

#footer {
	clear: both;
	position: relative;
	width: 967px;
	height: 30px;
}

	#copyright {
		display: none;
	}
	
	#metaNav {
		position: absolute;
		left: 12px;
		top: -10px;
	}
	
	#metaNav li {
		float: left;
	}
	
	#metaNav li a {
		display: block;
		margin-right: 9px;
		color: #0082c8;
		font-size: 10px;
	}
	
	#metaNav li a:hover,
	#metaNav li.act a,
	#metaNav li.cur a {
		text-decoration: underline;
	}