body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight:normal;
	color: #fff;
	text-align: left;
	background-color: #151515;
}
#wrapper
{
	margin: 25px auto 0;
	width: 870px;
	text-align: left;
	background: transparent url('../images/bg.gif') repeat-y;
}
#header
{
	position: relative;
	width: 848px;
	height: 88px;
	margin-left: 11px;
	background: #4c4d4e url('../images/bg_header.gif') repeat-x;
	z-index: 10;
}
#logo
{
	text-indent: -9999px;
	overflow: hidden;
}
	#logo a
	{
		display: block;
		position: absolute;
		left: 0;
		top: 9px;
		width: 338px;
		height: 65px;
		background: transparent url('../images/logo.gif') no-repeat;
	}
#login
{
	position: absolute;
	right: 13px;
	top: 15px;
	width: 226px;
	height: 16px;
	background: transparent url('../images/bg_login.gif') no-repeat;
}
	#login p
	{
		text-indent: -9999px;
		overflow: hidden;
	}
	#login a
	{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 47px;
		height: 15px;
		background: transparent url('../images/login.gif') no-repeat;
	}
/* Main Nav */
#nav
{
	position: absolute;
	right: 3px;
	top: 41px;
	width: 499px;
	height: 30px;
	list-style: none;
	z-index: 100;
}
	#nav ul
	{
		float: left;
		clear: both;
		width: inherit;
		background: #4d4e4e url('../images/bg_sub_menu.gif') repeat-x;
		margin-top: 30px;
		border-left: 1px solid #151515;
		border-bottom: 1px solid #151515;
		border-right: 1px solid #151515;
		padding: 5px 0;
		list-style: none;
	}
	#nav ul li
	{
		clear: both;
		width: inherit;
	}
	#nav ul a
	{
		display: block;
		float: left;
		clear: both;
		width: 168px;
		padding: 0 12px;
		color: #c7c7c7;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
		line-height: 20px;
	}
	#nav ul a:hover
	{
		color: #fff;
		font-weight: bold;
	}
	#nav li { float: left; }
	#nav li ul
	{
		position: absolute;
		left: -9999px;
	}
	#nav li:hover ul, #nav li.sfhover ul { left: auto; }
	#nav a.nav-products, #nav a.nav-applications, #nav a.nav-company, #nav a.nav-support, #nav a.nav-contact
	{
		display: block;
		float: left;
		background: url('../images/nav.gif') no-repeat;
		height: 30px;
		text-indent:-9999px;
	}
	#nav a.nav-products
	{
		background-position:      0 0;
		width:  92px;
	}
	#nav a.nav-applications
	{
		background-position:  -93px 0;
		width: 114px;
	}
	#nav a.nav-company
	{
		background-position: -208px 0;
		width:  91px;
	}
	#nav a.nav-support
	{
		background-position: -300px 0;
		width:  93px;
	}
	#nav a.nav-contact
	{
		background-position: -394px 0;
		width:  105px;
	}
	#nav a.nav-products:hover, #nav li.sfhover a.nav-products { background-position:      0 -30px; }
	#nav a.nav-applications:hover, #nav li.sfhover a.nav-applications { background-position:  -93px -30px; }
	#nav a.nav-company:hover, #nav li.sfhover a.nav-company { background-position: -208px -30px; }
	#nav a.nav-support:hover, #nav li.sfhover a.nav-support { background-position: -300px -30px; }
	#nav a.nav-contact:hover, #nav li.sfhover a.nav-contact { background-position: -394px -30px; }

/* Sub Nav */
#sub-nav ul { list-style-type: none; }
	#sub-nav li
	{
		background: transparent url('../images/arrow.gif') no-repeat 0 5px;
		padding-left: 14px;
		list-style: none;
	}
	#sub-nav li.current { background-image: url('../images/arrow_red2.gif'); }
	#sub-nav li:hover { background-image: url('../images/arrow_red2.gif'); }
	#sub-nav a
	{
		color: #FFF;
		font-weight: bold;
	}
	#sub-nav a:hover { text-decoration: underline; }
	
/* Breadcrumbs */
#breadcrumbs
{
	color: #a5a7aa;
	padding-top: 5px;
	margin-left: 20px;
	font: 0.9em Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}
	#breadcrumbs li
	{
		display: inline;
		list-style-type: none;
		padding-left: 14px;
		padding-right: 4px;
		background: transparent url('../images/arrow.gif') no-repeat 0 3px;
	}
	#breadcrumbs a
	{
		color: #a5a7aa;
		text-decoration: none;
	}
	#breadcrumbs a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
#content
{
	position: relative;
	width: 848px;
	margin-left: 11px;
	background: #5b5b5b url('../images/bg_content.jpg') no-repeat;
	z-index: 1;
}
	#content h1
	{
		margin-left: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
		font: normal 3.6em/1em "Century Gothic", Arial, sans-serif;
		text-transform: uppercase;
		width: 550px;
	}
	#content h2
	{
		margin-bottom: 5px;
		font: normal 1.8em/1em "Century Gothic", Arial, sans-serif;
		text-transform: uppercase;
	}
	#content h3
	{
		margin-bottom: 5px;
		font: normal 1.2em "Century Gothic", Arial, sans-serif;
		text-transform: uppercase;
	}
	#content .padding
	{
		padding: 0 20px 10px 20px;
		width: 290px;
	}
	#applications-sub #content .padding, #contact #content .padding { float:left; }
	#content .padding p, #content .padding ul
	{
		line-height: 1.6em;
		margin-bottom: 20px;
	}
	#content .padding a
	{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	#content .padding a:hover { text-decoration: underline; }
	#content .padding li
	{
		margin-left: 30px;
		line-height: 16px;
	}
	#content .case-study
	{
		clear: both;
		overflow: auto;
		margin-bottom: 15px;
	}
	#content .case-study img
	{
		border: 2px solid #6c6c6c;
		float: left;
		display: inline;
		margin-right: 15px;
	}
	#content .case-study p
	{
		padding-top: 10px;
		margin-bottom: 0;
		font-size: .8em;
		line-height: 1.4em;
	}
	#content .case-study a
	{
		font-size: 1.2em;
		text-decoration: none;
	}
	#content-sub
	{
		position: relative;
		width: 848px;
		height: 65px;
		margin-left: 11px;
		background-color: #838587;
	}
	#content .case-study a:hover { text-decoration: underline; }
	
	#category-tn
	{
		position: absolute;
		top: 80px;
		left: 388px;
		width: 445px;
	}
	#category-tn img { border: 2px solid #6c6c6c; }

#column-right
{
	float:left;
	margin:20px;
	width: 215px;
}
	#column-right img { border: 2px solid #6c6c6c; }
	#column-right p
	{
		color: #a5a7aa;
		font-size: .8em;
		margin: 5px 0 35px 0;
	}
	#column-right h3
	{
		font-family: Century Gothic, Arial, sans-serif;
		font-size: 1.2em;
		font-weight: normal;
		margin-bottom: 8px;
	}
	#column-right a, #contact-map a
	{
		color: #a5a7aa;
		text-decoration: none;
	}
	#column-right a:hover, #contact-map a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	#column-right ul
	{
		margin-left: 0;
		list-style: none;
		font-size: .9em;
	}
	#column-right li { line-height: 1.8em; }
	
/*For centering elements: Override default styling*/
.center, .center p, .center div, .center div p
{
	float:none !important;
	text-align:center !important;
}
/* Footer */
#footer
{
	position: relative;
	margin: 0 auto;
	width: 870px;
	height: 60px;
	background: transparent url('../images/bg_footer.gif') no-repeat;
	text-align: center;
}
	#footer p
	{
		color: #8c8d8d;
		font-size: .8em;
		padding-top:10px;
		text-align:center;
	}
	#footer a { color: #8c8d8d; }
	#footer a:hover { color: #fff; }
	
/* Home */
#home #content a { cursor: default; }
	#home #content-sub li
	{
		background: transparent url('../images/arrow_red.gif') no-repeat 0 7px;
		padding-left: 14px;
	}
	#home #content-sub p { margin-top: 20px; }
	#home #content { height: 295px; }
	#home #content-sub
	{
		height: 265px;
		background-color: #838587;
	}
	#home #content-sub .padding
	{
		position: absolute;
		left: 58px;
		top: 8px;
		width: 290px;
		line-height: 1.7em;
		padding: 0;
	}
	#home #content-sub ul
	{
		list-style-type: none;
		margin-left: 18px;
	}
	#home #content-sub li
	{
		padding-left: 10px;
		background: transparent url('../images/bullet.gif') no-repeat 0 9px;
	}
	#today
	{
		position: absolute;
		right: 0;
		top: 20px;
		width: 436px;
		height: 16px;
		background: transparent url("../images/home/today.gif") no-repeat 0 0;
		text-indent: -9999px;
	}
		#today-features
		{
			position: absolute;
			right: 9px;
			top: 45px;
			width: 430px;
		}
		#today-features a
		{
			border:2px solid #6C6C6C;
			display:block;
			float:right;
			height:130px;
			margin-bottom:5px;
			margin-left:5px;
			width:205px;
		}
		#today-features a:hover { border:2px solid #FFF; }
		#today-slideshow
		{
			position: absolute;
			right: 10px;
			top: 31px;
			width: 230px;
			height: 167px;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}
		
/* Services */
#services #content { overflow: auto; }
	#services #column-left
	{
		float: left;
		width: 198px;
	}
	#services #column-left ul
	{
		list-style-type: none;
		margin-left: 18px;
		margin-top: 10px;
	}
	#services #column-left li
	{
		margin-bottom: 10px;
		line-height: 16px;
	}
	#services #column-right
	{
		float: left;
		width: 634px;
		margin: 0;
	}
	#services #column-right .stripTransmitter a
	{
		color: #fff;
		text-decoration: none;
	}
	#services #column-right .stripTransmitter a.current, #services #column-right .stripTransmitter a:hover { color: #C3102E; }
	#services #column-right h2
	{
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 10px;
	}
	#services #column-right p
	{
		font-size: 12px;
		color: #fff;
		line-height: 20px;
	}
	
/* Applications & Contact */
#applications-sub #content, #contact #content { overflow:hidden; }
	#application-tn
	{
		position: absolute;
		top: 58px;
		left: 388px;
		width: 450px;
	}
	#application-tn div
	{
		float: left;
		margin-right: 15px;
	}
	#application-tn div p
	{
		text-align: left;
		margin-top: 5px;
		margin-bottom: 0;
	}
	#application-tn img { border: 2px solid #6c6c6c; }
	#application-tn a
	{
		color: #a5a7aa;
		font-weight: normal;
	}
	#application-tn a:hover { color: #fff; }
	#application-tn-float
	{
		position: absolute;
		z-index: 5;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	#application-tn-float-link
	{
		position: absolute;
		right: 358px;
		bottom: 30px;
		width: 175px;
		text-align: right;
		z-index: 10;
	}
	#application-tn-float-link a
	{
		color: #a5a7aa;
		font-size: .8em;
		font-weight: normal;
	}
	#application-tn-float-link a:hover { color: #fff; }
	
/* Engineering */
#slideview-engineering { margin-top: 13px; }
#slideview-engineering img { border: 0 none; }

/* Products */
#product-tn
{
	position: absolute;
	top: 80px;
	left: 388px;
	width: 445px;
}
	#product-tn img
	{
		position: absolute;
		border: 2px solid #6c6c6c;
	}
	#product-tn p, #application-tn p
	{
		color: #a5a7aa;
		text-align: center;
		font-size: .8em;
		clear: both;
	}
	#applications-sub #content .padding { width: 550px; }
	.current { font-weight: bold; }

/*About Us*/
#about-us .case-study p { padding-top: 0px; }
	#about-us #testimonials
	{
		position: absolute;
		top: 510px;
		right: 21px;
		width: 444px;
		height: 265px;
		background: transparent url('../images/testimonials.png') no-repeat;
		text-align:right;
	}
	#about-us #testimonials p
	{
		font-size:1.1em;
		font-style:italic;
		line-height:1.8em;
		padding-left:35px;
		padding-right:35px;
		padding-top:35px;
		padding-bottom:0px;
		margin-bottom:10px;
	}
	#about-us #testimonials p.author
	{
		font-size:1em;
		padding-left:35px;
		padding-right:35px;
		padding-top:0px;
	}
	#content #client-comments
	{
		position: absolute;
		top: 468px;
		right: 248px;
		font-size: 1.8em;
	}
/*Contact Us*/
#contact-map
{
	float:left;
	margin-left:50px;
	width:425px;
	position:relative;
}
	#contact-map iframe { border: 2px solid #6c6c6c; }
	#contact-map .left-col, #contact-map .right-col
	{
		float:left;
		width:212px;
		padding-top:10px;
	}
	#contact-map .right-col
	{
		width:182px;
		padding-left:30px;
	}
	#contact-map a { font-size:.9em; }
	#contact-map p
	{
		font-size:.9em;
		color: #a5a7aa;
	}
	#contact-map p.phone
	{
		font-size:1.4em;
		color: #a5a7aa;
	}

/*Gallery styles*/
/*preload classes*/ 
.svw
{
	width: 50px;
	height: 20px;
	background: #fff;
}
.svw ul
{
	position: relative;
	left: -999em;
}
/*core classes*/ 
.stripViewer
{
	position: relative;
	overflow: hidden;
	border: 2px solid #6c6c6c;
	margin: 0 0 1px 0;
}
.stripViewer ul
{ /* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li { float:left; }
.stripTransmitter
{
	overflow: auto;
	width: 1%;
}
.stripTransmitter ul
{
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li
{
	width: 23px;
	float:left;
	margin: 5px 8px 5px 0;
}
.stripTransmitter a
{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 16px;
	background: #c3102e;
	color: #fff;
	text-decoration: none;
	display: block;
	border: 2px solid #6c6c6c;
}
.stripTransmitter a:hover, a.current
{
	background: #fff;
	color: #c3102e;
}
/*tooltips formatting*/ 
#tooltip
{
	background: #fff;
	color: #000;
	opacity: 0.85;
	border: 5px solid #dedede;
}
#tooltip h3
{
	font: normal 10px Verdana;
	margin: 0;
	padding: 6px 2px;
	border: 0;
}
