/* start normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;}[hidden]{display:none;}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;font-size:13px;line-height:1.231;}body,button,input,select,textarea{font-family:sans-serif;color:#222;}a{color:#00e;}a:visited{color:#551a8b;}a:hover{color:#06e;}a:focus{outline:thin dotted;}a:hover,a:active{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:1em 40px;}dfn{font-style:italic;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}ins{background:#ff9;color:#000;text-decoration:none;}mark{background:#ff0;color:#000;font-style:italic;font-weight:bold;}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:"";content:none;}small{font-size:85%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}ul,ol{margin:1em 0;padding:0 0 0 40px;}dd{margin:0 0 0 40px;}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0;}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:0;margin:0;padding:0;}label{cursor:pointer;}legend{border:0;*margin-left:-7px;padding:0;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal;*overflow:visible;}table button,table input{*overflow:auto;}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;resize:vertical;}input:valid,textarea:valid{}input:invalid,textarea:invalid{background-color:#f0dddd;}table{border-collapse:collapse;border-spacing:0;}td{vertical-align:top;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* end normalize.css */

body {
	margin: 0;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	color: #000;
	background: url('../images/bg-1.jpg') #6aaeb6 repeat-x;
}
.clear {
	clear: both;
}
.body {
	margin: 0 auto;
	width: 775px;
	background: url('../images/bg-2.jpg') #21608B repeat-x;
}
.head {
	margin: 0 auto;
	width: 740px;
	height: 129px;
	background: url('../images/header-logo.jpg') no-repeat;
}
.head a {
	display: block;
	height: 129px;
}
.head a h1 {
	display: none;
}
.navigation {
	margin: 0 auto;
	width: 740px;
}
.navigation UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation UL LI {
	float: left;
}
.navigation UL LI a span {
	display: none;
}
.navigation UL LI#about-us a {
	background: url('../images/about-us.jpg') no-repeat;
	display: block;
	width: 122px;
	height: 50px;
}
.navigation UL LI#about-us a:hover {
	background: url('../images/about-us.jpg') 0 -50px no-repeat;
	display: block;
	width: 122px;
	height: 50px;
}
.navigation UL LI#products a {
	background: url('../images/products.jpg') no-repeat;
	display: block;
	width: 124px;
	height: 50px;
}
.navigation UL LI#products a:hover {
	background: url('../images/products.jpg') 0 -50px no-repeat;
	display: block;
	width: 124px;
	height: 50px;
}
.navigation UL LI#news-room a {
	background: url('../images/news-room.jpg') no-repeat;
	display: block;
	width: 126px;
	height: 50px;
}
.navigation UL LI#news-room a:hover {
	background: url('../images/news-room.jpg') 0 -50px no-repeat;
	display: block;
	width: 126px;
	height: 50px;
}
.navigation UL LI#engineering a {
	background: url('../images/engineering.jpg') no-repeat;
	display: block;
	width: 125px;
	height: 50px;
}
.navigation UL LI#engineering a:hover {
	background: url('../images/engineering.jpg') 0 -50px no-repeat;
	display: block;
	width: 125px;
	height: 50px;
}
.navigation UL LI#employment a {
	background: url('../images/employment.jpg') no-repeat;
	display: block;
	width: 122px;
	height: 50px;
}
.navigation UL LI#employment a:hover {
	background: url('../images/employment.jpg') 0 -50px no-repeat;
	display: block;
	width: 122px;
	height: 50px;
}
.navigation UL LI#contact-us a {
	background: url('../images/contact-us.jpg') no-repeat;
	display: block;
	width: 121px;
	height: 50px;
}
.navigation UL LI#contact-us a:hover {
	background: url('../images/contact-us.jpg') 0 -50px no-repeat;
	display: block;
	width: 121px;
	height: 50px;
}
.content {
	margin: 0 auto;
	width: 740px;
	background: url('../images/c-bg.gif') #fcf5d9 repeat-x;
}
.body-2 {
	text-align: left;
	padding: 10px;
}
.main-img {
	width: 520px;
	float: left;
}
.slogan-img {
	width: 193px;
	float: right;
}
.txt-area {
	padding: 20px 0 20px 0;
	font-size: 14px;
}
.txt-area TABLE TD {
	background: #ece5c7;
}
.bottom {
	margin: 0 auto;
	background: url('../images/bottom.jpg') no-repeat;
	width: 740px;
	height: 197px;
}
.bottom-slides-holder {
	background: #fcf5d9;
}
.footer {
	margin: 0 auto;
	width: 740px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #FFF;
}
.footer p {
	font-size: 12px;
	color: #FFF;
	padding-bottom: 0;
	margin-bottom: 0;
}

.slides {
	position: relative;
}
#top-slides {
	width: 712px;
	height: 183px;
}
#bottom-slides {
	width: 740px;
	height: 87px;
}
.slides .slide {
	position: absolute;
	left: 0;
	top: 0;
}
.products {
	width: 740px;
	height: 380px;
	position: relative;
}
.products #prods-main {
	position: absolute;
	left: 0;
	top: 20px;
	width: 480px;
	height: 360px;
	margin: 0 12px;
}
.products #prods-main img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.products #prods-main #prods-main-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 440px;
	padding: 10px 20px;
	z-index: 1;
	text-align: right;
	color: white;
	background: black;
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.products #prods-main #prods-main-overlay h1,
.products #prods-main #prods-main-overlay h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
}
.products #prods-main #prods-main-overlay h1 {
	font-size: 21px;
}
.products #prods-main #prods-main-overlay h2 a {
	color: white;
	font-size: 12px;
}
.products #prods-sidebar,
.products #prods-sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.products #prods-sidebar {
	position: absolute;
	top: 20px;
	right: 0;
	width: 230px;
}
.products #prods-sidebar li {
	margin-bottom: 12px;
	height: 81px;
	cursor: pointer;
	cursor: hand;
}
.products #prods-sidebar li p {
	vertical-align: middle;
	padding-top: 12px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}
.products #prods-sidebar li img {
	float: left;
	margin-right: 12px;
}
#prods-single #prods-main #prods-main-overlay {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
#prods-single #prods-sidebar img {
	margin-right: 7px;
	margin-bottom: 12px;
	cursor: pointer;
	cursor: hand;
}
