/*====================================*/
/* Styles for all pages - tag styles */
/*===================================*/

Body
{
 font-family: Verdana, Arial;
 background-color: #bbbbbb;
}

Img
{
  border: 0px;
}

/* menu links are black and have no underline */
A.menu:visited 
{
  TEXT-DECORATION: none;
	COLOR: white;
}
A.menu:link 
{
  TEXT-DECORATION: none;
	COLOR: white;
}
A.menu:hover 
{
  TEXT-DECORATION: none;
	color: yellow;
}

/* menu links are black and have no underline */
A.submenu:visited 
{
  TEXT-DECORATION: none;
	COLOR: black;
}
A.submenu:link 
{
  TEXT-DECORATION: none;
	COLOR: black;
}
A.submenu:hover 
{
  TEXT-DECORATION: none;
	color: #a52a2a;
}


/* Normal links are blue and have an underline */
A:visited 
{
  color: blue;
}
A:link 
{
  color: blue;
}
A:hover 
{
  color: #DE4908;
}

/*====================================*/
/* Styles for every page - named classes */
/*====================================*/

.PageContentBox
{
   width: 840px;
	 background-color: white;
	 border: 1px solid black;
}

.PageFillerBox
{
 background-color: #bbbbbb;
}

#topbox
{
  width: 830px;
}

#logobox
{
  padding-left: 5px;
	height: 70px;
	vertical-align: top;
}

.seachtext
{
	 font-size: 8pt;
	 font-weight: bold;
}

#searchbox
{ 
  display: inline;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
}

#menuarea
{
	 height: 45px;
	 text-align: left;
	 vertical-align: middle;
	 width: 820px;
	 margin-left: 10px;
	 border: 1px solid black;
}

#menubox
{
	 background-color: #26386B; 
	 text-align: left;
	 vertical-align: middle;
	 width: 820px;
	 height: 30px;
	 border: 0;
}

#submenubox
{
	 background-color: #DAE1F2; 
	 border: 0;
	 height: 23px;
	 width: 820px;
	 text-align: left;
	 vertical-align: middle;
	 margin-left: 10px;
}

.menuitem
{
	 font-size: 8pt;
	 font-weight: bold;
	 text-align: center;
}

.currmenuitem
{
   background-color: #DAE1F2; 
	 font-size: 8pt;
	 font-weight: bold;
	 text-align: center;
}

.menu
{
}


.submenuitem
{
	 font-size: 8pt;
	 text-align: center;
	 padding-left: 5px;
	 padding-right: 20px;
}

.currsubmenuitem
{
   font-weight: bold;
	 font-size: 8pt;
	 text-align: center;
	 padding-left: 5px;
	 padding-right: 20px;
}

.pagetitle
{
  text-align: left;
  font-size: 11pt;
  font-weight: bold;
	padding-left: 120px;
}

.txpagetitle
{
  text-align: left;
  font-size: 11pt;
  font-weight: bold;
	padding-left: 80px;
}

.SmallSpacer
{
  width: 10px;
}

.MediumSpacer
{
  width: 50px;
}

.IntroText
{
  font-size: 8pt;
/*	font-weight: bold; */
	text-align: center;
}

.PageHeaderText
{
  font-size: 11pt;
  font-weight: bold;
	text-align: center;
}

.IntroText2
{
  margin-left: 37px;
  font-size: 9pt;
	text-align: left;
}

.Copyright
{
  font-size: 7pt;
}


.FlashBox
{
  width: 800px;
	height: 200px;
	background-color: #66ccff;
}

/*====================*/
/* Home Page styles  */
/*====================*/

.ProductOuterBox
{
	border: 0px solid #F0F0F0;
}

.ProductTopLine
{
   width: 100%;
	 height: 5px;
   background-color: #26386B;
	 font-size: 0;
	 vertical-align: bottom; 
}


.ProductTitle
{
	 background-color: #26386B;
	 height: 10px;
   width: 340px;
}

.ProductTitle2
{
   font-size: 0;		 /* needed, or else browsers will refuse to have a height smaller than x pixels for a div tag */
	 background-color: #26386B;
	 height: 10px;
   width: 180px;
	 border: 1px solid #26386B;
}

.AccentBar
{
	 background-color: #26386B;
	 color: #26386B;
	 text-align: left;
	 width: 150px;
	 vertical-align: top;
	 border: 0px;
}

.HorizSpacer
{
  height: 25px;
}

.ShortProductBody
{
  background-color: #DAE1F2;
	height: 220px;
	border: 1px solid darkgray;
}

.ShortProductBody2
{
  background-color: #DAE1F2;
	height: 220px;
	width:  180px;
	border: 1px solid darkgray;
	text-align: center;
}

.TallProductBody
{
  background-color: #DAE1F2;
	height: 240px;
	border: 1px solid darkgray;
}

.ProductColumnStyle
{
  width: 250px;
}

.ProductShortDescrip
{
  font-size: 10pt;
	font-weight: bold;
	padding-left: 20px;
	/*font-style: italic;*/
}

.ProductName
{
  font-size: 12pt;
}

.ButtonBox
{
 width: 155px;
 text-align: right;
}

.MainButton
{
 padding-left: 7px;
}

.CategoryText
{
  font-size: 7pt;
  white-space: 0px;
	padding: 0px;
	margin: 0px;
	
}

.BulletPoints
{
  font-size: 8pt;
	width: 155px;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
	orphans: 10px;
}

/*====================================*/
/* FAQ and Tech FAQ page */
/*====================================*/

.FAQbox
{
  width: 650px;
}

.Question
{
  width: 600px;
  font-weight: bold;
	font-size: 10pt;
	margin-left: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #D8E0F0;
	
	border: 1px solid darkgray;
}

.Answer 
{
 width: 600px;
	font-size: 10pt;
	margin-left: 120px;
	padding-top: 5px;
}


/*=================================*/
/* Product info page               */
/*=================================*/
.ProdInfoThinColumn
{
  text-align: left; /* changed 2/17 */
  width: 210px;
}

.ProdInfoThickColumn
{
  text-align: left;
  width: 420px;
	font-size: 10pt;
}

.BlueBoxContent
{
	padding-left: 15px;
}

.QuickInfo
{
  width: 190px;
	height: 180px;
	background-color: #D8E0F0;
	border: 1px solid black;
	font-size: 10pt;
	margin-left: 15px;
	margin-right: 15px;	
}

.QuickInfoTall
{
  width: 190px;
	height: 200px;
	background-color: #D8E0F0;
	border: 1px solid black;
	font-size: 10pt;
	margin-left: 15px;
	margin-right: 15px;
}

.QuickInfoCap
{
  width: 190px;
	height: 10px;
	background-color: #26386B;
}	

.ButtonShift
{
  margin-left: -5px;
} 

.FreeUpdatesBox
{
  width: 190px;
	height: 85px;
	vertical-align: center;
	background-color: #D8E0F0;
	border: 1px solid black;
	margin-left: 15px;
	margin-right: 15px;
}

.FreeUpdatesText
{
	vertical-align: center;
	font-size: 8pt;
	margin-top: 8px;
	padding-left: 15px;
}

.RoyaltyFreeBox
{
  width: 190px;
	height: 35px;
	background-color: #D8E0F0;
	border: 1px solid black;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: center;
}

.RoyaltyFreeText	
{
	font-size: 8pt;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 15px;
}

.WorksWith
{
  width: 190px;
	height: 105px;
	vertical-align: center;
	font-size: 8pt;
	background-color: #D8E0F0;
	border: 1px solid black;
	margin-left: 15px;
	margin-right: 15px;
}

.ShortWorksWith
{
  width: 190px;
	height: 70px;
	vertical-align: center;
	font-size: 8pt;
	background-color: #D8E0F0;
	border: 1px solid black;
	margin-left: 15px;
	margin-right: 15px;
}

.TestamonialBox
{
  width: 190px;
	height: 240px;
	background-color: #D8E0F0;
	border: 1px solid black;
	margin-left: 15px;
	margin-right: 15px;
  font-size: 8pt;
	font-weight: bold;
}

.TestamonialText
{
  width: 160px;
	height: 210px;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	margin-left: 15px;
	margin-top: 20px;
}

.CustomerList
{
  width: 160px;
	height: 210px;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
}


.AboutProductTitle
{
  font-size: 12pt;
	font-weight: bolder;
}

.FeaturesInclude
{
 font-style: italic;
 font-size: 10pt;
 font-weight: bold;
}

.FeaturesList
{
  margin-left: 15px;
}

.CompareTXLink
{
  font-size: 8pt;
}

.ProductInformationText
{
  text-align: left;
	font-size: 10pt;
}

.SmallLinkText
{
  font-size: 8pt;
}


/*=================================*/
/* Product download page           */
/*=================================*/

.Download
{
  width: 600px;
	font-size: 10pt;
	margin-left: 120px;
}

.DownloadBox
{
  width: 175px;
	height: 105px;
	vertical-align: center;
	font-size: 8pt;
	background-color: #D8E0F0;
	border: 1px solid black;
}

.DownloadBoxCap
{
  width: 175px;
	height: 10px;
	background-color: #26386B;
}	


.MediumLinkText
{
  font-size: 10pt;
}

/*=================================*/
/* Screenshots pages               */
/*=================================*/

.Subtitle
{
  width: 600px;
  font-weight: bold;
	font-size: 10pt;
	margin-left: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #D8E0F0;
	
	border: 1px solid darkgray;
}


/*=================================*/
/* Buy pages                       */
/*=================================*/

.Buy
{
  width: 620px;
	font-size: 10pt;
	margin-left: 120px;
}

.BuyBox
{
  width: 195px;
	height: 220px;
	vertical-align: center;
	font-size: 8pt;
	background-color: #D8E0F0;
	border: 1px solid black;
}

.BuyBoxTall
{
  width: 195px;
	height: 300px;
	vertical-align: center;
	font-size: 8pt;
	background-color: #D8E0F0;
	border: 1px solid black;
}


.BuyBoxContents
{
  width: 170px;
	font-size: 8pt;
	text-align: left;
}


.BuyBoxCap
{
  font-size: 0;
  width: 195px;
	height: 10px;
	background-color: #26386B;
}

.BuyTopic
{
  width: 620px;
  font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #D8E0F0;
	
	border: 1px solid darkgray;
}

.MoneyBack
{
 font-size: 10pt;
 font-weight: bold; 
}

/*=================================*/
/* Compare page                    */
/*=================================*/

.CompareGridBox
{
 width: 700px;
 font-size: 10pt;
 text-align: center;
 margin-left: 70px;
}

.CompareGrid
{
 background-color: #D8E0F0;
 font-size: 10pt;
 text-align: center;
	border: 1px solid darkgray;
}

.FeatureHeading
{
  text-align: left;
	font-weight: bold;
	font-style: italic;
}

.ProdFeature
{
  text-align: left;
}

.SEColHeading
{
 font-weight: bold;
}

.SETableData
{
 background-color: #F0F0F8;
}

.OtherColHeading
{
 font-weight: bold;
}

