/* CSS for page layout */

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

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

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

	#head #imageBox {
		position: absolute;
		left: 233px;
		top: 0;
		border-left: 2px solid #FFF;
	}

	#head #imageBox div {
		border-bottom: 2px solid #FFF;
	}
	
	#head #imageBox div img {
		border-right: 2px solid #FFF;
	}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 415px;
		height: 100px;
		position: absolute;
		right: 8px;
		top: 0;
	}
	
#leftCol {
	width: 221px;
	float: left;
}

	#mainNav {
		background-color: #DA221A;
		width: 221px;
		height: 152px !important;
		height: 154px;
		border-bottom: 2px solid #FFF;
	}
	
	#mainNav li {
		line-height: 12px;
	}
	
	#mainNav li a {
		display: block;
		margin-left: 20px;
		padding-left: 30px;
		line-height: 18px;
		font-size: 12px;
		color: #FFF;
		text-transform: uppercase;
		background: url(../images/mainnav_button.gif) no-repeat 0 3px;
	}
	
	#mainNav li.first {
		padding-top: 8px;
	}
	
	#mainNav a:hover,
	#mainNav a.cur {
		background: url(../images/mainnav_button_act.gif) no-repeat 0 3px;
	}
	
	#mainNav a:hover {
		color: #D4D4D4;
	}
	
	#langNav {
		position: absolute;
		top: 156px;
		right: 753px;
	}
	
	#langNav li {
		line-height: 12px;
	}
	
	#langNav li a {
		font-size: 10px;
		color: #D9F8FF;
	}
	
	#langNav li.act a,
	#langNav li span {
		display: none;
	}

	#subNav {
		margin-top: 85px !important;
		margin-top: 33px;
	}
	
	#subNav li {
		line-height: 12px;
	}
	
	#subNav li a {
		display: block;
		margin-left: 20px;
		padding-left: 30px;
		line-height: 18px;
		font-size: 12px;
		color: #FFF;
		text-transform: uppercase;
		background: url(../images/subnav_button_act.gif) no-repeat 0 3px;
	}
	
	#subNav a.act,
	#subNav a.cur,
	#subNav a:hover {
		background: url(../images/subnav_button.gif) no-repeat 0 3px;
	}
	
	#subNav a:hover {
		color: #D4D4D4;
	}
	
	#subNav ul {
		margin-left: 30px;
	}
	
	#addressBox {
		width: 221px;
		border-top: 2px solid #FFF;
		position: absolute;
		left: 0;
		top: 470px;
		/*bottom: 102px;*/
		background: url(../images/addressbox.jpg) repeat-x 0 0;
	}
	
	#addressBox p {
		border-top: 2px solid #FFF;
		margin-top: 153px;
		color: #FFF;
		padding: 10px 0 0 20px;
		line-height: 16px;
		text-transform: uppercase;
	}
	
#midCol {
	background: url(../images/shadow_bg.gif) no-repeat;
	background-position: 0 0 !important;
	background-position: 3px 0;
	margin: 0 480px 10px 234px !important;
	margin: -52px 480px 10px 231px;
}

.oneCol #midCol {
	margin: 0 10px 10px 234px !important;
	margin: -52px 10px 10px 231px;
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		padding: 21px 25px 0 24px !important;
		padding: 21px 22px 0 24px;
		min-height: 560px;
		height: auto !important;
		height: 580px;
	}

	#headerImage {
		text-indent: -9999px;
		height: 244px !important;
		height: 253px;
		width: 467px;
		position: absolute;
		right: 10px;
		top: 102px;
		background-image: url(../images/header_image_test.jpg);
		border-bottom: 9px solid #E10C35;
	}

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

.oneCol #rightCol .ctArea {
	display: none;
}
	
	#rightCol .ctArea {
		padding-top: 277px !important;
		padding-top: 228px;
		padding-right: 18px;
		padding-bottom: 9px;
		padding-left: 0;
		/*padding: 277px 18px 9px 0;*/
	}
	
#footer {
	clear: both;
	background: url(../images/footer_bg.gif) no-repeat 0 0;
	position: relative;
	width: 970px;
	height: 80px;
}

	#footerAddressBox p {
		color: #FFF;
		padding: 9px 0 0 20px;
		line-height: 16px;
		text-transform: uppercase;
	}

	#copyright {			
		font-size: 9px;
		color: gray;
		line-height: 12px;
		position: absolute;	
		left: 260px;
		width: 100px;
		top: 54px;
	}
	
	#copyright a {
		position: absolute;
		top: 0px;
		left: 59px;
		display: block;
		width: 100px;
		text-indent: -102px;
		overflow: hidden;
		font-size: 9px;
		line-height: 12px;
		color: gray;
	}
	
	#metaNav {
		position: absolute;
		left: 504px;
		top: 58px;
	}
	
	#metaNav li {
		float: left;
	}
	
	#metaNav li a {
		display: block;
		line-height: 12px;
		color: #FFF;
		border-right: 1px solid #FFF;
		padding: 0 5px;
		font-size: 10px;
	}
	
	#metaNav li.last a {
		border-right: none;
	}
	
	#printLink a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		position: absolute;
		left: 939px;
		top: 7px;
		width: 16px;
		height: 16px;
		background: url(../images/print.gif) no-repeat 0 0;
	}
