/* Reset browser defaults */
@import url("css/reset.css");
/* Apply basic typography styles */
@import url("css/typography.css");
/* Apply form styles */
@import url("css/forms.css");
/* Apply menu styles */
@import url("css/menu.css");

/* Site layout styles */

#navigation, 
#header-container, 
#body-container, 
#footer-container, 
#footer-navigation, 
#container-mask {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
}
#page-nav, 
#header, 
#container, 
#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#navigation {
	border-top: 15px solid #296493;
	background: #000 url(images/bg_navigation.png) repeat-x;
	z-index: 1020;
}

#header-container {
	background: #266493 url(images/bg_header.gif) repeat-x;
	border-top: 2px solid #fff;
	border-bottom: 8px solid #266493;
}
#header {
	background: url(images/bg_banner.jpg) no-repeat;
	height: 122px;
}
#header.banner-home {
	height: 214px;
}
#site-title, 
#site-title a {
	float: left;
	width: 262px;
	height: 102px;
	margin: 0;
	padding: 0;
}
#site-title a {
	display: block;
	margin: 10px 1px;
	background: url(images/logo.png) no-repeat;
}
#description-container {
	position: relative;
	float: right;
	top: 24px;
	right: 30px;
	width: 430px;
}
#site-description {
	display: block;
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(images/description.png) no-repeat center center;
}
#site-title span, #site-description span {
	display: none;
}
#description-list {
	list-style: none;
}
#description-list, #description-list li {
	position: relative;
	overflow: hidden;
	float: right;
	width: 430px;
	height: 48px;
	margin: 0;
	padding: 0;
}
#description-list span {
	display: none;
}
#description-list #desc-engineering {
	background: url(images/desc-engineering.png) no-repeat;
}
#description-list #desc-validation {
	background: url(images/desc-validation.png) no-repeat;
}
#description-list #desc-quality {
	background: url(images/desc-quality.png) no-repeat;
}
#description-list #desc-connect {
	background: url(images/desc-connect.png) no-repeat;
}
#description-list #desc-commercial {
	background: url(images/desc-commercial.png) no-repeat;
}
#scroller-container {
	position: relative;
	overflow: hidden;
	right: 30px;
	width: 429px;
	height: 85px;
	float: right;
	clear: both;
	margin-top: 14px;
}
#scroller {
}
#scroller .frame {
}
#scroller .frame img {
	border: 1px solid #fff;
	margin-right: 1px;
}

#body-container {
	border-top: 3px solid #e4f1f9;
	background: url(images/bg_body.gif) repeat-x;
	padding-top: 40px;
}

#container-mask {
	overflow: hidden;
	background: transparent; /* primary column background */
}
#content-container {
	position: relative;
	width: 100%;
	float: left;
	right: 70%; /* primary column width */
	background: transparent; /* left column background */
}
.content, .sidebar {
	float: left;
	position: relative;
	padding: 0 0 1em;
	overflow: hidden;
}
.content {
	width: 66%; /* primary column content width */
	left: 102%; /* 100% plus left column left padding */
}
.sidebar {
	width: 26%; /* left column content width (column width minus left and right padding) */
	left: 6%; /* (primary column left and right padding) plus (left column left padding) */
}

.double-column {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}
.double-column .split-col1, 
.double-column .split-col2 {
  position: relative;
  float: left;
  width: 48%;
}
.double-column .split-col1 {
  padding: 0 2% 0 0;
}
.double-column .split-col2 {
  padding: 0 0 0 2%;
}

#puzzle {
	list-style: none;
	display: block;
	position: relative;
	margin: 0 14px;
	padding: 0;
	background: url(images/puzzle.jpg) no-repeat;
	height: 340px;
	width: 560px;
}
#puzzle .puzzle-piece {
	position: absolute;
	height: 24px;
}
#puzzle .puzzle-piece a {
	display: block;
	height: 24px;
}
#puzzle .puzzle-piece span {
	display: none;
}
#puzzle #puzzle-engineering {
	left: 232px;
	top: 94px;
	width: 142px;
}
#puzzle #puzzle-verification {
	left: 55px;
	top: 191px;
	width: 160px;
}
#puzzle #puzzle-501 {
	left: 16px;
	top: 67px;
	width: 184px;
}
#puzzle #puzzle-device {
	left: 311px;
	top: 32px;
	width: 231px;
}
#puzzle #puzzle-commercial {
	left: 345px;
	top: 179px;
	width: 215px;
}
#puzzle #puzzle-commercial, #puzzle #puzzle-commercial a {
	height: 46px;
}

.equipment-entry {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5em;
  background: #fff;
}
.equipment-entry .equipment-thumbnail {
  float: left;
  padding: 1.5em;
}
.equipment-entry .equipment-detail { padding: 1.5em; }
.equipment-entry .equipment-detail h4 { color: #223f91; }

.sidebar h3 {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 0.8em;
	margin: 0;
}
.sidebar .shadow-box {
	font-size: 12px;
}

#side-navigation ul {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font-size: 1.2em;
}
#side-navigation ul li {
	background: url(images/bullet_sidemenu.png) no-repeat;
	padding-left: 20px;
	line-height: 19px;
}
#side-navigation ul li a {
	display: block;
	padding: 4px;
	border-bottom: 1px dashed #525c61;
}

.shadow-box {
	position: relative;
	background: #fff url(images/shadow_box_tl.gif) no-repeat left top;
	margin-right: 2em;
}
.shadow-box .shadow-box {
	background: url(images/shadow_box_tr.gif) no-repeat right top;
	padding: 2em 1em 1em;
	margin: 0;
}
.shadow-box .shadow-box span {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background: url(images/shadow_box_bl.gif) no-repeat;
}
.shadow-box .shadow-box span span {
	right: 0;
	left: auto;
	width: 10px;
	background: url(images/shadow_box_br.gif) no-repeat;
}

#footer-container {
	background: #fff;
	border-top: 2px solid #929292;
}
#footer {
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	width: 900px;
	padding: 20px 30px 30px;
}
#footer p {
	margin: 0;
}
#footer p, #footer p a {
	color: #424242;
}
#footer-navigation .menu {
	right: -1.2em;
	margin-bottom: 1.5em;
}
#footer-navigation .menu li {
	left: auto;
	border-left: 1px solid #1e537b;
}
#footer-navigation .menu li.first {
	border-left: 0 none;
}
#footer-navigation .menu a {
	line-height: 0.75em;
	padding: 0 1.2em;
}

#bwd {
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 1em;
}
