body {
  position:relative;
  font:13px/1.22 "Helvetica Neue",arial,clean,sans-serif;
  *font-size:small;
  *font:x-small;
  color:#525252;
  background:#fff;
  height:100%;
  margin:0 10px;
  min-width:987px;
}
* {
  margin: 0px;
  padding: 0px;
}
a {
  color:#5a5a5a;
  text-decoration:underline;
  outline:none;
}
a:hover {
  text-decoration:none;
}
a img {
  border:none;
}
p a {
  font-weight:bold;
}
label {
  margin-top:7px;
  display:block;
}
input, select {
  color:#5a5a5a;
  font-size:110%;
  padding:1px 3px;
}

h1 a {
  display:block;
  margin:45px 0 10px;
  text-indent:-9999px;
  width:415px;
  height:35px;
  background: url(../images/logo-big.gif) no-repeat;
}
h2 {
  font-weight:normal;
  font-size:120%;
  color:#424242;
}
h3 {
  font-size:125%;
  color:#424242;
  margin:20px 0 2px 0;
}
a.login {
  float:right;
  font-size:120%;
  color:#FFF;
  margin-top:-45px;
  padding:6px 10px 7px;
  text-decoration:none;
  background:#61a8c8;
}
a.login:hover {
  color:#cf153c;
  background:none;
}
#pricingheader {
  font-size:125%;
  color:#4ba2cc;
  border-bottom:1px #61a8c8 solid;
  padding:5px 0px 5px 10px;
}
#content {
  position:relative;
  width:640px;
  padding-left:280px;
  margin:30px auto;
}
#mast {
  position:absolute;
  background: url(../images/splash1.jpg) no-repeat;
  height:526px;
  width:258px;
  left:0;
  top:0;
}
#menu {
  margin-top:30px;
  list-style-type:none;
  border-bottom:3px #61a8c8 solid;
  height:2.5em;
}
#menu li {
  float:left;
  display:block;
  margin-right:4px;
}
#menu li:hover {
  background:#d9f4ff;
  border-bottom:none;
}
#menu li a {
  display:block;
  text-decoration:none;
  padding:8px 10px;
  font-size:110%;
  color:#cf153c;
  font-weight:bold;
}
#menu li a:hover, #menu li a.cur {
  color:#FFF;
  background:#61a8c8;
}
#body {
  margin-top:30px;
}
#body p {
  font-size:95%;
  margin-bottom:10px;
}
div.left {
  float:left;
  width:380px;
  padding-right:20px;

}
div.right {
  width:200px;
  float:left;
  padding-left:20px;
}
div.right h3 {
  color:#424242;
  margin:10px 0 2px 0;
}
div#callout {
  width:200px;
  float:left;
  padding:20px 0px 0px 0px;
  font-size:100%;
  line-height:1.2;
}
div#firstfree a{
  display:block;
  width:541px;
  height:43px;
  background:url(../images/firstfree-slide.gif) no-repeat top;
}
div#firstfree a:hover{
  background-position:0 -43px;
}
a.start {
  display:block;
  text-indent:-9999px;
  width:169px;
  height:23px;
  background:url(../images/start.gif) no-repeat;
  margin-top:10px;
  margin-bottom:9px;
}
a.start:hover{
  background-position:0 -23px;
}
#footer {
  margin:40px 0 0 0;
  padding:0px 0px 2px 2px;
  text-align:left;
  color:#424242;	
}
#footer a {
  font-weight:bold;
  text-decoration:none;	
}
#footer a:hover {
  font-weight:bold;
  text-decoration:underline;	
}
.table {
  padding:5px 0px 5px 10px; 
}
h3.table {
  border-bottom:1px #61a8c8 solid;
  width:300px; 
}
#firstline{
  margin:-10px 1px 2px 0px;	
}
table {
  border-spacing:0;
  width:310px;
  margin-bottom:15px;
}
table th {
  text-align:left;
  color:#525252;
  font-size:110% !important;
  padding: 2px 10px;
  margin:2px;
}
table tr td, table tr {
  padding:7px 10px;
  font-size:105%;
}
table tr.odd td {
  padding:6px 10px;
  border-top:1px #61a8c8 solid;
  border-bottom:1px #61a8c8 solid;
  background:#bee9fb;  
}
ul li {
  list-style:none;
}

div.flash {
  font-size:90%;
  margin:-25px -25px 10px;
}
div.flash div {
  padding:10px 20px;
}
div.fieldWithErrors {
  display:inline;
}
div.fieldWithErrors input, input.error {
  background:#f8e5e7;
  color:#ad1a2c;
}
div.error, div.warning {
  background:#f8e5e7;
  color:#ad1a2c;
}
div.error h2 {
  color:#ad1a2c;
}
div.error ul {
  margin-left:30px;
}
div.notice {
  background:#f7d896;
  color:#d96c33;
}
div.success {
  background:#ddf6d9;
  color:#1aa404;
}