/*====================================================================*/
/* Impact */
/* Created on Jan 200p */
/* Print styles */
/*====================================================================*/

/* ------------------------------------------------------------------ */
/* =All */
/* ------------------------------------------------------------------ */

#skip,
#header form,
#navigation ul,
#footer ul,
#text a,
#category_funnels span.image,
ul.thumbnails,
#secondary {display: none;}
	
body {
	margin: 0;
	padding: 0;
	width: auto;
	background: #fff;
	text-align: left;
	font: normal 10pt/125% Tahoma, Arial, Verdana, Sans-Serif;
	color: #000;
  }

#container {
	margin: 0 auto;
	width: 90%;
	}

#header {text-align: center;}

#header p#logo {
	margin: 10px 0;
	font: normal 40pt/60px "Century Gothic", Tahoma, Arial, Sans-Serif;
	color: #222;
	}

#navigation p {
	border: solid #aaa;
	border-width: 1px 0;
	padding: 10px 0;
	text-align: center;
	}

#footer {
	margin: 30px 0 0 0;
	border-top: 1px solid #aaa;
	padding: 10px 0;
	font-size: 8pt;
	}

a,
a:hover {
	color: #000;
	text-decoration: none;
	}	

img {border: 0;}

h1,h2,h3,h4,h5,h6 {
	margin: 15px 0;
	font: normal 11pt/21px "Century Gothic", Tahoma, Arial, Verdana, Sans-Serif;
	}

h1 {font-size: 19pt; line-height: 40px;}
h2 {font-size: 16pt; line-height: 28px;}
h3 {font-size: 13pt; line-height: 25px;}

table {
	margin: 0 0 15px 0;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	}

caption {text-align: left;}
	
th,
td {
	border-bottom: 1px solid #aaa;
	padding: 3px;
	}
	
ul,
ol {
	margin: 15px 0 15px 30px;
	border: 0;	
	padding: 0;
	list-style-position: inside;
	}
	
dl {margin: 15px 0;}
	
dt {
	margin: 5px 0 0 0;
	font-weight: bold;
	}
	
dd {margin: 0 0 0 10px;}

em {
	font-style: italic;
	font-weight: normal;
	}
	
blockquote {
	margin: 0;
	padding: 0;
	}

#product_image {
	float: left;
	margin: 0 25px 10px 0;
	}
	
#product_info {overflow: hidden;}
* html #product_info {height: 1%;}

ul.products {
	overflow: hidden;
	list-style: none;
	}	

* html ul.products {height: 1%;}	

ul.products li {
	float: left;
	margin: 0 20px 10px 0;
	width: 150px;
	height: 180px;
	text-align: center;
	}	
	
ul.products li span.text,
ul.products li span.text strong {display: block;}	