
#home_menu_area {
    position: relative;
    top: -11px;
}

#home_menu {
    text-align: right;
    margin-bottom: 6px;
    background-image: url('../../images/home/navbar.png');
    background-repeat: no-repeat;
    height: 36px;
    padding-left: 22px;
    padding-right: 40px;
}

.home_menu_item, .home_menu_item a {
    color: #94cf52;
    font-size: 19px;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
}

.home_menu_item.home_menu_selected {
    color: white;    
}

.home_menu_item a:hover {
    color: #c8d829;
}

#home_menu_filler {
    width: 100%;
}

#content_holder {
    width: 900px;
    padding-left: 35px;
    padding-top: 0px;
}

#banner_top_submenu {
    white-space: nowrap;
}

.submenu_item, .submenu_separator {
    font-size: 16px;
    color: #0f9b40;
    text-decoration: none;
}

.submenu_item_selected {
    color: white;
}

a.submenu_item:hover {
    color: #dfdf40;
}

#white_logo_box {
    vertical-align: top;
    padding-top: 30px;
    padding-right: 10px;
}

#text_col1 {
    width: 242px;
}

#text_col2 {
    width: 300px;
    padding-left: 10px;
}

#text_single_col {
    width: 688px;
    padding-top: 20px;
}

#text_single_col a {
    color: white;
    text-decoration: underline;
}

#text_single_col a:hover {
    color: #ffff8a; 
}

.signup_button {
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.signup_button:hover {
    color: #8cc63e;
}

.signup_button a {
    color: white;
    text-decoration: none;
}

.signup_button a:hover {
    color: #8cc63e;
}

#feature_list {
    padding-left: 12px;
}

#last_paragraph {
    text-align: right;
}

#signup_box {
    vertical-align: bottom;
    padding-left: 4px;
}

#signup_button_1 {
    width: 115px;
    height: 30px;
    padding-left: 300px;
    position: relative;
    top: -32px;
}

#signup_button_2 {
    background-image: url('../../images/home/signup_button.png');
    background-repeat: no-repeat;
    width: 115px;
    height: 30px;
    padding-left: 7px;
    padding-top: 4px;
}

#bottom_links {
    text-align: right;
    position: relative;
    top: 144px;
}

#bottom_links a {
    color: #94CF52;
    text-decoration: none;
    padding-right: 15px;
    font-size: 13px;
    font-weight: bold;
}

#bottom_links a:hover {
    text-decoration: underline;
}

/* IE6-only extra padding, using "* html" IE6 hack */
* html #bottom_panel #canvas_holder {
    padding-bottom: 30px;
}


