@charset "UTF-8";

/*
 * @source		Global PCQuikFix Site CSS Style
 * @filename 	globa.css
 * @author 		Jordan Steinberg
 * @created		Oct 4, 2009
 * @revision	Oct 17, 2009
 * @copyright	Jordan Steinberg, PCQuikFix
 * 
 * Table of Contents
 	
 1.  Generic and Global Definitions
 2.  Main Structural Definitions
 3.  Header Content Definitions
 4.  Footer Content Definitions
 5.  Top Menu Definitions
 6.  Sidebar Definitions
 7.  Repair Form Definitions
 8.  Global Content Area Definitions
 9.  Computer Repair Page Definitions
 10. iPod Pages Definitions
 		10a. iPod Services and Repair Page Defitions
 11. Video Game Console Repair Definitions
 12. BlackBerry Pages Definitions
 		12a. BlackBerry Services and Repair Page Definitions
 13. About Page Definitions
 14. Contact Page Definitions
 15. Testimonial Page Definitions
 16. Newsletter Page Definitions
 17. Help Page Definitions
 */
 
 
/* 1.  Generic and Global Definitions */
  
html, body{
	margin: 0;
	padding: 1em;
}

body{
	background: none #fff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #000;
}

a{
	color: #f00;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

.center{
	text-align: center;
}

address{
	text-align: center;
	font-style: normal;
	font-size: 1em;
	margin: 1.5em 0;	
}

hr{
	margin: 2em 0;
}

div#header, div#topMenu, div#content div#sidebar, div#footer{
	display: none;
}

div#content h1.shipSlip{
	background-color: #d0d0d0; 
	font-weight: bold; 
	font-size: 1em; 
	margin-top: 1.5em; 
	padding: 0.2em;
	color: #000;
}

div#content a#print{
	display: none;
}