/*global styles */ 
body {
	background: #010205 url(images/bk.jpg) ; 
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0pt 0pt 0pt 0px;
	padding:0pt;
	text-align: center;
}
.emailMessage
{
 color:Red;
 font-size:1.4em; 
}
.contactUsState
{
  color:#a2513e;
  font-weight:bolder;
}
#menu {
    background:url("images/menunav.jpg") no-repeat;
    width:434px;
    height:26px;
    margin:0;
    padding:0;
    }
#menu span {
    display: none;
    }
#menu li, #menu a {
    height:26px;
    display:block;
    }
#menu li {
    float:left;
    list-style:none;
    display:inline;
    }
 #homepage {width: 58px;}
 #services {width: 113px;}
 #projectsnav {width: 84px;}
 #companynav {width: 79px;}
 #contactnav {width: 96px;}
 
 #homepage a:hover,#home #homepage {background:url("images/menunav.jpg") 0px -26px no-repeat; }
 #services a:hover,#printservices #services {background:url("images/menunav.jpg") -58px -26px no-repeat; }
 #projectsnav a:hover,#projects #projectsnav {background:url("images/menunav.jpg") -171px -26px no-repeat; }
 #companynav a:hover,#company #companynav {background:url("images/menunav.jpg") -255px -26px no-repeat; }
 #contactnav a:hover,#contact #contactnav {background:url("images/menunav.jpg") -334px -26px no-repeat; }

p {
	background: none ; 
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.95em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
	margin:0pt 0pt 0pt 0px;
	padding:0pt;
	text-align: left;
}

li {
	background: none ; 
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.95em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin:0pt 0pt 0pt 0px;
	padding:0pt;
	text-align: left;
}

h3 {
	background: none ; 
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.95em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.6em;
	margin:0pt 0pt 0pt 0px;
	padding:0pt;
	padding-top:10pt;
	padding-bottom:0pt;
	text-align: left;
}

a {
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	color:#696969;
 	text-decoration: none; 
}

a:hover {
	color:#2989b1;
	font-weight:650;  
}

#container  
{
  border:solid 20px white;
	width: 824px;   
	margin: 0 auto;   
	text-align: left;
	background-color:White; 
} 

/*Top Nav (note: a body id for each section is needed for Current section On State to work -see HTML file */ 
/* (also note: seperate div types are needed for topnav on home vs inside pages to overlap flash elements properly */ 

#topnavbox {
	background: url(images/navigation_off.gif) no-repeat; 
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.95;
	position:relative;  
	top: -200px; 
	left:5px; 
	width: 525px; 
	height:35px; 
	margin:0px; 
	padding:0px; 
	z-index:2;
}


#topnav {	
	position: relative;  
	top: -61px; 
	left:0px;
	width: 525px; 
	height:35px; 
	margin:0px; 
	padding:0px; 
	z-index:3;
}

#topnav ul , 
#topnav ul ul, 
#topnav ul li {
	list-style:none;
	margin:0px;
	padding:0;
}

#topnav ul li {
	float:left;   
	display:block; 
	margin:0px;
}

#topnav-1 a {
	display:block; 
	height:21px; 
	width:54px;
	margin-top:4px;   
	background:transparent;
	text-indent:-9009px;
}
 
#topnav-1 a:hover {
	display:block; 
	height:21px; 
	width:54px;
	margin-top:5px;   
	background:transparent url(images/home-ON.gif);
	text-indent:-9009px;
}

#topnav-2 a {
	display:block; 
	height:21px; 
	width:113px;
	margin-top:4px;   
	background:transparent;
	text-indent:-9009px;
} 
 
#topnav-2 a:hover {
	display:block; 
	height:21px; 
	width:113px;
	margin-top:5px;
	margin-left:5px;   
	background:transparent url(images/pservices-on.gif);
 	text-indent:-9009px;
}

#company #topnav-4 a {
	display: block; 
	height: 21px; 
	width: 104px;
	margin-top: 4px;   
	background: transparent url(images/company-on.gif); 
	text-indent: -9009px;
}
 
#company #topnav-4 a:hover {
	display:block; 
	height:21px; 
	width:104px;
	margin-top:4px;   
	background:transparent url(images/company-ON.gif);     
	text-indent:-9009px;
}
 
 #printservices #topnav-2 a {
	display: block; 
	height: 21px; 
	width: 104px;
	margin-left:9px;
	margin-top: 5px;   
	background: transparent url(images/pservices-on.gif); 
	text-indent: -9009px;
}
 
#printservices #topnav-2 a:hover {
	display:block; 
	height:21px; 
	width:104px;
	margin-top:5px;   
	margin-left:9px;
	background:transparent url(images/pservices-on.gif);     
	text-indent:-9009px;
}
 
#topnav-3 a {
	display:block; 
	height:21px; 
	width:78px;
	margin-top:4px;   
	background:transparent;
 	text-indent:-9009px;
} 
 
#topnav-3 a:hover {
	display:block; 
	height:21px; 
	width:78px;
	margin-top:5px;
	margin-left:6px;
	background:transparent url(images/projects-on.gif);
 	text-indent:-9009px;
}

#products #topnav-3 a {
	display:block; 
	height:21px; 
	width:78px;
	margin-top:4px;   
	margin-left:5px;
	background:transparent url(images/topnav-3_ON.gif);
	text-indent:-9009px;
}
 
#products #topnav-3 a:hover {
	display:block; 
	height:21px; 
	width:78px;
	margin-top:4px; 
	margin-left:5px;  
	background:transparent url(images/topnav-3_ON.gif); 
	text-indent:-9009px;
}

#topnav-4 a {
	display:block; 
	height:21px; 
	width:127px;
	margin-top:4px;
	background:transparent;
 	text-indent:-9009px;
} 
 
#topnav-4 a:hover {
	display:block; 
	height:21px; 
	width:127px;
	margin-top:5px;   
	margin-left:5px;
	background:transparent ;
 	text-indent:-9009px;
}

#services #topnav-4 a {
	display:block; 
	height:21px; 
	width:127px;
	margin-top:4px;   
	background:transparent url(images/topnav-4_ON.gif);     
	text-indent:-9009px;
}
 
#services #topnav-4 a:hover {
	display:block; 
	height:21px; 
	width:127px;
	margin-top:4px;   
	background:transparent url(images/topnav-4_ON.gif);     
	text-indent:-9009px;
}

#topnav-5 a {
	display:block; 
	height:21px; 
	width:72px;
	margin-top:4px;   
	background:transparent;
 	text-indent:-9009px;
} 
 
#topnav-5 a:hover {
	display:block; 
	height:21px; 
	width:72px;
	margin-top:5px;   
	margin-left:13px;
	background:transparent url(images/company-on.gif);
	text-indent:-9009px;
}

#solutions #topnav-5 a {
	display:block; 
	height:21px; 
	width:72px;
	margin-top:4px;   
	background:transparent url(images/topnav-5_ON.gif);     
	text-indent:-9009px;
}
 
#solutions #topnav-5 a:hover {
	display:block; 
	height:21px; 
	width:72px;
	margin-top:4px;   
	background:transparent url(images/topnav-5_ON.gif);     
	text-indent:-9009px;
}

#topnav-6 a {
  	display:block; 
	height:21px; 
	width:88px;
	margin-top:4px;   
	background:transparent;
 	text-indent:-9009px;
} 
 
#topnav-6 a:hover {
	display:block; 
	height:21px; 
	width:88px;
	margin-top:5px;   
	margin-left:21px;
	background:transparent url(images/contactus-on.gif);
	text-indent:-9009px;
}  

#catalog #topnav-6 a {
	display:block; 
	height:21px; 
	width:88px;
	margin-top:4px;   
	background:transparent url(images/topnav-6_ON.gif);     
	text-indent:-9009px;
}
 
#catalog #topnav-6 a:hover {
	display:block; 
	height:21px; 
	width:88px;
	margin-top:4px;   
	background:transparent url(images/topnav-6_ON.gif);     
	text-indent:-9009px;
}

#toplist ul li {  
	padding:10px;      
}

#topsearch input {     
	margin-top:4px;
	margin-left:6px; 
	font-size:0.85em;
}

#searchsubmit input {       
	height:19px; width:20px; margin-top:4px; margin-left:6px; 
}

/*generic float classes */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;	
	margin-left: 0px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;	
	margin-right: 0px;
	color:White;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;    
	height:0;    
	font-size: 1px;    
	line-height: 0px;
}

/*home page specific styles */ 

#topnavbox_hme {	
	/*background: url(images/navigation_off.gif) no-repeat; */
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.95;
	position:relative;  
	top: -400px; 
	left:5px; 
	width: 525px; 
	height:35px; 
	margin:0px; 
	padding:0px; 
	z-index:2;
}

#topnav_hme {	
	position:relative; 
	top: -224px; 
	left:0px; 
	width: 525px; 
	height:35px; 
	margin:0px; 
	padding:0px; 
	z-index:9;
}

#home #container #topnav_hme ul , 
#home #container #topnav_hme ul ul, 
#home #container #topnav_hme ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#home #container #topnav_hme ul li {
	float: left;   
	display: block; 
	margin: 0px;
}

#hmPromoFlash { 
	position:relative; 
	left:0px;
	padding:0px; 
	margin:0px; 
  height:328px;
	z-index:1;
} 

#hmecontent {
	z-index:2;  
	height:280px;
	width:830px;
	margin: 0 auto; 
	position:relative;  
	top: 8px;
}

#box1{	 
	background: #4eb0d4;
	float: left;  	 
	width: 263px; 
	height:270px;
	margin-right:18px; 
} 

#box1 H2 {	 
	background: url(images/hmBox1_H2.gif)  no-repeat;	
	width: 263px;	
	height:54px;	
	margin: 0px;	
	text-indent:-9009px;
}

#box1_img {	 
	width: 120px;	
	height:120px;	
	margin: 0px;
	padding:10px 0px 5px 10px;	
	float:left;
}

#box1_text {	 
	width: 150px;	
	height:145px;	
	margin: 0px; 	
	float:right;
	padding-right: 5px;
}

#box1 p { 
	padding:0px 5px 5px 10px; 
}

#box1 H3 { 
	padding:10px 0px 5px 10px;
}

p.hotsellers_button a { 
	display:block;
	background: transparent url(images/shopnow_button.gif)  no-repeat;	
	display:block;
	width: 126px;	
	height:26px;
	margin:0px;	
	text-indent:-9009px;
}
	
#box2 {
	background: #f24aae;
	float: left;	 
	width: 263px; 
	height: 270px;
	margin-right:17px; 
} 

#box2_news {	   
	/*width: 274px; 
	height:153px; 
	overflow: auto;
	border: 0px;  
	padding: 8px;
	scrollbar-shadow-color: #6dbad0;
	scrollbar-highlight-color: #6dbad0;
	scrollbar-face-color: #6dbad0;
	scrollbar-3dlight-color: #6dbad0;
	scrollbar-darkshadow-color: #6dbad0;
	scrollbar-track-color: #6dbad0;
	scrollbar-arrow-color: #38adcb; */
	width: 280px;	
	height:120px;	
	margin: 0px; 	
} 

#box2_news a {	   
	color: #000; 
	/*font-weight:bold;*/
} 

#box2_news a:hover {	   
	color: #2989b1; 
	/*font-weight:bold;*/
} 

#box2  H2 {	 
	background: url(images/hmBox2_H2.gif)  no-repeat;	
	/*width: 290px;	
	height:30px;*/	
	width: 263px;	
	height:54px;
	margin: 0px;	
	text-indent:-9009px;
}

#box2  H3 {
	padding:10px;
}

p.morenews_button a { 
	display:block;
	background: transparent url(images/more_news_button.gif)  no-repeat;	
	display:block;
	width: 126px;	
	height:26px;
	margin:0px;	
	text-indent:-9009px;
}

#box2  p { 
	padding:0px 5px 5px 10px;
}

#box3 {	 
	background: #f1e845;
	float: left  ;	 
	width: 263px; 
	height:270px; 
} 

#box3  H2 {	 
	background: url(images/hmBox3_H2.gif) no-repeat;	
	width: 263px;	
	height:54px;	
	margin: 0px;	
	text-indent:-9009px;
}


#box3_img {	 
	width: 130px;	
	height:120px;	
	margin: 0px;
	padding:10px 10px 5px 0px;	
	float:right;
}

#box3_text {	 
	width: 140px;	
	height:145px;	
	margin: 0px; 	
	float:left;
}

#box3 p { 
	padding:0px 5px 5px 10px;
}

#box3 H3 { 
	padding:10px 0px 5px 10px;
}

p.casestudy_button a { 
	display:block;
	background: transparent url(images/learn_more_button.gif)  no-repeat;	
	display:block;
	width: 126px;	
	height:26px;
	margin-top:50px;	
	text-indent:-9009px;
}

p.learnmoretechnology_button a { 
	display:block;
	background: transparent url(images/learn_more_button.gif)  no-repeat;	
	display:block;
	width: 126px;	
	height:26px;
	margin-top:30px;	
	text-indent:-9009px;
}
p.learnmoreprintservices_button a { 
	display:block;
	background: transparent url(images/learn_more_button.gif)  no-repeat;	
	display:block;
	width: 126px;	
	height:26px;
	margin-top:50px;	
	text-indent:-9009px;
}
#newsletter {
	background: url(images/newsletter_bg.gif) repeat-x ;  
	height: 60px;
	width: 900px;	
	margin: 0 auto; 
	position: relative;
	top: -70px;
	padding: 0px;
} 

#newsletter H2 {	
	color:#ffffff; 
	background: url(images/newsletter_foot_h2.gif) no-repeat;	
	width: 300px;	
	height:45px;	
	margin: 0px;	
	margin-left: 80px;
	text-indent:-9009px;
}

#newsletter_head {	 
	width: 400px;	
	height:45px;
	float:left;
}

#newsletter_form {	
	color:#ffffff;  
	width: 500px;	
	height:45px;
	float:right;
	/* margin-top:3px; */
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

#newsletter_form ul  {  
	list-style:none;
	margin:0px;
	padding:0;
	float:left;   
	display:block; 
	margin:0px;
}

#newsletter_form ul li {  
	list-style:none;
	margin:0px;
	padding:0;
	float:left;  
	padding-right:10px; 
	display:block; 
	margin:0px;
}

#footer  {
	width:800px;	
	margin: 0 auto; 
	height:25px;
	position: relative;
	
}

#footer p,#footer_ins p {
	font-size:0.75em;
	color:#000000;	
	margin: 10px; 	
	padding: 10px 0;  
}

#footer a, #footer_ins a { 
	color:#000000;	
	margin: 10px; 	
	padding: 10px 0;  
}

#footer a:hover, 
#footer_ins a:hover { 
	color:#000000;	
	margin: 10px; 	
	padding: 10px 0; 
	text-decoration:underline;
}

ul.footernav   {  
	font-size:.85em;
	list-style:none;
	margin:0px;
	padding:0;    
	display:block; 
	margin:0px;
}

ul.footernav li {  
	list-style:none;
	margin:0px; 
	padding:0;
	float:left;  
	padding-right:3px; 
	padding-top:20px; 
	display:block; 
	margin:0px;
}

#rss a  {
	display:block; 
	width: 35px;	
	height:13px;
	margin-top:0px;  
	margin-right:0px;  
	background:transparent url(images/rss.gif)   no-repeat;
 	text-indent:-9009px;
}

#rss a:hover  {
	display:block; 
	width: 35px;	
	height:13px;
	margin-top:0px; 
	margin-right:0px;   
	background:transparent url(images/rss.gif)   no-repeat;
 	text-indent:-9009px;
}

 #rss2 a  { 
 	margin-left:2px;
} 

#rss2 a:hover  { 
	margin-left:2px; 
}

/* layout for inside pages */

#inside_flash	{	
	position: relative;	
	left: 0px;	 
	padding: 0px;	
	margin: 0px;	
	height:160px;
	width:850px;
} 

#content_ins { 
	background: #ffffff; 
	position: relative;
	width: 824px;
 }
 
/*side nav (note: a div for each subpage is needed for Current Page On State to work -see HTML file */ 

#sidenav  {
	height:370px;
	width:210px;
	float:left;  
}

#sidenav a {
	font-weight:bold;
	font-size:11px;
}

#sidenav ul , #sidenav ul ul, #sidenav ul li {
	list-style:none; 
	padding-bottom:8px; 
	padding-left:0px;
	margin-left:3px;
}
 
#sidenav-1 a {
	display: block;
	padding-left:18px;
}

#sidenav-1 a:hover {
	olor:#7d7d7d; 
	display:block;    
	background:transparent url(images/sidenav_arrowOVR.gif)  no-repeat ; 
	background-position:0 .1em;;
}
 
#subpage1 #sidenav-1 a:hover {
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
}

#subpage1 #sidenav-1 a {
	color:#7d7d7d;
	font-weight:650;  
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
}

#printservices #subpage1 #sidenav-1 a, a:hover {
	color:#8d3023;
}
#printservices #subpage1 #sidenav-2 a:hover {
	color:#8d3023;
}
#printservices #subpage1 #sidenav-3 a:hover {
	color:#8d3023;
}
#printservices #subpage2 #sidenav-1 a:hover {
	color:#8d3023;
}
#printservices #subpage2 #sidenav-2 a, a:hover {
	color:#8d3023;
}
#printservices #subpage2 #sidenav-3 a:hover {
	color:#8d3023;
}
#printservices #subpage3 #sidenav-1 a:hover {
	color:#8d3023;
}
#printservices #subpage3 #sidenav-2 a:hover {
	color:#8d3023;
}
#printservices #subpage3 #sidenav-3 a, a:hover {
	color:#8d3023;
}


#projects #subpage1 #sidenav-1 a, a:hover {
	color:#52a0d5;
}
#projects #subpage1 #sidenav-2 a:hover {
	color:#52a0d5;
}
#projects #subpage1 #sidenav-3 a:hover {
	color:#52a0d5;
}
#projects #subpage1 #sidenav-4 a:hover {
	color:#52a0d5;
}
#projects #subpage2 #sidenav-1 a:hover {
	color:#52a0d5;
}
#projects #subpage2 #sidenav-2 a, a:hover {
	color:#52a0d5;
}
#projects #subpage2 #sidenav-3 a:hover {
	color:#52a0d5;
}
#projects #subpage2 #sidenav-4 a:hover {
	color:#52a0d5;
}
#projects #subpage3 #sidenav-1 a:hover {
	color:#52a0d5;
}
#projects #subpage3 #sidenav-2 a:hover {
	color:#52a0d5;
}
#projects #subpage3 #sidenav-3 a,a:hover {
	color:#52a0d5;
}
#projects #subpage3 #sidenav-4 a:hover {
	color:#52a0d5;
}
#projects #subpage4 #sidenav-1 a:hover {
	color:#52a0d5;
}
#projects #subpage4 #sidenav-2 a:hover {
	color:#52a0d5;
}
#projects #subpage4 #sidenav-3 a:hover {
	color:#52a0d5;
}
#projects #subpage4 #sidenav-4 a,a:hover {
	color:#52a0d5;
}

#company #subpage1 #sidenav-1 a, a:hover {
	color:#d34999;
}
#company #subpage1 #sidenav-2 a:hover {
	color:#d34999;
}
#company #subpage1 #sidenav-3 a:hover {
	color:#d34999;
}
#company #subpage2 #sidenav-1 a:hover {
	color:#d34999;
}
#company #subpage2 #sidenav-2 a, a:hover {
	color:#d34999;
}
#company #subpage2 #sidenav-3 a:hover {
	color:#d34999;
}
#company #subpage3 #sidenav-3 a:hover {
	color:#d34999;
}
#company #subpage3 #sidenav-2 a:hover {
	color:#d34999;
}
#company #subpage3 #sidenav-3 a, a:hover {
	color:#d34999;
}




#sidenav-2 a {
	display: block;
	padding-left:18px;
}

#sidenav-2 a:hover {
	color:#54a1c1; 
	display:block;   
	background:transparent url(images/sidenav_arrowOVR.gif)  no-repeat ; 
	background-position:0 .1em;
}

#subpage2 #sidenav-2 a {
	color:#2989b1;	
	font-weight:650;  
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat; 
	background-position:0 .1em;
}
 
#subpage2 #sidenav-2 a:hover {
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif) no-repeat ; 
	background-position:0 .1em;
}
 
#sidenav-3 a {
	display: block;
	padding-left:18px;
}
 
#sidenav-3 a:hover {
	color:#54a1c1; 
	display:block;    
	background:transparent url(images/sidenav_arrowOVR.gif)  no-repeat ; 
	background-position:0 .1em;
}


#subpage3 #sidenav-3 a {
	color:#2989b1;
	font-weight:650;  
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
 }
 
#subpage3 #sidenav-3 a:hover {
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
}

#sidenav-4 a {
	display: block;
	padding-left:18px;
}
 
#sidenav-4 a:hover {
	color:#54a1c1; 
	display:block;    
	background:transparent url(images/sidenav_arrowOVR.gif) no-repeat ; 
	background-position:0 .1em;
}


#subpage4  #sidenav-4 a {
	color:#2989b1;
	font-weight:650;  
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
 }
 
#subpage4 #sidenav-4 a:hover {
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
}

#sidenav-5 a {
	display: block;
	padding-left:18px;
}

#sidenav-5 a:hover {
	color:#54a1c1; 
	display:block;    
	background:transparent url(images/sidenav_arrowOVR.gif)  no-repeat ; 
	background-position:0 .1em;
}
  
#subpage5  #sidenav-5 a {
	color:#2989b1;
	font-weight:650;  
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
}
 
#subpage5 #sidenav-5 a:hover {
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ;
	background-position:0 .1em;
}
 
#sidenav-6 a {
	display: block;
	padding-left:18px;
}

#sidenav-6 a:hover {
	color:#54a1c1; 
	display:block;    
	background:transparent url(images/sidenav_arrowOVR.gif) no-repeat ; 
	background-position:0 0.1em;
}

#subpage6 #sidenav-6 a {	
	color:#2989b1;
	font-weight:650;  
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 0.1em;
}
 
#subpage6 #sidenav-6 a:hover {
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 0.1em;
}

#sidenav-7 a {
	display: block;
	padding-left:18px;
}
 
#sidenav-7 a:hover {
	color:#54a1c1; 
	display:block;    
	background:transparent url(images/sidenav_arrowOVR.gif)  no-repeat ; 
	background-position:0 .1em;
}

#subpage7 #sidenav-7 a {
	color:#2989b1;
	font-weight:650;  
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
}
 
#subpage7 #sidenav-7 a:hover {
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ;
	background-position:0 .1em;
}

#sidenav-8 a {
	display: block;
	padding-left:18px;
}
 
 #sidenav-8 a:hover {
 	color:#54a1c1; 
	display:block;    
	background:transparent url(images/sidenav_arrowOVR.gif)  no-repeat ; 
	background-position:0 .1em;
}

#subpage8 #sidenav-8 a {
	color:#2989b1;
	font-weight:650;  
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
 }
 
#subpage8 #sidenav-8 a:hover {
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
 }
 
#sidenav-9 a {
	display: block;
	padding-left:18px;
}

#sidenav-9 a:hover {
	color:#54a1c1; 
	display:block;    
	background:transparent url(images/sidenav_arrowOVR.gif)  no-repeat ; 
	background-position:0 0.1em;
}

#subpage9 #sidenav-9 a {
	color:#2989b1;
	font-weight:650;  
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
 }
 
#subpage9 #sidenav-9 a:hover {
	display:block;    
	background:transparent url(images/sidenav_arrowON.gif)  no-repeat ; 
	background-position:0 .1em;
} 

/* Sub-Side Navigation */

#subsidenav a {
	display: block;
	padding-left: 33px;
}

#subsidenav a:hover {
	color: #54a1c1; 
	display: block;    
	background: transparent url(images/sidenav_arrowOVR.gif)  no-repeat ; 
	background-position: 0 .1em;
}
 
#main_cnt_text  { 
	width: 531px;
	float: right; 
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#main_cnt_text_nosidenav {
	width: 800px;
	margin: 0px 10px 0px 0px;
	padding: 0px 22px 30px 22px;
}
  
#newsletter_ins {
	background: url(images/newsletter_bg.gif) no-repeat ;
	position:relative; 
	left:50px;
	top:-120px;
	height:60px;
	width:900px;
 }
 
#newsletter_ins H2 {	
	color:#ffffff; 
	background: url(images/newsletter_foot_h2.gif) no-repeat;	
	width: 300px;	
	height:45px;	
	margin: 0px;	
	margin-left: 80px;
	text-indent:-9009px;
}

#footer_ins { 
	position:relative;
	width:800px;
	height:25px;
	margin: 0 auto;
}

p.contactusbutton a {
	display:block;
	width: 126px;	
	height:26px;
	margin:0px;  
	margin-top:15px;
	margin-bottom:20px;  
	background:transparent url(images/contact_us_button.gif)   no-repeat;
	text-indent:-9009px;
}

/* information pages styles */ 

h1.pageHeading_sitemap { 
	background: url(images/pageheading_SiteMap_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_help { 
	background: url(images/pageheading_Help_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_privacy { 
	background: url(images/pageheading_Privacy_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_rss { 
	background: url(images/pageheading_RSS_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}
	  
/* company section styles */ 

h1.pageHeading_company { 
	background: url(images/pageheading_Co_H1.gif) no-repeat;	
	width: 900px;	
	height:34px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_company_diversity { 
	background: url(images/pageheading_Co_Diversity_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

/* projects section styles */ 

h1.pageHeading_projects { 
	background: url(images/pageheading_ProjMain_H1.gif) no-repeat;	
	width: 900px;	
	height:34px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_projects_Ford { 
	background: url(images/pageheading_ProjMain_H1.gif) no-repeat;	
	width: 900px;	
	height:34px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_projects_aaa { 
	background: url(images/pageheading_ProjMain_H1.gif) no-repeat;	
	width: 900px;	
	height:34px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_products_promo { 
	background: url(images/pageheading_Prod_Promo_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_projects_campbellewald { 
	background: url(images/pageheading_ProjMain_H1.gif) no-repeat;	
	width: 900px;	
	height:34px;	
	margin: 0px;
	text-indent:-9009px;
}

/* services section styles */ 

h1.pageHeading_printserv { 
	background: url(images/pageheading_PrtSer_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_printserv_professionals { 
	background: url(images/pageheading_PrtSer_Prof_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_printserv_OurTech { 
	background: url(images/pageheading_PS_H1.gif) no-repeat;	
	width: 900px;	
	height:34px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_printserv_OutSource { 
	background: url(images/pageheading_PS_H1.gif) no-repeat;	
	width: 900px;	
	height:34px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_printserv_Advantage { 
	background: url(images/pageheading_PS_H1.gif) no-repeat;	
	width: 900px;	
	height:34px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_printserv_BusModel { 
	background: url(images/pageheading_PS_H1.gif) no-repeat;	
	width: 900px;	
	height:34px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_printserv_technology { 
	background: url(images/pageheading_PS_H1.gif) no-repeat;	
	width: 900px;	
	height:34px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_serv_sourcing { 
	background: url(images/pageheading_Serv_Sourc_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_serv_print { 
	background: url(images/pageheading_Serv_Print_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}
	
h1.pageHeading_serv_warehouse { 
	background: url(images/pageheading_Serv_WH_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_serv_decoration { 
	background: url(images/pageheading_Serv_Decor_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_serv_web { 
	background: url(images/pageheading_Serv_Web_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

h1.pageHeading_serv_onsitestores { 
	background: url(images/pageheading_Serv_Onsite_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

/* evigna soluctions pages styles */ 

h1.pageHeading_evigsol { 
	background: url(images/pageheading_EvigSol_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

/* contact us section styles */ 

h1.pageHeading_contactus { 
	background: url(images/pageheading_ContactUs_H1.gif) no-repeat;	
	width: 500px;	
	height:50px;	
	margin: 0px;
	text-indent:-9009px;
}

#contactUsInfoAddress {
	width: 300px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#contactUsInfoMap {
	width: 500px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.contactusField {
	line-height: 27px;
	font-size:.95em;
	font-weight: bold;
}

input.contactInput {
	width: 160px;
	font-size:.95em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

select.contactSelect {
	width: 164px;
	font-size:.95em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.contactText {
	width: 160px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:.95em;
	font-weight: bold;
}

/* newsletter signup section styles */ 

h1.pageHeading_newslettersignup { 
	background: url(images/pageheading_Newsletter_H1.gif) no-repeat;	
	width: 900px;	
	height:70px;	
	margin: 0px;
	text-indent:-9009px;
}

/* Misc Styles */


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.cleardiv {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.bold {
	font-weight: bold;
}

form {
	padding: 0px;
	margin: 0px;
}

.hMid {
	text-align: center;
}

.graySmall {
	color: #666666;
	font-size: 10px;
}

.graySmall a {
	font-size: 10px;
}

	.contentLists {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	.contentLists a {
		display: block;
	}

	.contentLists ul { 
		list-style: none; 
	}

	.contentLists li {
		padding: 7px 0px 7px 10px;
		background: url(images/listitemarrow.gif) no-repeat 0px 10px;
		position: relative; /* peekaboo bug fix for IE6 */
		min-width: 0px; /* peekaboo bug fix for IE7 */

	}
	
	.contentListsSingle {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	.contentListsSingle a {
		display: block;
	}

	.contentListsSingle ul { 
		list-style: none; 
	}

	.contentListsSingle li {
		padding: 2px 0px 2px 10px;
		background: url(images/listitemarrow.gif) no-repeat 0px 4px;
		position: relative; /* peekaboo bug fix for IE6 */
		min-width: 0px; /* peekaboo bug fix for IE7 */
	}
	.contentListsDecimal {
		margin: 0px;
		padding: 0px;
		 list-style-type:decimal;
	}

	.contentListsDecimal a {
		display: block;
	}

	.contentListsDecimal ul { 
		list-style-type:decimal;
	}

	.contentListsDecimal li {
		padding: 2px 0px 2px 0px;
		position: relative; /* peekaboo bug fix for IE6 */
		min-width: 0px; /* peekaboo bug fix for IE7 */

	}
