body{
  font-family: Tahoma, 'Trebuchet MS', Arial, Verdana;
  color: #757575; 
  /* color: #b1b2b3; */
  font-size: 0.8em;
  background-color: #D7D7D7;
}

img {
  border: 0;
}

#container{
  width: 800px;
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: 10px;
  
}

#header{
  height: 137px;
  background: transparent url('../images/background/background-header.gif') center top no-repeat;
  overflow: hidden;
}

/* #header img.logo{ position: relative; left: 20px; top: -35px; } */
#header img.logo{ margin: 20px;}

#nav{
  position: relative;
  text-align: right;
  right: 20px;
  top: -25px;
	
}


#nav ul{
  padding: 0;
  display: inline;
}

#nav ul li{
  margin-left:  0;
  padding-left: 20px;
  list-style: none;
  display:  inline;
}

#nav ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #757575;
}
#nav ul li a:hover{
  text-decoration: underline;
}




#content-area{
  clear: both;
  height: 50%;
  background: #FFFFFF url('../images/background/background-content-area.gif') center repeat-y;
  padding: 20px;
  
  overflow: hidden;
}
#content-area h1{
  margin-top: 0;
  font-size:  1.3em;
}
#content-area p{
  margin-top: 0;
  text-align: justify;
}
#content-area .content-left{
  float: left;
  width: 359px;
}
#content-area .content-right{
  float:right;
  width: 381px;
}

div.pricing{
  background: transparent url('../images/background/background-pricing.jpg') center top no-repeat;
  width: 381px;
  height: 300px;
  color: white;
  text-align: center;  
  clear: none;
}

.pricing h2{
  margin: 20px 0;
  font-size: 1.8em;
}

.pricing .price{
  font-size: 3.5em;
  
}

.pricing .left{
  float: left;
  width: 181px;
  display:  inline;
}
.pricing .right{
  float: right;
  width: 200px;
}

#footer{
  clear: both;
  height: 45px;
  line-height: 45px;
  padding: 0 20px 0 20px;
  font-size:  0.8em;
  text-align: center;
  background:  transparent url('../images/background/background-footer.gif') center top no-repeat;
}


a {
  text-decoration: none;
  color: #00A4D5;
}
a:hover{
  text-decoration: underline;
}

ol li p.question{
  font-weight:  bold;
  font-size: 1.1em;
  margin-bottom: 6px;
} 
ol li p.answer{
  
} 
li.sub {
  list-style-type: lower-roman;
}


form{
  margin: 0;
}

label{
  display: inline;
  font-weight: bold;
	text-decoration: none;
	float: left;
	text-align: right;
	width: 100px;
	margin: 3px 10px 2px 0px;
}


input,select,textarea{
	text-decoration: none;
  height: auto;
	margin-bottom: 5px;
	_margin-left:-3px; /* IE6 bug */
	border: 1px solid #757575;
}
input  { width: 140px; }
select { width: 144px; }



#submit{
  margin: 5px 150px 0px 110px;
  width: 100px;
  font-weight: bold;
}

dt{
  font-weight: bold;
  font-style: italic;
}
dd{

}
 
