/*
*************************************************

file : print.css
client : T-Quip
use : Print stylesheet for T-Quip
author : Karl BRIGHTMAN
date created: 14th February 2007
the song : 30 Seconds to Mars - The Kill
on this day : 1989 - The first satellite in the satellite constellation of the Global Positioning System was placed into orbit.

*************************************************
*/

/*-------------------------------------------    
    BASIC SELECTORS
-------------------------------------------*/

* {
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font: 10pt "Verdana", "Helvetica", sans-serif;
}

h1 {
	color: #e80000;
	font-size: 11pt;
}

h2 {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

p {
	margin-bottom: 1.4em;
}

a {
	color: #000;
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 0;
	margin: 1em 0 1.5em;
}

ul, ol {
	margin: 0 0 1.4em 2em;
}

/*-------------------------------------------    
    CONTAINERS
-------------------------------------------*/

#container {
	margin: 0 auto;
	width: 7in;
}

/*-------------------------------------------    
    HEADER
-------------------------------------------*/

#header {
	margin-bottom: 2em;
	text-align: center;
}

#header #logo {
	margin-left: -2in;
}

#header #logo img {
	border: 0;
}

#header #free_call {
	display: none;
}

/*-------------------------------------------    
    HEADER BAR
-------------------------------------------*/

#header_bar h1 {
	color: #333;
	font-size: 10pt;
	font-weight: normal;
	left: .4in;
	margin: -4em 0 3em;
	position: relative;
	text-align: center;
}

/*-------------------------------------------    
    NAVIGATION
-------------------------------------------*/

#navigation {
	display: none;
}

/*-------------------------------------------    
    CONTENT
-------------------------------------------*/

#banner,
#left,
#right {
	display: none;
}

/*-------------------------------------------    
    FOOTER
-------------------------------------------*/

#footer,
#distributors {
	display: none;
}
