/**************************************/
/* Behrmann Company Print Style Sheet */
/* Author: Valentine Marchetti        */
/* Date Created: 3-22-2005            */
/**************************************/




/******************/
/* General Styles */
/******************/
	body {
		font-family: verdana;
		font-size: 12pt;
		color: #000;
		background-color: #fff;
	}
	img {
		border: none;
	}
	div#main_container {
	}
	div.clear {
		clear: both;
	}
	div.msg {
		display: none;
	}
	a {
		color: #000;
	}
/******************/

	
/**********/
/* Header */
/**********/
	div#top_container {
	}
	div#top_container h1#logo {
	}		
	div#top_container h1#logo a {
	}
		
	div#top_container div#flash_container {
		display: none;
	}
/**********/


/******************/
/* Top Navigation */
/******************/
	ul#nav {
		display: none;
	}	
/******************/	
		
	
/*****************/
/* Content Table */
/*****************/
	table#content {
	}
	table#content tr {
	}
	table#content tr td {
	}
	
	/***************/	
	/* Left Column */
	/***************/
		table#content tr td#left_column {
			display: none;
		}
	/***************/
		
	/*****************/
	/* Middle Column */
	/*****************/
		table#content tr td#middle_column {
		}
		/********************************/
		/* General Middle Column Styles */
		/********************************/
			table#content tr td#middle_column h3 {
				font-size: 16pt;
			}
			table#content tr td#middle_column p {
				font-size: 11pt;
			}	
			table#content tr td#middle_column hr {
				padding: 0;
				margin: 0;
			}
			table#content tr td#middle_column a img {
				padding: 0;
				margin: 5pt 0;
			}
		/********************************/

		/**************/		
		/* Sales Page */
		/**************/
			#territorymap {
				margin: 0 0 0 18pt;
			}		
			table.profile_sales {
				padding: 0;
				border: 2pt solid #000;				
				margin: 8pt 0 8pt 0;
			}
			body#pop_salesman table.profile_sales {
				margin: 10pt auto;
			}
			table#wallace_shane, table#zollner_mark , table#foster_ed {
				margin-left: 10pt;
			}
			table#wallace_shane td.bio_sales, table#zollner_mark td.bio_sales, table#foster_ed td.bio_sales {

			}			
			table.profile_sales td {
				padding: 0;
				margin: 0;
				background-color: #fff;
			}
			table.profile_sales img {
				padding: 1pt;
				border-bottom: 2pt solid #000 !important;
				margin: 0;
			}			
			table.profile_sales td.bio_sales {
				border-left: 2pt solid #000;
				padding: 10pt !important;
				background-color: #fff !important;
				width: 100%;
			}
			table.profile_sales td.bio_sales h4 {			
				margin: 0;
				padding: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16pt;
				color: #000;
			}
			table.profile_sales td.bio_sales h5 {
				padding: 0;
				border-bottom: 1pt solid #000;
				margin: 0;
				font-family: verdana;
				font-weight: bold;
				font-style: italic;
				font-size: 12pt;
				color: #000;
			}
			table.profile_sales td.bio_sales h6 {
				padding: 0;
				margin: 0;
				text-align: right;
				font-weight: normal;			
			}
			table.profile_sales td.bio_sales h6 a {			
				font-size: 11pt;
				text-decoration: none;
				color: #000;				
			}
			table.profile_sales td.bio_sales h6 a:hover {
				text-decoration: underline;
			}
			table.profile_sales td.bio_sales p {
				font-size: 11pt;
				line-height: 15pt;
			}			
			table.profile_sales td.bio_sales p:first-letter {
				font-size: 12pt;
				font-weight: bold;
				font-style: italic;
				color: #000;				
			}			
		/**************/		
		
		/*********************/		
		/* Request Info Page */
		/*********************/
			div#contactinfo {
				height: 156pt;
			}
			div#contactinfo h4 {
				font-size: 12pt;
				margin-bottom: 0;
				padding-bottom: 0;
			}
			div#contactinfo h4#h_sendemail {
				display: none;
			}
			form {
				display: none;
			}
		/*********************/		

		/*****************/		
		/* Products Page */
		/*****************/		
			ul.products {
				list-style: none;
			}
			ul.products li {
				padding: 0;
				margin: 7pt 0 0 0;
				display: block;
			}
			ul.products li a {
				color: #000;
			}
			/*****************/	
			
			/************************/		
			/* Product Details Page */
			/************************/
				table.product_list {
					padding: 0;
					border: 2pt solid #000;				
					margin: 8pt 0 8pt 0;
				}
				table.product_list td {
					padding: 0;
					margin: 0;
				}
				table.product_list img {
					padding: 1pt;
					margin: 0;
				}			
				table.product_list td.product_description {
					padding: 10pt !important;
				}
				table.product_list td.product_image {
					width: 172pt;
				}
				table.product_list td h5 {
					padding: 0;
					border-bottom: 1pt solid #000;
					margin: 0;
					font-family: verdana;
					font-weight: bold;
					font-style: italic;
					font-size: 12pt;
					color: #000;
				}
				table.product_list td p {
					font-size: 11pt;
					line-height: 15pt;
				}			
				table.product_list td p:first-letter {
					font-size: 12pt;
					font-weight: bold;
					font-style: italic;
					color: #000;				
				}
				table.product_list td ul {
					padding-left: 0;
					margin-left: 20t;
				}
				table.product_list td ul li {
					margin-top: 3pt;
					margin-bottom: 3pt;
				}				
				table.product_list td ul li:first-letter {
					font-size: 12pt;
					font-weight: bold;
					font-style: italic;
					color: #000;				
				}							
			/**************/				
						
		/*****************/				
		
	/*****************/
	
	/****************/
	/* Right Column */
	/****************/		
		table#content tr td#right_column {
			display: none;
		}
	/****************/				

/*****************/	

/**********/
/* Footer */
/**********/
	div#footer {
	}
	div#footer p {
		color: #000;
	}
	div#footer p#bottomnav {
		display: none;
	}
	div#footer p#getflash {
		display: none;
	}
/**********/