/*
	Autoscope.com - Image Sensing Systems, Inc. (ISS)
	Website Color Palette

	hex			name			primary use
	-----------------------------------------------
	#2BA3E1		Blue			links
	#E9F6FC		LightBlue		table background color
	#7EC611		Green			secondary nav - active			
	#999		Grey			body copy				
	#666		DarkGrey		emphasized copy			
	#CF1719		Red				homepage link
*/	
	

/*------------------------------------------------------------------------------
	basic styles 
------------------------------------------------------------------------------*/	
	
	body {
		margin: 0; padding: 0;
		color: #666;
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		text-align: center;
		background: #fff url('../backgrounds/generic.gif') top center no-repeat;
}

	p{ margin: 0 0 15px 0; line-height: 150%; }
	
	img{ display: block; border: 0; }
	td{ vertical-align: top; }
	
	h1{ 
		color: #2BA3E1;
		font-size: 34px; 
		font-weight: normal;
		margin: 0px 0 30px 0;
	}
	
	h2{ 
		color: #999;
		font-size: 24px;
		font-weight: normal;
		margin: 20px 0 15px 0;
		border-bottom: 1px solid #D6D6D6;
	}
	
	h3{ 
		font-weight: normal;
		color: #7EC611;
		font-size: 14px; 
		margin: 5px 0 5px 0;
	}
	
	h4{ 
		font-size: 12px; 
		margin: 5px 0 25px 0;
	}
	
	h5{ 
		font-weight: normal;
		color: #7EC611;
		font-size: 18px;
		font-weight:bold;
		margin: 0px;
	}
	
	h6{
	font-weight: bold;
	color: #666;
	font-size: 14px;
	margin: 5px 0 5px 0;
	}

	
/*------------------------------------------------------------------------------
	navigation
------------------------------------------------------------------------------*/	

	a{ color: #2BA3E1; }

	a:hover{ color: #4F4C4A; }

	a.hot{ 
		color: #CF1719;
		font-weight: bold;
		text-decoration: none;
		background: url(../shared/button_g_sm.gif) top right no-repeat;
		padding: 5px 30px 5px 0;
		margin: 10px 0;
	}
	
		a.hot:hover{
			text-decoration: underline;
		}
	
	#nav_main {
		display: relative;
		padding-top: 53px;
		padding-left: 190px;
		z-index: 200;
	}
		
		#nav_main img {
			display: normal;
		}

		#nav_main a {
			position:relative; 
			z-index:10;
			float: left;
		}
			

	#nav_secondary{
		margin: 0 0 70px 0;
		padding: 0;
	}
	
		#nav_secondary a {
			float: left;
		}


	#nav_tertiary a{
		font-weight: bold;
		text-decoration: none;
		padding-bottom: 10px;
		padding-right: 10px;
		background: url('../shared/arrow_blue.gif') right 2px no-repeat;
	}

		#nav_tertiary a:hover, #nav_tertiary a.current{
			color: #7EC611;
			background: url('../shared/arrow_green.gif') right 2px no-repeat;
		}
		

/*------------------------------------------------------------------------------
	layout
------------------------------------------------------------------------------*/	

	#wrappa{
		margin:0px auto;
		text-align: left;
		width: 838px;
		position: relative;
	}


	#header{
		width: 838px;
		height: 121px;
		background: url('../shared/back_header.png') no-repeat;
		behavior: url(../assets/_css/iepngfix.htc);
	}
	
		#header #logo{
			position: absolute;
			top: 53px;
			left: 20px;
			zindex: 5;
		}
		
		#header #h1{
			position:absolute;
			top: 48px;
			left: 185px;
		}
		
		#header #h5{
			position:absolute;
			top: 63px;
			left: 630px;
		}
		

	#content{
		clear: both;
		float: left;
		width: 500px;
	}
		#content .pad{
			padding: 20px 0 40px 30px;
		}
	
	#content_secondary{
		float: left;
		width: 320px;
	}
		#content_secondary .pad{
			padding: 180px 0 40px 30px;
		}
	
	

	#footer{
		clear: both;
		width: 838px;
		height: 76px;
		font-size: 10px;
		background: url('../shared/back_footer.gif') repeat-y;
	}
	
		#footer .pad{ padding: 30px; }



		
		
	
/*------------------------------------------------------------------------------
	homepage
------------------------------------------------------------------------------*/	
	#home #header{
		behavior: url(assets/_css/iepngfix.htc);
	}

	#home #content{
		float: none;
	}

		#home #content .pad{
			width: 362px;
			height: 450px;
		}


	#home #nav_main {
		-padding-top: 17px;
	}
		
		
	.promotions{
		position: absolute;
		top: 483px;
		left: 13px;
		z-index: 10;
	}

		.promotions a.promo{
			display: block;
			color: #666;
			text-decoration: none;
			background: url('../shared/button_g_m.gif') right center no-repeat;
			padding: 0 40px 8px 0;
			margin-right: 20px;
		}
			.promotions .promo:hover{ color: #2BA3E1; }
		
		.promotions .promoBlue{
			font-weight: bold;
			text-decoration: none;
			display: block;
		}
		
		
		.promotion{
			background: url('../home/back_promotion.png') right no-repeat;
			width: 410px;
			height: 144px;
			float: left;
			behavior: url(assets/_css/iepngfix.htc);
		}
		
			.promotion .pad{ padding: 20px; }
			.promotion p{ margin: 0 0 4px 0;}

		.promotion .rule{ margin: 3px 0 3px -5px; }
	
	
	#camera{
		position: absolute;
		top: 245px;
		left: 450px;
		z-index: 5;
	}


/*------------------------------------------------------------------------------
	Events
------------------------------------------------------------------------------*/	

	.thumbnails img{
		float: left;
		margin: 0 10px 10px 0;
	}


/*------------------------------------------------------------------------------
	Products
------------------------------------------------------------------------------*/	

	.prod_thumbnails{
		margin-left: -3px;
	}
		.prod_thumbnails img{
			float: left;
			margin-right: 5px;
		}


	#products.detail #content_secondary .pad{
			padding: 28px 0 40px 30px;
		}

	#products.detail h4{
		color: #666;
		margin-bottom: 0;
	}
	
	#small_map{
		clear: both;
		position: relative;
		width: 267px;
		height: 148px;
		background: url('../products/map.gif') no-repeat;
	}

		#americas_sm{ position: absolute;  }
		#asia_pacific_sm{ position: absolute; top: 0; left: 150px; }
		#europe_sm{ position: absolute; top: 27px; left: 118px; z-index: 20;  }
		#middle_east_sm{ position: absolute; top: 60px; left: 152px; }
		

/*------------------------------------------------------------------------------
	News & Publications
------------------------------------------------------------------------------*/	

	#news_publications h4{
		color: #2BA3E1;
		margin: 30px 0 13px 0;
	}
	
	#news_publications h4.news{
		font-size: 18px;
		color: #666;
		font-weight: normal;
	}

	#news_publications b{
		color: #666;
	}

	#news_publications #content_secondary{
		float: left;
		width: 338px;
	}
	
	#news_publications #content_secondary .pad{
		padding: 180px 0 0 75px;
	}
/*------------------------------------------------------------------------------
	Distributors
------------------------------------------------------------------------------*/	
	#large_map{
		clear: both;
		position: relative;
		width: 503px;
		height: 291px;
		background: url('../distributors/map_back.gif') no-repeat;
	}
		

		#americas{ position: absolute;  }
		#asia_pacific{ position: absolute; top: 0; left: 281px; }
		#europe{ position: absolute; top: 46px; left: 211px; z-index: 20;  }
		#middle_east{ position: absolute; top: 120px; left: 270px; }
		


/*------------------------------------------------------------------------------
	Technical Support / Distributor Access
------------------------------------------------------------------------------*/	
	
	#distributors #header{
		width: 838px;
		height: 138px;
		background: url('../distributors/back_header_distributors.png') no-repeat;
	}

		#distributors #logo{ top: 75px; }
		#distributors #nav_main{ 
			padding: 75px 0 0 30px; 
			padding-left: 190px;
	}


	#distributors #content{
		width: 820px;
		background: url('../techsupport/content_back.gif') repeat-y;
		margin: 10px 0 10px 9px;
		-margin: 10px 0 10px 4px;
	}

		#distributors #content .pad{
			padding: 50px 300px 20px 20px;
		}		
	
	#log_out{
		position: absolute;
		top: 10px;
		right: 50px;
	}
		
/*------------------------------------------------------------------------------
	Utility Pages
------------------------------------------------------------------------------*/	

	.search_results a{
		font-weight: bold;
		text-decoration: none;
	}
	
	.nav_prev_next{
		width: 200px;
		float: right;
		margin-bottom: 10px;
		text-align:right;
	}


/*------------------------------------------------------------------------------
	background images - being pulled in through the id tags in the body
------------------------------------------------------------------------------*/	

	#home{ background: url('../backgrounds/home.jpg') top center no-repeat; }
	
	/* applications */
	.highways{ background: url('../backgrounds/applications_highways.gif') top center no-repeat; }
	.urban{ background: url('../backgrounds/applications_urban.gif') top center no-repeat; }
	.tunnels{ background: url('../backgrounds/applications_tunnels.gif') top center no-repeat; }

	.detail{ background: url('../backgrounds/products.gif') top center no-repeat; }

	#distributors{ background: url('../backgrounds/distributor_access.gif') top center no-repeat; }
	
	
/*------------------------------------------------------------------------------
	forms
------------------------------------------------------------------------------*/	
	
	form{ margin: 0; padding: 0;}
	input{ vertical-align: middle; }
	fieldset{border:none; }
	label{font-size:12px;
			font-weight: bold;
	}
	
	.searchBox{ width: 300px; }

/*------------------------------------------------------------------------------
	tables - data
------------------------------------------------------------------------------*/	
	
	table.dataTable{
		font-size: 11px;
		width: 100%;
		margin:0;
		padding:0;
		border:0;
		border-collapse:     collapse;    /* ie6 ? */
	    border-spacing:      0;           /* px? ns 6? */
	}

	table.dataTable td{
		padding:5px 10px;
		border:0px;
	}

	table.dataTable tr.none b{ color: #000; font-size: 12px; }
	table.dataTable a{ text-decoration: none; }
	table.dataTable tr.none{ background: #fff; }
	table.dataTable tr.alter{ background: #E9F6FC; border-top: 1px solid #DDE9EF; border-bottom: 1px solid #DDE9EF; }

	td.dB{ color: #000; background: url('../shared/dotted_back.gif') repeat-x;}

/*------------------------------------------------------------------------------
	popup window
------------------------------------------------------------------------------*/	

	#popup{ background: url('../backgrounds/generic.gif') center-130px no-repeat; }

		#popup #wrappa{
			margin:0px auto;
			text-align: left;
			width: 750px;
			position: relative;
		}

		#popup #content{
			width: 400px;
		}

		#popup #content_secondary{
			float: left;
			width: 320px;
		}
			#popup #content_secondary .pad{
				padding: 180px 0 40px 30px;
			}


/*------------------------------------------------------------------------------
	misc
------------------------------------------------------------------------------*/	
	
	.clearB{ clear: both; }
	.clearR{ clear: right; }
	.clearL{ clear: left; }
	
	.rule{ clear: both; border-top: 1px solid #D6D6D6; margin: 3px 0 3px 0; }

	.hide{display: none;}

	ul{ margin-left: 0; padding-left: 20px;}
	ul li{ margin-left: 0; padding-left: 0; font-style: italic; margin-bottom: 10px;}
	
	ol{ margin-left: 0; padding-left: 20px;}
	ol li{ margin-left: 0; padding-left: 0;}
	
	.imgover{}

/*------------------------------------------------------------------------------
	sIFR - used to swap the h1, h2 and h3 elements with flash versions
------------------------------------------------------------------------------*/	
		
	/* These are standard sIFR styles... do not modify */

	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	
	.sIFR-replaced {
		visibility: visible !important;
	}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}
	
	/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
	
	.sIFR-hasFlash h1 {
		visibility: hidden;
		font-size: 40px; 
	}
	
	.sIFR-hasFlash h2 {
		visibility: hidden;
	}
	
	
	.sIFR-hasFlash h3 {
		visibility: hidden;
		font-size: 20px;
	}
	
