/* Page layout stylesheet */

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


#main {
	width: 1040px;
	position: relative;
	top: 22px;
	margin: auto;
	text-align: left;
	padding-bottom: 200px;
	background-color: #FFFFFF;
}

#head {
	position: relative;
	height: 180px;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 249px;
		height: 88px;
		background-image: url(../../../images/logo.gif);
		position: absolute;
		right: 37px;
		top: 23px;
	}
	
#midCol {
	margin-left: 35px !important;
	margin-left: 35px;
	margin-top: 19px;
	padding: 0;
	/*margin-right: 280px !important;
	margin-right: 283px; /* ie6 3px jog bugfix */
	position: relative;
	width: 970px;
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		width: auto;
		min-height: 263px;
		height: auto !important;
		height: 341px;
		margin: 0;
		padding: 78px 450px 0px 44px;
		background: url(../../../images/start.jpg) no-repeat 0 0; 
		border-top: 3px solid #CCCCCC;
	}

	#langNav {
		position: absolute;
		top: 286px;
		left: 30px;
	}
	
	#langNav li {
		float: left;
	}
	
	#langNav li a {
		font-size: 15px;
		color: #2B607A;
		text-decoration: none;
		text-transform: uppercase; 
		padding: 0 18px 0 20px;
		background: url(../../../images/langNav_start.gif) no-repeat 0 6px;
	}

#footer {
	clear: both;
	position: relative;
	left: 37px;
	width: 970px;
	height: 34px !important;
	height: 36px;
}

	#copyright {
		font-size: 11px;
		line-height: 12px;
		position: absolute;	
		left: 838px;
		top: 50px;
		display: none;
	}
	
	#copyright a {
		font-size: 11px;
		line-height: 12px;
		color: #000000;
		margin-left: 2px;
	}
	
	#copyright a span {
		display: none;
	}

	#address {
		position: absolute;
		top: 6px;
		left: 0px;
	}
	
	#address li {
		float: left;
		font-size: 14px;
		line-height: 17px;
		color:#6B6E76;
		padding: 3px 7px 0 7px;
		background: url(../../../images/rootLineNav_start.gif) no-repeat 0 5px;
	}
	
	#address li.first {
		background: none;
		padding-left: 0;
	}
	
	#index a {
		position: absolute;
		top: 6px;
		right: 11px;
		font-size: 14px;
		line-height: 17px;
		color:#6B6E76;
		padding: 3px 36px 5px 0;
		background: url(../../../images/disabled.gif) no-repeat right top;
	}
	

