/* CSS Document */
/* Website: www.eftel.com.au */
/* Created: July 2010 */
/* By: $hiva */

/* gen rules for hosting landing page */

/* main layout area rules */

#hostingBody {
    background:#fff url(../images/bg/body_clouds_bg.png) top left repeat-x;	
}

/* Hosting landing page rules */

/*#rhsContainer {
    background:#fff url(../images/bg/eftel_domainscape_bg.jpg) top left no-repeat;
}
*/

#tierTwoHolder.hostingTier {
    background:transparent url(../images/bg/eftel_mistymount_bg.png) top center no-repeat;
}

#hostingOptDIV {
    width:630px;
    margin:0 auto;
    height:80px;
}

#hostingOptDIV img {
    float:left;
    margin:0 5px 0 20px;
}

.buttonDIV .imgLink {
    filter:alpha(opacity=75);
    -ms-filter:alpha(opacity=75);
    opacity: 0.75;
}

.buttonDIV .imgLink:hover {
    filter:alpha(opacity=100);
    -ms-filter:alpha(opacity=100);
    opacity: 1;
}


@font-face {
    font-family: "Ubuntu Titling";
    src: url("/fonts/ubuntutitling-bold.eot");
    src: local("☺"),
    url("../fonts/ubuntutitling-bold.woff") format("woff"),
    url("../fonts/ubuntutitling-bold.otf") format("opentype"),
    url("../fonts/ubuntutitling-bold.svg#bold") format("svg"),
    url("../fonts/ubuntutitling-bold.ttf") format("truetype");
}


.idealButton {
    background:transparent url(../images/form_ui/sign_up_bg.png) top left no-repeat;
    color:#fff;
    width:232px;
    height:75px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    margin:0 auto;
    text-align:center;
    text-transform:uppercase;
    font:15pt "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
    font-weight:bold;
    padding-top:9px;
}

ul.checkList {
    list-style:url(../images/gen/icon_checklist.png) inside none;
    font:9pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, Helvetica, sans-serif;
    padding:0;
    background:transparent url(../images/bg/eftel_logo_trans.png) 220px 0 no-repeat;
    margin:5px 15px 5px 25px;
}

ul.hostingList {
    list-style:url(../images/gen/icon_globe.png) inside none;
}


