@charset "utf-8";
/* CSS Document */
body {
        font-family:Verdana, Geneva, sans-serif;
        font-size: 11px;
        padding: 0;
        margin: 0;
        background-image:url(../headerbg.jpg);
        background-repeat: repeat-x;
}
img {
        border:none;
}
#container {
        width: 950px;
        height: auto;
        background-color: white;
        margin: 0 auto;
        height: auto;
        text-align: left;
}
#header {
        width: 100%;
        height: 60px;
        background-image:url(../headerbg.jpg);
        background-repeat: repeat-x;
}
#logo {
        float: left;
        width: 25%;
        padding: 10px;
        height: 40px;
}
#logo-right {
        float: left;
        width: 70%;
        padding: 10px;
        height: auto;
        margin: 10px 0 0 5px;
        text-align: right;
}
#logo-right a {
        text-decoration: none;
        font-weight: bold;
        color:#333;
}
#logo-right a:hover {
        text-decoration: underline;
        color:#666;
}
#menu {
        height: 10px;
        width: 100%;
        background-color:#333;
        color: white;
        margin-top: 5px;
}
#content {
        height: auto;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
}
#footer {
        background-color:#333;
        color: white;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0;
        height: 35px;
}
#footer-text {
        float: left;
        width: 40%;
        padding: 10px;
        height: auto;
}
#footer-text-right {
        float: left;
        width: 55%;
        padding: 10px;
        height: auto;
        text-align: right;
}
#footer-text-right a{
        text-decoration: none;
        color: white;
}
#footer-text-right a:hover {
        text-decoration: underline;
        color: #CCC;
}
.col-left {
        width: 60%;
        height: auto;
        float: left;
        padding: 5px 5px 5px 0;
        margin-right: 15px;
}
.col-right {
        width: 40%
        height: auto;
        float: left;
        padding: 5px 0 5px 5px;
        margin-left: 27px;
}
h1 {
        font-size: 13px;
        border-bottom: 1px dotted #CCC;
        padding-bottom: 5px;
}
p {
        padding: 5px;
}
#partners {
        margin: 15px 0 10px 0;
        width:945px;
        height:44px;
        background: url(images/partners.jpg) no-repeat;
}
#servers {
        padding: 5px;
        height: 95px;
        border: 2px solid #CCC;
        width: 300px;        
        padding: 10px;
        margin-bottom: 10px;
        background-image:url(../server.jpg);
        background-position: center right;
        background-repeat: no-repeat;
}
#servers2 {
        padding: 5px;
        height: 105px;
        border: 2px solid #CCC;
        width: 300px;        
        padding: 10px;
        margin-bottom: 10px;
}
#servers3 {
        padding: 5px;
        height: 95px;
        border: 2px solid #CCC;
        width: 300px;        
        padding: 10px;
        margin-bottom: 10px;        
        background-image:url(../server3.jpg);
        background-position: center right;
        background-repeat: no-repeat;
}
h2 {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
}
.orange {
        color:#F90;
        margin-left: 10px;
        font-size: 11px;
}
.border {
        border: 2px solid #CCC;
        padding: 5px;
}
.ordernow {
        display:block;
        width:100px;
        height:15px;
        background: url(images/ordernow.jpg) no-repeat;
        margin:0 auto;
}
.clear {
        clear:both;
}
        
#banner {
        overflow: hidden;
        margin: 5px 0 5px 0;
        width:950px;
        height:150px;
        background: url(images/banner.jpg) no-repeat;
}
#servers-image {
        width: 1150px;
        text-align: center;
        height: auto;
}
.description {
        width: 250px;
        border: 2px solid #CCC;
        height: auto;
        float: left;
        padding: 5px;
        text-align:left;
        height:150px;
}
.description ul {
        padding-left:25px;
}
.first {
        padding: 10px;
        width: 270px;
        height: auto;
        float: left;
        margin-left:10px;
}
.first img {
        display:block;
        margin:0 auto 10px auto;
}
#contact {
        width:465px;
        float:left;
        margin-top:15px;
        border:2px solid #ccc;
        padding-bottom:10px;
        padding:10px 25px;
        margin-left:25px;
}
#clear {
        width:69px;
        height:28px;
        background: url(images/clear.jpg) no-repeat;
        border:none;
        float:left;
        cursor:pointer;
}
#submit {
        width:69px;
        height:28px;
        background: url(images/submit.jpg) no-repeat;
        border:none;
        float:left;
        margin-right:15px;
        cursor:pointer;
}
#contact-right {
        width:350px;
        float:left;
        margin-left:15px;
        margin-top:15px;
        border:2px solid #ccc;
}
#contact-right .description {
        border:none !important;
}
.inputbox {
        width:450px;
        clear:both;
        display:block;
        margin-top:5px;
        margin-bottom:10px;
        float:left;
        clear:both;
}
label {
        display:block;
        float:left;
        clear:both;
}
.smtext {
        font-size:10px;
}
.cheading {
        color:#990000;
}
.csection {
        font-weight:bold;
        display:block;
        width:100px;
        float:left;
}
