/**********************************************************************************************

	Title: SpinDance Screen CSS

***********************************************************************************************

	1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Forms
			1.3 Links
			1.4 Miscellaneous
			1.5 Sticker Footer
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Accessibility menu
			3.2 Header
			3.3 top banner
			3.4 Primary content
			3.5 Footer
		
	4. LAYOUT ELEMENTS

***********************************************************************************************/


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; 	font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

body {
	line-height: 1; }	
	
ol, ul {
	list-style: none; }
	
table {
	border-collapse: separate; 
	border-spacing: 0;
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%; 
	position: relative;
	color: #000;
	background: #d5c5b8 url(../images/bgr_body.jpg) top left repeat-x;
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	
h2 {
	color: #c41130;
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 25px;
}

h3 {
	color: #7a6861;
}

h4 {
	color: #7a6861;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 9px;
}

h5 {
	color: #7a6861;
	font-weight: bold;
	padding-top: 15px;
	font-size: 90%
}

p {
	margin: 0 0 18px 0;
	line-height: 1.5em;
}


/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

label {
	font-size: 1.2em;
}

input, textarea, select {
	font: 1.1em Arial, Helvetica, sans-serif;
}



/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a{
	color: #c41130;
	text-decoration: underline;
	font-weight: bold;
/*	font-size: 90%   */
}

a:hover, a:active {
	
}



/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr { 
	display: none; }
		
strong {
	font-weight: bold; }
		
em {
	font-style: italic; }
	
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.hide label {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }
/* End hide from IE-mac */

.last-item {
	border: none!important;
}

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
#container{
	margin: 15px auto;
	width: 794px;
	background: none;
}
	
#header {
	position: relative;
	color: #000;
	height: 102px;
	background: url(../images/bgr_header.jpg) bottom right no-repeat;
	overflow: hidden;
	margin-right: 16px;
}

#content-wrapper {
	background: url(../images/bgr_content.png) top left repeat-y;
	
}

#content-top {
	background: url(../images/bgr_content_top.jpg);
	height: 22px;
}
#main-content {
	padding: 0 45px;
	min-height: 430px;
}

#footer {
	background: url(../images/bgr_footer.png) top left no-repeat;
	height: 66px;
	text-align: center;
	clear: both;
}

#footer_long {
	background: url(../images/bgr_footer_long.png) top left no-repeat;
	height: 66px;
	text-align: center;
	clear: both;
}
	
#footer_home {
	background: url(../images/bgr_footer_home.png) top left no-repeat;
	height: 66px;
	text-align: center;
	clear: both;
}
	
/* 3.1	Accessibility menu
-----------------------------------------------------------------------------------------------*/	

.accessibility-menu {
	position: absolute;
	left: -1000em;
	text-align: left;
}


/* 3.2	Header
-----------------------------------------------------------------------------------------------*/		
	/* Logo -> Image replacement. */
	#header h1, #header h1 a, #header h1 a span {
		display: block;
		width: 308px;
		height: 102px;
		overflow: hidden;
		cursor: pointer;
		position: relative;
		top: 0px;
		left: 9px;
	}
		#header h1 a span {	
			position: absolute; 
			top: 0;
			left: 0px;
			z-index: 10;
			background: url(../images/img_logo.gif) no-repeat;
		}
	
			
/* 3.3	Content
-----------------------------------------------------------------------------------------------*/	

	/* 3.3.1	main navigation
	-----------------------------------------------------------------------------------------------*/			
	
	#main-navigation-box {
		background-color: #887d75;
		margin: 0 27px 40px 27px;
		position: relative;
		z-index: 1000;
	}
	#main-navigation {
		margin-left: 128px;
	}
	#main-navigation li {
		float: left;
		margin-left: -4px;
		position: relative;
		height: 28px;
		cursor: pointer;
	}
		#main-navigation li:hover, #main-navigation li ul li a:hover {
			background-position: bottom left!important;
			z-index: 11!important;
		}
		#main-navigation li.menu1 {
			background: url(../images/img_menu1.gif);
			z-index: 10;
		}
		#main-navigation li.menu2 {
			background: url(../images/img_menu2.gif);
			z-index: 9;
		}
		#main-navigation li.menu3 {
			background: url(../images/img_menu3.gif);
			z-index: 8;
		}
		#main-navigation li.menu4 {
			background: url(../images/img_menu4.gif);
			z-index: 7;
		}
		#main-navigation li.menu5 {
			background: url(../images/img_menu5.gif);
			z-index: 6;
		}
		#main-navigation li.menu1 a{
			width: 97px;
		}
		#main-navigation li.menu2 a{
			width: 103px;
		}
		#main-navigation li.menu3 a{
			width: 97px;
		}
		#main-navigation li.menu4 a{
			width: 112px;
		}
		#main-navigation li.menu5 a{
			width: 99px;
		}
		#main-navigation li ul {
			position: absolute;
			top: 28px;
			left: -75px;
			z-index: 25px;
			width: auto;
			margin: 0;
			width: 300px;
			visibility: hidden;
		}
			#submenu1 {
				left: -90px!important;
			}
			#submenu2 {
				left: -75px!important;
			}
			#submenu3 {
				left: -71px!important;
			}
			#submenu4 {
				left: -40px!important;
			}
			#submenu5 {
				left: -83px!important;
			}
			#main-navigation li:hover ul,#main-navigation li.menu1:hover ul,#main-navigation li.menu2:hover ul{
				visibility: visible;
			}
			#main-navigation li ul li {
				float: left!important;
				background: #fff;
				margin: 0;
			}
				#main-navigation li ul li a {
					display: block;
					height: 38px;
					color: #887D75;
					float: left!important;
				}
					#main-navigation li ul li a#submenu11 {
						background: url(../images/img_submenu11.gif);
						width: 89px;
					}
					#main-navigation li ul li a#submenu12 {
						background: url(../images/img_submenu12.gif);
						width: 102px;
					}
					#main-navigation li ul li a#submenu13 {
						background: url(../images/img_submenu13.gif);
						width: 78px;
					}
					#main-navigation li ul li a#submenu21 {
						background: url(../images/img_submenu21.gif);
						width: 83px;
					}
					#main-navigation li ul li a#submenu22 {
						background: url(../images/img_submenu22.gif);
						width: 87px;
					}
					#main-navigation li ul li a#submenu23 {
						background: url(../images/img_submenu23.gif);
						width: 103px;
					}
					#main-navigation li ul li a#submenu31 {
						background: url(../images/img_submenu31.gif);
						width: 81px;
					}
					#main-navigation li ul li a#submenu32 {
						background: url(../images/img_submenu32.gif);
						width: 82px;
					}
					#main-navigation li ul li a#submenu33 {
						background: url(../images/img_submenu33.gif);
						width: 79px;
					}
					#main-navigation li ul li a#submenu41 {
						background: url(../images/img_submenu41.gif);
						width: 65px;
					}
					#main-navigation li ul li a#submenu42 {
						background: url(../images/img_submenu42.gif);
						width: 61px;
					}
					#main-navigation li ul li a#submenu43 {
						background: url(../images/img_submenu43.gif);
						width: 89px;
					}
					#main-navigation li ul li a#submenu51 {
						background: url(../images/img_submenu51.gif);
						width: 104px;
					}
					#main-navigation li ul li a#submenu52 {
						background: url(../images/img_submenu52.gif);
						width: 61px;
					}
					#main-navigation li ul li a#submenu53 {
						background: url(../images/img_submenu53.gif);
						width: 66px;
					}
	#main-navigation a {
		color: #fff;
		text-decoration: none;
		display: block;
		height: 28px;
		float: left;
	}
		#main-navigation a span {
			visibility: hidden;
			display: block;
			height: 28px;
			float: left;
			line-height: 28px;
		}	
		
	#main-navigation-box a#home {
		position: absolute;
		left: 50px;
	}	



#flash {
/* 	background-color: #c1cec8; */
	background: url(../images/img_flash.png) no-repeat;
	height: 100px;
	margin-bottom: 25px;
	clear: both;
}		

h2 {
	height: 24px;
	background: url(../images/img_h2.gif) no-repeat;
	margin-left: 50px;
}
	h2 span, h3 span {
		visibility: hidden;
	}
	
#heading-box {
	background: url(../images/bgr_heading.gif) top left no-repeat;
	width: 707px;
	padding-top: 35px;
}
h3#heading-process {
	background: url(../images/img_h3_process.gif);
	width: 477px;
	height: 28px;
}
h3#heading-consulting {
	background: url(../images/img_h3_consulting.gif);
	width: 477px;
	height: 28px;
}
h3#heading-engineering {
	background: url(../images/img_h3_engineering.gif);
	width: 477px;
	height: 28px;
}
h3#heading-quality {
	background: url(../images/img_h3_quality.gif);
	width: 477px;
	height: 28px;
}
h3#heading-strength {
	background: url(../images/img_h3_strength.gif);
	width: 73px;
	height: 28px;
}
h3#heading-services {
	background: url(../images/img_h3_services.gif);
	width: 477px;
	height: 28px;
}
h3#heading-expertise {
	background: url(../images/img_h3_expertise.gif);
	width: 477px;
	height: 28px;
}
h3#heading-applications {
	background: url(../images/img_h3_applications.gif);
	width: 477px;
	height: 28px;
}
h3#heading-success {
	background: url(../images/img_h3_success.gif);
	width: 477px;
	height: 28px;
}
h3#heading-story1 {
	background: url(../images/img_h3_story1.gif);
	width: 477px;
	height: 28px;
}
h3#heading-story2 {
	background: url(../images/img_h3_story2.gif);
	width: 477px;
	height: 28px;
}
h3#heading-story3 {
	background: url(../images/img_h3_story3.gif);
	width: 477px;
	height: 28px;
}
h3#heading-company {
	background: url(../images/img_h3_company.gif);
	width: 477px;
	height: 28px;
}
h3#heading-about {
	background: url(../images/img_h3_about.gif);
	width: 477px;
	height: 28px;
}
h3#heading-staff {
	background: url(../images/img_h3_staff.gif);
	width: 477px;
	height: 28px;
}
h3#heading-facility {
	background: url(../images/img_h3_facility.gif);
	width: 477px;
	height: 28px;
}
h3#heading-contact {
	background: url(../images/img_h3_contact.gif);
	width: 477px;
	height: 28px;
}
h3#heading-connections {
	background: url(../images/img_h3_connections.gif);
	width: 477px;
	height: 28px;
}
h3#heading-map {
	background: url(../images/img_h3_map.gif);
	width: 477px;
	height: 28px;
}
h3#heading-hiring {
	background: url(../images/img_h3_hiring.gif);
	width: 477px;
	height: 28px;
}


#content-text, #content-img {
	float: left;
	margin-bottom: 35px;
}
#content-text {
	width: 475px;
	margin-right: 25px;
}
#content-text-home {
	width: 607px;
	margin-left: 50px;
	margin-right: 20px;
}

#content-img {
	
}

.square-list {
	list-style: square;
	color: #c41130;
	margin: 0 0 20px 12px;
	font-weight: bold;
}
.square-list li {
	margin-top: 14px;
	font-size: 90%
}

.table-text {
	font-size: 90%; 
}
.table-title {
	font-size: 90%; 
	font-weight: bold;
	color: #7a6861;
}
	
	
	
/* 3.4	Footer
-----------------------------------------------------------------------------------------------*/	
#footer p#copyright {
	color: #887d75;
	font-weight: bold;
	padding-top: 40px;
}

#footer_long p#copyright {
	color: #887d75;
	font-weight: bold;
	padding-top: 40px;
}

#footer_home p#copyright {
	color: #887d75;
	font-weight: bold;
	padding-top: 40px;
}



/* 4. LAYOUT ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/			

/* standard sIFR styles */

	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	.sIFR-replaced {
		visibility: visible !important;
	}
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	.sIFR-flash + div[adblocktab=true] {
		display: none !important;
	}
	
	
	.primary-navigation{
	min-height: 37px;
	float: right;
	position: relative;
	z-index: 9999;
	background: #036
	
}
	
	.primary-navigation li{
		min-height: 37px;
		background: url(../images/bg_nav_divider.png) no-repeat right bottom;
		float: left;
		position: relative;
		
	}
	
	.primary-navigation li.lastitem{
		background-image: none;
	}
	
	.primary-navigation a{
		min-height: 37px;
		line-height: 37px;
		background: #036;
		float: left;
		
		padding: 0 18px;
		margin-right: 1px; 
		font-size: 1.4em;
		text-decoration: none;
		color: #D6E5F5;
		
	}
	
	.primary-navigation a:hover,.primary-navigation li.selected a{
		background: url(../images/bg_nav_a.gif) repeat-x left bottom;
		color: #fff;
	}
	
	.primary-navigation li.lastitem a{
		margin-right: 0;
	}
	
	.primary-navigation li ul{
		display: none; 
		position: absolute;
		left: -999em;
		text-align: left;
		z-index: 9999;
	}
		.primary-navigation li ul li{
			min-height: 19px;
			line-height: 19px;
			background: none;
			float: left;
			clear: left;
			
		}
			.primary-navigation li ul li.last{
				border-bottom: none;
			}
			.primary-navigation li ul li.last a{
				background-image: none;
			}
			
			
		.primary-navigation  li ul li a,.primary-navigation li.selected  ul li a
		{
			min-height: 27px;
			border-top: 1px solid #6B8CAD;
			background: #175594;
			background-image: none;
			display: block;
			color: #D6E5F5;
			float: none;
			padding: 0 0 0 20px;
			width: 195px;
			margin: 0;
			font-size: 1.2em;
			text-decoration: none;
		}
		.primary-navigation  li ul li a:hover{
			background: #2A6BAE;
			color: #fff;
		}
		
	.primary-navigation li:hover ul{
		top: 37px;
		left: 0;
		display: block;
		z-index: 1000;
	}
