html {
  margin-bottom:1px;
  min-height:100%;
}

* {
  margin:0;
  padding:0;
}

a:link {
  color:#F9A037;
  text-decoration:none;
}

a:active {
  color:#999;
  text-decoration:none;
}

a:visited {
  color:#F9A037;
  text-decoration:none;
}

a:hover {
  color:#fff;
  text-decoration:none;
}

img {
  border: none;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  color:#F90;
  background: #000 url(../images/page-bg.png) repeat top;
  text-align:center;
   margin-top:0px;
  padding-top:0px
}

h5 {
  font-size:13px;
  font-weight:bold;
  color:#fff;
  padding-top:10px;
  padding-bottom:5px;
}

h4 {
  font-size:14px;
  font-weight:bold;
  color:#F9A037;
  padding-top:10px;
  padding-bottom:5px;
}

h3 {
  font-size:15px;
  font-weight:bold;
  color:#F9A037;
  padding-top:0px;
  padding-bottom:5px;
}

h2 {
  font:bold 16px tahoma,Arial,tahoma,Sans-serif;
  color:#F9A037;
  padding-top:10px;
  padding-bottom:5px;
  text-align:center;
}

h1 {
  font-size:18px;
  font-weight:normal;
  color:#F9A037;
  padding-top:0px;
  padding-bottom:5px;
}

p {
font-size:12px;
color:#999;
padding-bottom:20px;
padding-right:10px;
}

#template {
  margin:0pt auto;
  width: 850px;
}

#main {
  margin:0pt auto;
  width: 825px;
  text-align: left;
  padding-top:15px;
}

#footer {
  border-top: 1px solid #F9A037;
  text-align:center;
  width:100%;
  font:normal 10pt tahoma,Arial,Helvetica,sans-serif;
}

#left_content {
  padding-top:3px;
  padding-left:15px;
  position:relative;
  display:inline;
  width: 550px !important;
  width: 560px;
  float: left;
  overflow: hidden;
}

#right_content {
  padding:0px;
  margin:0px;
  position:relative;
  display:inline;
  width: 260px !important;
  float: left;
  overflow: hidden;
}

.boxheading {
  padding-top: 15px;
  font-size: 1.1 em;
  font-weight: 600;
}

.fineprint {
  clear: both;
  font: 9px Verdana;
  color: #999 ;
  text-align:center;
}

input.button {
  height:38px;
  width:135px;
  text-align:center;
  background: url(../images/button-on.png) bottom no-repeat;
  font-weight: bold;
  color:#f00;
  padding-top:10px;
  text-decoration:none;
  border:0;
}

input.selected_button,input.button:hover{
  height:38px;
  width:135px;
  text-align:center;
  background: url(../images/button-off.png) bottom no-repeat;
  font-weight: bold;
  color:#FFEAD5;
  padding-top:10px;
  text-decoration:none;
  border:0;
}

a.button {
  display:inline-block;
  height:30px;
  width:135px;
  text-align:center;
  background: url(../images/button-on.png) top no-repeat;
  font-weight: bold;
  color:#f00;
  padding-top:10px;
  text-decoration:none;
}

.button:hover{
  display:inline-block;
  height:30px;
  width:135px;
  text-align:center;
  background: url(../images/button-off.png) top no-repeat;
  font-weight: bold;
  color:#FFEAD5;
  padding-top:10px;
  text-decoration:none;
}

ul {padding-left:20px;}
ol {
  padding-left:20px;
  color:#999;
  font-size:12px;
}

input.orange_button {
  border: 0;
  background: url('../images/button.png') no-repeat;
  width: 150px;
  height: 30px;
  font: bold 10px Verdana, Sans-serif;
  color: #f00;
}

input.selected_button,input.orange_button:hover {
  border: 0;
  background: url('../images/selected_button.png') no-repeat;
  width: 150px;
  height: 30px;
  font: bold 10px Verdana, Sans-serif;
  color: #FFEAD5;
  cursor: pointer;
}

div.orange_box {
  background: transparent url('../images/box_bg.gif') repeat-x;
  float: left;
  height: 211px;
  width: 235px;
}

div.orange_box .orange_box_container {
  margin-top: 10px;
}

.submit_button {
  border: 0;
  background: url('../images/selected_button.png') no-repeat;
  width: 150px;
  height: 30px;
  font: normal 10pt Verdana, Sans-serif;
  color: #F9A037;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.fieldtitle {
  text-align: right;
  padding-right: 5px;
  width: 35%;
  vertical-align:top;
}

.field {
  text-align: left;
  padding-right: 5px;
  width: 70%;
  vertical-align:top;
}

.field1 {
  text-align: left;
  padding-right: 5px;
  width: 25%;
  vertical-align:top;
}

.packages{
  display: block;
  list-style: none;
  float:left;
}

.packages ul li{
  display: block;
  list-style: none;
  float:left;
}

.packages li{
  display: block;
  list-style: none;
  width:150px ;
  text-align:left;
  float:left;
}

.package {
  padding-left:20px;
  display: block;
  width:225px ;
  text-align:left;
  float:left;
}

.packages2{
  padding-top:5px;
  padding-right:5px;
  display: block;
  list-style: none;
  float:right;
}

.packages2 ul li{
  display: block;
  list-style: none;
}

.packages2 li{
  display: block;
  list-style: none;
  width:150px ;
  text-align:right;
}

.package3 {
  margin-left:20px;
  display: block;
  text-align:left;
  float:left;
}

.packages3{
  display: block;
  list-style: none;
  float:left;
}

.packages3 ul li{
  display: block;
  list-style: none;
  float:left;
}

.packages3 li{
  display: block;
  list-style: none;
  width:200px ;
  text-align:left;
  float:left;
}

.hosting{
  display: block;
  list-style: none;
  float:left;
}

.hosting ul li{
  display: block;
  list-style: none;
  float:left;
}

.hosting li{
  display: block;
  list-style: none;
  width:225px ;
  text-align:left;
  float:left;
}

.itemtitle{
  color:#999;
  text-align:left;
  font-size:11px;
  font-variant:small-caps;
  padding:5px 0 0 20px;
}

.boxed {
  display:block;
  overflow:hidden;
  border-top:1px solid #999;
  border-left:1px solid #999;
  border-bottom:1px solid #999;
  border-right:1px solid #999;
}

.item{
  padding-left:25px;
  display: block;
  width: 320px;
  text-align:left;
  float: left;
}

.itemflash{
  padding-left:25px;
  display: block;
  width: 170px;
  text-align:left;
  float: left;
}

.price{
  display: block;
  width: 125px;
  text-align:right;
  float: right;
}

.google{
  margin-left:10px !important;
  padding-left:20px !important;
  margin-left:0px;
  padding-left:0px;
  padding-top:15px;
  width:200px;
  height:45px;
  text-align:left;
  background: url('../images/google-bg.jpg') bottom center no-repeat;
}

.dashboard {
 width:800px;
 text-align:center;
 border-top:1px solid;
}

.dashboardbox {
 width:800px;
 height:380px;
 margin-left: auto;
 margin-right: auto;
 display:block;
}

.submenu {
  display:block;
  text-align: right;
  width: 800px;
  border-bottom:1px solid;
  padding-bottom:5px;
}

.topborder {
  border-top:1px solid #333;
}

.bottomborder {
  border-bottom:1px solid #333;
}

.formError {
  color:#900;
}