body {
	background:#e9e9e9 url(/images/headerbg.gif) repeat-x;
    cursor:default;
    color:#3f3f3f;
    font-size:14px;
}

#header {
    height:100px;
}

#logo {
    padding-top:22px;
}

#navlist, #web, #reseller {
    padding-top:35px;
}

#top-content {
    height:310px;
    background:url(/images/top-cont-bg.png) no-repeat;
}

#server {
    padding-top:15px;
}

#reseller ul li, #web ul li {
    list-style-type:none;
    font-size:14px;
    padding:0 0 13px 30px;
}

#main-cont {
    max-height:430px;
    background:url(/images/main-cont.png) no-repeat center;
    text-align:justify;
}

#signup, #login {
    height:210px;
    background:url(/images/sub-bg.png) center no-repeat;
    margin-bottom:10px;
}

#footer {
    background:#333333;
    font-size:12px;
    margin-top:-50px;
    padding-top:40px;
}

.cont-top {
    background:url(/images/cont-top.png) no-repeat;
    padding-top:15px;
}

.cont-mid {
    background:url(/images/cont-mid.png) repeat-y;
    min-height:450px;
}

.cont-bottom {
    background:url(/images/cont-bottom.png) no-repeat center bottom;
    height:40px;
}

.innertube {
    padding:15px;
}

h1 {
    font-size:36px;
    font-weight:bold;
}

h2 {
    margin:0;
    font-weight:bold;
}

.service {
    color:green;
    font-weight:bold;
    font-size:24px;
}

label {
    display:inline-block;
    width:100px;
}

.centre {
    text-align:center;
}

/* Navigation */
#navlist ul {
    margin:0;
    padding:0;
    white-space:nowrap
}

#navlist li{
    display:inline;
}

#navlist a{
    display:inline-block;
    width:70px;
    height:30px;
    margin-right:6px;
    line-height:30px;
}

#navlist a:link,#navlist a:visited{
    color:#f3f3f3;    font-family:Arial,sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    background:url(/images/nav-bg.png) 0px -30px no-repeat;
}

#navlist a:hover{
    background-position: 0px 0px;
    color:#61c2ff;
}

#navlist ul li:lst-child {
    margin-right:0;
}

#footer a:link, #footer a:visited {
    color:#999999;
    text-decoration:none;
}

#footer a:hover {
    color:#999999;
    text-decoration:underline;
}
