/* CSS Document */

* {	margin:0; padding:0; }

.clearer { clear:both; }


/* links */

a {
	xcolor:#41709c;
	color: #0066cc;
}
a:hover {
	color:#3399FF;
}

a.site-url, a:hover.site-url {
	color:#000;   /* color:#626262; */

	text-decoration:none;
}

.evenPar {
	background-color:#DEE7EF;
	padding:3px 10px;
	margin-bottom:1px;
	margin-right:1px;
}

.oddPar {
	background-color:#F7FBFF;
	padding:3px 10px;
	margin-bottom:1px;
	margin-right:1px;
}

.button-pn, .button-pn:link,.button-pn:visited, .button-pn:active{
 color:#808080;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 
 }
    
.button-pn:hover{
 color:#487DAE;
}



/*================================================*/
body {
	margin:0; padding:0;
	background:#fff url(/images/index_bg.jpg) repeat-x;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


#container {
	margin:0 auto; padding:0;
	width:891px;
}



/* home page */
div#content { padding:20px 0 20px;}

div#content p {
	padding:0 30px;
	margin:20px 0;

}



/* site headers */
#content h1 {
	padding:5px 5px 6px 15px;
	margin-bottom:10px;
	border-left:solid 8px #6CC6FF;
	border-right:solid 3px #6CC6FF;
	background:#487DAE;
	font-size:18px;
	color:#fff;	
}



/* header-index div */

#header-index {
	height:156px;
	
}

#header-index #header-index-top #tagline {
	height:31px;
	background:url(/images/taglineuk.jpg) right no-repeat;
}
#header-index #header-index-top #tagline span {	display: none; }

#header-index #header-index-top #masthead-container {
	height:67px;
	background:#487dae url(/images/mast-bg-left.gif) no-repeat;
}

#header-index #header-index-top #masthead-container #masthead-container-inner {
	background:url(/images/mast-bg-right.gif) right no-repeat;
}

#header-index #header-index-top #masthead-container #masthead-container-inner #logo {
	float:left;
	padding:0 20px 0 20px;
}
#header-index #header-index-top #masthead-container #masthead-container-inner #nav-container {
	float:left;
	width:693px;
}


#header-index #header-index-top #masthead-container #masthead-container-inner #nav-container #nav-outer {
	float:left;
	width:410px;
	margin-top:17px;
	height:50px;
	background:url(/images/nav-bg-left.gif) no-repeat;
	
}
#header-index #header-index-top #masthead-container #masthead-container-inner #nav-container #nav-outer #nav-inner {
	background:url(/images/nav-bg-right.gif) right top no-repeat;

}

#header-index #header-index-top #masthead-container #masthead-container-inner #nav-container #search-m {
	float:right;
	xmargin-right:15px;
	width:265px;
	margin-top:17px;
	height:50px;
}


#nav-container li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a7bdd1;
	text-decoration:none;
} 

#nav-container li a:hover {
	color:#eee;
}

#nav-container li {
	float:left;
	margin-top:9px;
	padding:10px 12px;
	list-style:none;
	border-left:solid 1px #355e85;
}

#nav-container .first-link {border-left:none;}





#header-index #header-index-bottom #header-index-bottom-left {
	float:left;
	padding:15px 0 10px 20px;
	width:40%;
}
#header-index #header-index-bottom #header-index-bottom-right {
	float:right;
	padding:20px 20px 0 0;
	width:40%;
	text-align:right;
}




/* search box styles */

#q {
	width:206px;
	height:17px;
	padding:3px;
	font-weight:bold;
	border:solid 1px #000;
	

}
.mSearchBg { background:#fff url(/images/search_bg_small.gif) 50% 50% no-repeat;  }
.mSearchNoBg { background:#fff; }





/* footer div */
#footer {
	margin-top:20px;
	padding-top:10px;
	border-top:solid 1px #cecece; 
	background:url(/images/newmasthead_bg.jpg) 0 -66px repeat-x;
}

#footer #links, #footer #browse-by, #footer #our-network, #footer #recommended-sites, #footer #copyright{
	padding:10px;
	text-align:center;
	border-bottom:solid 1px #cddce3;
}

#footer #links { color:#CCCCCC; font-size:9px; }
#footer #recommended-sites li{
	float:left;
	padding:0 25px;
	list-style:none;
}
#footer #recommended-sites li a{
	padding:0 15px;
}

#footer #our-network li{
	float:left;
	width:100px;

	list-style:none;
}

/********************************************************************************/
#company-title, #prod-list-title, #similar-co-title {
	margin:0; padding:0 0 0 10px;
	xheight:41px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	
	line-height:41px;
	
	color:#fff;
}

#company-title {
	margin:10px 0 0;
	background:#264B78 url(/images/result-title-bg.gif) repeat-x 0% 50%;
	border-left:solid 8px #6EC7FF;
	border-right:solid 3px #6EC7FF;
}
#company-info h2 {
	margin-top:10px;
}
#company-info p {
	font:12px Arial, Helvetica, sans-serif;
	padding-top:10px;
}



/* tab navigation */
#links-top {
	height:30px;
	background-color:#e8e8e8;
}

#links-top ul {
  margin:0;
  padding:8px 10px 0;
  list-style:none;
}
#links-top li.left {
  float:left;
  background:url("/images/tab-left.gif") no-repeat left top;
  margin:0 8px 0 0;
  padding:0 0 0 6px;
  }

#links-top li.right {
  float:right;
  background:url("/images/tab-left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  }

.tab-right {
  margin:0; padding:0;
  background:url("/images/tab-right.gif") no-repeat right top;
}
#links-top a {
  font-weight:bold;
 }
  
#links-top a.button-back {
  	padding:5px 6px 4px 16px;
  	display:block;
	background:url("/images/tab-arrow-left.gif") left 1px no-repeat;
}

#links-top a.button-rfq {
 	padding:5px 6px 4px 22px;
  	display:block;
	background:url("/images/tab-email.gif") left 1px no-repeat;
}

#links-top a.button-next {
  	margin:0 6px 0 0;
	padding:5px 16px 4px 0px;
  	display:block;
	background:url("/images/tab-arrow-right.gif") right 1px no-repeat;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#links-top a {float:none;}
/* End IE5-Mac hack */



/* listing styles */
.listing,
.listing-nonad,
.listing-nonad-last,
.listing-promo,
.listing-promo-last {
	margin:0; padding:10px;
	border-left:solid #d7d7d7 1px;
	border-right:solid #d7d7d7 1px;
	border-bottom:solid #d7d7d7 1px;
	background:#fff url(/images/listing-bg.jpg) repeat-x;
}
.listing-promo-last, .listing-nonad-last {
	border-bottom:none;
}

.listing a.ad-profile,
.listing-promo a.ad-profile,
.listing-promo-last a.ad-profile{
	xpadding:1px 0 3px 19px;
	xbackground:url(/images/advertiser.gif) no-repeat;
	xline-height:18px;
}

.listing .listing-links,
.listing-nonad .listing-links,
.listing-nonad-last .listing-links,
.listing-promo .listing-links,
.listing-promo-last .listing-links {
	float:right;
	margin:0; padding:0;
	width:280px;
	
	text-align:right;
	font-weight:bold;
}

.listing a,
.listing-nonad a,
.listing-nonad-last a,
.listing-promo a,
.listing-promo-last a { font-weight:bold; }

.city-state, .title { font-weight:bold; font-size:11px;}

/* RESULT-HEADER DIV */
#result-header {
	margin:0; padding:0;
	xheight:41px;
		
	background:#264B78 url(/images/result-title-bg.gif) repeat-x 0% 50%;
	
	xborder-left:solid 8px #6EC7FF;
	xborder-right:solid 3px #6EC7FF;
}


#result-header h1 span {
	color:#bde6ff;
}

/************************************************************* STATIC PAGES FONT SIZE */
#page-body p, #page-body ul { font-size:12px; }



#page-body h1 {
	padding:5px 5px 6px 15px;
	margin-bottom:10px;

	border-left:solid 8px #6CC6FF;
	border-right:solid 3px #6CC6FF;
	
	background:#487DAE;
	
	font-size:18px;
	color:#fff;	
}

#page-body h3 {
	padding:10px 5px 6px 25px;
	font-size:14px;
	color:#000;	
}


#page-body p {
	padding:5px 25px 8px;
	line-height:1.3em;
}

#page-body ul {
	margin:10px 0 15px 55px;
	list-style-type:none;
}

#page-body .info, #page-body .contact, #page-body .faq  {
	margin:20px 0 15px 25px;
	list-style-type:none;
}


#page-body .info li, #page-body .contact li, #page-body .faq li {
	padding-left:18px;
	xline-height:1.5em;
	font-weight:bold;
}

#page-body .faq li {
	background:url(/images/bullet_faq.gif) left 2px no-repeat;
}

#page-body .info li {
	background:url(/images/bullet_info.gif) left 2px no-repeat;
}

#page-body .contact li {
	background:url(/images/bullet_contact.gif) left 2px no-repeat;
}

#page-body ul li {
	padding-left:18px;
	background:url(/images/bullet_general.gif) left 2px no-repeat;
}

/************************************************************ COMPANY BROWSE PAGES */
#page-body #company-groups p {
	margin: 0 1px 1px 0;
	padding: 3px 5px;
	display: block;
	font-size:12px;
}

#page-body #product-groups p {
	margin: 0 1px 1px 0;
	padding: 3px 5px;
	display: block;
	font-size:12px;
}

.evenPar {
	background-color:#DEE7EF;
	padding:3px 10px;
}

.oddPar {
	background-color:#F7FBFF;
	padding:3px 10px;
}

#company-group-selection {
	padding: 0 0 20px 0;
	
	text-align: center;
	
	background: #B5CBDE;
	
	border-bottom:solid 1px #006699;
}

#page-body #company-group-selection h1 {
	margin: 0;
	padding: 0;
	display: inline;
	
	font-size: 20px;
	
	background:none;
	border:none;
}

#page-body #company-group-selection h2 {
	margin: 20px;
	display: inline;
	
	font-size: 20px;

	background:none;
	border:none;
}

#page-body #company-group-selection p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	
	margin: 0;
	padding: 10px 0;
}

/********************************************************************************/
#company-title, #prod-list-title, #similar-co-title {
	margin:0; padding:0 0 0 20px;
	xheight:41px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	
	line-height:41px;
	
	color:#fff;
}

#company-title {
	background:#264B78 url(/images/result-title-bg.gif) repeat-x 0% 50%;
	border-left:solid 8px #6EC7FF;
	border-right:solid 3px #6EC7FF;

}
#result-header1 {
	margin:0; padding:0;
	background:#264B78 url(/images/result-title-bg.gif) repeat-x 0% 50%;
	padding:4px;
	border-left:solid 8px #6EC7FF;
	border-right:solid 3px #6EC7FF;
	margin-bottom:2px;
}
#result-header h1, #result-header .result-header-bottom  {
	margin:0 0 0 10px;
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;	
	font-weight:bold;
	color:#fff;
}

#result-header h1 span, #result-header .result-header-bottom span {
	color:#bde6ff;
}