/* Copyright © 2009 Graphic Connection, Author David Vancura, all rights reserved */


a, :focus, img
	{
	outline: none; /* kills iritating dotted border in Firefox */
	border-style: none;  /* kills the border around linked images (CSS / XHTML code verification) */
	text-decoration:none;
	}
	
#header_nav 
	{
	width:760px;/* must include drop width or will cut off last tab drop width */
	height:auto;
	font: 0.75em/1.5em Verdana, Geneva, sans-serif;/* drops spacing & fonts */
	float: right;
	position: fixed;
	z-index: 400;
	margin-top: 82px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 124px;
	}
	
#header_nav_glossary 
	{
	width:760px;/* must include drop width or will cut off last tab drop width */
	height:auto;
	font: 0.75em/1.5em Verdana, Geneva, sans-serif;/* drops spacing & fonts */
	float: right;
	position: relative;
	z-index: 400;
	margin-top: -44px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0px;
	}
	
#header_nav ul,
#header_nav_glossary ul
	{
	list-style: none;	
	}
	

	
						
/* Header SPRITE */	


#header_nav a.home_page, 
#header_nav a.graphic_design, 
#header_nav a.website_design, 
#header_nav a.seo,
#header_nav a.design_101, 
#header_nav a.retouch, 
#header_nav a.printing,
#header_nav_glossary a.home_page, 
#header_nav_glossary a.graphic_design, 
#header_nav_glossary a.website_design, 
#header_nav_glossary a.seo,
#header_nav_glossary a.design_101, 
#header_nav_glossary a.retouch, 
#header_nav_glossary a.printing 
	{
	float:left;
	background:url(../images/template_slices/header_navs_stubby.png) no-repeat;
	height:35px;
	text-indent:-999999px;
	border: none;/* kills border under tab for drop menu */
	margin: 0;
	padding: 0;
	}
		
#header_nav a.home_page,
#header_nav_glossary a.home_page	{background-position:left top;width:104px;}
	
#header_nav a.graphic_design,
#header_nav_glossary a.graphic_design{background-position:-105px 0;width:104px;}

#header_nav a.website_design,
#header_nav_glossary a.website_design{background-position:-210px 0;width:104px;}

#header_nav a.seo,
#header_nav_glossary a.seo{background-position:-315px 0;width:104px;}	
		
#header_nav a.design_101,
#header_nav_glossary a.design_101 {background-position:-420px 0;width:104px;}	
	
#header_nav a.retouch,
#header_nav_glossary a.retouch{background-position:-525px 0;width:104px;}
	
#header_nav a.printing,
#header_nav_glossary a.printing{background-position:-630px 0;width:104px;}

#header_nav a.home_page:hover,
#header_nav_glossary a.home_page:hover{background-position:left -36px;}
	
#header_nav a.graphic_design:hover,
#header_nav_glossary a.graphic_design:hover{background-position:-105px -36px;}

#header_nav a.website_design:hover,
#header_nav_glossary a.website_design:hover{background-position:-210px -36px;}

#header_nav a.seo:hover,
#header_nav_glossary a.seo:hover	{background-position:-315px -36px;}	
	
#header_nav a.design_101:hover,
#header_nav_glossary a.design_101:hover{background-position:-420px -36px;}	
	
#header_nav a.retouch:hover,
#header_nav_glossary a.retouch:hover{background-position:-525px -36px;}
	
#header_nav a.printing:hover,
#header_nav_glossary a.printing:hover{background-position:-630px -36px;}
	
#header_nav a#active_home,
#header_nav_glossary a#active_home {background-position:left -75px;}
	
#header_nav a#active_graphic_design,
#header_nav_glossary a#active_graphic_design{background-position:-105px -75px;}

#header_nav a#active_website_design,
#header_nav_glossary a#active_website_design{background-position:-210px -75px;}

#header_nav a#active_seo,
#header_nav_glossary a#active_seo{background-position:-315px -75px;}	
	
#header_nav a#active_design_101,
#header_nav_glossary a#active_design_101{background-position:-420px -75px;}	
	
#header_nav a#active_retouch,
#header_nav_glossary a#active_retouch{background-position:-525px -75px;}	
	
#header_nav a#active_printing,
#header_nav_glossary a#active_printing{background-position:-630px -75px;}
/*END Header NAVIGATION*/

/*HEADER DROP MENU*/


.menu li 
	{
	float:left;
	width:100px; /* tab width */
	position:relative;
	padding-right:7px;/* GAP between tabs*/
	}
	
.menu a,
.menu a:visited
	{
	display:block;
	font-size:0.9em;
	border-bottom: thin solid #666;
	}
	
.menu ul ul a
	{
	background:url(../images/common/drop_bkgrd.png) repeat;
	color:#000;
	height:auto;
	line-height:1.2em;
	padding:5px;
	width:98px;
	z-index: 400;
	position: relative;
	text-align: right;
	}


.menu ul ul a.drop /* SUBMENU background color */
	{background:url(../images/common/drop_bkgrd.png) repeat;}
	

.menu ul ul a.drop:hover/* SUBMENU HOVER background color */
	{background:#FFFDE6;}
	
.menu ul ul ul a /* 2nd Drop - background color */
	{
	background:url(../images/common/drop_bkgrd.png);
	width: 100px;
		text-align: left;}
		
/*HEADER DROP MENU*/		

.menu ul ul /* hide sub levels  */
	{
	width:87px; /*   IMPORTANT !!!!!  stops wird drop fly-out to right in IE6 and IE7*/
	visibility:hidden;
	position:absolute;
	height:0;
	top:34px; /* !!!  Drop Distance down !!! */
	left:-2px;
	}

.menu ul ul ul{left:106px;top:0px;}  /* positions drop submenu */
	
.menu ul ul ul.left	{
	left:-115px;
	width: 111px;}   /* CLASS positions LEFT submenu */

#header_nav ul li #last_tab li a{
	text-align: left;
	width: 105px;
}

.menu table /*  IE hack */
	{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

.menu a:hover,
.menu ul ul a:hover
	{
	color:#000;
	background:#FFFDE6;
	}
	

.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul{ visibility:visible;}



/* side navs */	

ul#left_navs
	{
	position: fixed;
	z-index: 100;
	margin-top: 145px;
	margin-left: 3px;
		}
		
ul#left_navs_glossary
	{
	position: fixed;
	z-index: 100;
	margin-top: 15px;
	margin-left: 3px;
		}

ul#right_nav_home,
ul#right_nav_home_glossary,
ul#right_nav_graphic_design,
ul#right_nav_design_tips,
ul#right_nav_photography,
ul#right_nav_website_design,
ul#right_nav_css,
ul#right_nav_seo,
ul#right_nav_design_101,
ul#right_nav_color,
ul#right_nav_retouch,
ul#right_nav_printing,
ul#right_nav_print_ready,
ul#right_nav_print_specs
	{
	position: fixed;
	margin-top: 145px;
	margin-left: 790px;
	z-index: 300;
		}
		
ul#right_nav_home_glossary{margin-top: 15px;}
		

ul#right_nav_home{background-image: url(../images/nav_buttons/home_navs.png);}
ul#right_nav_home_glossary{background-image: url(../images/nav_buttons/home_navs.png);}	
ul#right_nav_graphic_design{background-image: url(../images/nav_buttons/graphic_design_navs.png);}
ul#right_nav_design_tips{background-image: url(../images/nav_buttons/design_tips_navs.png);}	
ul#right_nav_photography{background-image: url(../images/nav_buttons/photography_navs.png);}	
ul#right_nav_website_design{background-image: url(../images/nav_buttons/website_design_navs.png);}	
ul#right_nav_css{background-image: url(../images/nav_buttons/css_navs.png);}
ul#right_nav_seo{background-image: url(../images/nav_buttons/seo_navs.png);}
ul#right_nav_design_101{background-image: url(../images/nav_buttons/design_101_navs.png);}
ul#right_nav_color{background-image: url(../images/nav_buttons/color_navs.png);}
ul#right_nav_retouch{background-image: url(../images/nav_buttons/retouch_navs.png);}
ul#right_nav_printing{background-image: url(../images/nav_buttons/printing_navs.png);}
ul#right_nav_print_ready{background-image: url(../images/nav_buttons/print_ready_navs.png);}
ul#right_nav_print_specs{background-image: url(../images/nav_buttons/print_specs_navs.png);}
	

ul#left_navs li,
ul#left_navs_glossary li,
ul#right_nav_home li,
ul#right_nav_home_glossary li,
ul#right_nav_graphic_design li,
ul#right_nav_design_tips li,
ul#right_nav_photography li,
ul#right_nav_website_design li,
ul#right_nav_css li,
ul#right_nav_seo li,
ul#right_nav_design_101 li,
ul#right_nav_color li,
ul#right_nav_retouch li,
ul#right_nav_printing li,
ul#right_nav_print_ready li,
ul#right_nav_print_specs li

	{
	float:left;
	list-style-type: none;
	}
		
ul#left_navs li a,
ul#left_navs_glossary li a,
ul#right_nav_home li a,
ul#right_nav_home_glossary li a,
ul#right_nav_graphic_design li a,
ul#right_nav_design_tips li a,
ul#right_nav_photography li a,
ul#right_nav_website_design li a,
ul#right_nav_css li a,
ul#right_nav_seo li a,
ul#right_nav_design_101 li a,
ul#right_nav_color li a,
ul#right_nav_retouch li a,
ul#right_nav_printing li a,
ul#right_nav_print_ready li a,
ul#right_nav_print_specs li a
		{
	height:70px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	outline:none;
		}
	
li#nav_portfolio a,
li#nav_quote a,
li#nav_glossary a,
li#nav_privacy a,
li#nav_contact a
	{
	background:url(../images/nav_buttons/left_navs.png);
	}
	
li#nav_testimonials a,
li#nav_hire a
	{
	background-image: url(../images/nav_buttons/home_navs.png);
	}
	
li#nav_marketing_tips a,
li#nav_ink_colors_gd a,
li#nav_postcard_specs_gd a,
li#nav_envelope_specs_gd a,
li#nav_photography a
	{
	background:url(../images/nav_buttons/graphic_design_navs.png);
	}
	
li#nav_logo_design a,
li#nav_flyer_design a,
li#nav_busCard_design a,
li#nav_catalog_design a,
li#nav_postcard_design a
	{
	background:url(../images/nav_buttons/design_tips_navs.png);
	}

li#nav_photography2 a,
li#nav_white_balance a,
li#nav_camera_aperture a
	{
	background:url(../images/nav_buttons/photography_navs.png);
	}
	
li#nav_website_planning a,
li#nav_w3c a,
li#nav_animation a,
li#nav_css a,
li#nav_moving_web_pages_wd a
	{
	background:url(../images/nav_buttons/website_design_navs.png);
	}

li#nav_css2 a,
li#nav_css_advantages a,
li#nav_css_using a,
li#nav_css_sprites a,
li#nav_css_antispam a
	{background-image: url(../images/nav_buttons/css_navs.png);
	}

li#nav_search_results a,	
li#nav_seo_tips a,
li#nav_seo_ethical a,
li#nav_moving_web_pages_seo a,
li#nav_site_tracking a
	{
	background:url(../images/nav_buttons/seo_navs.png);
	}
	
				
li#nav_color_essentials a,
li#nav_typography a,
li#nav_software a,
li#nav_vector a,
li#nav_links a 
	{
	background:url(../images/nav_buttons/design_101_navs.png);
	}

li#nav_color_essentials2 a,
li#nav_calibrate a,
li#nav_color_gamma a,
li#nav_ink_colors a
	{
	background:url(../images/nav_buttons/color_navs.png);
	}
	
li#nav_color_casts a,
li#nav_skin_tone a,
li#nav_hollywood_eyes a,
li#nav_depth_field a,
li#nav_image_reflection a
	{
	background:url(../images/nav_buttons/retouch_navs.png);
	}
	
li#nav_print_ready a,
li#nav_ink_colors_print a,
li#nav_paper a,
li#nav_printing_specs a,
li#nav_embossing a
	{
	background:url(../images/nav_buttons/printing_navs.png);
	}

li#nav_print_ready_pdf a,
li#nav_pdf_advantages a,
li#nav_pdf_making a
	{
	background:url(../images/nav_buttons/print_ready_navs.png);
	}
	
li#nav_printing_specs2 a,
li#nav_postcard_specs_print a,
li#nav_envelope_specs_print a,
li#nav_folding a
	{
	background:url(../images/nav_buttons/print_specs_navs.png);
	}	
				
li#nav_portfolio a, 			/* home */	 
li#nav_testimonials a, 			/* home */	 
li#nav_color_essentials a,		/* Dzn 101 */	
li#nav_color_essentials2 a,		/* Color */	
li#nav_marketing_tips a,		/* Gr Dzn */	
li#nav_logo_design a,			/* Mktg Dzn */
li#nav_photography2 a,			/* Photography */
li#nav_website_planning a,		/* Web Dzn */
li#nav_css2 a,					/* CSS */
li#nav_search_results a,		/* SEO */						
li#nav_color_casts a,			/* Restouch */	
li#nav_print_ready a,			/* Print Res */	
li#nav_print_ready_pdf a,			/* PDF */	
li#nav_printing_specs2 a		/* Print SPECs */

		{
		background-position:0px 0px; width:90px; top:0px
		}
				 
li#nav_portfolio a:hover, 				/* home */	 
li#nav_testimonials a:hover, 			/* home */	 
li#nav_color_essentials a:hover,		/* Dzn 101 */
li#nav_color_essentials2 a:hover,		/* Color */	
li#nav_marketing_tips a:hover,			/* Gr Dzn */
li#nav_logo_design a:hover,				/* Mktg Dzn */
li#nav_photography2 a:hover,			/* Photography */
li#nav_website_planning a:hover,		/* Web Dzn */
li#nav_css2 a:hover,					/* CSS */
li#nav_search_results a:hover,			/* SEO */						
li#nav_color_casts a:hover,				/* Restouch */	
li#nav_print_ready a:hover,				/* Print Res */	
li#nav_print_ready_pdf a:hover,			/* PDF */	
li#nav_printing_specs2 a:hover			/* Print SPECs */
		{ 
		background-position:0px -70px
		}

li#nav_portfolio a:active, 				/* home */	 
li#nav_testimonials a:active, 			/* home */	
li#nav_color_essentials a:active,		/* Dzn 101 */
li#nav_color_essentials2 a:active,		/* Color */	
li#nav_marketing_tips a:active,			/* Gr Dzn */
li#nav_logo_design a:active,			/* Mktg Dzn */
li#nav_photography2 a:active,			/* Photography */
li#nav_website_planning a:active,		/* Web Dzn */
li#nav_css2 a:active,					/* CSS */
li#nav_search_results a:active,			/* SEO */							
li#nav_color_casts a:active,			/* Restouch */	
li#nav_print_ready a:active,			/* Print Res */	
li#nav_print_ready_pdf a:active,			/* PDF */	
li#nav_printing_specs2 a:active			/* Print SPECs */
		{
		background-position:0px -140px
		}
		
li#nav_portfolio a#active_portfolio, 					/* home */
li#nav_testimonials a#active_testimonials, 				/* home */	
li#nav_color_essentials a#active_color_essentials,		/* Dzn 101 */
li#nav_color_essentials2 a#active_color_essentials2,	/* Color */	
li#nav_marketing_tips a#active_marketing_tips,			/* Gr Dzn */
li#nav_logo_design a#active_logo_design,				/* Mktg Dzn */
li#nav_photography2 a#active_photography2,				/* Photography */
li#nav_website_planning a#active_website_planning,		/* Web Dzn */
li#nav_css2 a#active_css2,								/* CSS */
li#nav_search_results a#active_search_results,			/* SEO */							
li#nav_color_casts a#active_color_casts,				/* Restouch */
li#nav_print_ready a#active_print_ready,		/* Print Res */	
li#nav_print_ready_pdf a#active_print_ready_pdf,		/* PDF */			
li#nav_printing_specs2 a#active_printing_specs2			/* Print SPECs */
		{
		background-position:0px -140px
		}
		

		
li#nav_quote a, 			/* home */	
li#nav_hire a, 				/* home */	
li#nav_typography a,		/* Dzn 101 */
li#nav_calibrate a,			/* Color */	
li#nav_ink_colors_gd a,  	/* Gr Dzn */
li#nav_flyer_design a,		/* Mktg Dzn */
li#nav_white_balance a,		/* Photog */
li#nav_w3c a,				/* Web Dzn */
li#nav_css_advantages a,	/* CSS */
li#nav_seo_tips a,			/* SEO */					
li#nav_skin_tone a,			/* Restouch */	
li#nav_ink_colors_print a,	/* Print Res */	
li#nav_pdf_advantages a,	/* PDF */	
li#nav_postcard_specs_print a/* Print SPECs */
		{
		background-position:-90px 0px; width:90px; top:80px
		}

li#nav_quote a:hover, 			/* home */
li#nav_hire a:hover, 			/* home */	
li#nav_typography a:hover,		/* Dzn 101 */
li#nav_calibrate a:hover,		/* Color */	
li#nav_ink_colors_gd a:hover,	/* Gr Dzn */
li#nav_flyer_design a:hover,	/* Mktg Dzn */
li#nav_white_balance a:hover,	/* Photog */
li#nav_w3c a:hover,				/* Web Dzn */
li#nav_css_advantages a:hover,	/* CSS */
li#nav_seo_tips a:hover,		/* SEO */				
li#nav_skin_tone a:hover,		/* Restouch */	
li#nav_ink_colors_print a:hover,/* Print Res */	
li#nav_pdf_advantages a:hover,	/* PDF */	
li#nav_postcard_specs_print a:hover/* Print SPECs */
		{
		background-position:-90px -70px
		}

li#nav_quote a:active, 			/* home */	
li#nav_hire a:active, 		/* home */	
li#nav_typography a:active,		/* Dzn 101 */
li#nav_calibrate a:active,		/* Color */	
li#nav_ink_colors_gd a:active,	/* Gr Dzn */
li#nav_flyer_design a:active,	/* Mktg Dzn */
li#nav_white_balance a:active,	/* Photog */
li#nav_w3c a:active,			/* Web Dzn */
li#nav_css_advantages a:active,	/* CSS */
li#nav_seo_tips a:active,		/* SEO */					
li#nav_skin_tone a:active,		/* Restouch */	
li#nav_ink_colors_print a:active,/* Print Res */	
li#nav_pdf_advantages a:active,	/* PDF */	
li#nav_postcard_specs_print a:active/* Print SPECs */

		{
		background-position:-90px -140px
		}
		
li#nav_quote a#active_quote, 					/* home */	
li#nav_hire a#active_hire, 						/* home */	
li#nav_typography a#active_typography,			/* Dzn 101 */
li#nav_calibrate a#active_calibrate,			/* Color */	
li#nav_ink_colors_gd a#active_ink_colors_gd,	/* Gr Dzn */
li#nav_flyer_design a#active_flyer_design,		/* Mktg Dzn */
li#nav_white_balance a#active_white_balance,			/* Photog */
li#nav_w3c a#active_w3c,						/* Web Dzn */
li#nav_css_advantages a#active_css_advantages,	/* CSS */
li#nav_seo_tips a#active_seo_tips,				/* SEO */					
li#nav_skin_tone a#active_skin_tone,			/* Restouch */	
li#nav_ink_colors_print a#active_ink_colors_print,/* Print Res */	
li#nav_pdf_advantages a#active_pdf_advantages,	/* PDF */	
li#nav_postcard_specs_print a#active_postcard_specs_print/* Print SPECs */
		{
		background-position:-90px -140px
		}
		
li#nav_glossary a, 			/* home */	 
li#nav_software a,			/* Dzn 101 */
li#nav_color_gamma a,		/* Color */	
li#nav_postcard_specs_gd a,	/* Gr Dzn */
li#nav_busCard_design a,	/* Mktg Dzn */
li#nav_camera_aperture a,	/* Photog */
li#nav_animation a,			/* Web Dzn */
li#nav_css_using a,			/* CSS */
li#nav_seo_ethical a,		/* SEO */			
li#nav_hollywood_eyes a,	/* Restouch */	
li#nav_paper a,				/* Print Res */	
li#nav_pdf_making a,		/* PDF */	
li#nav_envelope_specs_print a/* Print SPECs */
		{
		background-position:-180px 0px; width:90px; top:160px
		}

li#nav_glossary a:hover, 			/* home */	 
li#nav_software a:hover,			/* Dzn 101 */
li#nav_color_gamma a:hover,			/* Color */	
li#nav_postcard_specs_gd a:hover,	/* Gr Dzn */
li#nav_busCard_design a:hover,		/* Mktg Dzn */
li#nav_camera_aperture a:hover,		/* Photog */
li#nav_animation a:hover,			/* Web Dzn */
li#nav_css_using a:hover,			/* CSS */
li#nav_seo_ethical a:hover,			/* SEO */				
li#nav_hollywood_eyes a:hover,		/* Restouch */	
li#nav_paper a:hover,				/* Print Res */	
li#nav_pdf_making a:hover,			/* PDF */	
li#nav_envelope_specs_print a:hover	/* Print SPECs */
		{
		background-position:-180px -70px
		}

li#nav_glossary a:active, 			/* home */	 
li#nav_software a:active,			/* Dzn 101 */
li#nav_color_gamma a:active,		/* Color */		
li#nav_postcard_specs_gd a:active,	/* Gr Dzn */
li#nav_busCard_design a:active,		/* Mktg Dzn */
li#nav_camera_aperture a:active,	/* Photog */
li#nav_animation a:active,			/* Web Dzn */
li#nav_css_using a:active,			/* CSS */
li#nav_seo_ethical a:active,		/* SEO */					
li#nav_hollywood_eyes a:active,		/* Restouch */	
li#nav_paper a:active,				/* Print Res */	
li#nav_pdf_making a:active,			/* PDF */	
li#nav_envelope_specs_print a:active/* Print SPECs */
		{
		background-position:-180px -140px
		}
		
li#nav_glossary a#active_glossary,				 	/* home */	 
li#nav_software a#active_software,					/* Dzn 101 */
li#nav_color_gamma a#active_color_gamma,			/* Color */	
li#nav_postcard_specs_gd a#active_postcard_specs_gd,/* Gr Dzn */
li#nav_busCard_design a#active_busCard_design,		/* Mktg Dzn */
li#nav_camera_aperture a#active_camera_aperture,	/* Photog */
li#nav_animation a#active_animation,				/* Web Dzn */
li#nav_css_using a#active_css_using,				/* CSS */
li#nav_seo_ethical a#active_seo_ethical,			/* SEO */					
li#nav_hollywood_eyes a#active_hollywood_eyes,		/* Restouch */	
li#nav_paper a#active_paper,						/* Print Res */	
li#nav_pdf_making a#active_pdf_making,				/* PDF */	
li#nav_envelope_specs_print a#active_envelope_specs_print/* Print SPECs */
		{
		background-position:-180px -140px
		}
		

		
li#nav_privacy a, 				/* home */	 
li#nav_vector a,				/* Dzn 101 */
li#nav_ink_colors a,			/* Color */	
li#nav_envelope_specs_gd a,		/* Gr Dzn */
li#nav_catalog_design a,		/* Mktg Dzn */
li#nav_css a,					/* Web Dzn */
li#nav_css_sprites a,			/* CSS */
li#nav_moving_web_pages_seo a,	/* SEO */	
li#nav_depth_field a,			/* Restouch */	
li#nav_printing_specs a,		/* Print Res */	
li#nav_folding a				/* Print SPECs */
		{
		background-position:-270px 0px; width:90px; top:240px
		}

li#nav_privacy a:hover,			 	/* home */	 
li#nav_vector a:hover,			 	/* Dzn 101 */
li#nav_ink_colors a:hover,			/* Color */	
li#nav_envelope_specs_gd a:hover,	/* Gr Dzn */
li#nav_catalog_design a:hover,		/* Mktg Dzn */
li#nav_css a:hover,					/* Web Dzn */
li#nav_css_sprites a:hover,			/* CSS */
li#nav_moving_web_pages_seo a:hover,/* SEO */	
li#nav_depth_field a:hover,			/* Restouch */	
li#nav_printing_specs a:hover,		/* Print Res */	
li#nav_folding a:hover				/* Print SPECs */
		{
		background-position:-270px -70px
		}

li#nav_privacy a:active, 			/* home */	 
li#nav_vector a:active,				/* Dzn 101 */
li#nav_ink_colors a:active,			/* Color */	
li#nav_envelope_specs_gd a:active,	/* Gr Dzn */
li#nav_catalog_design a:active,		/* Mktg Dzn */
li#nav_css a:active,				/* Web Dzn */
li#nav_css_sprites a:active,		/* CSS */
li#nav_moving_web_pages_seo a:active,/* SEO */	
li#nav_depth_field a:active,		/* Restouch */	
li#nav_printing_specs a:active,		/* Print Res */
li#nav_folding a:active				/* Print SPECs */
		{
		background-position:-270px -140px
		}
		
li#nav_privacy a#active_privacy,		 			/* home */	 
li#nav_vector a#active_vector,			 			/* Dzn 101 */
li#nav_ink_colors a#active_ink_colors,				/* Color */	
li#nav_envelope_specs_gd a#active_envelope_specs_gd,/* Gr Dzn */
li#nav_catalog_design a#active_catalog_design,		/* Mktg Dzn */
li#nav_css a#active_css,							/* Web Dzn */
li#nav_css_sprites a#active_css_sprites,			/* CSS */
li#nav_moving_web_pages_seo a#active_moving_web_pages_seo,/* SEO */	
li#nav_depth_field a#active_depth_field,			/* Restouch */	
li#nav_printing_specs a#active_printing_specs,		/* Print Res */	
li#nav_folding a#active_folding						/* Print SPECs */

		{
		background-position:-270px -140px
		}
		
li#nav_contact a, 				/* home */	 
li#nav_links a,					/* Dzn 101 */
li#nav_photography a,			/* Gr Dzn */
li#nav_postcard_design a,		/* Mktg Dzn */
li#nav_moving_web_pages_wd a,	/* Web Dzn */
li#nav_css_antispam a,			/* CSS */
li#nav_site_tracking a,			 /* SEO */	
li#nav_image_reflection a,		/* Restouch */	
li#nav_embossing a				/* Print Res */	
		{
		background-position:-360px 0px; width:90px; top:320px
		}

li#nav_contact a:hover, 				/* home */	 
li#nav_links a:hover,					/* Dzn 101 */
li#nav_photography a:hover,				/* Gr Dzn */
li#nav_postcard_design a:hover,			/* Mktg Dzn */
li#nav_moving_web_pages_wd a:hover,		/* Web Dzn */
li#nav_css_antispam a:hover,			/* CSS */
li#nav_site_tracking a:hover,			/* SEO */	
li#nav_image_reflection a:hover,		/* Restouch */	
li#nav_embossing a:hover				/* Print Res */	
		{
		background-position:-360px -70px
		}

li#nav_contact a:active, 				/* home */	 
li#nav_links a:active,					/* Dzn 101 */
li#nav_photography a:active,			/* Gr Dzn */
li#nav_postcard_design a:active,		/* Mktg Dzn */
li#nav_moving_web_pages_wd a:active,	/* Web Dzn */
li#nav_css_antispam a:active,			/* CSS */
li#nav_site_tracking a:active,			/* SEO */	
li#nav_image_reflection a:active,		/* Restouch */	
li#nav_embossing a:active				/* Print Res */	
		{
		background-position:-360px -140px
		}
		
li#nav_contact a#active_contact,					 /* home */	 
li#nav_links a#active_links,						/* Dzn 101 */
li#nav_photography a#active_photography,			/* Gr Dzn */
li#nav_postcard_design a#active_postcard_design,	/* Mktg Dzn */
li#nav_moving_web_pages_wd a#active_moving_web_pages_wd,/* Web Dzn */
li#nav_css_antispam a#active_css_antispam,			/* CSS */
li#nav_site_tracking a#active_site_tracking,		/* SEO */	
li#nav_image_reflection a#active_image_reflection,	/* Restouch */	
li#nav_embossing a#active_embossing					/* Print Res */	
		{
		background-position:-360px -140px
		}


/* END side navs */

/* link styles */

#center_div a {
	color: #00C;
				}
	
	
#center_div a:visited	{
	text-decoration: none;
	color: #939;
		}	
							
#center_div a:hover,
#center_div a:active {
	color: #C00;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	text-decoration: underline;
	}
	


#footer p a,
#footer_tall p a{
	color: #7E7E7E;
}
#footer p a:hover,
#footer p a:active,
#footer_tall p a:hover,
#foote_tall p a:active
{
	color: #FF9;
}
#footer p a:visited,
#footer_tall p a:visited{color: #999;}


