#content{height:380px;}
  #content .section{
    padding:20px 0;
    display:none;
  }
    #content .section .screenshot{
      width:435px;
      height:219;
      float:left;
    }
      #content .section .screenshot img{border:1px solid #CCC;}
    #content .section .features{
      width:465px;
      float:right;
    } 
  
  ul#nav {
  	margin:15px 0 10px 0;
  	list-style:none;
  	background-color:#FFF;
  	float:left;
  	clear:left;
  }
    ul#nav li {
      list-style:none;
    	float:left;
    }
      ul#nav li a {
      	float:left;
      	text-decoration:underline;
      	color:rgb(7, 96, 162);
      	padding:4px 15px 0 0;
      	margin-right:8px;
        font:900 14px "Arial", Helvetica, sans-serif;
      }
        ul#nav li a:hover {text-decoration:none;}
        ul#nav li a span {
        	float:left;
        	padding-right:15px;
        	display:block;
        	margin-top:-4px;
        	height:24px;
        }
      ul#nav li a.current {
      	background:url(../assets/images/button.png) no-repeat top right;
       	text-decoration:none;
      }
        ul#nav li a.current:hover{
          color:rgb(7, 96, 162);
        }
        ul#nav li a.current span {
        	background:url(../assets/images/button.png) no-repeat top left;
        }

#content ul.sample{
  margin:1em 0;
}
  #content ul.sample li{
    list-style:none;
    padding:5px;
    background-color:#D2E2EE;
  }
    #content ul.sample li.gray{
      background-color:#EFEFEF;
    }
    #content ul.sample li span{
      float:left;
    }
    #content ul.sample li a{
      float:right;
      font-size:11px;
    }
    
.signup.create-invoice{background:transparent url(../assets/images/signup_create_invoice.png) no-repeat scroll 0 0;}    
