/* Global styles that handle formatting for the site's masthead, logo, navigation bar, and everything else that's above the main content table. You shouldn't need to change anything here. */

body { margin: 0px; font-family: Arial, Helvetica, sans-serif; background: #F7F4E9; }

/* Page Header */
td.pagetop { 
	width: 100%;
	vertical-align: top;
	border: 2px solid #000; }
	
img.logo { 
	border: 0px; 
	width: 289px;
	height: 80px;
	margin-top: 5px;
	margin-left: 5px; }

.viewcart { 
	position: absolute;	
	top: 45px;
	right: 10px;
	width: 150px;
	font-size: 11px;
	color: #000;
 }
	.viewcart a { color: #000; text-decoration: none; }
	.viewcart a:hover { color: #000; text-decoration: underline; }
	
.pagetopl {
	float: left;
	width: 289px;
}

.pagetopr {
	float: right;
	text-align: right;
	
}