/* CSS for page layout */

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

#main {
	width: 990px;
	position: relative;
	z-index: 1;
	top: 6px;
	margin: auto;
	background: #FFF;
	text-align: left;
	margin-bottom: 15px;
}

#head {
	position: relative;
	height: 193px;
	margin-bottom: 56px;
}

	#head h1 a{
		display: block;
		text-indent: -9999px;
		width: 219px;
		height: 48px;
		background-image: url(../images/logo.gif);
		position: absolute;
		right: 0;
		top: 60px;
		z-index: 1;
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 193px;
		width: 990px;
		position: absolute;
		left: 0;
		top: 0;
		background-image: url(../images/random/headerimageHome.jpg);
	}
	
	#metaNavTop {
		position: absolute;
		right: 0px;
		top: 4px;
	}
	
	#metaNavTop li{
		display: block;
		float: left;
		padding-right: 8px;
	}
	
	#metaNavTop .first a{
		border-left: none;
	}
	
	#metaNavTop .last{
		padding-right: 1px;
	}
	
	#metaNavTop a {
		display: block;
		color: #696969;
		border-left: 1px solid #cdcdcd;
		padding-left: 10px;
		letter-spacing: 0.6px;
		line-height: 10px;
		font-size: 10px;
		text-transform: uppercase;
	}
	
	#metaNavTop a.act{
		text-decoration: underline;
	}
	
	#poweredby {
		font-size: 10px;
		line-height: 11px;
		position: relative;	
		width: 100px;
		color: #666666;
		padding-left:12px;
	}
	
	#poweredby a {
		position: absolute;
		top: 0px;
		left: 68px;
		display: block;
		width: 100px;
		text-indent: -91px;
		overflow: hidden;
		font-size: 10px;
		line-height: 11px;
		color: #666666;
	}
	
	/*langNav not needed/used at the moment */
	#langNav {
		display: none;
		position: absolute;
		right: 5px;
		top: 200px;
		width: 150px;
	}
	
	#langNav li {
		float: left;
		line-height: 28px;
	}
	
	#langNav li.first {
		margin-right: 8px;	
	}
	
	#langNav li a {
		font-size: 13px;
		display: block;
		color: #000;
		line-height: 24px;
	}
	
	#langNav li a:hover,	
	#langNav li a.act,
	#langNav li a.cur {
		text-decoration: underline;
	}

#leftCol {
	width: 231px;
	float: left;
}
	
	#mainNav li {
		position: relative;
		float: left; 
	}
	
	#mainNav li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		color: #666666;       
	}
	
	#mainNav li a:hover,
	#mainNav li a.cur,
	#mainNav li.level3 a.level3:hover,
	#mainNav li.level3 a.cur {
		color: #BE0000;
	}
	
	#mainNav li.level1 {
		width: 231px;
	}
	
	#mainNav li a.level1 {
		background-color: #f4f4f4;
		padding: 2px 0 2px 12px;
		width: 231px;
	}
	
	#mainNav li.first a.level1 {
		padding-top: 6px;
	}
	
	#mainNav li.last a.level1 {
		padding-bottom: 6px;
	}
	
	#mainNav li.last a.act,
	#mainNav li.last a.cur {
		padding-bottom: 2px;
	}
	#mainNav li.last li a.act,
	#mainNav li.last li a.cur {
		padding-bottom: 0;
	}
	
	#mainNav li.level2 a.cur{
		width: 190px;
	}
	
	#mainNav a.level1 {
		color: #000;
		letter-spacing: 0.6px;
		text-transform: uppercase;
		line-height: 15px;
		padding: 1px 20px 0 12px;
	}
	
	#mainNav li ul li.first {
		padding-top: 1px;
	}
	
	#mainNav li.last {
		padding-bottom: 5px;
	}
	
	#mainNav li ul li.last {
		padding-bottom: 1px;
	}
	
	#mainNav a.cur { 
		background-color: #fff;
	}

	#mainNav li li {
		width: 195px;
	}
	
	#mainNav a.level2 {
		margin-left: 38px;
		background-image: url(../images/li_bullet_gray.gif);
		background-position: 0 7px;
		line-height: 16px;
		padding-left: 11px;
		padding-right: 10px;
		width: 170px !important;
		width: 190px;
	}	

	#mainNav li.level2 a.act,
	#mainNav li.level2 a.cur{
		background-image: url(../images/li_bullet_black.gif);
	}
	
	#mainNav li.level3 {
		width: 231px;
	}
	
	#mainNav li.level3 a.level3{
		margin-left: 65px;
		background-image: url(../images/li_bullet_gray.gif);
		background-position: 0 7px;
		padding-left: 11px;
		padding-right: 10px;
		width: 166px;
		line-height: 16px;
	}
	
	#mainNav li.level3 a.act,
	#mainNav li.level3 a.cur{
		background-image: url(../images/li_bullet_black.gif);
	}
	
	#mainNav li.level2 li.first{
		padding-top: 0;
	}
	
	#mainNav li.level2 li.last{
		padding-bottom: 0;
	}
	
	#mainNav li.level4 a.level4 {
		margin-left: 92px;
		background-image: url(../images/li_bullet_gray.gif);
		background-position: 0 7px;
		padding-left: 11px;
		padding-right: 10px;
		line-height: 16px;
		width: 121px !important;
		width: 110px;
	}
	
	#mainNav li.level4 a.cur {
		background-image: url(../images/li_bullet_black.gif);
	}
	
	#leftCol .ctArea {
		
	}
	
#midCol {
	margin-left: 244px !important;
	margin-left: 244px;
	margin-right: 244px!important;
	margin-right: 244px;
	border-top: 1px solid #cccccc;
}

#home #midCol {
	margin-top: 152px;
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		margin: 14px 0 0 0 !important;
		margin: 14px -3px 0 -3px;
		border-bottom: 1px solid #cccccc;
	}
	
	#rootlineNav {
		position: absolute;
		z-index: 1;
		top: 233px;
		left: 257px!important;
		left: 254px;
		width: 488px;
	}
	
	#home #rootlineNav {
		top: 329px;
	}
	
	#rootlineNav span,
	#rootlineNav a {
		display:block;
		float:left;
		line-height:15px;
		color: #999999;
		font-size: 10px;
		font-family: Trebuchet MS, Arial, sans-serif;
	}
	
	#rootlineNav a.act {
		color: #666666;
	}
	
	#metaNavBottomArea {
		position: relative;
		width: 500px !important;
		width: 496px;
		height: 10px;
		margin-top: 9px;
	}
	
	#metaNavBottom {
		position: absolute;
		right: -4px;
	}
	
	#metaNavBottom li{
		display: block;
		float: left;
	}
	
	#metaNavBottom .first a{
		border-left: none;
	}
	
	#metaNavBottom a {
		display: block;
		color: #696969;
		border-left: 1px solid #cdcdcd;
		padding: 0 3px 0 4px;
		letter-spacing: 0.6px;
		line-height: 10px;
		font-size: 10px;
	}
	
	#metaNavBottom .last a{
		padding-right: 0px;
	}
	
	#metaNavBottom a.act{
		text-decoration: underline;
	}
	
#rightCol {
	width: 231px;
	float: right;
}

	#callus {
		width: 231px;
		position: absolute;
		right:0;
		top: 203px;
	}
	
	#callus a {
		color: #000;
	}
	
	#callus span.callus {
		color: #000;
		text-transform: uppercase;
		font-size: 13px;
		font-weight:normal;
		letter-spacing: 0.8px;
		padding-left: 12px;
	}
	
	#callus span.number {
		color: #000;
		position: absolute;
		left: 67px;
		top: 16px;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.6px;
	}
	
	#rightCol .ctArea {
		/*
		margin: 18px 10px 0 0;
		*/
	}
	
	#copyright {
		font-size: 10px;
		line-height: 11px;
		padding: 0 10px 0 15px;
		color: #666666;
	}
	
	#copyright a {
		font-size: 10px;
		line-height: 20px;
		color: #666666;
	}

#footer {
	clear: both;
	position: relative;
	/*width: 990px;*/
	height: 76px !important;
	height: 78px;
}


