
  /* Global
    ----------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background: #6699cc url(images/bg.png) repeat-y center;
	/*background: #ececec url(images/bg.png) repeat-y center;*/
  color: #666;
	font: Verdana,Arial,Helvetica, sans-serif;
  text-align: center;
}

img {border: 0;
        }

  div#container {
  margin: 0 auto;
  width: xxxpx;
        }
        
div#pricing{width:550px;margin: 0 auto;
    font: 90% "Trebuchet MS",Arial,sans-serif;text-align:left}
h2{margin: 1em auto 0.3em;color: #008C00;font-size: 180%;text-align:center}    
h3{margin: 1em auto 0.3em;color: #000;font-size: 150%;text-align:left}    
dl{width: 100%;overflow: auto;margin: 0 0 1em;
    background: url(images/dot.gif) repeat-x 0 1.2em}
    
dt,dd.price{background:#FFF;font-size: 110%;font-weight: bold}
dt{float: left;padding-right: 3px; color: #666}
dd{margin:0}
dd.price{float: right;padding-left: 3px;color: #AAA}

dd.desc{float: left;width: 100%;padding: 3px 0;
   font: italic 100% Georgia,Times,sans-serif;color: #555}
   
/* Tabs */
 /* Primary Navigation */
#Nav1{
	clear:both;
	text-align:right;
	width:auto;
	font-size: 110%;
  font-weight: bold
  }
#Nav1 ul {
	list-style-type:none;
	margin-bottom: 5px;
  }
#Nav1 li {
	border-right:1px solid #0076BF;
	display:inline;
	margin:0pt;
	padding:0pt 12px 0pt 10px;
  }

#Nav1 a{
  color: #505050;
  text-decoration: none;
  }
#Nav1 a:hover { 
	color: #999;
	text-decoration: underline;
  }
  
  #Left {
  float: left;
 }

 #welcome {
   position: absolute;
   top: 70px;
   right: 170px;
 }
 
  #email {
   margin-left:30%;
   text-align: left;
 }
 
label,input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

br {
	clear: left;
}


