h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, 'Arial Narrow', 'Trebuchet MS', Verdana, Arial, sans-serif;
	line-height: 1em;
	clear: left;  
}

h1 { margin: 10px 0px 0px; font-size: 1.5em; }
h2 { margin: 10px 0px 0px; font-size: 1.35em; }
h3 { margin: 10px 0px 0px; font-size: 1.2em; }




table td, table th { 
	border: 1px solid #ccc; 
	vertical-align: top; 
	padding:0.25em 1em; 
	background-color: #fff; 
}
table th { 
	background-color: #eee; 
	text-align: left;
}


blockquote {

	padding: 0 2em;

}


/* MAIN */
/* ---------------------------------------------------------------------- */

/* nested grid elements need tweaking to adjust margins /*
/* set by 960 stylesheet by default */
#subFeatures .grid_3 { margin-left: 0; margin-right: 20px;}
#subFeatures #subFeature3 { margin-right: 0; }	

#main_outer {
	background-image: url('images/main_bkg40.png');
	background-position: left top;
	background-repeat: repeat-x;  
	padding-top: 20px;
	overflow: auto;
}

/* homepages have longer bkg shadow in main section */
#page_51 #main_outer, #page_107 #main_outer, #page_84 #main_outer {
	background-image: url('images/main_bkg100.png');  
}



#content h1 { 
	background: transparent url('images/page_headings.gif') 0px 100px no-repeat;
	/* default position of background image is to set image off visible area,  */
	/* and position in viewable area when a pagetitle id is set in the rules set */
	min-height: 24px; /* make sure whole title is shown */
	max-height: 30px; /* dont want to reveal other page headings in sprite */
	margin-bottom: 0;
}

/* sprite positions for all main page titles */
h1#mainTitle_51  { background-position: 0px -30px; text-indent: -9999em; } /* aus home */
h1#mainTitle_107 { background-position: 0px -60px; text-indent: -9999em; } /* nz home */
h1#mainTitle_84  { background-position: 0px -90px; text-indent: -9999em; } /* uk home */
h1#mainTitle_48, h1#mainTitle_70, h1#mainTitle_93  { background-position: 0px -120px; text-indent: -9999em; } /* about us */
h1#mainTitle_2,  h1#mainTitle_65, h1#mainTitle_88  { background-position: 0px -150px; text-indent: -9999em; } /* news */
h1#mainTitle_50, h1#mainTitle_140, h1#mainTitle_94  { background-position: 0px -180px; text-indent: -9999em; } /* products */
h1#mainTitle_49, h1#mainTitle_71, h1#mainTitle_106 { background-position: 0px -210px; text-indent: -9999em; } /* services */
h1#mainTitle_6,  h1#mainTitle_69, h1#mainTitle_92  { background-position: 0px -270px; text-indent: -9999em; } /* contact us */
h1#mainTitle_62, h1#mainTitle_85, h1#mainTitle_108 { background-position: 0px -510px; text-indent: -9999em; } /* t & c */
h1#mainTitle_95, h1#mainTitle_52, h1#mainTitle_72 { background-position: 0px -300px; text-indent: -9999em; } /* broadcast */
h1#mainTitle_97, h1#mainTitle_53, h1#mainTitle_74 { background-position: 0px -330px; text-indent: -9999em; } /* satellite comms */
h1#mainTitle_100, h1#mainTitle_56, h1#mainTitle_77 { background-position: 0px -360px; text-indent: -9999em; } /* microwaves + stl */
h1#mainTitle_103, h1#mainTitle_59, h1#mainTitle_80 { background-position: 0px -390px; text-indent: -9999em; } /* miscellaneous */


/* aus product page titles */
h1#mainTitle_153, h1#mainTitle_bp { background-position: 0px -420px; text-indent: -9999em; } /* broadcast products */
h1#mainTitle_137 { background-position: 0px -450px; text-indent: -9999em; } /* obstruction lighting */
h1#mainTitle_138 { background-position: 0px -480px; text-indent: -9999em; } /* concealment solutions */


h1 { 
	color: #0D3692; 
	margin-bottom: 0;
	line-height: 1.2;
}

/* all heading on news pages dont have images created for them, so the
   max height must be overridden to prevent headlines that wrap 2 lines 
   running into the body copy */
/* body.news #content h1 { max-height: inherit !important;  } */
body.news #content h1 { max-height: inherit;  }



h2 em { color: #555; }
h4 { 
	font-size: 1em; 
	margin: 0.25em 0;
}
p { margin-bottom: 0.75em; }

/*??? necessary? */
h1+p { clear: left; } 


a { color: #0D3692; }
a img { border: 0; } /* remove borders from images within links */

/* main content news titles etc - are links but dont want the underline */
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover, h3 a:active { text-decoration: underline; }


/* a special bulleted list */
.bulletList { margin-bottom: 0; list-style-type: none;}
.bulletList li { 
	background: transparent url('images/arrow.gif') left center no-repeat;
	margin: 0 0 0 1em; 
	padding: 0px 0px 0px 16px; 
	line-height: 1.5em;
}


/* or should all lists use this format? */
#content ul { 
	margin-bottom: 0; 
	list-style-type: none;
}


/* for bullet lists in the main text which should not be special 
 we give back a normal bullet point, and add a bottom margin
*/
#contentMain ul {
	margin-bottom: 1em;
}
#contentMain .no_bulletarrows, #contentMain .no_bulletarrows li {
	list-style-type: disc;
	background-image: none;
	padding-left: 0; 
	margin-left: 2em;
}

#content li { 
	background: transparent url('images/arrow.gif') left center no-repeat;
	margin: 0 0 0 1em; 
	padding: 0px 0px 0px 16px; 
	line-height: 1.5em;
}





/* general form layout */
form { 
	margin-bottom: 40px; 
}
fieldset { 
	background-color: #eee; 
	padding: 10px; 
	border: 1px solid #ccc; 
	margin: 0; 
}
fieldset h3 { 
	background-color: #ccc; 
	padding: 0.25em 10px; 
	margin: -10px -10px 0px -10px;
}
label, input, select, textarea { 
	float: left; 
	clear: left; 
	width: 15em;
}
/* only ie7 up will get this - but thats ok */
input[type="submit"] { 
	width: auto; 
}


.pdfLink { 
	padding: 5px 20px 5px 0; 
	background: transparent url('images/pdf19.gif') right center no-repeat;
}

/* email links - only ie7 and up will recognise this */
a[href^="mailto:"] {
	padding-right: 12px; 
	background: transparent url('images/icon-email.gif') right top no-repeat;	
}

/* external links - only ie7 and up will recognise this... */
a[href^="http:"] {
	padding-right: 10px; 
	background: transparent url('images/icon-externalLink.gif') right top no-repeat;	
}

/* ... and also not for internal absolutely referenced links */
a[href^="http://www.thebridgenetworks.com"], a[href^="http://thebridgenetworks.com"],
a[href^="http://210.8.162.170"] {
	padding-right: 0; 
	background-image: none; 
}


.moreLink { font-weight: normal; }
.small { font-size: 0.85em; }

.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
}



#flashContent { margin-bottom: 20px; height: 215px; }


#breadcrumbs { 
	margin: -10px 10px 20px; 
	line-height: 1; 
}


#contentSidebar { margin-bottom: 20px; }

.sidebarBox {  
	margin-bottom: 20px;
	padding: 0 15px 15px;
	background: #fff url('images/sidebar_body_bkg.jpg') left bottom no-repeat; 
	color: #333;
}
.sidebarBox h3 { 
	background: #fff url('images/sidebar_heading_bkg.jpg') left top no-repeat; 
	color: #fff; 
	margin: 0 -15px 0.5em;
	padding: 6px 15px 2px;
	font-size: 1.1em;
	line-height: 1em;
}
.sidebarBox h4 {
	color: #0D3692; 
	margin: 1em 0 0.25em;
	font-size: 1em;
	line-height: 1.2;
}
.sidebarBox h4 a:link, 	.sidebarBox h4 a:visited { text-decoration: none; }	
.sidebarBox h4 a:hover,	.sidebarBox h4 a:active { text-decoration: underline; }	
.sidebarBox p { 
	margin-bottom: 0; 
	line-height: 1.2;
}

.sidebarBox ul { margin-bottom: 0; list-style-type: none;}
.sidebarBox li { 
	background: transparent url('images/arrow.gif') left center no-repeat;
	margin: 0; 
	padding: 0px 0px 0px 16px; 
	line-height: 1.5em;
}


/* title of sidebar box when links */
.sidebarBox h3 a { text-decoration: none; }
.sidebarBox h3 a:link, .sidebarBox h3 a:visited { color: #fff;}
.sidebarBox h3 a:hover, .sidebarBox h3 a:active { color: #47629D;}


.news_infoline { 
	font-style: italic; 
	font-size: 0.85em; 
	color: #B4B4B4; 
	font-weight: bold; 
	position: relative;
	margin-bottom: 2em !important;
}
.news_infoline .moreLink { position: absolute; top:0; right: 0; }






#featuredProduct { 
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 14px 0px;
	background: transparent url('images/subfeatureWide-bot.jpg') left bottom no-repeat;
}
#featuredProduct .inner { 
	background: transparent url('images/subfeatureWide-top.jpg') left top no-repeat;
	min-height: 170px;	
	overflow: auto; /* make sure bkg still appears when internal divs expand */
	padding: 10px 10px 0px; 
}
.feature_image { float: left; margin-right: 10px; }
#featuredProduct h2, #featuredProduct h3 { clear: none; }
#featuredProduct h3 {
	color: #6078C2; 
	margin: 0;
	font-size: 1.2em;		
	border-bottom: 1px solid #ccc; 
	margin-left: 230px; /* prevent border from going under floated image */
}
#featuredProduct h2 { color: #0D3692; }
#featuredProduct p {font-size: 0.85em; color: #555;  }


#subFeatures { 
	margin: 0px 0px 20px 0px; 
	background: transparent url('images/subfeature_bkgs_long_bot.gif') left bottom no-repeat;
	color: #666;
	padding: 0px 0px 14px 0px;
}

#subFeatures .inner { 
	background: transparent url('images/subfeature_bkgs_long_top.gif') left top no-repeat;
	min-height: 170px;	
	overflow: auto; /* make sure bkg still appears when internal divs expand */
}

#subFeatures .inner div {
	width: 200px; 
	margin: 0px 20px 0px 0px;
	padding: 10px 10px 0px; /* add padding to each of subfeatures */
}

#subFeature3 { padding-right: 0; }

#subFeatures h4 { 
	color: #6078C2; 
	margin-bottom: 0;
	font-size: 1.2em;		
}
#subFeatures p { margin-bottom: 0;} 
#subFeatures p+p { margin-bottom: 20px;}
#subFeatures img { margin-bottom: 10px;}


#subFeatures ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	}
#subFeatures li { 
	margin: 0.5em 0;
	padding: 0 0 0 20px;  
	line-height: 1;  
/*	font-size: 0.85em; */
	font-size:1em;
	background: transparent url('images/arrow.gif') left top no-repeat;}

#subFeatures h4 { margin-bottom: 0.25em;}
#subFeatures h4 a:link, #subFeatures h4 a:visited { 
	color: #6078C2; text-decoration: none;
}
#subFeatures h4 a:hover, #subFeatures h4 a:active { 
	color: #4760AD; text-decoration: underline;
}


.large_download_target { 
	font-size: 1.5em; 
	margin: 1em 0;
}
.large_download_target a { 
	padding: 1em; 
	border: 1px solid #47629D; 
	font-weight: bold;
	color: #fff; 
}
.large_download_target a:link, .large_download_target a:visited {
	background-color: #47629D; 
	text-decoration: none;
} 
.large_download_target a:hover, .large_download_target a:active {
	background-color: #92AADF; 
	text-decoration: underline;
} 
/* for pdf links in large links, use seperate image */
.large_download_target .pdfLink {
	padding-left: 45px;
	background: transparent url('images/icon-pdfW-L3.png') left center no-repeat; 
}


/* end MAIN */
/* ---------------------------------------------------------------------- */




/* HEADER */
/* ---------------------------------------------------------------------- */
#header_outer { 
	background: #0D3692 url('images/header_bkg2.jpg') center top repeat-x;  
	overflow: auto; 
	border-top: 3px solid #090909;
	border-bottom: 5px solid #fff;
	height: 150px;
}
#header {
	position: relative; /* so country selector can be positioned */
}
#logo { 
	position: absolute;
	top: 10px; 
	left: 0px;
	width: 100px;
	background: transparent url('images/bridge_logo_130h.png') top left no-repeat; 
}

#logo { 
	display: block; 
	height: 130px; 
	text-indent: -9999em; 
	background: transparent url('images/bridge_logo_130h.png') top left no-repeat; 
}

#countrySelector {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3000; /* keep on top of the menu */
	color: #fff;
	background: transparent url('images/countrySelector_bkg_L.png') top left no-repeat;  
	padding: 0px 0px 0px 24px;
	min-height: 20px;
}
#countrySelector div { 
	background: transparent url('images/countrySelector_bkg_R.png') top right no-repeat;  
	padding: 0px 24px 0px 0px;
	min-height: 20px;
}
#countrySelector select { 
	background-color: #E6E6E6; 
	font-size: 0.85em; 
	border: 0; 
	float: none; 
}	
#countrySelector label { float: none; }	

#mainMenu { 
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
	z-index: 2000;
}
#mainMenu li {
	 margin: 0; 
	 float: left;
}
#mainMenu a { 
	display: block;
	background: transparent url('images/mainMenu_sprite.png') 0px 0px no-repeat;	
	height: 150px;
	text-indent: -9999em;
	outline: none;
}

/* map the menu sprite to positions for each id */
/* menu positions must be written for each country as id is dynamically assigned to page id */
/* first 3 rules set link widths and rollovers, the rest a 'you are here' indicator

/* ----------------------- */
/* AUSTRALIA MAIN NAV MENU */
/* ----------------------- */
/* Home */
#mainMenu_51 a { width: 75px;}
#mainMenu_51 a:link, #mainMenu_51 a:visited { background-position: 0px 0px; }
#mainMenu_51 a:hover, #mainMenu_51 a:active { background-position: 0px -150px; }
#page_51 #mainMenu_51 a { background-position: 0px -150px; cursor: default; }

/* About Us */	
#mainMenu_48 a { width: 108px; }	
#mainMenu_48 a:link, #mainMenu_48 a:visited { background-position: -75px 0px; }
#mainMenu_48 a:hover, #mainMenu_48 a:active { background-position: -75px -150px; }
#page_48 #mainMenu_48 a { background-position: -75px -150px; cursor: default; }

/* News */
#mainMenu_2	a { width: 75px; }
#mainMenu_2 a:link, #mainMenu_2 a:visited { background-position: -183px 0px; }
#mainMenu_2 a:hover, #mainMenu_2 a:active { background-position: -183px -150px; }
#page_2 #mainMenu_2 a { background-position: -183px -150px; cursor: default; }
body.news #mainMenu_2 a { background-position: -183px -150px; cursor: default; }

/* Services */	
#mainMenu_49 a { width: 102px; }
#mainMenu_49 a:link, #mainMenu_49 a:visited { background-position: -578px 0px; }
#mainMenu_49 a:hover, #mainMenu_49 a:active { background-position: -578px -150px; }
#page_49 #mainMenu_49 a { background-position: -578px -150px; cursor: default; }

/* Products */
#mainMenu_50 a { width: 114px; }
#mainMenu_50 a:link, #mainMenu_50 a:visited { background-position: -360px 0px; }
#mainMenu_50 a:hover, #mainMenu_50 a:active { background-position: -360px -150px; }
#page_50 #mainMenu_50 a { background-position: -360px -150px; cursor: default; }
body.products #mainMenu_50 a { background-position: -360px -150px; cursor: default; }

/* Contact Us */
#mainMenu_6	a { width: 107px; }
#mainMenu_6 a:link, #mainMenu_6 a:visited { background-position: -258px 0px; }
#mainMenu_6 a:hover, #mainMenu_6 a:active { background-position: -258px -150px; }
#page_6 #mainMenu_6 a { background-position: -258px -150px; cursor: default; }

/* Markets */
#mainMenu_x	a { width: 104px; }
#mainMenu_x a:link, #mainMenu_x a:visited { background-position: -474px 0px; }
#mainMenu_x a:hover, #mainMenu_x a:active { background-position: -474px -150px; }




/* ------------------------- */
/* NEW ZEALAND MAIN NAV MENU */
/* ------------------------- */
/* Home */
#mainMenu_107 a { width: 75px;}
#mainMenu_107 a:link,  #mainMenu_107 a:visited { background-position: 0px 0px; }
#mainMenu_107 a:hover, #mainMenu_107 a:active  { background-position: 0px -150px; }
#page_107 #mainMenu_107 a { background-position: 0px -150px; cursor: default; }

/* About Us */	
#mainMenu_93 a { width: 108px; }	
#mainMenu_93 a:link,  #mainMenu_93 a:visited { background-position: -75px 0px; }
#mainMenu_93 a:hover, #mainMenu_93 a:active  { background-position: -75px -150px; }
#page_93 #mainMenu_93 a { background-position: -75px -150px; cursor: default; }

/* News */
#mainMenu_88	a { width: 75px; }
#mainMenu_88 a:link,  #mainMenu_88 a:visited { background-position: -183px 0px; }
#mainMenu_88 a:hover, #mainMenu_88 a:active  { background-position: -183px -150px; }
#page_88 #mainMenu_88 a { background-position: -183px -150px; cursor: default; }
body.news #mainMenu_88 a { background-position: -183px -150px; cursor: default; }

/* Services */	
#mainMenu_106 a { width: 102px; }
#mainMenu_106 a:link,  #mainMenu_106 a:visited { background-position: -578px 0px; }
#mainMenu_106 a:hover, #mainMenu_106 a:active  { background-position: -578px -150px; }
#page_106 #mainMenu_106 a { background-position: -578px -150px; cursor: default; }

/* Products */
#mainMenu_94 a { width: 114px; }
#mainMenu_94 a:link,  #mainMenu_94 a:visited { background-position: -360px 0px; }
#mainMenu_94 a:hover, #mainMenu_94 a:active  { background-position: -360px -150px; }
#page_94 #mainMenu_94 a { background-position: -360px -150px; cursor: default; }
body.products #mainMenu_94 a { background-position: -360px -150px; cursor: default; }

/* Contact Us */
#mainMenu_92	a { width: 107px; }
#mainMenu_92 a:link,  #mainMenu_92 a:visited { background-position: -258px 0px; }
#mainMenu_92 a:hover, #mainMenu_92 a:active  { background-position: -258px -150px; }
#page_92 #mainMenu_92 a { background-position: -258px -150px; cursor: default; }



/* ---------------------------- */
/* UNITED KINGDOM MAIN NAV MENU */
/* ---------------------------- */
/* Home */
#mainMenu_84 a { width: 75px;}
#mainMenu_84 a:link,  #mainMenu_84 a:visited { background-position: 0px 0px; }
#mainMenu_84 a:hover, #mainMenu_84 a:active  { background-position: 0px -150px; }
#page_84 #mainMenu_84 a { background-position: 0px -150px; cursor: default; }

/* About Us */	
#mainMenu_70 a { width: 108px; }	
#mainMenu_70 a:link,  #mainMenu_70 a:visited { background-position: -75px 0px; }
#mainMenu_70 a:hover, #mainMenu_70 a:active  { background-position: -75px -150px; }
#page_70 #mainMenu_70 a { background-position: -75px -150px; cursor: default; }

/* News */
#mainMenu_65	a { width: 75px; }
#mainMenu_65 a:link,  #mainMenu_65 a:visited { background-position: -183px 0px; }
#mainMenu_65 a:hover, #mainMenu_65 a:active  { background-position: -183px -150px; }
#page_65 #mainMenu_65 a { background-position: -183px -150px; cursor: default; }
body.news #mainMenu_65 a { background-position: -183px -150px; cursor: default; }

/* Services */	
#mainMenu_71 a { width: 102px; }
#mainMenu_71 a:link,  #mainMenu_71 a:visited { background-position: -578px 0px; }
#mainMenu_71 a:hover, #mainMenu_71 a:active  { background-position: -578px -150px; }
#page_71 #mainMenu_71 a { background-position: -578px -150px; cursor: default; }

/* Products */
#mainMenu_140 a { width: 114px; }
#mainMenu_140 a:link,  #mainMenu_140 a:visited { background-position: -360px 0px; }
#mainMenu_140 a:hover, #mainMenu_140 a:active  { background-position: -360px -150px; }
#page_140 #mainMenu_140 a { background-position: -360px -150px; cursor: default; }
body.products #mainMenu_140 a { background-position: -360px -150px; cursor: default; }

/* Contact Us */
#mainMenu_69	a { width: 107px; }
#mainMenu_69 a:link,  #mainMenu_69 a:visited { background-position: -258px 0px; }
#mainMenu_69 a:hover, #mainMenu_69 a:active  { background-position: -258px -150px; }
#page_69 #mainMenu_69 a { background-position: -258px -150px; cursor: default; }



/* end HEADER */
/* ---------------------------------------------------------------------- */


/* PRE-FOOTER */
/* ---------------------------------------------------------------------- */

#preFooter_outer { 
	margin-top: 1.7em;
	background-color: #CCD7ED; 
	overflow: auto;
}
#preFooter_inner p { 
	font-size: 0.85em; 
	color: #6078C2; 
	margin: 20px 0 ; 
	line-height: 15px; 
	padding-top: 30px; 
	overflow: auto;
}
#preFooter_inner img { 
	margin: -30px 20px 0px;
}
#preFooter_inner a { 
	background-image: none;
}

#rqaLogos { display: block; float:right; }

/* end PRE-FOOTER */
/* ---------------------------------------------------------------------- */
	


/* FOOTER */
/* ---------------------------------------------------------------------- */
#footer_outer {
	background: #0D3692 url('images/header_bkg2.jpg') left center repeat-x;  
	overflow: auto; 
	clear: both; 
	border-bottom: 5px solid #090909;
}

#footer { color: #fff; }
#footer p { 
	float: right; 
	margin: 0.25em 0em;
}
#footer a { text-decoration: none; }
#footer a:link, #footer a:visited { color: #E6E6E6; text-decoration: none;}
#footer a:hover, #footer a:active { color: #FFF; text-decoration: underline; }

#footerMenu { 
	float: left;
	margin: 0.25em 0em;
}
#footerMenu li { 
	display: inline;
	margin: 0;
	padding: 0 0.5em;
	border-right: 1px solid #E6E6E6;
}
#footerMenu .first { padding-left: 0; }
#footerMenu .last { border: none; }

/* end FOOTER */
/* ---------------------------------------------------------------------- */




/* PAGE SPECIFIC RULES */
/* ---------------------------------------------------------------------- */
/* About Us */

#isoStandards { text-align: center; font-size: 0.85em; color: #555; line-height: 30px;}


/* News */
/* for ditto previous/next links and pagination links as seen in NEWS pages */

.ditto_summaryPost {
	margin-bottom:1.5em;
}

#showing_page { 
	font-size: 0.85em; 
	font-style: italic; 
	color: #666; 
	margin: 2em 0px 0px;
}
#showing_page strong { color: #333; }

#ditto_pages { 
	padding: 0.5em 0; 
	border-top: 1px solid #ccc; 
	margin-bottom: 2em;	
}
#ditto_pages * { 
	margin: 0 0.25em; 
}
.ditto_page  { 
	padding: 0.25em 0.5em; 
	text-decoration: none; 
	line-height: 1;
}
.ditto_page:link, .ditto_page:visited  { border: 1px solid #92AADF;  color: #0D3692; background-color:#CCD7ED;}
.ditto_page:hover, .ditto_page:active  { border: 1px solid #0D3692;  color: #ffffff; background-color:#0D3692;}

.ditto_currentpage { 
	background-color: #0D3692; 
	color: #fff; 
	padding: 0.25em 0.5em; 
	border: 1px solid #0D3692;
}
.ditto_previous_link, .ditto_next_link { 
	padding: 0.25em 0.5em; 
	text-decoration: none; 
	line-height: 1;
	border: 1px solid transparent;
	font-weight: bold;
	}
.ditto_previous_link:link, .ditto_previous_link:visited, .ditto_next_link:link, .ditto_next_link:visited {
	background-color: #CCD7ED;
	color: #0D3692;
}
.ditto_previous_link:hover, .ditto_previous_link:active, .ditto_next_link:hover, .ditto_next_link:active {
	background-color: #0D3692; 
	color: #fff; 
	border-color: #0D3692;
}
.ditto_off { color: #666; } 

/* news 'archive' */
.reflect_archive a { display:block; }


/* Contact Us */
#EmailForm { float: left; width: 50%;  }

.address h2 { margin-top: 1.5em; }
.address p { color: #333; margin-bottom: 0; font-size: 0.85em; }
.address ul { margin: 0 0 1em; padding: 0; list-style-type: square; color: #000;}
.address li { margin: 0 0 0 2em; padding: 0; line-height: 1.25; }


/* Products */

body.products #content h2 { 
	margin: 1em 0 0.5em; 
	border-top: 2px solid #666; 
	border-bottom: 1px solid #CCC; 
	padding: 5px 0 ;
	font-size: 1.5em;
}
.productSupplier { 
	margin-bottom: 3em;	
}
.productImage { 
	float: right;   
	padding-bottom: 3em; 
	margin-left: 3em; 
}


/* for category_summary chunks */
.category_summary { 
	margin-bottom: 20px; 
	overflow: auto;			
}
.category_summary h2 { 
	border-bottom:1px solid #CCCCCC;
	border-top:2px solid #666666;
	font-size:1.5em;
	margin:1em 0pt 0.5em;
	padding:5px 0pt;
}
.category_summary p { margin-bottom: 0; }
.category_image { 
	float: left; 
	position: relative;
	margin: 0 15px 20px 0;
}
.category_image span { 
	display: block; 
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('images/corners220-top.png') left top no-repeat;
	height: 20px; 
	width: 100%;
}
.category_image span.top { 
}
.category_image span.bottom { 
	top: auto;
	bottom: 0;
	background: transparent url('images/corners220-bot.png') left top no-repeat;
}



/* DIAGNOSTIC STYLING TO DETECT ILLEGAL TAGS */

font, center, marquee { 
	color:#f00 !important; 
	font-weight: bold !important; 
	font-size: 1.25em; 
	outline: 5px solid red;
 }




