
body.salesPage 
{
		font-size:14pt ;
		font-weight:normal;
		text-align:center ;
		margin: 0.5ex 0.5em 0.5ex 0.5em ;
  	background-color:white;
		color:black;
}
div.salesHdr 
{
  	text-align:center;
		font-size:1em; 
		margin:0.5ex 0em 0ex 0em ;
}
h1.salesTitle1 
{
		font-size:1.5em;
		margin-top:0ex;
		margin-bottom:0ex;
}
h2.salesTitle2 
{
   	font-size:1.25em; 
	 	font-variant:small-caps;
	 	margin-top:0ex;
	 	margin-bottom:1ex;
}
div.salesMenu 
{
 		clear:both ;
		margin:0.5ex 0em 2ex 0em ;
		width:98% ;
}
div.salesSelect 
{
  	text-align:center;
		vertical-align:middle ;
		font-size:1em; 
		font-weight:bold;
		margin:0ex 0em 0.75ex 0em ;
		background-image:url("images/frankdeskn.jpg") ;
		background-repeat:no-repeat;
		background-position: top left ;
		width:98% ;
		height:437px ;
}
div.noCoverFace
{
    float:left ;
	  border:none ;
	 	margin:0em ;
	 	width:275px ;
	 	height:440px ;
}
div.salesBullets 
{
 		float:right ;
   	font-size:1em ;
  	text-align:left;
		padding:0em ;
		margin:1.5ex 0em 0ex 0em ;
}
p.salesBulletTitle 
{
		display:inline ;
		font-size:1.15em ;
  	font-style:italic;
		color:blue;
		font-weight:bold;
		margin:0;
}
p.salesBullet 
{
 		font-size:1.15em ;
 		margin:1ex 0em 2ex 1em ;
}
div.salesDetails
{
 		clear:both ;
		font-size:1em ;
		text-align:justify ;
		margin:1ex 0em 0ex 0.75em ;
		padding:2ex 0em 0ex 0em ;
  	border-top:thin solid silver  ;
}
p.salesProd 
{
		font-size:1.15em ;
		font-variant:small-caps ;
		font-weight:bold;
		margin:0ex 0em 0.75ex 0.25em ;
}
p.salesProdInfo 
{
  	font-size:1.1em ;
		text-indent:0em ;
		margin:0ex 3em 1.25ex 2em ;
}
span.salesToTop 
{
  	font-size:.8em;
}
div.salesContact 
{
 		float:none;
		font-size:1em;
  	text-align:center;
  	border-top:thin solid silver ;
  	margin-top:2ex ;
		margin-bottom:1ex;
		width:98%;
}
p.salesContactTitle 
{
		font-size:1.25em;							 
		font-weight:bold;
		margin:0.5ex 0em 0.5ex 0em ;
}
div.salesLocation 
{	
		float:left ;
		font-size:1em ;
		margin:0ex 0em 0.25ex 0em ;
		width:49% ;
}
p.salesAddr 
{	
	  display:inline ;
		float:none ;
		font-size:1em ;
		font-weight:normal;							 
		font-variant:small-caps ;
		margin:0ex 0em 0ex 0em;
}
div.salesEmailFax
{
 		clear:both;
		float:none ;
		font-size:1em ;
		margin:0ex 0em 8ex 0em ;
}		
a {
	background-color:transparent ;
}

a:hover 
{
  background-color:white ;
	color:red ;
}

@media print {
  body.salesPage {
		font-size:12pt ;
 	  background-color:white;
		color:black;
  }
	div.salesSelect {
		font-size:12pt ;
	  background-image:none;
		vertical-align:middle;
  	border-top:thin solid silver  ;
		height:auto;
	}
	div.noCoverFace {
  	display:none ;
	}
	div.salesBullets {
	  float:none ;
		clear:both ;
	}
  p.salesBulletTitle {
		font-size:14pt ;
		font-weight:bold ;
	  color:black;
    margin:0ex 0em 14ex 1em ;
	}
	p.salesBullet {
		display:none ;
		margin:0em ;
	}
	div.salesContact {
	  font-size:11pt;
	}
	span.salesToTop {
	  display:none;
	}
}


