/* Import the 960 grid */
@import url(reset.css);
@import url(text.css);
@import url(960.css);

/* Generic CSS */
html, body, table, div { font-size: 13px; font-family: Verdana, Arial, sans-serif; color: black; }

body { background: url(../images/background.png) repeat-x; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1.0em; font-family: Arial; color: black; }
h1 { margin-bottom: 12px; font-size: 2.0em; }
h2 { margin-bottom: 10px; font-size: 1.8em; }
h3 { margin-bottom: 8px; font-size: 1.6em; }
h4 { margin-bottom: 6px; font-size: 1.4em; }
h5 { margin-bottom: 4px; font-size: 1.2em; }
h6 { margin-bottom: 2px; font-size: 1.0em; }

.H_Red { color: #ac0d0d; }
.H_Green { color: #0dac0d; }
.H_Blue { color: #0d0dac; }
.H_Purple { color: #ac0dac; }
.H_Gray { color: #acacac; }

.TableHead { font-weight: bold; }

.ps { color: black; font-size: 0.8em; }

/* Design CSS */
#Header {
    
}

#Slogan {
    text-align: right;
    padding-top: 50px;
    color: #acacac;
    font-size: 1.2em;
    font-weight: bold;
}

#Content {
    
}

    .tabs {
        margin-top: 7px;
    }

    .Hosting, .Domain, .Website, .Development {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .Hosting {
        width: 140px;
        float: left;
        margin-right: 13px;
    }
    
    .Website {
        width: 280px;
        float: left;
        margin-right: 26px;
    }
    
    .last {
        margin: 0;
    }
    
    .Hosting .Head, .Domain .Head, .Development .Head, .Website .Head {
        font-size: 1.5em;
        font-weight: bold;
    }
    
    .Hosting .Price, .Domain .Price, .Development .Price, .Website .Price {
        font-size: 1.1em;
    }
    
    .Hosting .Price span, .Domain .Price span, .Development .Price span, .Website .Price span {
        font-size: 1.2em;
        font-weight: bold;
        color: black;
    }

#Meta {
    
}

#Footer {
    
}