/* CSS Document */

/* Commented out old stuff in here since it wasn't used in any page until now.
body, html {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    background-color: #184579;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

form h3
{
  text-align: center;
  padding-right: 25px;
}

#Title
{
    display: none;
}

#flash
{
    margin: -35px auto auto 35px;
    width:946px;
    height:275px;
}

#containerWrapper
{
    overflow-y: auto;
    width: 100%;
    background-image: url(img/header_x_background.jpg);
    background-repeat: repeat-x;    
}

#containerWrapper2
{
    width: 1050px;
    margin: 0 auto;
}

#container
{
    width: 1050px;
    font-family: "Times New Roman", "Georgia", "FreeSerif";
    font-size: 16px;
    min-height: 768px
}

#headerWrapper
{
    height: 100px;
}

#header {
    height: 113px;
    background-image: url(img/logo.jpg);
    background-repeat: no-repeat;
}

#header h1
{
}

#menu {
    height: 81px;
    margin-left: 194px;
    margin-top: -73px;
}

#menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li
{
    float: left;
    text-align: center;
    margin-right: 10px;
}

#menu li a
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 81px;
    width: 86px;
    display: block;
}

#menu li span.hover {
    display: none;
    margin-top: 2px;
    position: absolute;
    width: 87px;
    height: 84px;
    background-image: url(img/menu_hover.png);
    background-repeat: no-repeat;
}

#menu li:hover span.hover {
    display: block;
}

a.home { background-image: url(img/home-btn.png); }
a.specials { background-image: url(img/specials-btn.png); }
a.demo { background-image: url(img/demo-btn.png); }
a.createAccount { background-image: url(img/create_account-btn.png); }
a.contactUs { background-image: url(img/contact_us-btn.png); }

span.hidden {
    display: none;
}

#logout 
{
    text-align: center;
}

#log.hidden
{
    background: none;
}

#logout a
{
    background-image: url(img/log_out-btn.png);
    background-repeat: no-repeat;
    width: 118px;
    height: 113px;
    display: block;
}

#menu ul li ul li.submenuHead
{
    width: 190px;
    height: 5px;
    background-image: url(img/SubMenu_header.png);
    background-repeat: no-repeat;
    display: block;
}

#menu ul li ul
{
    padding: 0;
    margin: 0 0 0 -12px;
    display: none;
    list-style: none;
    position: absolute;
}

#menu ul li ul li.submenuFoot
{
    width: 190px;
    height: 36px;
    background-image: url(img/SubMenu_footer.png);
    background-repeat: no-repeat;
    display: block;
}

#menu ul li:hover ul
{
    display: block;
}

#menu ul li ul li
{
    float: none;
}

#menu ul li ul li a
{
    background-image: url(img/SubMenu_background.png);
    background-repeat: repeat-y;
    color: #081F58;
    width: 160px;
    height: auto;
    padding: 5px 15px 5px 15px;
}

#menu ul li ul li a:hover
{
    text-decoration: none;
    background-image: url(img/SubMenu_highlighted_background.png);
    color: #FFFFFF;
}

#adminMenu ul
{
    list-style: none;
}

#log {
    width: 275px;
    height: 113px;
    background-image: url(img/login_box.png);
    background-repeat: no-repeat;
}

#log table {
    float: right;
    margin-top: -1px;
    margin-right: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: right;
}

.login
{
    width: 145px;
    padding-top: 4px;
    height: 18px;
    float: right;
}

input#login
{
    float: right;
    border: 0;
    width: 86px;
    height: 32px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 18px;
    font-family: monospace;
}

#about
{
    width: 240px;
    float: left;
    font-size: 14px;
}

#about h2 {
    margin: 0;
}

#step h2, #faq h2, #about h2
{
    font-size: 30px;
}

#step
{
    width: 338px;
    height: 353px;
    float: left;
    margin-left: 65px;
    font-size: 12px;
    background-image: url(img/steps_background.png);
    color: #000000;
}

#step p
{
    width: 260px;
    float: right;
    margin-right: 7px;
}

#step2 p
{
    padding-bottom: 20px;
}

#step h3
{
    display: none;
}

#faq
{
    width: 155px;
    float: left;
    font-size: 14px;
}

#faq ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#faq ul li
{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 10px;
}

#content  {
    margin-top: 5px;
    padding: 40px 30px 20px 30px;
    font-family: 'Arial', 'Helvetica', sans-serif;
    width: 990px;
    min-height: 600px;
    background-image: url(img/site_wrap.png);
    background-repeat: repeat-y;
}

#content #left
{
    float:left;
    width: 470px;
}

#content #left ul
{
}

#content #left ul li
{
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

#content #left ul li ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

#content #left ul li ul li
{
    margin: 0;
    margin-right: 13px;
    padding: 0;
    float: none;
}

#content #help
{
    width: 420px;
    float:right;
    margin-right: 30px;
    margin-top: 20px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #32688e;
}

#content #right
{
clear: left;
}

a
{
    text-decoration: none;
    color: #FAAE56;
}

a img
{
    border : none;
}

a:visited
{
    color: #DE7824;
}

a:hover
{
    text-decoration: underline;
}

#side{
    float: right;
}

#left
{
    margin: 0;
    padding: 0;
    float: left;
    width: 450px;
}

#right
{
    margin: 0;
    padding: 0;
    padding-right: 30px;
    float: right;
    width: 450px;
}

#templatecms
{
   padding: 0;
   margin: 0;
   width: 450px;
   height: 500px;
}

#defaultscms
{
    padding: 0;
    margin: 0;
    width: 450px;
    height: 500px;
}

#log
{
    margin-top: 00px;
    float: right;
    color: #FFFFFF;
    width: 275px;
}

#help
{
    width: 45px;
}

div.news
{
  color: #FFFFFF;
  font-size: 13px;
  width: 442px;
  min-height: 227px;
  background-image: url(img/news_background.png);
  background-repeat: no-repeat;
  padding: 60px 34px 0 34px;
}

div.news 12
{
  text-align: left;
  margin: 0;
  font-weight: normal;
  color: #FFFFFF;
}

p.dynamicInfo
{
  margin: 0;
  padding-bottom: 5px;
  font-size: 12px;
  color: #7FC9F7;
  font-weight: normal;
  margin-bottom: 10px;
}

#list
{
    width: 50%;
    float: left;
}

#list ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#list ul li
{
    width: 90%;
    padding: 5px;
    border: 1px solid #000000;
}

#domains
{
    margin-bottom: 20px;
}

#domains ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

#domains ul li
{
    width: 90%;
    padding: 5px;
    border: 1px solid #000000;
}

#payment
{
}

#userleft
{
    float: left;
    width: 49%;
}

#userright
{
    float: right;
    width: 49%;
}

p.dialog
{
    padding: 10px;
    border: 2px solid #00D000;
    background-color: #FFE0D0;
    color: #00D000;
    font-weight: bold;
}

p.error
{
    padding: 10px;
    border: 2px solid #FF0000;
    color: #FF0000;
    background-color: #FF9898;
    font-weight: bold;
}

#billing2
{
    border: 2px solid #E7902B;
    width: 370px;
}

#billing
{
    border: 2px solid #E7902B;
    width: 419px;
}

#Billing
{
    border: 2px solid #E7902B;
    width: 100%;
}

#billing tr th, #Billing tr th, #billing2 tr th
{
    color: #FFFFFF;
    text-align: left;
    background-color: #E7902B;
    border: 2px solid #E7902B;
}

#billing tr td, #Billing tr td, #billing2 tr td
{
    text-align: left;
    border: 2px solid #E7902B;
}

table#list th
{
    text-align: left;
}

.alot
{
    color: #FFFFFF;
    background-color: #00AB03;
}

.months
{
    color: #000000;
    background-color: #50FF05;
}

.month
{
    color: #000000;
    background-color: #F0FF10;
}

.week
{
    color: #000000;
    background-color: #FFA020;
}

.expired
{
    color: #000000;
    background-color: #800000;
}

#domainButton
{
    width: 86px;
    height: 81px;
    background-image: url(img/domain_info-btn.png);
    background-repeat: no-repeat;
}

#contentFooter {
    background-image: url(img/footer.png);
    background-repeat: no-repeat;
    height: 35px;
}
*/

#choose
{
    position: fixed;
    right: 0px;
    top: 40%;
}

#choose img
{
    border: none;
}

