﻿*{    margin:0px;}

body 
{
    background: url('images/bk.gif') repeat-x #c1c1c1;
    width:900px;
    margin:0px auto 5px auto;
    font-family: Tahoma, Verdana, Arial;
    font-size:10pt;
    color:Gray;
}
h3 { font-weight:bold; padding:0 10px; font-size:1em;}
a, a:link{    color:Blue;    text-decoration:none;}
a:hover{    text-decoration:underline;}

#nav 
{
    background:url('images/nav.gif') no-repeat;
    width:900px;
    height:26px;
    font-weight:bold;
    text-align:center;
    letter-spacing:0px;
    padding-top:9px;
    color:White;
    margin-bottom:10px;
    text-transform:capitalize;
}
#nav a, #nav a:link{color:white; padding:0px 10px;}
/*Left and right Side of Design*/

#left{    float:left;    width:200px;}
#right{    width:200px;    margin-left:700px;}

/*odd boxes*/
#login
{
    background:url(images/login.gif) no-repeat;
    height:165px;
    width:180px;
    margin-bottom:10px;
    padding-left:20px;
    padding-top:35px;
    color:White;
    font-size:0.8em;
}
#login a
{
    font-size:10pt;
}
    
/*WHITE BOXES Side of Design*/
    .whitebox, .whitemiddle
    {
        width:200px;
        margin-bottom:10px;
        padding-bottom:10px;
        background:url(images/bottomside.gif) no-repeat bottom #fff;
    }
    
    .whitemiddle
    {
        width:480px;
        background:url(images/bottomcontent.gif) no-repeat bottom #fff;
    }
        .whitebox h1, .whitemiddle h1
        {
            font-size:1.4em;
            color:#5e6c4f;
            padding-left:10px;
            padding-top:5px;
            background:url(images/topside.gif) no-repeat;
        }
        .whitebox h2, .whitemiddle h2
        {
            font-size:1em;
            color:#5e6c4f;
            padding-left:10px;
        }
        .whitebox p, div.whitemiddle p, .whitebox ul, .whitemiddle ul {padding:5px 10px;}
        .whitebox li, .whitemiddle li
        {
            list-style-type:circle;
            margin-left:20px;
            padding:2px 0px;
        }

        .whitebox .ch
        {
        font-size:1.2em;
        text-align:center;
        }
        td { vertical-align:top;}
        .whitemiddle h1{background:url(images/topcontent.gif) no-repeat;}
        .hosting td{      padding:10px;     }
        .table  {margin:20px 0px 0px 20px;}
        .tables td{ padding:5px;}
        .enquiry {text-align:right;}
        
        
/*content design code*/    
#content
{
    float:left;
    width:480px;
    margin:0px 10px;
}


/*contact page*/
.Q{color:black;}
.A {padding-left:100px;}

/*enquiry*/

.links a, .links a:link{    color:Gray;}
.links a:hover{    color:#5e6c4f;}

.loginstatus
{
float:right;
width:200px;
text-align:right;
padding-right:10px;
}

.forms 
{
    text-align:right;
    border:1px;
}

.profile 
{
    width:300px;
    margin:10px;
}

tr .data
{
    text-align:left;
    width:300px;
}

tr .text
{
    width:200px;
}