/* 		
	Print CSS for Ace Hardware External Sites	
	Created by : Bryan Lademann for ACE Corporation  (c) 2008
*/


/*	=Reset
-------------------------------------------------- */

*	{
	margin:0;
	padding:0;
	}

img	{
	border:none;
	margin:0;
	
	}




/*	=Global 
-------------------------------------------------- */

html, body	{
	height: 100%;
	}
	
.clear	{
	clear:both
	}ess

.right	{
	float:right;
	}
	
.left	{
	float:left;
	}

.hide	{
	position:absolute; 
	text-indent:-9999px;
	}




/*	=Typography
	Default Font Sizing text size is 10pxd
	--------------------------------------------------*/
	Verdana, Arial, Helvetica, sans-serif;
body	{
	background: #fffffd;
	color: #444;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	}
		
html>body	{
	font-size:10px;
	}


/*	=Headings
	--------------------*/

h1, h2, h3, h4, h5, h6	{ 
	margin:0; 
	padding:0;
	font-family:'Helvetica Neue', Helvetica, Arial, Sans-Serif
	}


h1		{font-size:3em; line-height:0.666em; margin:0.666em 0;  }
h2		{font-size:1.8em; line-height:1.111em; margin:1.111em 0; }
h3		{font-size:1.4em; line-height:1.428em; margin:1.428em 0  }
h4		{font-size:1.2em; line-height:1.666em; margin:1.666em 0 }
h5		{font-size:1em; line-height:2em; margin: 2em 0 }
h6		{font-size:0.8em; line-height:2.5em; margin: 2.5em 0 }


/*	=Text Elements
	--------------------*/
	
p	{
	margin: 1.666em;
	text-align:left;
	font-size:1.2em;
	line-height:1.666;
	font-family:  'lucida grande', 'lucida sans', tahoma, trebuchet;
	}

img.photo	{
	border: 1px solid #cecece; 
	padding: 8px;
	}

.bold	{
	font-weight:bold;
	}
	
.italic	{
	font-style:italic;
	}

.text-up	{
	text-transform:uppercase;
	letter-spacing:0.1em;
	}

.text-down	{
	text-transform:lowercase;
	}

acronym	{
	cursor:help;
	border-bottom:1px solid;
	letter-spacing:0.1em;
	}




/*	=Navigation
	--------------------------------------------------*/




/*	=Layout
	--------------------------------------------------*/


div#container	{
	margin: 0 auto;
	width:822px;
	height:auto;
	background:  url(/testing/images/container-bg.jpg) top left repeat-y ;
	}
	
div#hdr	{ 
	margin: 0 auto; 
	width: 822px;
	height:79px; 
	background:url(/testing/images/hdr-bg.jpg)  no-repeat;
	overflow:hidden; 
	}

.wrap	{
	margin:0 auto; 
	width:822px 
	}
	
div#nav	{
	text-indent:-9999px;
	}	
	
div#brdcrm	{
	width: 822px;
	height:45px; 
	background:url(/testing/images/brdcrm-bg.jpg)  no-repeat; 
	overflow:hidden;
	}
	

div#ftr	{ 
	margin:30px 0 0 0px; 
	text-align:center; 
	font:10px verdana;  
	color:#858585 
	}
	
div#bar	{
	margin: 0 auto;
	height: 20px;
	background: url(/testing/ftr-bar.jpg) no-repeat;
	}
	
div#btm	{ 
	margin: 0 auto;
	width: 822px;
	height:40px; 
	background:url(/testing/images/btm-bg.jpg) no-repeat;
	overflow:hidden; 
	}
	
		
div#l-colm	{
display:none;
	text-indent:-9999px;
	}


/*	=Footer
	--------------------------------------------------*/
	
	
	
/*	=Forms
	--------------------------------------------------*/




/*	=Extra
	--------------------------------------------------*/




/*	=Extra
	--------------------------------------------------*/




/*	=Extra
	--------------------------------------------------*/




/*	=Extra
	--------------------------------------------------*/
	



