*
{
  font-family: tahoma;
  margin: 0em;
  padding: 0em;
}

body
{
  background: #F9FBF5 url("images/bg-main.png") repeat-y scroll top center;
  font-size: 0.8em;
}

h1
{
  font-size: 1.3em;
  margin: 0.7em;
}

h2
{
  font-size: 1em;
  font-weight: bold;
  margin: 1em;
}

p
{
  font-size: 1em;
  margin: 1em;
}

p.caption
{
  color: #666666;
  font-size: 0.8em;
  text-align: center;
}

label
{
  margin-left: 1em;
}

ul, dl
{
  margin: 1em;
  list-style-position: outside;
}

li, dt
{
  margin: 0.5em 0em 0.5em 1em;
}

dl {
  margin-bottom:6px;
  margin-top:6px;
}

dt dl
{
  font-weight: normal;
  font-style: italic;
}

html
{
  /* fix for page-shift (appearance of vertical scrollbar when content longer than page) */
  min-height: 100%;
  margin-bottom: 1px;
}

dt
{
  display:list-item;
  font-weight: bold;
}

table
{
  margin: 1em;
  padding: 0em;
}

/* IDs */

#masthead,
#nav,
#content,
#footer
{
  margin: auto;
  overflow: hidden;
  width: 760px;
}

#masthead
{
  background: transparent url("images/bg-masthead.png") repeat-x scroll top left;
}

#nav
{
  background: transparent url("images/icon-gut.png") no-repeat scroll 1em 0em;
/*  border: 1px solid red;*/
  margin: 1em auto;
}

#nav ul
{
  list-style-type: none;
  margin: 0em;
  margin-left: 45px;
}

#nav ul li
{
  float: left;
  margin: 0em 0em 0em 1.5em;
}

#nav ul li.current
{
  border-bottom: 4px solid #407000;
  font-weight: bold;
}

#left-column,
#middle-column,
#right-column
{
  float: left;
  margin-right: 0em;
}

#left-column
{
  width: 200px;
}

#middle-column
{
  width: 400px;
}

#right-column
{
  background-color: #EEEEEE;
  margin-top: 1em;
  width: 144px;
}

#footer
{
  border-top: 1px dotted #CCCCCC;
}

#footer p
{
  color: #666666;
  text-align: center;
}

#enquiry-form textarea
{
  font-size: 1em;
}

#enquiry-form table
{
  margin: 10px;
}

ul.radio-options-list
{
  float: left;
  margin: 0em 0em 1em 0em;
}

.radio-options-list li
{
  list-style-type: none;
  margin-left: 0em;
}

a.external
{
  background: transparent url(images/external.png) no-repeat scroll right center;
  padding-right: 13px;
}

a.facebook
{
  background: transparent url('images/icon-facebook.png') no-repeat scroll center left;
  margin-right: 1em;
  padding-left: 18px;
}

a.digg
{
  background: transparent url('images/icon-digg.png') no-repeat scroll center left;
  margin-right: 1em;
  padding-left: 18px;
}

a.su
{
  background: transparent url('images/icon-su.png') no-repeat scroll center left;
  margin-right: 1em;
  padding-left: 18px;
}

a.delicious
{
  background: transparent url('images/icon-delicious.png') no-repeat scroll center left;
  margin-right: 1em;
  padding-left: 18px;
}

.form-entry
{
  overflow: hidden;
}

.form-entry label
{
  display: block;
  float: left;
  margin-bottom: 1em;
  padding-right: 1em;
  text-align: right;
  width: 160px;
}

input.input-button
{
  margin-top: 1em;
  margin-left: 184px;
}

.gut-term
{
  font-weight: bold;
}

.term
{
  font-weight: bold;
}

.disclaimer
{
  font-size: 0.7em;
}

/* ROI calculator */

table.moreDetails {
  color: #666666;
  font-size: 0.8em;
  margin: 1em 0em;
}

.showMoreDetails {
  color: black;
  font-weight: bold;
}

.results {
  display: none;    
}

.benefit {
  border-bottom: 1px solid black;
  font-weight: bold;
  width: 300px;
}

.label {
  width: 300px;
}

.fieldValue {
    text-align: right;
    width: 95px;
}

.benefitValue {
  text-align: right;
  font-weight: bold;
  border-bottom: 1px solid black;
  width: 95px;
}

#roiWidget {
    display : none;
}
