﻿
/* CSS Document */

body {
	margin: 20px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 10px;
	line-height: 14px;
}

img {
	border: 0px;
}

a {
	color: #0072bc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #0072bc;
	font-weight: normal;
}

h2 { 
  text-transform:capitalize;
  font-size:14px;
  margin-left: 20px;
  margin-top:15px;
}

h3 {
  font-size:12px;
}

h4 { 
  text-transform:uppercase;
  font-size:12px;
  margin-left:20px;
  margin-top:20px;
  margin-bottom:-10px;
}

h6 { 
  text-transform:uppercase;
  font-size:11px;
  margin:10px 0px 0px 0px;
  padding:0px;
}

.Error {
  width:80%;
  background-color:Red; 
  line-height:24px;
  color:White;
  font-weight:bold;
  padding-left:15px;
}


.clr {
	clear: both;
}

#container {
	width: 920px;
	margin: 0px auto;
}

#header #logo{
	height: 66px;
	overflow: hidden;
}

#header #logo #logo_left {
	float: left;
}

#header #logo #logo_right {
	float: right;
}

#header #logo #logo_message{
	height: 66px;
	overflow: hidden;
}


#header #nav {
	height: 48px;
}

#search_form {
	width: 156px;
	height: 48px;
	float: left;
	margin-right: 4px;
	overflow: hidden;
	color: #666;
	font-size: 8px; 
}


#search_form input {
	margin: 0;
	padding: 0;
}

#search_form div#search_inputs {
	border: 1px solid #999;
	padding: 2px 4px;
	position:relative;
	height: 16px;  
	margin-bottom:3px;
}

#search_form input.query {
	width: 120px;
	border: 0px;
	height: 14px;
	line-height: 14px;
	font-size: 10px; 
	margin-top: 2px;
}

#search_form input.search_go {
	position: absolute;
	top: 1px;
	right: 1px;
}

#util_nav {
	height: 19px;
	background: #868686 url(../../Images/tip_nav_gray.gif) no-repeat top right;
	margin-bottom: 3px;
	width: 664px;
	float: left;
	text-transform: uppercase;
	line-height: 19px;

}

#util_nav a {
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	padding: 0px 22px 0px 10px;
	display: block;
	float: left;
}

#util_nav a:hover {
	text-decoration: none;
}

#util_nav span#placeholder {
	width: 112px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: left;
	height: 10px;
}

#info_nav {
  float: left;
  width: 670px; 
  text-align:right; 
  padding-top:0px;
}

#info_nav a { 
  margin: 0px 3px;
  color: #000;
  text-transform:uppercase;
}

/******** Top Nav Drop Down *************/
#top_nav {
	height: 26px;
	background: #ffcc00 url(../../Images/tip_nav_yellow.gif) no-repeat top right;
	width: 650px;
	float:left;
	text-transform: uppercase;
	line-height: 25px;
}


#top_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#top_nav a, #top_nav a:visited {
	text-decoration: none;
	color: #000;
	font-size: 9px;
}

#top_nav a:hover {
	text-decoration: none;
}

#top_nav li {
  float: left;
  display: inline;
  padding: 0px 18px 0px 14px;
  position: relative;
  text-align: left;
  /* z-index: 99;*/
  background-color: #ffcc00;
}

#top_nav li#ctl00_highlight {
  background-color: #f9b82d;
}

#top_nav li ul {
  position: absolute;
  display: none;
  top: 26px;
  left: 0px;
  height: 100px;
  width:150px;
}

#top_nav li:hover, #top_nav li.over, #top_nav li.active_menu {
  background-color: #f9b82d;
}

#top_nav li:hover a, #top_nav li.over a, #top_nav li.active_menu a {
	color: #222;
}

/* submenu */
#top_nav li:hover ul, #top_nav li.over ul { 
  display: block;
  top: 25px;
  left: 0px;
 /* z-index: 990;*/
  height: 100px;
}

#top_nav li:hover ul li ul, #top_nav li.over ul li ul{ 
	display: none;
}

#top_nav li ul li{
	margin: 0px;
	background-color: #0072bc;
	color: #fff;
	cursor: pointer;
/*	z-index: 100; */
  	width: 160px;
	padding: 0px;
	text-transform:capitalize;
	line-height: 26px;
	border-bottom: 1px solid #fff;
}

#top_nav li ul li a, #top_nav li:hover ul li a, #top_nav li ul li:hover a, #top_nav li.over ul li a, #top_nav li ul li.over a {
	color: #fff;
	padding-left: 14px;
	/*font-style: italic;*/
}

#top_nav li ul li:hover, #top_nav li ul li.over {
	background: #004075;
}

#top_nav li ul li ul {
  display: none;
}

#top_nav li ul li:hover ul, #top_nav li ul li.over ul, #top_nav li:hover ul li:hover ul, #top_nav li.over ul li.over ul { 
	display: block;
	top: 0;
	left: 160px;
}

#top_nav li ul li ul li{
  	margin: 0px;
  	background-color: #fff;
	color: #0072bc;
	cursor: pointer;
	z-index: 199;
	border-bottom: 1px solid #0072bc;
}

#top_nav li ul li.over ul li a, #top_nav li ul li:hover ul li a, #top_nav li ul li ul li:hover a, #top_nav li ul li ul li.over a{
	color: #004075;
}

#top_nav li ul li ul li:hover, #top_nav li ul li ul li.over {
	background: #cce3f2;
	
}

/************ end top nav drop down ********/


#left {
	width: 160px;
	float: left;
	padding-top: 55px;
	font-size:10px; 
}

#left a {
	display: block;
	text-transform: uppercase;
	line-height: 24px;
	color: #222;
	text-decoration: none;
}

#left a:hover, #left a.highlight {
	color: #0072bc;
	text-decoration: none;
}

#left h3 {
  color:#ed1c24;
}

#left #HomeNews {
  margin-bottom: 0px; width:95%;  
}

#left #HomeNews .NewsListItem { 
  margin-bottom:6px;
}

#left #HomeNews .NewsListItem a{
  display:inline;
  line-height:14px; 
  text-transform:none;
}

#left .HomeEmail {
  margin-bottom:15px;
  font-size:9px;
  line-height: 12px;
  }

#left .NewsAdd {
  margin-bottom:43px;
  line-height: 14px;
  display: block;
  width: 160px;
  float: left;
  font-size:10px; 
  text-transform:none;
  }


#left .HomeEmail a {
 font-size:9px; 
 text-transform:none;
 display:inline;
 line-height: 12px; 
}

#left a#ctl00_MainContentPlaceHolder_MenuAbout_highlight, 
#left a#ctl00_MainContentPlaceHolder_MenuAbout_highlight1, 
#left a#ctl00_MainContentPlaceHolder_MenuResources_highlight,
#left a#ctl00_MainContentPlaceHolder_MenuDemonstrations_highlight,
#left a#ctl00_MainContentPlaceHolder_MenuNews_highlight {
	color: #0072bc;
	text-decoration: none;
}

#left #ctl00_MainContentPlaceHolder_MenuAbout_LeftInner {
  margin-left: 15px;
}

#left #ctl00_MainContentPlaceHolder_MenuAbout_LeftInner a {
  line-height: 18px;
}

#HomeImage {
  width:635px;
}

#HomeContent {
  width: 760px;
  float: left;
  padding-top:15px;
}

#content {
	width: 746px;
	float: right;
	padding-top: 10px;
	z-index: 0;
}

#content li { 
	list-style-image: url(../../images/dot_bullet_blue.gif);
	margin-bottom: 3px;
}

.breadcrumb, .breadcrumb a {
	text-transform: lowercase;
	color: #808080;
	text-decoration: none;
	font-style: italic;
	font-size: 9px;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.content_leftcol {
	width: 600px;
	margin: 0px 20px;
	float: left;
	display: inline;
}

.content_rightcol {
	width: 100px;
	float: right;
}

.yellow_border {
  position:relative; 
	border: 1px solid #ffcc00;
	margin-bottom: 10px;
	padding:10px 6px;
}

.yellow_border p{
	margin: 10px;
}

.yellow_border a {
  color:#000;
  font-size:9px;
}

.yellow_border .internal { 
  display:inline-block;
  position:relative; 
  width:100%;
  }

.yellow_border .internal .read_more 
{ 
  position:absolute; 
  right: 0px; bottom: 0px;
}

.yellow_border .internal .read_more a{
  color: #0072bc;
}

#Demonstration td {
  width:180px;
  padding-top:10px;
}

#Demonstration .yellow_border {
  width:148px;
  margin-top:10px;
  padding:6px 5px;
}

#Demonstration .yellow_border .internal .read_more {  
  right: 0px; bottom: 0px; 
}

#Demonstration .yellow_border .internal .read_more a {
  text-transform:capitalize;
}

#Demonstration .DemoTitle {
  margin-bottom:2px;
}

#Demonstration .DemoTitle a{
  text-transform:uppercase;
  color: #0072bc;
}

.content_onecol {
	width: 680px;
	margin-left: 20px;
	clear: both;
}

div.blue_bg {
	padding: 20px;
	background-color: #e5f1f8;
	margin: 10px 0px; 
}

div.white_bg {
	padding: 20px;
	background-color: #ffffff;
	margin: 10px 0px; 
}

.section_header {
	text-transform: uppercase;
	margin: 5px 0px 15px 0px;
	font-size: 13px; 
}

.one_item {
  margin-bottom:20px;
}

.item_image {
	width: 50px;
	float: right;
	margin-right:85px;
}

.item_content {
	width: 440px;
	float: left;
}

.item_content p { 
  margin: 4px 0px;
}

.item_header {
	text-transform: uppercase;
	color: #0072bc;
}

.readmore {
	text-transform: lowercase;
	text-align: right;
}

.readmore a {
	color: #222;
}

.readmore span {
  color: #0072bc;
}

#left_product {
	width: 160px;
	float: left;
	padding-top: 55px; 
	font-size:10px;
}

#left_product div {
  margin:0px;
  padding:0px;
}

#left_product a {
	color: #222;
	text-decoration: none;
}

#left_product a.highlight {
  color: #0072bc;
}

#left_product .left_menu_item { 
  margin-bottom:8px;
}

#left_product .left_submenu_item { 
  margin-bottom:8px;
  margin-left:10px;
}

#left_product .ctl00_MainContentPlaceHolder_ProductList_1 { color:#0072BC; }

#left_product #ctl00_MainContentPlaceHolder_ProductList { margin-left:10px;
}

#left_product a:hover {
	color: #0072bc;
	text-decoration: none;
}

#left_product td { 
  vertical-align:top; 
  line-height:12px; 
  padding:2px 0px;
}

#ProductBrowse { 
  table-layout:fixed;
  width: 520px;
  margin-bottom:20px;
}

#ProductBrowse td.child { 
  width:195px; 
  vertical-align:top; 
  text-align:left;
}

#ProductBrowse td.child td {
  vertical-align:top;
  line-height:12px; 
  padding:2px 0px;
}

#ProductBrowse .ProductImage {
  width: 190px;
  /*border:solid 1px #ccc; */
  text-align:left; 
  vertical-align:middle;
}

.ProductBrowseLink { 
  text-transform:uppercase;
}

#ProductContent {
  margin-left: 20px;
}

#ProductContent p {
  width:600px;
}

#ProductContent td p {
  width:420px;
}

#ProductContent .Description{
  margin-bottom: 10px;
  width:420px;
}

#ProductContent .CatalogPdf{
  margin-bottom: 10px;
}

#ProductContent .ProductHeader {
  border-collapse:collapse;
}

#ProductContent .ProductHeader th{ 
  background-color:#cce3f2; 
  font-weight:bold; 
  padding: 8px 0px;
  border:solid 1px #ccc;
}

#ProductContent .ProductHeader td{ 
  border-left:solid 1px #ccc; 
  border-right:solid 1px #ccc; height:8px;
}

.ListItemName { 
  font-weight:bold; 
  text-transform:uppercase;
  width:100%;
  font-size: 10px; 
  line-height:16px;
}

.ListItemName a { 
  color: #222;
}

.ListItemName a.detail { 
  color: #0072bc;
}

.ListItemName a.catalog_pdf { 
  color: #ffcc00;
}

.ListItemName span {
}

.ListItemImage {
  width:100%;
  height: 110px;
}

.ListItemImage img{
  width:130px;
}

.Image img {
  /* width:160px; */
}

#ctl00_MainContentPlaceHolder_ProductDataList td { 
  
  width: 160px;
  padding: 4px;
}

.GridViewClass th { border:solid 1px #ccc; padding:5px 0px; font-size:12px;}

.GridViewClass td { border:solid 1px #ccc; padding:3px 0px;}

.GridViewClass td a { font-size:9px;}

#JobContent {
  margin-left: 20px;
  width: 85%;
}

#InnerContent {
  margin-left: 20px;
  margin-top: 15px;
  width: 80%;
}

.Contact {
  background-color:#e5f1f8;
  padding: 15px 25px; 
  line-height: 20px;
}

.Headquarter {
  background-color:#e5f1f8;
  padding: 10px 15px; 
  margin-top: 10px;
}
.Channel {
  background-color:#e5f1f8;
  padding: 10px 15px; 
  margin-top: 10px;
}

.Office {
  padding: 10px 15px; 
}

.LocationHeader { 
  text-transform:uppercase; 
  font-weight:bold;
  margin-bottom: 6px;
}

.Location {
  width:260px;
}

.Office td {
  padding-bottom:8px;
}

.Office td.title { 
  font-style:italic;
}

.Office td.Name { 
  text-transform:uppercase;
}

.JobListItem { 
  width:88%; 
  background-color:#cce3f2; /*e5f1f8; */
  padding: 8px 15px; 
  line-height: 20px;
  margin-bottom: 20px;
}

.Inner {
  margin-left:25px;
}

#FormTable {
  margin-left: 50px;
}

#FormTable th { 
  font-weight:normal;
  text-align:left; 
  vertical-align:top;
}

.NewsNav {
  margin-top: 30px;
}


.NewsDescription {
}

.NewsImage {
  float:right;
  width: 150px;

}

.SearchResults {
  margin-bottom:20px;
  margin-left:20px;
  width:80%;
}

.SearchResults .OneItem {
  margin-bottom:10px;
  margin-left: 15px;
}

.Indent {
  margin-left:20px;
}

table.QuoteForm td {
  padding-right:5px;
  padding-bottom: 5px;
}

td.header { 
  background-color: #e5f1f8;
  color:#000; 
  padding: 4px 10px; 
  font-size:10px; 
  font-weight:bold;
}

td.content {
  padding-bottom: 15px;
}

td.content img {
  display:block;
}

td.content p {
  margin: 5px 0px; 
}

td.content p.PdfLink { 
  text-align:center;
}

td.content span { 
  font-weight:bold; 
  text-decoration:underline; 
  font-style:italic;
}

td.content div { 
  text-align:right; 
  width:100%; 
  color:#999;
}

td.content ul {
  margin-top:10px;
}

.EventYearHeader {
  background-color: #e5f1f8;
  color:#000; 
  margin-top:18px;
  margin-left:5px;
  padding: 15px 15px; 
  font-size:12px; 
}

.NewsHeader {
  background-color: #e5f1f8;
  color:#000; 
  margin-top:18px;
  padding: 15px 15px; 
  font-size:12px; 
}


#EventContent {
  margin-left: 20px;
  margin-top: 3px;
  width: 80%;

}

.EventYearBody {
  margin-bottom:18px;
  padding-left: 15px;
  
}

.EventYearBody .EventHeader {
  margin-top:20px;
}

#flash {
  background-color:Black;
  width:720px;
  height:580px;
}

.geometry 
{
    margin-bottom:8px;
}

.geometry .heading 
{
   padding:0px 20px;
   background-color:#e5f1f8;
   border:1px solid #cccccc;
   border-right:none;
   font-size:12px;
}

.geometry .blank
{
   background-color:#e5f1f8;
   border:1px solid #cccccc;
   border-left:none;
   width:105px;
}

#geometry_title 
{
   background-color:#e5f1f8;
   width:573px;
   padding:8px;
   font-size:12px;
   border:1px solid #ccc;
   margin-bottom:8px;
   line-height:16px;
}

.CadsHeading 
{
    margin-bottom:5px;
    border-collapse:collapse;
}

.CadsHeading th 
{
   padding:5px 0px;
   background-color:#e5f1f8;
   border:1px solid #cccccc;
   border-right:none;
   font-size:10px;
}

.CadsHeading th.last 
{
    border:1px solid #cccccc;
}

.CadsHeading th.CadsText 
{
    padding-left:5px;
    text-align:left;
}

.GridViewClass td.CadsText 
{
    padding-left:5px;
}

.GridviewContainer .GridViewClass th 
{
    font-size:8px;
}

.GridviewContainer .GridViewClass th span
{
    font-size:10px;
}
