/**
 * CSS Stylesheet for printing
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: print_stylesheet.css 3150 2006-03-10 19:03:51Z birdbrain $
*/
.messageStackWarning, #navMainWrapper, .navMainSearch, #navCatTabsWrapper, #navEZPagesTop, .footertop, .footerbottom,
#navColumnOne, #navColumnTwo, .headerNavigation, .header h1, #checkoutConfirmDefaultHeading,
#navSupp, .banners, #navBreadCrumb, .buttonRow, #cartAdd, #productDateAdded, #productInfoLink, #categoryIcon { display: none;}

TABLE.header {
  background-image: none;
}
.main_page, TABLE.footer, TABLE.header {
  border-right: none;
  border-left: none;
  border-bottom: none;
}
/* Other relevant properties for paged media:
- page-break-before
- page-break-after
- page-break-inside
- orphans
- widows
*/

/* Nav Bar */

#navBar{
	width:755px;
	background-color: #dee1f4;
	height: 30px;
	background-image: url('img/nav_grad.jpg');
	background-repeat: repeat-x;
}

#navTextCont1, #navTextCont2, #navTextCont3, #navTextCont4, #navTextCont5, #navTextCont6{
	float: left;
	margin: 7px 10px 0px 5px;
}

#navDivide1, #navDivide2, #navDivide3, #navDivide4, #navDivide5, #navDivide6{
	float: left;
	width: 20px;
	height: 30px;
	margin: 0px 2px 0px 20px;	
}

#navDivide1{
background-image: url('img/home_star_n.gif');
background-repeat: no-repeat;
}

#navDivide2{
background-image: url('img/prod_star_n.gif');
background-repeat: no-repeat;
}
#navDivide3{
background-image: url('img/order_star_n.gif');
background-repeat: no-repeat;
}
#navDivide4{
background-image: url('img/about_star_n.gif');
background-repeat: no-repeat;
}
#navDivide5{
background-image: url('img/link_star_n.gif');
background-repeat: no-repeat;
}
#navDivide6{
background-image: url('img/contact_star_n.gif');
background-repeat: no-repeat;
}

/* End Nav Bar */

/* Footer */

.footerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #647ba5;
}

.footer {
	width: 750px;
	height: 100px;
	background-color: #e5e6f3;
	background-image: url('img/footer_flower.jpg');
	background-repeat: repeat-x;
}

#footerCont{
width: 385px;
padding: 10px 0px 0px 180px;
}

/* END Footer */
