	

 /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
  
  /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
  
  /*******************************************************************************
  
  LAYOUT INFORMATION: describes box model, positioning, z-order
  
  *******************************************************************************/
  
  /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
  ul.MenuBarHorizontal
  {
  margin: auto;
  padding: 0;
  list-style-type: none;
  font-size: 11px;
  cursor: default;
  width: 81em;
  height: 0px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 7.5px;
  }
  /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
  ul.MenuBarActive
  {
  z-index: 1000;
  }
  /* Menu item containers, position children relative to this container and are a fixed width */
  ul.MenuBarHorizontal li
  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
  }
  /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
  ul.MenuBarHorizontal ul
  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8em;
	position: absolute;
	left: -1000em;
  }
  /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
  ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
  {
  left: auto;
  }
  /* Menu item containers are same fixed width as parent */
  ul.MenuBarHorizontal ul li
  {
	width: 10em;
	margin: 0px;
  }
  /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
  ul.MenuBarHorizontal ul ul
  {
  position: absolute;
  margin: -5% 0 0 95%;
  }
  /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
  ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
  {
  left: auto;
  top: 0;
  }
  
  /*******************************************************************************
  
  DESIGN INFORMATION: describes color scheme, borders, fonts
  
  *******************************************************************************/
  
  /* Submenu containers have borders on all sides */
  ul.MenuBarHorizontal ul
  {
  border: none;
  }
  /* Menu items are a light gray block with padding and no text decoration */
  ul.MenuBarHorizontal a
  {
  display: block;
  cursor: pointer;
  background-color: #103E6F;
  padding: 0.5em 0.75em;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  }
  /* Menu items that have mouse over or focus have a blue background and white text */
  ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
  {
  background-color: #446B95;
  color: #FFF;
  }
  /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
  ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
  {
  background-color: #446B95;
  color: #FFF;
  }
  
  /*******************************************************************************
  
  SUBMENU INDICATION: styles if there is a submenu under a given menu item
  
  *******************************************************************************/
  ul.MenuBarHorizontal ul a {
  text-align: left;
  }
  /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
  ul.MenuBarHorizontal a.MenuBarItemSubmenu
  {
  background-image: url(../SpryAssets/SpryMenuBarDown.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  }
  /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
  ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
  {
  background-image: url(../SpryAssets/SpryMenuBarRight.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  }
  /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
  ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
  {
  background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  }
  /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
  ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
  {
  background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  }
  
  /*******************************************************************************
  
  BROWSER HACKS: the hacks below should not be changed unless you are an expert
  
  *******************************************************************************/
  
  /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
  ul.MenuBarHorizontal iframe
  {
  position: absolute;
  z-index: 1010;
  filter: alpha(opacity:0.1);
  }
  /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
  @media screen, projection
  {
  ul.MenuBarHorizontal li.MenuBarItemIE
  {
  display: inline;
  f/loat: left;
  }
  }
  .mainNav #navigation .MenuBarSubmenuVisible li {
  line-height: 12px;
  }
  .header{
  min-width: 900px;
  width: 100%;
  height: 93px;
  background-color: #FFFFFF;
  float: left;
  }
  .pageBanner {
  width: 691px;
  height: 93px;
  float: right;
  }
  
  .corpLogo {
  width: 200px;
  height: 93px;
  float: left;
  background-color: #FFFFFF;
  padding-top: 0px;
  margin-top: 0px;
  }
  
  .mainNav {
  height: 19px;
  width: 100%;
  background-color: #103E6F;
  min-width: 900px;
  float: left;
  }
  
  .mainContainer {
  min-width:900px;
  width: 100%;
  float: left;
  }
  
  .container {
  width: 60%;
  min-width: 500px;
  float: left;
  padding-top: 30px;
  }
  
  .search {
  height: 21px;
  background-color: #103e6f;
  clear: left;
  width: 197px;
  background-repeat: no-repeat;
  background-position: right;
  float: left;
  }
  .sideCol {
  float: left;
  width: 200px;
  background-color: #FFFFFF;
  clear: left;
  }
  .pageTitle {
  height: 23px;
  margin-top: 25px;
  clear: both;
  }
  .sideNav {
  font-family:"Times New Roman", Times, serif;
  width: 160px;
  background-color: #446b95;
  height: 140px;
  color: white;
  float: left;
  font-size: 12px;
  text-align: left;
  text-indent: 3px;
  }
  .sideImage {
  width: 160px;
  float: left;
  background-color: #446b95;
  background-repeat: no-repeat;
  background-position: top;
  height: 402px;
  background-image: url(assets/Images/sidebar.jpg);
  }
  
  .getaQuote {
  color: #009900;
  clear: right;
  height: 15px;
  width: 122px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 45px;
  }
  
  h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #0066B3;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  clear: both;
  text-decoration: underline;
  display: block;
  }
  
  h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  color: #0066B3;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  clear: both;
  }
  
  h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #0066B3;
  font-style: normal;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  display: block;
  clear: both;
  }
  
  h4 {
  font-size: 14px;
  color:#FFFFFF;
  display: block;
  margin-bottom: 5px;
  margin-top: 0px;
  font-family: "Times New Roman", Times, serif;
  font-weight: lighter;
  text-align: center;
  }
  
  .mainContent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 99%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  min-width: 500px;
  color: #000000;
  padding-bottom: 25px;
  float: left;
  }
  
  .lineBreaker {
  margin-top: 15px;
  height: 0px;
  margin-bottom: 15px;
  margin-left: 100px;
  width: 400px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #2F4D7F;
  float: left;
  clear: both;
  }
  
  #mainContent img.aircellLogo {
  margin: 0;
  border: 0;
  display: block;
  margin-bottom: 10px;
  clear: both;
  }
  
  .promotionHolder {
  clear: right;
  float: right;
  margin-top: 5px;
  width: 122px;
  margin-right: 20px;
  }
  
  .rightBoxes {
  width: 122px;
  background-image: url(assets/Images/Box.jpg);
  background-repeat: no-repeat;
  background-position: top;
  height: 165px;
  margin-bottom: 39px;
  text-align: center;
  color: #333333;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 2.5px;
  text-indent: 0px;
  }
  #productSelection {
  width: 100%;
  min-width: 500px;
  }
  
  #airCells {
  width: 100%;
  min-width: 500px;
  }
  
  .footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  text-align: center;
  min-width: 500px;
  float: left;
  width: 100%;
  letter-spacing: 0.01em;
  }
  .ad {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  color: #333333;
  background-color: #FFFFFF;
  float: left;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 10px;
  text-align: left;
  }
  
  #mainContent img.AlignRight {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  border: 1px solid #aaa;
  display: inline;
  margin-right: 1em;
  margin-left: 2em;
  float: right;
  }
  
  #mainContent img.logos {
  margin-top: 2em;
  margin-bottom: 1em;
  margin-right: 0em;
  margin-left: 0em;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  }
  
  #mainContent img {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  border: 1px solid #aaa;
  display: inline;
  margin-right: 3em;
  margin-left: 3em;
  float: left;
  }
  
  #airCells img.aircell {
  margin-top: 0em;
  margin-bottom: 1em;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  border: 1px solid #aaa;
  margin-right: 1em;
  margin-left: 0em;
  display: inline;
  }
  #productSelection img.products {
  margin-top: 0em;
  padding-top: 5px;
  padding-right: 2px;
  padding-bottom: 10px;
  padding-left: 2px;
  border: 1px solid #aaa;
  margin-left: 0em;
  display: block;
  margin-right: 0em;
  margin-bottom: 0px;
  }
  
  .clearBoth {
  clear: both;
  }
  
  a:link {
	text-decoration: none;
	color: #0000FF;
	letter-spacing: 1px;
}
  a:visited {text-decoration: none ; color: #1F305B; letter-spacing: 1px;}
  a:active {text-decoration: none ; color: #BB9C65; letter-spacing: 1px;}
  a:hover {text-decoration: none ; color: #BB9C65; letter-spacing: 1px;}
  
  .sideNav a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  margin: 0px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  }
  .sideNav a:hover {
  background-color: #395B7F;
  }
  .getaQuote a {
  color: #009900;
  font-size: 12px;
  }
  
  a.bottom:link {text-decoration: none ; color: #666666; letter-spacing: 0px;}
  a.bottom:visited {text-decoration: none ; color: #666666; letter-spacing: 0px;}
  a.bottom:active {text-decoration: none ; color: #003399; letter-spacing: 0px;}
  a.bottom:hover {
  text-decoration: none;
  color: #003399;
  letter-spacing: 0px;
  }
  
  a.img:link {
  text-decoration: none;
  letter-spacing: 0px;
  color: #FFFFFF;
  border:0px;
  }
  a.img:visited {
  text-decoration: none;
  letter-spacing: 0px;
  color: #FFFFFF;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  }
  a.img:active {
  text-decoration: none;
  letter-spacing: 0px;
  color: #FFFFFF;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  }
  a.img:hover {
  text-decoration: none;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-top: 0px;
  margin-top: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  }
  .rightBoxes p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  color: #000000;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  }
  .sideNav p {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #FFFFFF;
  }
  h5 {
  font-size: 14px;
  color:#355784;
  margin-bottom: 5px;
  margin-top: 0px;
  font-family: "Times New Roman", Times, serif;
  font-weight: lighter;
  display: inline;
  }
  #mainContent table {
  width: 100%;
  }
  #mainContent td {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  }
  #mainContent th {
  color: #355784;
  text-align: left;
  }
  #map {
  float: right;
  }
  .mainSpacer {
  float: right;
  height: 487px;
  width: 1px;
  z-index: -1;
  }
  p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  }
  .usedEquip {
  width: 100%;
  min-width: 500px;
  margin-bottom: 10px;
  }
  .usedEquipExtraSpace {
  width: 100%;
  min-width: 500px;
  margin-bottom: 10px;
  }
  
  
  #model {
  width: 100%;
  height: 20px;
  background-color: #0066CC;
  }
  
  #usedPic {
  float: right;
  height: 140px;
  width: 140px;
  background-color: #FFFFFF;
  }
  #usedEquip ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }
  #mainContent #frmQuote p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #446B95;
  }
  #mainContent #frmQuote fieldset {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  #mainContent #frmQuote legend {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-top: -5px;
  padding-right: 10px;
  padding-left: 10px;
  color: #0F2E5C;
  }
  #mainContent #frmQuote input.text {
  width: 200px;
  }
  #mainContent #frmQuote input.text:focus, #mainContent #frmQuote textarea:focus {
  background-color: #eddab1;
  border: 1px solid #9d6124;
  }
  label {
  position: absolute;
  text-align:right;
  width:130px;
  margin-top: 5px;
  color: #446B95;
  }
  input, textarea, select {
  margin-left: 140px;
  }
  label.check, label.radio { position:relative; text-align:left;}
  textarea {
  height:100px;
  width: 300px;
  }
  #php {
  margin-left: 140px;
  }
  p.c2 {text-align: center}
  div.c1 {text-align: right}
  
  .usedEquipExtraSpace img {
  margin-bottom: 100px;
  }
  #productSelection .prodHolders {
  width: 120px;
  float: left;
  display: inline;
  margin-right: 1em;
  clear: none;
  margin-top: 1em;
  text-align:center;
  }
  #productSelection .prodHolders a {
  text-align: center;
  }
  #mainContent #frmParts p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #446B95;
  }
  #mainContent #frmParts fieldset {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  #mainContent #frmParts legend {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-top: -5px;
  padding-right: 10px;
  padding-left: 10px;
  color: #0F2E5C;
  }
  #mainContent #frmParts input.text {
  width: 200px;
  }
  #mainContent #frmParts input.text:focus, #mainContent #frmQuote textarea:focus {
  background-color: #eddab1;
  border: 1px solid #9d6124;
  }
  label {
  position: absolute;
  text-align:right;
  width:130px;
  margin-top: 5px;
  color: #446B95;
  }
  #mainContent #frmParts input, textarea, select {
  margin-left: 0px;
  } #frmParts #field1 input, textarea, select {
  margin-left: 140px;
  }
