@charset "UTF-8";


/* ================================ */
/* ====== FIBERTECH NETWORKS ====== */
/* ========== STYLESHEET ========== */
/* ================================ */


/* =========== RESET ========== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
/*	background: transparent; */
	}
	
body {
	/* background: #5a6564 url(/img/bg_body.jpg) fixed top center no-repeat; */
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #465251;
	-webkit-text-size-adjust: none;
	}
	
	span.name {
	color : #009999;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

:focus {
	outline: 0;
	}

ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}





.form { color: #000000; font-family: Tahoma, Verdana; font-size: 13px; background-color: #FFFFFF; border:1px solid #CCCCCC; display:inline;	padding: 0px;margin: 4px 8px 4px 0px;}

.talkform { color: #000000; font-family: Tahoma, Verdana; font-size: 11px; background-color: #FFFFFF; border:1px solid #CCCCCC; display:inline;	padding: 0px;margin: 2px 8px 2px 0px;}




/* =========== GLOBAL ========== */
a {
	color: #e10b24;
	text-decoration: none;
	}
	
	a:hover {
		color: #e10b24;
		text-decoration: underline;
		}
	
.alignleft {
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
	}
	
	#page_right .alignleft {
		margin: 0 10px 10px 0;
		}
	
.alignright {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	}
	
	#page_right .alignright {
		margin: 0 0 10px 10px;
		}
	
.rule {
	border-bottom: 1px dashed #dcdfdf;
	clear: both;
	}
	
/* === Edited 08212009 by S. Wolf === */
.return_link {
	position: absolute;
	top: 2px;
	right: 5px;
	}

	.return_link a {
		display: inline-block;
		/*margin-top: 10px;
		padding: 5px 15px 7px 15px;*/
		font-size: 11px;
		/*background: #fff url(/img/bg_navigation.gif) top left repeat-x;
		border: 1px solid #bbb;*/
		}
/* === */


/* =========== EYEBROW =========== */
#eyebrow {
	width: 100%;
	/* background: #273130; */
	margin: 0;
	padding: 0;
	}
	
	#eyebrow_inner {
		width: 960px;
		margin: 0 auto;
		padding: 15px 0;
		}
		
		#eyebrow_left {
			/* width: 60%; */
			float: left;
			}
			
			#eyebrow_left ul {
					margin: 0;
					}
			
				#eyebrow_left li {
					/* display: inline-block; */
					float: left;
					}
					
					#eyebrow_left li a {
						display: block;
						padding: 2px 4px 4px 4px;
						font-size: 11px;
						color: #2d2d2d;
						text-decoration: none;
						}
						
						#eyebrow_left li a:hover {
							color: #5e6b6b;
							text-decoration: none;
							}
					#eyebrow_left li span{
						font-weight: bold;
					}
			
				#eyebrow_left li.acct {
					display: inline-block;
					float: left;
					padding-left: 4px;
					}
				#eyebrow_left li.acct a {
					display: block;
					/* padding: 2px 7px 4px 7px; */
					font-size: 11px;
					color: #fff;
					background: #1f2625;
					text-decoration: none;
					}
					
		#customer_driven_img{
			float:right; 
			/* padding-top:5px; */
		}
					
		#eyebrow_right {
			/* width: 40%; */
			float: right;
			text-align: right;
			}



/* =========== HEADER ========== */
#header {
	height: 90px;
	background: transparent url(/images_common/teal_header.jpg) repeat-x;
	}
	
	#header_inner{
		width: 960px;
		margin: 0 auto;
		background-image: url(/images_common/nav_inner.jpg);
		background-repeat: no-repeat;
		/* height: 78px; */
		
	
	
	}
	
		#logo {
			width: 200px;
			height: 90px;
			}
			
			#logo h6 a {
				width: 200px;
				height: 90px;
				display: block;
				}
				
				#logo h6 a span, 
				#logo p {
					display: none;
					}




/* =========== CANVAS ========== */
#canvas {
	width: 960px;
	margin: 0 auto;
	position: relative;
	}






/* =========== NAVIGATION ========== */
#navigation {
	margin-bottom: 8px;
	padding: 5px;
	/* background: #fff; */
	/* border-bottom: 2px solid #1e2928; */
	z-index:1500;
	position: absolute;
	top:-70px;
	left:330px;
	}
	
#navigation li{

	padding-right: 30px;

}

#navigation .last{
	padding-right: 0px;

}	
	
	#navigation_inner {
		/*
background: #fff url(/img/bg_navigation.gif) bottom left repeat-x;
		border: 1px solid #5a6564;
*/
		}

/*		
		#navigation ul {
			/*margin: 5px 0;*/
		/*	padding: 0 5px;
			}
			
			#navigation li {
				display: inline-block;
				float: left;
				}
				
				#navigation li a {
					display: block;
					padding: 6px 10px 7px 10px;
					font-size: 14px;
					font-weight: bold;
					letter-spacing: -1px;
					color: #555;
					text-decoration: none;
					text-shadow: 0 1px 1px #fff;
					border-right: 1px solid #b2b6b6;
					}
					
					#navigation li a:hover,
					#navigation li a:active {
						background: #bbb;
						text-decoration: none;
						}
						
				#navigation li a.current,
				#navigation li a.current:hover {
					color: #fff;
					text-shadow: 0 1px 1px #222;
					text-decoration: none;
					background: #5a6564 url(/img/bg_navigation_current.gif) top left repeat-x;
					}


*/




/* =========== BASIC BOX =========== */
.basic_box {
	margin-bottom: 10px;
	/* padding: 5px; */
	background: #fff;
	/* border-bottom: 2px solid #1e2928; */
	}
	
	.basic_box_inner {
		/* border: 1px solid #b2b6b6; */
		position: relative;
		}
		
		.dark_border {
			/* border-color: #5a6564; */
			}
			
		.noborder {
			border: 0;
			}

/* === Edited 08212009 by S. Wolf === */
	.sub-nav p {
		margin:0; 
		padding:0 0 0 30px;
		}
		
		.sub-nav a {
			/* font-size:10px !important; */
			}
			
		#subnav li.sub-nav a {
			/* background: #ddd; */
			}




/* =========== HOMEPAGE =========== */
#h_col_left {
	float: left;
	width: 960px;
	}
	
	#h_copy {	
		margin: 20px 0 10px 0;
		padding: 0 20px 30px 20px;
		}
		
		#h_copy h1 {
			margin-bottom: 5px;
			color: #273130;
			font-size: 11px;
			line-height: 12px;
			letter-spacing: 1px;
			text-transform: uppercase;
			/*text-shadow: 0 2px 2px #222;*/
			}
		
		#h_copy h2 {
			margin-bottom: 10px;
			color: #fff;
			font-size: 23px;
			line-height: 23px;
			letter-spacing: -1px;
			text-shadow: 0 2px 2px #222;
			}
			
		#h_copy p {
			padding-right: 20px; 
			color: #fff;
			line-height: 15px;
			text-shadow: 0 2px 2px #222;
			}
			
	#h_col_left .basic_box_inner {
		background: #d8d8d8;
		}
	
#h_col_right {
	float: right;
	width: 250px;
	}
	
	h3.subhead_home {
		display: block;
		width: 238px;
		height: 19px;
		margin-bottom: 1px;
		}
		
		h3.subhead_home span {
			display: none;
			}
		
		a.all_link {
			position: absolute;
			top: 3px;
			right: 5px;
			font-size: 11px;
			}
		
		.sub_rn {
			background: url(/img/subhead_recentnews.gif) top left no-repeat;
			}
			
		.sub_cs {
			background: url(/img/subhead_casestudy.gif) top left no-repeat;
			}
			
		.sub_nm {
			background: url(/img/subhead_netmapper.gif) top left no-repeat;
			}
			
/* LAST ROW HOMEPAGE */

#bottom_row .column{

	float:left; 
	margin-right:10px;
}

	#bottom_row .contact_form{
	
	float:left; 
	background: url(/images_homepage/let_talk.gif) no-repeat; 
	width:313px; 
	height:304px;
	
	}
	
#news_container{

	width:960px; 
	background: url(/images_homepage/recent_news_01.jpg) no-repeat;

}			
	#news {
		padding: 10px 12px;
		line-height:16px;
		}
		
		#news h4 a {
			font-size: 14px;
			line-height: 15px;
			color: #e10b24;
			font-weight: bold;
			text-decoration: none;
			}
			
			#news h4 a:hover {
				color: #e10b24;
				text-decoration: underline;
				}
			
			#news h4 span {
				font-size: 11px;
				line-height: 15px;
				color: #000;
				font-style: italic;
				}		

.panel {
	background: #000;
	}







/* =========== CONTENT =========== */
#content {
	margin-bottom: 10px;

	}
	

/* Sub Nav */
	#subnav {
		float: left;
		width: 233px;
		}
		
		#subnav ul {
			/* padding: 8px 0; */
			background: transparent;
			}
			
			#subnav li:first-child a {
				/* border-top: 1px solid #b2b6b6; */
				background: url(/images_common/sub_menu_title.jpg) no-repeat; 
				font-weight: bold;
				font-size: 16px;
				letter-spacing: -1px;
				padding: 10px 0 0 15px;
				height: 29px;
				}
		
			
			#subnav li:last-child a {
				padding-bottom: 30px;
				}
				
		
		
			#subnav li {
				float: left;
				clear: left;
				width: 233px;
				}
				
				#subnav li a {
					display: block;
					padding: 9px 10px 6px 15px;
					font-size: 14px;
					/* line-height: 18px; */
					f/* ont-weight: bold; */
					letter-spacing: -1px;
					color: #484c4c;
					/* text-shadow: 0 1px 1px #fff; */
					background: #f8f7f8;
					/* border-bottom: 1px solid #b2b6b6; */
					}
					
					#subnav li a:hover,
					#subnav li a:active {
						/* background: #bbb; */
						color:#f42941;
						text-decoration: none;
						}
					
					#subnav li a.current,
					#subnav li a.current:hover {
						color: #f42941;
						/* text-shadow: 0 1px 1px #222 */;
						text-decoration: none;
						/*
background: #5a6564 url(/img/bg_navigation_current.gif) top left repeat-x;
						border-bottom: 1px solid #273130;
*/
						}
						
						
/* Page */	
	#page {
		float: right;
		width: 698px;
		padding-left: 27px;
		}
		

		
		#page ul,
		#page ol {
			margin: 15px 10px 20px 20px;
			}
			
		#page ul {
			list-style: disc;
			}
			
		#page ol {
			list-style: decimal;
			}
			
			#page p,
			#page li {
				font-size: 13px;
				line-height: 18px;
				margin-bottom: 10px;
				}
				
			#page li {
				margin-bottom: 5px;
				}
			
				#page p strong,
				#page li strong {
					color: #293736;
					font-size: inherit;
					}
					
	#page_wide {
		float: left;
		width: 820px;
		}
		
	#page_wider {
		float: left;
		width: 965px;
		}
		
	#page_left_wide {
		float: left;
		padding: 10px 10px 20px 5px;
		width: 700px;
		}
		
/* Breadcrumbs */
		#breadcrumbs {
			padding: 3px 6px 0 0;
			/* background: #dcdfdf; */
			}
			
			#breadcrumbs p {
				font-size: 12px;
				line-height: 11px;
				color: #9f9f9f;
				margin-bottom: 0;
				}


/* Headlines */
		#headline {
			position: relative;
			/* margin-bottom: 10px; */
			padding: 10px 90px 10px 0;
			border-bottom: 1px solid #dcdfdf;
			}
			
		#nbheadline {
			position: relative;
			/* margin-bottom: 10px; */
			padding: 10px 90px 10px 0;
			}
			
			h1 {
				padding-right: 20px;
				padding-bottom: 5px;
				font-size: 30px;
				font-weight: bold;
				line-height: 32px;
				letter-spacing: -2px;
				color: #2eb0ac;
				}
				
			h2 {
				font-size: 14px;
				line-height: 18px;
				font-weight: normal;
				letter-spacing: -.5px;
				color: #293736;
				}
				
			#headline nopad {
				padding-bottom:0px;
			}
				
/* Page Left Column */
		#page_left {
			float: left;
			width: 460px;
			padding: 10px 10px 20px 0;
			}
			
			#page_left p.subheadline {
				padding: 0 15px 0 0;
				font-size: 12px;
				line-height: 17px;
				font-weight: bold;
				color: #e10b24;
				}	
				
			#page ul.mgmtgrid {
				list-style: none;
				margin: 0;
				padding: 0;
				}
				
				#page ul.mgmtgrid li {
					display: block;
					float: left;
					margin: 0 5px 5px 0;
					}
					
					#page ul.mgmtgrid li a {
						display: block;
						width: 115px;
						height: 170px;
						padding: 3px;
						overflow: hidden;
						text-decoration: none;
						border: 1px solid #dcdfdf;
						}
						
						#page ul.mgmtgrid li a:hover {
							text-decoration: none;
							border: 1px solid #e10b24;
							}
							
						#page ul.mgmtgrid li a img {
							
							}
							
						#page ul.mgmtgrid li a .mgmt_info {
							padding: 5px 5px 5px 5px;
							}
							
						#page ul.mgmtgrid li a span.mgmt_name {
							font-size: 10px;
							line-height: 13px;
							letter-spacing: -.5px;
							font-weight: bold;
							color: #000;
							}
							
						#page ul.mgmtgrid li a span.mgmt_title {
							font-size: 10px;
							line-height: 13px;
							letter-spacing: -.5px;
							color: #e10b24;
							}

/* Page Right Column */
		#page_right {
			float: right;
			width: 199px;
			padding: 0 0 20px 0;
			}
			
			.request_btn{
				
				margin-bottom: 10px;
			
			}
			
			h3.subhead_page {
				display: block;
				width: 201px;
				height: 40px;
				margin-bottom: 1px;
				}
				
				h3.subhead_page span {
					display: none;
					}
					
			.sub_rel {
				background: url(/images_common/related_img.jpg) top left no-repeat;
				}
				
			#page_right p {
				font-size: 11px;
				line-height: 13px;
				}
				
				.ataglance {
					padding-top: 7px;
					}
					
			.login_callout {
				padding: 10px 10px 12px 10px;
				}
				



/* Page Full Column */	
		#page_full {
			padding: 10px 10px 20px 0;
			}
			
			
			/* === Added 08242009 by S. Wolf === */
			/* #contacts_ent { float:left; width:388px; } */
			#contacts_ent { float:left; width:258px; }
			#contacts_car { float:right; width:190px; }
			
			#map_full {
				padding: 2px;
				}
				
			dl.indy_sales_rep {
				display: inline-block;
				width: 180px;
				margin: 0 10px 10px 0;
				font-size: 11px;
				}
				
			h2.sales_reps_h2 {
				margin: 10px 0 5px 0;
				font-size: 11px;
				font-weight: bold;
				color:#000;
				text-transform:uppercase;
				border-bottom: 1px solid #000;
				}
				
				h2.rep_h2_marg {
					margin-right:10px;
					}
			/* === */


/* Page Left Column network map */
	#page_left_netmap {
			float: left;
			width: 600px;
			padding: 0 26px 0 0;
			}


/* Page Right Column network map */
	#page_right_netmap {
			float: right;
			width: 314px;
			padding: 0;
			}
		
		#page_right_netmap p {
			font-size: 13px;
			line-height: 18px;
			padding-top:0px;
			}
		
		
		#mapbuttons {
			width:286px;
			padding:0;
			border: none;	
			margin-top:26px;
			margin-bottom:30px;	
		}
		
		#mapbuttons img {
			width:286px;
			height:40px;
			padding-bottom: 1px;
			border: none;	
		}
		
		#nmPromo {
			width:314px;
			border: none;				
		}
		
		.clear {
			clear: both;
		}
		
/* Case Studies */
			.cs_item {
				margin-bottom: 10px;
				padding: 5px;
				border: 1px solid #dcdfdf;
				}
				
				.cs_item:hover {
					border: 1px solid #999;
					}
				
				.cs_thumb {
					float: left;
					width: 83px;
					}
					
				.cs_info {
					float: right;
					width: 583px;
					}
					
					.cs_text_small {
						font-size: 11px;
						line-height: 15px;
						color: #374443;
						}
						
					.cs_info h2,
					.cs_info h2 a {
						margin-bottom: 5px;
						color: #374443;
						font-size: 18px;
						line-height: 20px;
						letter-spacing: -1px;
						font-weight: bold;
						}
						
					.cs_info h2 a {
						text-decoration: underline;
						}
						
			#page_right p.cs_aside_lg {
				padding: 10px 25px 0 0;
				font-size: 14px;
				line-height: 17px;
				font-weight: bold;
				color: #e10b24;
				}
			
			#page_right p.cs_aside_sm {
				padding: 0 20px 0 0;
				font-size: 11px;
				color: #6b7372;
				}
			
				
/* News and Events */
			#news_boxes {
				margin: 10px 0;
				}
				
				#news_boxes_left {
					float: left;
					width: 440px;
					}
					
				#news_boxes_right {
					float: none;
					width: 190px;
					}
					
					.ne_box {
						margin-bottom: 12px;
						border: 1px solid #dcdfdf;
						}
						
						.ne_box h3 {
							padding: 4px 6px 6px 8px;
							font-size: 11px;
							color: #6b6b6a;
							text-transform: uppercase;
							background: #fff url(/img/bg_navigation.gif) bottom left repeat-x; 
							}
							
							.ne_box h3 a {
								margin-left: 3px;
								font-size: 9px;
								font-weight: normal;
								text-transform: none;
								}
								
						#page .ne_box ul {
							list-style: none;
							margin: 0;
							padding: 10px;
							}
							
							#page .ne_box li {
								margin: 0 0 6px 0;
								padding: 0 0 6px 0;
								line-height: 14px;
								border-bottom: 1px dashed #dcdfdf;
								}
								
								#page .ne_box li a {
									margin: 0;
									padding: 0;
									text-decoration: none;
									cursor: pointer;
									}
									
									#page .ne_box li a:hover {
										text-decoration: none;
										}
										
									.ne_press_image,
									.ne_article_image {
										float: left;
										width: 75px;
										min-height: 40px;
										margin: 0;
										padding: 0;
										background: url(/img/newsevents/th_default.jpg) top left no-repeat;
										}
										
									.ne_press_details,
									.ne_article_details {
										float: right;
										width: 333px;
										margin: 0;
										padding: 0;
										}
										
										.ne_press_title,
										.ne_article_title {
											display: block;
											font-size: 13px;
											line-height: 14px;
											font-weight: bold;
											color: #e10b24;
											}
											
											#page .ne_box li a:hover span.ne_press_title,
											#page .ne_box li a:hover span.ne_article_title {
												text-decoration: underline;
												}
											
										.ne_press_date,
										.ne_article_date {
											display: block;
											font-size: 11px;
											line-height: 14px;
											font-weight: normal;
											font-style: italic;
											color: #000;
											}
											
									.doc_thumb {
										float: left;
										width: 28px;
										height: 28px;
										}
										
										.th_pdf {
											background: url(/img/icon_pdf.gif) top left no-repeat;
											}
											
										.th_log {
											background: url(/img/icon_log.gif) top left no-repeat;
											}
										
									.doc_details {
										float: right;
										width: 132px;
										}
										
										.doc_title {
											display: block;
											margin: 0;
											padding: 0;
											font-size: 13px;
											/* font-weight: bold; */
											line-height: 16px;
											color: #363636;
											}
											
											#page .ne_box li a:hover span.doc_title {
												text-decoration: underline;
												}
											
										.doc_format {
											display: block;
											margin: 0;
											padding-top: 3px;
											font-size: 10px;
											line-height: 11px;
											/* font-style: italic; */
											color: #38bfc1;
											}
											
											#page .ne_box li a:hover span.doc_format {
												text-decoration: none;
												}
											
							#page .ne_box ul.upev_list li {
								font-size: 11px;
								border: 0;
								}
							
								#page .ne_box ul.upev_list span {
									font-weight: bold;
									color: #000;
									}
									
									
							#page a.doc_sidebar {
								margin: 5px 0 0 0;
								padding: 8px 0 8px 15px;
								display: block;
								border-bottom: 1px solid #dcdfdf;
								cursor: pointer;
								}
								
								a.doc_sidebar:hover {
									text-decoration: none;
									border: 0;
									}
								
								a.doc_sidebar div.doc_details {
									float: left;
									width: 140px;
									padding-left: 10px;
									}
									
									a.doc_sidebar:hover .doc_title {
										text-decoration: underline;
										}
										
									a.doc_sidebar:hover .doc_format {
										text-decoration: none;
										}
										
						#page a.doc_caseStudy {
								margin: 7px 0 0 0;
								padding: 0;
								display: block;
								/* border-bottom: 1px solid #dcdfdf; */
								cursor: pointer;
								}
								
						.bottom_line {
							
							margin-top: 5px;
						
						}	









/* =========== FOOTER ========== */
#footer {
	/* margin-bottom: 20px; */
	background: #f8f7f8;
	-moz-border-radius:8px 8px 0 0;
	}
	
	#footer_upper {
		padding: 0 10px 15px 20px;
		/* border-bottom: 2px solid #293736; */
		}
		
		#fu_address {
			float: left;
			width: 50%;
			}
			
			#fu_address dl {
				font-size: 11px;
				line-height: 14px;
				color: #687575;
				}
				
				#fu_address dl span {
					font-size: 12px;
					font-weight: bold;
					}
					
		#fu_links {
			float: left;
			padding: 60px 0 15px 0;
			margin-left: 15px;
			
			
			}
			
			#fu_links li {
				display: inline-block;
				float: left;
				margin-left:8px;
				font-size: 11px;
				}
				
				#fu_links li a {
					color: #f42941;
					text-decoration: underline;
					}
					
					#fu_links li a:hover {
						color: #f42941;
						text-decoration: underline;
						}
		
	#footer_boiler {
		padding: 15px 20px;
		border-top: 1px solid #b6b6b6;
		float: none;
		}
		
		#footer_boiler p {
			font-size: 11px;
			line-height: 14px;
			color: #8fa1a1;
			}
	
	#footer_lower {
		padding: 35px 0 0 100px;
		margin: 0 auto;
		float: none;
		}
		
		#footer_lower ul {
			float: left;
			width: 156px;
			}
			
			#footer_lower li {
				margin-bottom: 2px !important;
				}
							
				#footer_lower li a {
					font-size: 11px;
					color: #6f6f6f;
					text-decoration: none;
					line-height: 15px !important;
					}
					
				#footer_lower ul li:first-child{
					padding-bottom: 10px !important;
				}
					
					#footer_lower ul li:first-child a {
						font-size: 13px;
						font-weight: bold;
						color: #687575;
						text-transform: capitalize;
						text-decoration: none;
						}
					
				#footer_lower li a:hover {
					color: #313131;
					text-decoration: none;
					}










/* =========== MISC ========== */
/* opacity effects */				
/*#eyebrow,
#footer {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}*/
	
/* Share options */
#sharelinks {
	/*
position: absolute;
	top: 25px;
	right: 0;
*/
	width: 90px;
	border-left: 1px solid #dcdfdf;
	border-right: 1px solid #dcdfdf;
	float: right;
	margin-bottom: 10px;
	
	}
	
	#sharelinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 90px;
		}
		
		#sharelinks li {
			margin: 0;
			padding: 0;
			display: block;
			border-bottom: 1px solid #dcdfdf;
			}
			
			#sharelinks li div.addthis_mf a,
			#sharelinks li a {
				display: block;
				font-size: 10px;
				padding: 4px;
				color: #999;
				}
	


	
