body		{	font-family:  arial, helvetica, sans-serif;
			font-size: 62.5%;	
			color: #000;
			text-align: center;
			background-color: #666;
			background-image: url('/images/body_bg.gif');
			background-position: top;
			background-repeat: repeat;
			padding-bottom: 20px;

		}
* 		{	margin: 0;
			padding: 0;
		}
div#container	{	margin: 10px auto;
			width: 960px;
			text-align: left;
			background-color: #fff;
			background-image: url('/images/nav_bg.gif');
			background-position: left;
			background-repeat: repeat-y;
			border: 1px solid #000;
		}

div#header	{	width: 100%;
			overflow: hidden;
			height: 128px;
			border: 0;
			background-image: url('/images/header_bg.jpg');
			background-position: top;
			background-repeat: no-repeat;
			background-color: #000;
		}
div#header h1	{	font-size: 2em;
			color: #fff;
			margin: 60px 0 0 10px;
			font-family: georgia,'times new roman',times,serif;
		}
div#header h1 span {	font-weight: normal;
		}

div#menu	{	background-image: url('/images/menu_bg.gif');
			background-position: left;
			background-repeat: repeat-x;
			height: 24px;
		
		}
div#menu div	{	color: #fff;
			font-size: 1.1em;
			font-weight: bold;
			padding-top: 4px;
			text-indent: 10px;
		}
div#navbar	{	float: left;
			width: 160px;
			padding: 0;
		}
div#navbar_inner  {	padding: 0 3px;
		}
div#navbar_inner ul	{	
			line-height: 1.5em;
			list-style-type: none;	
			margin: 20px 0 5px 0;
		}
div#navbar_inner ul li	{	
			font-weight: bold;
			font-size: 1em;
			text-indent: 5px;
			margin: 4px;
			padding: 2px 0;
			border-left: 1px solid #fff;	
			border-bottom: 1px solid #fff;	
			font-size: 1.1em;
		}
div#navbar_inner ul li:hover {
			background-color: #1F1F21;
			border-left: 1px solid #f00;	
			border-bottom: 1px solid #f00;
		}
div#navbar_inner li a:link {
			color: #fff;
			text-decoration: none;
		}
div#navbar_inner li a:visited {
			color: #ccc;
			text-decoration: none;
		}
div#navbar_inner li a:hover {
			color: #fff;
			text-decoration: none;
		}
div#content_outer {	margin-left: 180px; 
			min-height: 300px;
		}
div#content {		padding: 10px;
		}

div#content h1 {	margin: .5em 0;	
			font-size: 1.6em;
			color: #06c;		
		}
div#content h2 {	margin: .5em 0;	
			font-size: 1.4em;
			color: #06c;		
		}
div#content h3 {	margin: .5em 0; 	
			font-size: 1.2em;
			color: #06c;		
		}
div#content p {	
			margin: 1em 0; 	
			font-size: 1.2em;		
		}
div#content ul, 
div#content ol {  margin: .5em 0 .5em 3em;
		}
div#content ul li,
div#content ol li { 
			font-size: 1.2em;
		}
div#content img.Style1 {
			float: right;
			margin: 0 0 10px 10px;
		}
div#content img.Style2 {
			float: left;
			margin: 0 10px 10px 0;
		}
div#content pre {	font-size: 120%;
		}
div#spacer	{	background-image: url('/images/spacer_bg.gif');
			background-position: left;
			background-repeat: repeat-x;
			height: 24px;
			clear: both;
		
		}
div#footer	{	clear: both;
                       	margin: 0;
			padding: 15px 0;
			text-align: center;
			font-weight: normal;
			font-size: 1.1em;
			background-color: #1F1F21;
			color: #fff;
		}
td		{	font-size: 1.1em;
			padding: 2px;
		}
table#datasheets {	border: 0;
			width: 100%;
			border-collapse: collapse;
			border-spacing: 0;

		}
table#datasheets td {	padding: 3px;
			font-size: 1.1em;
			border: 1px solid #ccc;

	}
table#datasheets tr:hover {	background-color: #ccc;
			}

table#products {	border: 0;
			width: 100%;
			border-collapse: collapse;
			border-spacing: 0;

		}
table#products td {	padding: 3px;
			font-size: 1.2em;
			border: 1px solid #ccc;

	}


/* styles for distributors page */

.hotspot	{	width: 200px;			
			padding: 5px;
			border: solid 1px #000;
			background-color: #ffc;
			color: #000;
			z-index: 600;    
			position: absolute;
			display: none; 
			top: 10px;
			left: 10px;             
		}
div#map_container {	position: relative;
			text-align: center;
		}





