body {
	position: relative;
	margin: 0px;
	color: black;
	background-color: white
}
body, td { font-family: Tahoma, Verdana, Arial; font-size: 11px; }
input { font-family: Tahoma, Verdana, Arial; font-size: 11px; }
select { font-family: Tahoma, Verdana, Arial; font-size: 11px; }
a { text-decoration: none; }

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #483089; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #483089; }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #483089; }
h4 { font-size: 13px; font-weight: bold; text-transform: uppercase;}
h5 { font-size: 11px; font-weight: bold; color: #483089; }
form { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }

#banner {
	margin: 0px auto;
	position: relative;
	background-image: url(../pix/global/aurp_banner3.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 760px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#banner_title {
	position: absolute; left: 15px; top: 1px;
	font-size: 50px;
	color: white;
}
#banner_subtitle {
	position: absolute; left: 13px; top: 61px;
	font-size: 28px;
	font-style: italic;
	color: black;
}
#banner_tel {
	position: absolute;
	left: 454px;
	top: 62px;
	width: 300px;
	font-size: 24px;
	color: black;
	text-align: right;
}

.main_txt { font-family: Tahoma, Verdana, Arial; font-size: 11px; }
.input_txt { font-family: Tahoma, Verdana, Arial; font-size: 11px; }

.vlist_input_bg {
  background-attachment: fixed;
  background-image: url(../pix/nav/vlist_input_bg.gif);
  background-repeat: no-repeat;
  background-position: left top;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.button, .button_style { /* older 'button_style' deprecated, now using just 'button' */
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #483089;
  border: 2px outset #9999CC;
}

/***********************
* New skin from Nov 09 *
***********************/
.skin09 h1, .skin09 h2, .skin09 h3 {
	color: #005A9D;
	margin-bottom: 4px;
}
.skin09 .notm {
	margin-top: 0;
}
.skin09 a:link, .skin09 a:visited,.skin09 a:hover {
	color: #005A9D;
}
.skin09 a:link, .skin09 a:visited {
	text-decoration: none;
}
.skin09 a:hover {
	text-decoration: underline;
}
.skin09 a img {
	text-decoration: none;
	border: none;
}
.skin09 .button {
	color: white;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	background-color: #005A9D;
	border: 2px outset #9999CC;
}
.skin09 .button2 {
	background-color: #F89A07;
	border-color: #FCD398;
}
.skin09 .button_big {
	height: 50px;
	font-size: 15px;
}
.skin09 .large {
	font-size: 14px;
	font-weight: bold;
}
.skin09 .small {
	font-size: 9px;
	font-weight: normal;
}
.skin09 .bold {
	font-weight: bold;
}

/****************
* LH Navigation *
****************/
#lhnav td {
	height: 16px;
}

/******************
* quick quote box *
******************/

#qqb {
	width: 420px;
	padding: 10px;
	background-color: #EEF0F2;
	border: 1px solid #C4CDD5;
	text-align: left;
}

#qqbheader h1 {
	margin-top: 0;
}
#qqbheader p {
	margin-top: 0;
}
#qqb #b_getquotes {
	padding: 12px 0;
}
#qqb #msg_loading {
	text-align: center;
	height: 26px;
	padding-top: 18px;
	font-size: 16px;
	text-decoration: blink;
	font-style: italic;
	font-weight: bold;
}

/****************************************************
* back button on quick_quote_choose and quote pages *
****************************************************/
#quick_quote_choose #b_back, #quote #b_back {
	margin-top: 5px;
}

/******************************************************
* searchsummary on quick_quote_choose and quote pages *
******************************************************/
#searchsummary {
	table-layout: fixed;
	width: 600px;
	border-collapse: collapse;
}
#searchsummary td, #searchsummary th {
	border: 1px solid #C4CDD5;
	padding: 4px;
}
#searchsummary td {
	background-color: #EEF0F2;
}
#searchsummary th {
	background-color: #DFE4E8;
	text-align: right;
}

/***************************************************
* quotetable on quick_quote_choose and quote pages *
***************************************************/
#quotetable {
	table-layout: fixed;
	width: 600px;
	word-wrap: break-word;
	border-collapse: collapse;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
#quotetable td,#quotetable th {
	border: 1px solid #C4CDD5;
	padding: 2px 4px;
}
#quotetable td {
	background-color: #EEF0F2;
}
#quotetable th {
	background-color: #DFE4E8;
	text-align: left;
}
#quotetable th.nocell, #quotetable td.nocell {
	border: none;
	background-color: white;
}
#quotetable td.nobg {
	background-color: white;
}
#quotetable td.supplier {
	background-color: white;
	font-size: 9px;
	overflow:hidden;
}
#quotetable img.supplier_logo {
	padding-bottom: 4px;
}
#quotetable td.nopad {
	padding: 0;
}
#quotetable table td { /* for subtables */
	border: none;
}
#quotetable .price {
	font-size: 20px;
	font-weight: bold;
	color: #005A9D;
}
#quotetable .button {
	width: 110px;
}

/*******************************
* aboutyou table on quote page *
*******************************/
#aboutyou {
	width: 600px;
	border-collapse: collapse;
}
#aboutyou td {
	padding: 0;
	border: 1px solid #C4CDD5;
	background-color: #DFE4E8;
}
#aboutyou table { /* subtables */
	width: 100%;
}
#aboutyou table td,#aboutyou table th {
	border: 0;
	padding: 2px 4px;
}
#aboutyou table th {
	text-align: right;
}
#aboutyou table td {
	background-color: #EEF0F2;
}
#aboutyou table input, #aboutyou table textarea {
	width: 95%;
}

/**************************************
* Save your Quote table on quote page *
**************************************/
#saveyourquote_div {
	margin-left: 144px;
}
#saveyourquote {
	border-collapse: collapse;
}
#saveyourquote td, #saveyourquote th {
	border: 1px solid #C4CDD5;
	padding: 2px 4px;
}
#saveyourquote th {
	background-color: #DFE4E8;
	text-align: right;
}
#saveyourquote td {
	background-color: #EEF0F2;
}
#saveyourquote td.nocell {
	border: none;
	background-color: white;
}
#saveyourquote table input {
	width: 95%;
}

/********************************
* Diagnostic data values tables *
********************************/
table.data_values {
	border-collapse: collapse;
}
table.data_values td, table.data_values th {
	border: 1px solid #C4CDD5;
	padding: 2px 4px;
}
table.data_values th {
	background-color: #DFE4E8;
	text-align: right;
}
table.data_values td {
	background-color: #EEF0F2;
}

/***********************
* Diagnostic Mail show *
***********************/
.mail_show {
	border: 1px solid #C4CDD5;
	margin:5px 0px;
	padding:5px;
	background-color: #EEF0F2;
	color:black;
	font-family:Courier;
}

/***********************
* New Navigation Bar *
***********************/

#navHolder {
	width: 760px;	
}
.nav1 {
	list-style: none;	
	margin: 12px 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 760px;
}

.nav1 li {
	background-color: #FFF;
	border: #FFF 2px solid;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	float: left;
	padding: 0 0 10px;
	margin: 0 15px 10px;
	color: #999;
	cursor: pointer;
}

.nav1 li:first-child {
	margin: 0 15px 10px 0px;
}

.nav1 li:last-child {
	margin: 0 0px 10px 15px;
}

.nav1 li a {
	color: #999 !important;	
	text-decoration: none !important;
}

.nav1 li a:hover, .nav1 .cur, .nav1 li.cur a.mn {
	color: #149AFF !important;
	text-decoration: none !important;
}

ul.nav1 li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	z-index: 999;
	background: #FFF;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	/*width: 160px;*/
	height: auto;
	border: 1px solid #111;
	text-align: left;
}
ul.nav1 li ul.subnav div{
	float: left;
	padding: 0 5px;
	height: 325px;
}
ul.nav1 li ul.subnav div:first-child{
	border-right: thin solid #111;
}
ul.nav1 li ul#carSel {
	left: 325px;
	top: 138px;
}
ul.nav1 li ul.subnav li{
	float: left;
	margin: 0; padding: 0;
	clear: both;
	width: 156px;
}
html ul.nav1 li ul.subnav li a {
	float: left;
	width: 148px;
	background: #FFF;
	padding-left: 10px;
	margin: 5px 0;
	font-size: 12px;
}

/***********************
* Supplier Carousel *
***********************/

div.suppCaro {
	overflow: hidden;
	margin: 0px;
	border: 1px solid #DDD;	
	padding: 20px 5px;
	zoom: 1;
	position: relative;
	background-color: #FFF;
	outline: none;
	width: 100px;
	height: 330px;
}

div.suppCaro ul {
	margin: 0 auto;
	padding: 0;
}

div.suppCaro ul li {
	padding: 0;
	position: relative;
	float: left;
	overflow: hidden;
	width: 100px;
	height: 55px;
	zoom: 1;
	background-color: #FFF;
	overflow: hidden;
}

div.suppCaro ul li img {
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
}

.carousel-next, .carousel-previous {
	position: absolute;
	z-index: 99;
	width: 20px;
	height: 20px;
	color: #606060;
	border: 1px solid #DDD;
	outline: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-indent: -9999px;
	left: 40px;
}

.carousel-next {
	bottom: 0;
	border-bottom-style: none;
	background: url(/pix/down.gif) #FFF center;
}

.carousel-previous {
	top: 0;	
	border-top-style: none;
	background: url(/pix/up.gif) #FFF center;
}

/***********************
* Secuirty Logos *
***********************/

div#secuirtyLogos {
	width:395px;	
}

div#secuirtyLogos div {
	float:left;	
	padding-left: 15px;
}

#google_translate_element {
	margin-top: -10px;	
	text-align: right;
}
