/* Main stylesheet for layout */
.clear {
	clear: both;
}
body {
	background-color: #2D2D2D;
}

#body-wrapper {	
	position: relative; 
	padding-top: 165px;
}
.section-inner { 
	width: 970px;
	margin: 0 auto;
	position: relative;
}

/* --HEADER-- */
#header { 
	top: 0; left: 0;
	position: absolute;
	height: 165px;
	width: 100%;
	background: url(../images/bg-header.png) repeat-x top;
	z-index: 3;
}
	#header .h-w2 { position: relative; height: 165px;}
	#logo {
		position: absolute;
		top: 100px;
		left: 5px;
	}
	#mainnavigation {
		position: absolute;
		width: 100%;
		height: 47px;		
		top: 18px;
		left: 0;
		z-index: 10;
	}
	#mainnavigation ul.L1 {
		height: 47px;
		position: absolute;
		left: -20px;
		top: 0;
		width: 1010px;
	}
	#mainnavigation li.L1 {
		float: left;
		height: 47px;
		padding: 0 20px;
	}
	#mainnavigation a.L1 {
		display: block;
		height: 1px;
		padding-top: 46px;
		overflow: hidden;
	}
	#mainnavigation a.L1:hover {
		background-position: 0 -94px;
	}
	#mainnavigation a.L1.active {
		background-position: 0 -94px;
	}
	
	#nav-products a.L1 { background-image: url(/images/nav01-products.png); width: 107px; }
	#nav-industries a.L1 { background-image: url(../images/nav02-industries.png); width: 116px; }
	#nav-solutions a.L1 { background-image: url(../images/nav03-solutions.png); width: 111px; }
	#nav-onlinedemo a.L1 { background-image: url(../images/nav04-online-demo.png); width: 134px; }
	#nav-aboutus a.L1 { background-image: url(../images/nav05-about-us.png); width: 101px; }
	#nav-news a.L1 { background-image: url(../images/nav06-news.png); width: 64px; }
	#nav-contact a.L1 { background-image: url(../images/nav07-contact.png); width: 93px; }
	
	#utilities {
		position: absolute;
		right: 0;
		top: 117px;
	}
		#utilities li {
			float: left;
		}
		#utilities a {
			display: block;
			overflow: hidden;
			height: 1px;
			padding-top: 29px;
		}
		#utilities a:hover {
			background-position: 0 -30px;
		}
			#util-home { background-image: url(../images/utility_home.png); width: 71px; }
			#util-rss { background-image: url(../images/utility_rss.png); width: 70px; }
			#util-login { background-image:url(../images/utility_client-login.png); width: 108px; }

/* --CONTENT-- */
#content { 
/*	position: relative; */
	background: #E1E1E1 url(../images/bg-content-right.png) repeat-x top;
}

	#content .c-w1 {
		z-index: 2;
		position: relative;
		left: -50%; 
		background: #B4B4B4 url(../images/bg-content-left.png) repeat-x top;
	}
	
	#content #archives.c-w1 {
		z-index: 2;
		position: relative;
		left: -50%; 
		background: #B4B4B4 url(../images/bg-content-left.png) repeat-x top;
		vertical-align:bottom;
		z-index:1;
	}
	
	
	#content .c-w2 { 
		overflow: hidden; 
		position: relative; 
		left: 50%;
	}
	#subnav, #content-body {
		float: left;
	}
	#content-body {
		background: #E1E1E1 url(../images/bg-content-right.png) repeat-x top;
		width: 790px;
		position: relative;
		left: 170px; top: 0;
		padding-top: 68px;				
	}
	#content-body embed {
		margin-bottom: 20px;
	}
		.cb-w1 { padding: 25px 0 25px 25px; min-height: 300px; position: relative;} 

	#subnav {
		width: 180px;
		position: relative;
		left: -790px; top: 0;
		padding-top: 88px;				
	}
		#subnav li {
			margin-bottom: 8px;
			width: 180px;
			background: url(../images/sub-nav_hover-t.png) no-repeat 0 -100px;
			position: relative;
		}
			#subnav li.active {
				background: url(../images/sub-nav_active-t.png) no-repeat top;
			}
		#subnav a {
			color: white;
			display: block;
			padding: 10px 16px 12px;
			text-decoration: none;
		}
		#subnav a:hover {
			/*text-decoration: underline;*/
		}
		.subnav-title {
			color: #dc5500;
			font-size: 30px;
			position: absolute;
			left: 11px;
			top: 23px;
			font-weight: bold;
			text-transform: uppercase;
			width: 300px;
		}
	#c-w3 {
		width: 970px;
		margin: 0 auto;
		position: relative;
	}		
	#ctas {
		position: absolute;
		right: 0;
		top: 9px;
		z-index: 10;
		height: 50px;
		width: 500px;
	}
		#ctas ul, #ctas li { margin: 0; padding: 0; list-style-type: none; }
		#ctas li { position: absolute; }
		#ctas li a, #ctas li span { 
			overflow: hidden;
			height: 1px;
			padding-top: 49px;
			display: block;
		}
		#ctas li a:hover {
			background-position: 0 -50px;
		}
		#cta-calltoday { right: 282px; top: 0; }
		#cta-findsolution { right: 120px; top: 0; }
		#cta-requestdemo { right: 0; top: 0; }
		#cta-calltoday span {
			background: url(/images/cta-calltoday.png) no-repeat top;
			width: 142px;		
		}
		
		#cta-findsolution a { 
			background-image: url(../images/CTA_find-your-solution.png); width: 131px; 
		}
		#cta-requestdemo a { background-image: url(../images/CTA_request-a-demo.png); width: 95px; }
		





/* --FOOTER-- */

#footer {
	background: url(../images/BG-footer.png) repeat-x top;
	padding: 10px 0 50px;
	font-size: 11px;
}
#footer, #footer a {
	color: #858585;
	text-decoration: none;
}
#footer a:hover {
	/*text-decoration: underline;*/
}
	#bottomlinks {
		overflow: hidden;
		float: right;
	}
		#bottomlinks ul {
			position: relative;
			top: 0; left: 1px;
		}
		#bottomlinks li {
			display: inline;
			border-right: 1px solid #858585;
			padding: 0 10px;
			line-height: 12px;
		}

.simple_overlay {
	display: none;
	z-index: 1001;
	width: 950px;
}	
	.formtable td
	{height:35px;}
	.textbox
	{width:300px;}

#btn-enlarge {
	display: block;
	width: 65px;
	height: 1px;
	padding-top: 24px;
	overflow: hidden;
	background: url(../images/enlarge.png) no-repeat;
	float: right;
	clear: right;
}
	#btn-enlarge:hover {
		background-position: 0 -25px;
	}
	.article-image a {
		cursor: pointer;
	}
	.simple_overlay .close {
		position: absolute;
		right: 0px;
		top: 0px;
		background: url(../images/close.png);
		height:35px; 
		width:35px; 
		cursor: pointer;
		z-index: 999999;
	}
		.simple_overlay img {
			z-index: 9999 !important;
		}
	shape {
		 z-index: 1005! important;
	}
	
.podcast-thumb {
	margin: 10px 0px 30px;
	padding: 0px;
}	
	.podcast-thumb li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		float: left;
		display: inline;
		margin-right: 15px;
	}	
