/**
{
  margin: 0px;
  padding: 0px;
  border: none;
}
*/
body
{
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: rgb(255,244,208);
  background-image: url(../images/bg-header.gif);
  background-repeat: repeat-x;
  margin-bottom: 20px;
}

img 
{
  margin: 0px;
  padding: 0px;
  border: none;
}
body, table
{
  font-family: georgia, serif;
  font-size: 12px;
  line-height: 20px;
  color: rgb(50,50,50);
}

p
{
  margin: 0px 0px 20px;
}

a, a:link, a:visited
{
  color: rgb(0,86,149);
  text-decoration: underline;
}

a:active, a:hover
{
  color: rgb(244,125,49);
  text-decoration: underline;
}

#left-col
{
  x-background-image: url(../images/bg-left.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#navigation
{
  display: block;
  margin: 20px 0px 20px 10px;
}

#navigation td
{
  height: 30px;
  width: 200px;
  padding-left: 45px;
  background-repeat: no-repeat;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:hover
{
  text-decoration: none;
  font-family: candara, arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}

#nav-01
{
  background-image: url(../images/bg-nav-01.gif);
}

#nav-02
{
  background-image: url(../images/bg-nav-02e.gif);
}

#nav-03
{
  background-image: url(../images/bg-nav-03.gif);
}

#nav-04
{
  background-image: url(../images/bg-nav-04.gif);
}

#nav-05
{
  background-image: url(../images/bg-nav-05.gif);
}

#nav-06
{
  background-image: url(../images/bg-nav-06.gif);
}

#nav-07
{
  background-image: url(../images/bg-nav-07.gif);
}

#nav-08
{
  background-image: url(../images/bg-nav-08.gif);
}

#nav-09
{
  background-image: url(../images/bg-nav-09b.gif);
}

#nav-10
{
  background-image: url(../images/bg-nav-10.gif);
}

#nav-11
{
  background-image: url(../images/bg-nav-10.gif);
}

#content
{
  background-color: white;
  background-image: url(../images/bg-content.gif);
  background-repeat: repeat-y;
}

#content-text
{
  padding: 10px 40px 10px 30px;
}

#footer
{
  height: 50px;
  width: 920px;
}

#footer-text
{
  padding-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: candara, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  text-align: right; 
  color: rgb(50,50,50);
  line-height: 17px;
  text-align: center;
}

p.quotee
{
  text-align: right;
  font-style: italic;
  font-weight: bold;
  margin-top: -10px;
}

h2
{
  font-family: candara, arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: rgb(50,50,50);
  margin: 0px 0px 20px;
}

h3
{
  font-family: candara, arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: rgb(50,50,5);
  margin: 0px 0px 10px;
}

ul, ol
{
  margin: 0px 0px 20px 40px;
}

ul.NoIndent 
{
  margin-left: 0px;
  padding-left: 18px
}

hr
{
  width: 100%;
  height: 1px;
  color: rgb(220,220,220);
  background-color: rgb(220,220,220);
  margin: 0px 0px 20px;
}

.table-info th
{
  padding: 8px;
  background-color: rgb(80,80,80);
  color: white;
  font-weight: bold;
}

.table-info td
{
  padding: 3px 3px 3px 8px;
  vertical-align: top;
}

.table-info tr
{
  background-color: rgb(220,220,220);
}

.table-info tr.light
{
  background-color: rgb(240,240,240);
}

.table-purchase th
{
  padding: 8px;
  background-color: rgb(80,80,80);
  color: white;
  font-weight: bold;
}

.table-purchase td
{
  padding: 8px;
}

.form-purchase select
{
  border: 1px solid rgb(220,220,220);
  width: 200px;
}

.error 
{
	color: #990000;
}

#leftColumn {
	width: 200px;
	float: left;
	margin-left: 50px;
}

#rightColumn {
	width: 200px;
	float: right;
	margin-right: 100px;
}

#licenseTable {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	border-collapse: collapse;
	background-color: #eee;
}
#licenseTable td {
	border: 1px solid #000;
	font-size: 9pt;
	padding: 2px;
}

#licenseTable th {
	text-align: left;
	font-weight: normal;
	font-size: 9pt;
	border: 1px solid #000;
	background: #999;
	padding: 2px;
	color: #fff;
	font-weight: bold;
}

.activation {
	font-size: 18pt;
	font-weight: bold;
	font-family: Arial, Helvettica, sans-serif;
}
