@charset "UTF-8";

/* HTML5 Template Styles for PMI Index */
/* Make HTML5 layout elements block elements for older browsers */
header, nav, aside, article, footer, section, figure, figcaption {
  display: block;
}
/* Get rid of white border around browser window */
body {
  background: url(pix/BearingScreenSaver_Med_2.jpg) left top fixed #000;
  background-size: cover;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;

}

/* Get rid of large margins on headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 1.5em;
}

header img {
	float: left;
	height: 130px;
	margin-left: 10px;
	margin-top: 5px;
}

header {
	text-align: center;
	height: 120px;
}

header h1 {
	margin-left: 20px;
	padding-top: 20px;
}

header h2 {
	padding-top: 5px;
	color: #888;
}

#wrapper {
  /* Set your own widths, % for fluid, px for fixed */
  width: 80%;
  max-width: 960px; 
  /* Center the layout */
  margin: 0 auto;
  background-color: #fff;
  box-shadow: -15px 0px 15px #000, 15px 0px 15px #000;
}

#tabs {
	margin-top: 20px;
}	

#fixedfoot {
	width: 100%; 
	height: 40px;
}

footer {
	margin: 0 auto;
	background-color: #ddd;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	text-align: center;
	padding: 5px;
}

a:link, a:visited {
	color: #00f;
}

a:hover, a:active {
	font-weight: 600;
}

.squish {
	font-stretch: normal;
}

/*========== Styling for Capabilies =========== */

#capa {
	position: relative;
	text-align:center;
	margin: 0 auto;
}

/* ========= Styling for Innovations =========== */

figure {
	padding: 4%;
	background: white;
	border-radius: 0;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 70%;
	border: solid 1px gray;
	box-shadow: 3px 3px 3px 3px silver;
}


figure img {
	width: 80%;
	display: block;
	border-radius: 0;
	margin: 0 auto;
}


figcaption {
	padding: 0;
	font-size: 12pt;
	color: #999;
	width: 80%;

}

/* ========= Styling for Mechanical Animations =========== */


/* Create raised appearance with border, rounded corners and shadow */
/* Works with images, tables and block elements (div, p and headings) */

.vid1{
	width: 300px;
	height: 300px;
	display: block;
	margin: 0 auto;
}

.vid2{
	width: 300px;
	height: 180px;
	display: block;
	margin: 0 auto;
}

.raised{
	border: solid 1px gray;
	border-radius: 5px;
	box-shadow: 5px 5px 5px gray;
	margin-top: 10px;
}

