
/* GLOBAL PRINT STYLESHEET
----------------------------------------------- */

@import "products.css";


/* =STRUCTURE
----------------------------------------------- */
body { padding:10px; margin:10px; background:rgb(255,255,255); font-family:"Times New Roman", Times, serif; font-size:10pt; color:rgb(80,90,100); }
div#container_global { width:100%; text-align:left; margin:0; padding:0; }
div#column1 { display:none; }
div#column2 { float:left; width:100%; padding:0; }

/* =GLOBAL
----------------------------------------------- */
a {	color:rgb(0,150,255); text-decoration:none; }
a:hover { color:rgb(80,90,100); text-decoration:underline; }
a img {	border:none; }	
	
/* =NAV_MAIN
----------------------------------------------- */
#nav_main { display:none; }

/* =NAV_SMALL
----------------------------------------------- */
#container_nav_small { display:none; }

/* =NAV_BREADCRUMB
----------------------------------------------- */
#nav_breadcrumb { display:none; }

/* =LOGO
----------------------------------------------- */
#logo {	float:left; width:100%; height:38px; margin-bottom:20px; }

/* =BANNER
----------------------------------------------- */
#banner_top { display:none; }
#banner { display:none; }

/* =FOOTER
----------------------------------------------- */
#container_footer {	clear:both;	width:750px; height:24px; color:rgb(160,170,180); }
#footer_left { padding:4px 10px 0 10px; font-size:10px; height:22px; border-top:1px solid rgb(225,225,225); }
#footer_left { width:100%; }
#footer_middle { display:none; }
#footer_right { display:none; }

/* =BLOCK_FORMATTING
----------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, form, select, input, pre { margin:0 0 1em 0; }

h1 {font-family: Arial, Helvetica, sans-serif; font-size:20px; color:rgb(51,51,51); font-weight:100; }
h2, h2 a { font-size:10pt; text-transform:uppercase; color:rgb(134,165,21); font-weight:bold; }
h2 a:hover { color:rgb(0,150,255); }
h3 { font-size:10pt; font-weight:bold; color:rgb(100,110,120); }
h4 { font-size:14pt; font-weight:normal; font-style:italic; color:rgb(160,170,180); }
p { font-size:10pt;	color:rgb(80,90,100); font-weight:normal; line-height:normal; margin:0 0 1.5em 0; }
ul { margin-bottom:2em; padding:0; list-style:none; }
li { font-size:10pt; color:rgb(80,90,100); }
blockquote { color:rgb(110,120,130); margin:10px 0 20px 0; padding:10px; background:rgb(245,245,245); border:2px solid rgb(225,225,225); font-size:10pt; font-style:italic; }
form { padding:0; display:none; }
input, textarea, select, option { font-size:8pt; padding:2px; font-weight:bold; color:rgb(100,110,120); }
select { padding:0; }
hr { clear:both; margin:1em 0; border:none; border-top:1px solid rgb(200,200,200); }

/* =CLASSES
----------------------------------------------- */
.txt10 { font-size:8pt; }	
.txt18 { font-size:16pt; }
.image { margin-bottom:2em; }
.left {	float:left;	padding:0 10px 10px 0; }
.right { float:right; padding:0 0 10px 10px; }
.clear { clear:both; }
.list { margin:0 2em 1em 2em; }
.list li { padding:0 0 .5em 0; list-style-type:disc; list-style-position:outside; }
.hideme { display:none; }
.readmore { font-size:10pt; margin:-1em 0 2em 0; }
