/*
 * File name: print.css
 *
 * Author: Thomas Turrell-Croft
 *
 * Description: Style sheet for Ultrasis.com which removes all unnecessary elements for printing
 *
 * container
 *   header
 *   main
 *     side
 *     content
 *   footer
 *
 */

/* Hide unwanted elements. */
#menu, #submenu, #printer, #emailer, #crumbs, #flash, #pagenation, #accessibility, .locale, .accessibility, .cards, .hide{
	display: none; 
}

body{
	font: small Verdana, serif; 
}

/********** Container layout *************/
#container{
	margin: 20px 10px 10px 10px;
}
/********** Header layout *************/
#header{
	border-bottom: 1px solid #A0A0A0;	

}

#header h1 a{
	display: list-item;               
	list-style-image: url(images/wellness_shop_head_fade.gif); 
	list-style-position: inside;     
	letter-spacing: -1000em;          
	font-size: 1pt;                   
	color: #fff; 
}
/********** Content layout *************/
#content h2{
	font-size: 220%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h2.blue{
	font-size: 190%;	
}
#content h3{
	font-size: 160%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content dt{
	margin-top: 10px;
	margin-bottom: 5px;
}
#content dd{
	visibility: visible;
	display: block;	
}
#content ul{
	list-style: circle;	
	margin-left: 20px;
}
#content li{
	margin-top: 5px;
	margin-bottom: 5px;
}
#content p{
	margin-top: 15px;
	margin-bottom: 15px;
}
#content table{
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #A0A0A0;
}
#content table th{
	border: 1px solid #B4B4B4;
}
#content table td{
	border: 1px solid #B4B4B4;
}
strong{
	font-weight: bold;	
}
/********** Content layout *************/
#footer{
	margin-top: 10px;
	border-top: 1px solid #A0A0A0;
	padding-bottom: 10px;
}
#footer div{
	height: 30px;
	padding-top: 5px;
}
#footer div a{
	display: list-item;               
	list-style-image: url(images/ultra_print.gif); 
	list-style-position: inside;     
	letter-spacing: -1000em;          
	font-size: 1pt;                   
	color: #fff; 	
}
#footer li{	
	list-style: none;
	display: inline; 
}
#footer .cards{
	display: none;
}