
/* Standard elements */

h1 {
  color: #165877;
}

a {
  color: #0A668D;
}

a:hover {
  color: #0fa1dc;
}


/* Main Menu */
.main-nav, .main-nav .ui-menu, .main-nav .ui-menu-item-box {
  background-image: url(images/buyer-nav.png);
}
.main-nav .ui-submenu-item {
  background-image: url(images/buyer-submenu-b.png);
}
.main-nav .ui-menu-item-box-hover, .main-nav .ui-submenu-item-box {
  background-color:#165877;
}
.main-nav .ui-submenu-item-box-hover {
  background-color:#00425c;
}
.home-button, .home-button .ui-menu-item-box-hover {
  background-image:url(images/buyer-home.gif) !important;
}

.select .ui-select-middle,
.select .ui-select-left,
.select .ui-select-right {
  background-image: url(images/buyer-select.png);
}

.search-box .box-m, .search-box .box-inside {
  background-color: #0fa1dc;
}
.search-box .box-tl, .search-box .box-tr, .search-box .box-bl, .search-box .box-br { 
  background-image: url(images/blue-box.png);
}

/* Buttons */


.ui-button-left,
.ui-button-middle,
.ui-button-right,
.ui-button-hover,
.ui-button-left-hover,
.ui-button-right-hover
{
  border: none;
  background-color: transparent;
  background-image: url(images/buyer-button.png);
}

.button-small .ui-button-left,
.button-small .ui-button-middle,
.button-small .ui-button-right,
.button-small .ui-button-hover,
.button-small .ui-button-left-hover,
.button-small .ui-button-right-hover
{
  border: none;
  background-color: transparent;
  background-image: url(images/buyer-button-small.png);
}

span.openQuote, span.closeQuote {
  color: #165877;
}


/*
* Buyer Links
*/
.buyer-link1 {
  font-weight:bold;
  text-decoration:underline;
  color:#165c7d;
}
.buyer-link1:hover {
  text-decoration:none;
}
.buyer-link2 {
  font-weight:bold;
  text-decoration:underline;
  color:#118fc4;
}
.buyer-link2:hover {
  text-decoration:none;
}

