body {
	background: #FFFFFF url('background.jpg') repeat-x top center;
	margin: 0px;
}
form {
	margin: 0px;
}

img {
	border: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	color: #202020;
}

a:hover {
	text-decoration: none;
}
.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

table.wrapper {
	width: 950px;
    background: #FFFFFF;
}

table.clientlinks {
	background:#e0e0e0;
}

td.clientlinks {
	background:#f9f9f9;
	width:25%;
	text-align:center;
	padding: 6px;
}

.navboxlinks {
    background-color: #ffffff;
    padding: 5px;
}

.navboxlinks td {
    border-bottom: 1px dotted #cccccc;
}

.navbox {
    background-color: #f7f7f7;
    border: 1px dotted #cccccc;
    padding: 5px;
}

.navinput {
    border: 1px solid #cccccc;
    width: 95px;
}

.submitbutton {
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    background-color: #202020;
    border: 1px solid #C0C0C0;
}

.footerbar {
    background-color: #EFEFEF;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #999999;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 98%;
	border: 1px solid #3A6897;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #ffffcc;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #ccff99;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #ff9999;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 100%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

p.cartheading {
	color: #EB5B1E;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}

/*------*/
/* MAIN */
/*------*/
#main {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*--------*/
/* HEADER */
/*--------*/
#header {
    clear: both;
    width: 970px;
    height: 21px;
    margin-top: 8px;
    background: #000000;
}
#header-left {
   	float: left;
    width: 800px;
    height: 21px;
    color: #777777;
    font-size: 9px;
    text-align: left;
}
#header-right {
    width: 160px;
    height: 21px;
    margin-left: 800px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: right;
}
#header-right a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    text-decoration:none;
}
#header-left h1 {
    color: #777777;
    font-size: 9px;
    padding: 0px;
    margin: 0px;
}

/*--------*/
/* BANNER */
/*--------*/
#banner {
	clear: both;
	width: 970px;
	height: 150px;
}
#banner-logo {
	float: left;
	width: 300px;
	height: 150px;
    background: transparent url('logo.jpg') no-repeat top left;
}

#banner-buttons {
	margin-left: 300px;
	height: 150px;
	text-align: center;
}
#banner-buttons ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#banner-buttons li {
	float: left;
}
#banner-buttons li a {
    width: 132px;
    font-size: 15px;
    font-weight: bold;
    color: #AAAAAA;
    text-decoration: none;
	text-align: center;
    display: block;
	margin: 0px;
	padding: 0px;
    padding-top: 110px;
}
#banner-buttons a:hover {
	color: #FFFFFF;
}
#banner-button-aboutus a {
    background: transparent url('banner-aboutus.jpg') no-repeat top left;
}
#banner-button-services a {
    background: transparent url('banner-services.jpg') no-repeat top left;
}
#banner-button-prices a {
    background: transparent url('banner-prices.jpg') no-repeat top left;
}
#banner-button-portofolio a {
    background: transparent url('banner-portofolio.jpg') no-repeat top left;
}
#banner-button-contact a {
    background: transparent url('banner-contact.jpg') no-repeat top left;
}

