/* CSS for page layout */

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

#main {
	width: 990px;
	position: relative;
	top: 15px;
	margin: auto;
	background:  #FFFFFF url(../images/main_bg.gif) repeat-y 0 16px;
	text-align: left;
	margin-bottom: 15px;
}

#head {
	position: relative;
	height: 174px;
	background-color: #FFFFFF;
}
	
	#stamp {
		position: absolute;
		top: 7px;
		right: 0px;
		width: 218px;
		height: 236px;
		background: transparent url(../images/stamp.png) no-repeat 0 0;
		behavior: url(/fileadmin/template/js/iepngfix.htc);
	}
	
	#head h1 a {
		display: block;
		text-indent: -9999px;
		width: 280px;
		height: 78px;
		position: absolute;
		left: 40px;
		top: 74px;
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 174px;
		width: 990px;
		position: absolute;
		right: 0;
		top: 0;
		background-image: url(../images/headerImage.jpg);
	}
	
	#langNav {
		position: absolute;
		left: 55px;
		top: 50px;
		width: 150px;
	}
	
	#langNav li {
		float: left;
		line-height: 18px;
	}
	
	#langNav li a,
	#langNav li span {
		font-size: 14px;
		display: block;
		color: #505050;
		line-height: 18px;
		padding-left: 9px;
		padding-right: 7px;
		background: transparent url(../images/langNavDelimiter.gif) no-repeat left center;
	}
	
	#langNav li a:hover,	
	#langNav li a.act,
	#langNav li a.cur {
		text-decoration: underline;
	}
	
	#langNav li.first a {
		background-image: none;
		padding-left: 0px;
	}
	
	#metaNav {
		position: absolute;
		right: 236px;
		top: 132px;
	}
	
	#metaNav li {
		display: block;
		float: left;
	}
	
	#metaNav a {
		display: block;
		color: #505050;
		line-height: 18px;
		padding-left: 7px;
		padding-right: 5px;
		background-position: left center;
		font-size: 12px;
		text-transform: uppercase;
		background: transparent url(../images/metaNavDelimiter.gif) no-repeat left center;
	}
	
	#metaNav a:hover {
		text-decoration: underline;
	}
	
	#metaNav li.first a {
		background-image: none;
		padding-left: 0px;
	}
	
	#loginBox {
		display: none;
	}
	
	#loginBox {
		position: absolute;
		left: 425px !important;
		left: 425px;
		top: 100px;
		padding-right: 30px;
	}
	
	#loginBox form,
	#loginBox fieldset {
		margin:0;
		padding:0;
	}
	
	#loginBox h2 {
		display: inline;
		padding-right: 17px;
		float: left;
		font-weight: normal;
		font-size: 12px;
		line-height: 18px;
	}
	
	#loginBox label {
		display: none;
	}
	
	#loginBox .loginBox-username,
	#loginBox .loginBox-password {
		display: block;
		float: left;
	}
	
	#loginBox input {
		background-color: #FFFFFF;
		border: 1px solid #000000;
		color: #505050;
		font-size: 12px;
		margin-right:12px;
		padding: 1px 4px;
		width: 119px !important;
		width: 129px;
		line-height: 14px;
		height: 15px !important;
		height: 19px;
	}
	
	#loginBox .loginBox-submit {
		
	}
	
	#loginBox .loginBox-submit input.submit {
		position: absolute;
		background-color: transparent;
		background-image: none;
		border:none;
		color: #ED1C24;
		height: 15px;
		width: 34px;
		text-decoration: underline;
		right: -50px !important;
		right: 189px;
	}

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

	#leftCol .ctElement {
		background: transparent url(../images/h2bg.gif) no-repeat 32px 1px;
		padding: 0 31px 0px 52px;
	}
	
	#leftCol h2 {
		font-size: 12px;
		font-weight: normal;
		padding: 9px 0px 11px 0px;
		text-transform: uppercase;
	}
	
	#mainNav li {
		line-height: 14px;
	}
	
	#mainNav li a {
		display: block;
		line-height: 14px;
		color: #505050;
		text-decoration: none;
	}
	
	#mainNav a.level1 {
		font-size: 12px;
	}
	
	#mainNav a.act,
	#mainNav a.cur,
	#mainNav a:hover {
		color: #ED1C24;
		text-decoration: underline;
	}
	
	#mainNav ul {
		padding-left: 0px;
		margin-left: 0px;
	}
	
	#mainNav ul li.level2 {
		background-image: url(../images/bullet_submenu.gif);
		padding-left: 13px;
	}
	
	#mainNav a.level2 {
		font-size: 11px;
	}
	
	#mainNav ul li.level3 {
		background-image: none;
		padding-left: 10px;
	}
	
	#mainNav a.level3 {
		font-size: 11px;
	}
	
#midCol {
	margin-left: 258px !important;
	margin-right: 258px !important;
	/*margin-left: 255px;
	margin-right: 258px;*/
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		margin: 2px 0px 10px 0px;
		min-height: 329px;
		height: auto !important;
		height: 329px;
	}
	
#rightCol {
	width: 258px;
	float: right;
}

	#rightCol .ctArea {
		/*margin: 10px 10px 0 0;*/
	}

#footer {
	clear: both;
	position: relative;
	width: 990px;
	height: 78px;
	background: transparent url(../images/footer_end.png) no-repeat 0 55px;
	behavior: url(/fileadmin/template/js/iepngfix.htc);
	background-position: 0 0;
}

#footer .footerWrap {
	background: transparent url(../images/footer_bg.jpg) no-repeat 0 0;
	width: 926px;
	height: 46px;
	margin: 0 32px;
}

	#customerCopyright {
		font-size: 12px;
		line-height: 24px;
		position: absolute;	
		left: 52px !important;
		left: 20px;
		width: 220px;
		top: 17px;
	}

	#rootlineNav {
		position: absolute;
		top: 17px;
		height: 40px;
		left: 257px !important;
		left: 225px;
		width: 550px;
	}

	#rootlineNav span {
		display: block;
		float: left;
		line-height: 24px;
		padding-right: 6px;
	}
	
	#rootlineNav a {
		background: url(../images/rootlineDelimiter.gif) no-repeat left center;
		padding-left: 9px;
		display: block;
		line-height: 24px;
		float: left;
		margin-right: 4px;
		color: #ED1C24;
		text-decoration: underline;
	}
	
	#rootlineNav a.first {
		background: none;
		padding-left: 0px;
	}
	
	#rootlineNav a.act {
		text-decoration: none;
		color: #505050;
	}
	
	#copyright {
		font-size: 12px;
		left: 773px !important;
		left: 741px;
		line-height: 24px;
		position: absolute;
		top: 17px;
		width: 182px;
	}
	
	#copyright a {
		color: #505050;
		display: block;
		font-size: 12px;
		left: 72px;
		line-height: 24px;
		overflow: hidden;
		position: absolute;
		text-indent: -125px;
		top: 0px;
		width: 110px;
	}

