/*The print stylesheet really only strips out some divs (like the navigation) that we dont need to print */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
	background-color: #DDDD5F;
	text-align: centre;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

p{
	line-height: 1.6em;
}

h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.1em;
}
h4{
	font-size: 1em;
}

ul, li{
	line-height: normal;
}

a{
	color: #669900;
	text-decoration: underline;
}

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

blockquote{
   background-color: #EEEEEE;
   padding: 0px;
   margin: 0px
}


table{
   background-color: #EEEEEE;
   border: 0;
   border-collapse: collapse;
}
th{
  background-color: #DDDDDD;
  font-weight: bold;
  padding: 5px;
  margin: 0;
  text-align: left;
}
td{
  margin: 0;
  text-align: left;
  padding: 5px;
}
caption{
  font-style: italic;
  margin-bottom: 0.5em;
}








/* The first part was generic elements, now we do the layout using floated DIV's */
#daddy {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.skip{
	display: none;
}

#header{
	clear: both;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#logo{
	padding: 0px 0px 20px 0px;
}
#header_right{
	text-align: left;
}

#header_right_icons{
	display: none
}


#nav, #subnav, #subnav_flat{
	display: none;	
}


#content{
	/* using the box model hack to support IE 5 */
	width: 95%
}

#content h1{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.customer_quote{
	border: 1px solid #000000;
	padding: 5px 10px 5px 30px;
}

.customer_quote p{
	text-align: right;	
}

.product{
	border: 1px solid #000000;
	padding: 5px 10px 5px 30px;
	margin: 10px 0px 10px 0px;
}

.product a{
	display: none;
}

#adobe{
	display: none;
}

#addressbar{
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

#footer{
	display: none;
}








