@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 1.5;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

.smarttweezers #container { 
	width: 980px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height:800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:0;
} 

.smarttweezers #header {
	width:980px;
	height:175px;
	background:#d1e4ef url(Smart_Tweezers_Digital_Multimeter/smart_tweezers_header.jpg); 
	padding: 0;
	margin:0;
} 

.contact_text {
	position:relative;
	left:790px;
	top:40px;
	width:180px;
	height: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
	vertical-align:top;
	}


#content {
	position:relative;
	width:700px;
	margin-left:240px;
	padding: 0;
	text-align:left;
} 



table, tr, td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000;
}


.tableheading  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height: 1.5;
	color: #FFF;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000066;
	text-align:left;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#6699cc;
}

.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#000;
}


.highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6699cc;
	text-decoration:none;
	font-style:bold;
}

.saleprice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-decoration:none;
	font-style:bold;
}

.img {
	border: thin;
	border-color:#999999;
}


A.NAV:LINK, A.NAV:VISITED, A.NAV:ACTIVE {
	COLOR: #000000; 
	FONT-SIZE: 11pt; 
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}

A.NAV:HOVER {
	COLOR: #FFFFFF;
	FONT-SIZE: 11pt;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}



A:LINK, A:VISITED, A:ACTIVE {
	COLOR: #000066; 
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
}

A:HOVER {
	COLOR:#ff6600;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}

A.light:LINK, A.light:VISITED, A.light:ACTIVE {
	COLOR: #6699cc; 
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
}

A.light:HOVER {
	COLOR:#000066;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}


A.highlight:LINK, A.highlight:VISITED, A.highlight:ACTIVE {
	COLOR: #CC0000; 
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
}

A.highlight:HOVER {
	COLOR: #CC0000; 
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}


A.purchase:LINK, A.purchase:VISITED, A.purchase:ACTIVE {
	COLOR: #CC0000; 
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}

A.purchase:HOVER {
	COLOR: #CC0000; 
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 



/*- Menu 2--------------------------- */

#main_nav_container {
	position:relative;
	float:left;
	min-height:800px;
	background:#FFF;
	width:200px;
	text-align:left;
	margin:0;
	padding:0;
	}

#menu2 {
	position:absolute;
	left:0;
	width: 200px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #3688BA;
	display: block;
	background:  url(menu2b.gif);
	padding: 8px 0 0 30px;
	}
	
#menu2 li a:hover {
	color: #3688BA;
	background:  url(menu2b.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}
	


