body {
  margin-top: 20px;
  background: #000000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}

h1, h2 {
  margin: 0;
}

h1 {
  font-size: 2.1em;
  margin-top: 0.3em;
  margin-bottom: 0px;  
  font-weight: bold; 

}

h1.smallerhead {
  font-size: 1.8em;
}

h2 {
  font-size: 1.3em;
  margin-top: 0.2em;
  margin-bottom: 0;
  font-weight: normal;
  
}

h3
{
  font-size: 1.3em;
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: bold;
}

h4
{
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: bold;
}

h5
{
  font-size: 1.15em;
  margin-top: 0.2em;
  margin-bottom: 0;
  font-weight: normal;
}

p.nomargin {
  font-size: 1em;
  margin-top: 0em;
  margin-bottom: 0px;
  font-weight: normal;
  
}

p {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0px;
  font-weight: normal;
  
}

p.features-list {
  margin-top: 0.2em
}

a {
  text-decoration: underline;
  color: #3333AA;
}

a.nodecor {
  text-decoration: none;
  color: black;
}

a.nodecor:hover {
  text-decoration: underline;
  color: black;
}

ul
{
  padding-left: 24px;
  margin-top: 0.5em;
}

ul.numbered {
  padding-left: 31px;
  list-style-type:decimal;
}

li
{
  list-style-position: outside;
  margin-top: 0.3em;
}

span.red {
  color:red;
}


span.redul {
  color:red;
  text-decoration:underline;
}

span.crossover {
  text-decoration:line-through
}

.small {
 font-size: 0.7em;
}

#content li {
  margin-top: 6px;
}

#wrapper {
  width: 660px;
  margin: 0 auto;
  padding: 10px;
  background: #FFFFFF;
}

#wrapper.popup {
  width: 490px;
}

#page {
  width: 660px;
  margin: 0 auto;
}

#page.popup {
  width: 490px;
}

#content {
  float: right;
  width: 430px;
  padding: 0px 20px 0 0;
}

#content.popup {
}

#header {
  width: 660px;
  height: 172px;
  margin: 0 auto;
  background: url(images/logo1.gif) no-repeat left top;
}

#menu {
  width: 660px;
  height: 29px;
  margin: 0 auto;
  padding: 0;
  border-top: 1px #FFFFFF solid;
  background: #555566;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

#menu li {
  float: left;
}

#menu a {
  display: block;
  padding: 6px 10px 0px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
}

#menu a:hover, #menu .current_page_item a {
  color: #FFFFFF;
}

#menu a:hover {
  text-decoration: underline;
}

/* Sidebar */

#sidebar {
  float: left;
  width: 170px;
  height: 250px;
  /*padding: 23px 0 0 10px;*/
  background: #FFFFFF;
}

#sidebar-menu {
  /*float: left;*/
  width: 170px;
  height: 170px;
  padding: 20px 0 0 20px;
  background: #CCCCCC;
}

#gowlite-download-sidebar
{
  /*float: left;*/
  margin-top: 10px;
  width: 174px;
  /*height: px;*/

  padding: 7px;
  margin-top: 20px;
  border: 1px;
  border-style: solid;
  border-color: black;
  background-color: #DDFFDF;
}

#recommendation {
  /*float: left;*/
  width: 170px;
  /*height: 250px;*/
  padding: 23px 0 0 10px;
  background: #FFFFFF;
}

#recommendation p {
  font-style: italic;
  font-size: 0.88em;

}

#recommendation p.nomargin {
  margin-top: 0.5em;
}

#recommendation p.normal {
  margin-top: 1.4em;
  font-style: normal;
  font-size: 0.88em;

}

#recommendation h3 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

#craftysyntax {
  float: left;
  width: 150px;
  height: 250px;
  padding: 20px 0 0 20px;
  background: #FFFFFF;
}

#sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-menu li {
  margin-bottom: 4px;
}

#sidebar-menu a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border: none;
}

#sidebar-menu.articles a {
  font-weight: normal;
}

#sidebar-menu a:hover {
  text-decoration: underline;
  color: #000000;
}

#footer {
  width: 660px;
  height: 20px;
  margin: 0 auto;
  padding: 5px 0 2px 0;
  background: #555566;
}

#footer p {
  margin: 0;
  line-height: normal;
  font-size: 9px;
  /*text-transform: uppercase;*/
  text-align: center;
}

#footer a {
  color: #FFFFFF;
}

#gowlite-download-sidebar input
{ 
  width: 145px; 
  border: 1px outset;
}

#gowlite-download-sidebar h4, p {
  margin-top: 9px;
}

/*#gowlite-download-sidebar table {
  margin-top: 0px;
  margin-bottom: 0px;
}*/

#gowlite-download-sidebar ul
{
  padding-left: 17px;
  margin-top: 0.5em;
  margin-bottom: 0px;
}

#gowlite-download-sidebar li
{
  list-style-position: outside;
  margin-top: 0.5em;
}

input
{ 
  width: 200px; 
  border: 1px outset;
}

textarea
{
  width: 300px; 
  border: 1px outset;
}

input.checkbox
{
  width: 25px;
  border: none;
}

input.sub
{
  margin-left:110px;
  border: 1px outset;
  width: 80px;
  font-weight:bold;
}

#buynow 
{
  margin: 20px 0px 5px 0px;
  /*text-align: center;*/
}

#paymentchoices table td
{
  border: 1px solid;
  border-color: #AAAAAA;
  padding: 4px;
  /*text-align:center;*/
  
  
}

#paymentchoices td.first
{
  width: 170px;
}

#paymentchoices td.second
{
  width: 80px;
}

#paymentchoices td.third
{
  width: 162px;
}

#paymentchoices td.forth
{
  width: 0px;
}

#livehelp img
{
  border: 0;
}

#livehelp1 img
{
  border: 0;
}

#livehelp, #livehelp1
{
  margin-top: 5px;
}

#livehelpbutton img
{
  border: 0;
}

#livehelpbutton
{
  margin-top: 5px;
}

#livehelpbutton td
{
  text-align: center;
}

#livehelpbutton table
{
  width: 450px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding: 5px;
  margin-top: 10px;
}

#livehelpbutton h3
{
  margin-top: 0px;
}

#livehelpbutton a.nodecoration
{
  text-decoration: none;
  color: black;
}

#livehelpbutton-simple h4
{
  /*margin-top: 0px;*/
}

#livehelpbutton-simple a.nodecoration
{
  text-decoration: none;
  color: black;
}

#livehelpbutton-simple img
{
  border: 0;
}

#livehelpbutton-simple
{
  margin-top: 5px;
}

#gowlite-download
{
  padding: 15px;
  margin-top: 20px;
  border: 1px;
  border-style: solid;
  border-color: black;
  background-color: #DDFFDF;
}

#buy-standard-service
{
  color:black;
  padding: 15px;
  margin-top: 20px;
  border: 3px;
  border-style: solid;
  border-color: #008eb0;
  background-color: #5cb9d0;
}

#buy-premium-service
{
  color:black;
  padding: 15px;
  margin-top: 20px;
  border: 3px;
  border-style: solid;
  border-color: #971a1e;
  background-color: #cd8688;
}

p.formfield
{
  margin-top: 3px;
}

#web-buttons-id2iloq a{display:block;color:transparent;} #web-buttons-id2iloq a:hover{background-position:left bottom;}a#web-buttons-id2iloqa {display:none}