@charset "utf-8";
/* CSS Document */

#left-top #menu {
	margin-left: 3px;
}

#left-top #menu a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999999;
	background-image: url(../images/a2.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 13px;
}
#left-top #menu a:hover {
	color: #FF3300;
}
#left-top #menu #current {
	color: #48AFF4;
	background-image: url(../images/a1.gif);
}

#left-top {
	background-image: url(../images/left-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 800px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
	color: #999999;
}
#left-top strong {
	color: #48AFF4;
	font-weight: normal;
	text-decoration: underline;
}
#left-bottom {
	background-image: url(../images/left-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 186px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
}
#right-top {
	background-image: url(../images/right-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 266px;
}
#right-bottom {
	height: 100px;
	background-image: url(../images/right-bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
}
#right-bottom strong {
	color: #48AFF4;
	font-weight: normal;
	text-decoration: underline
}

.contactform {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.contactform input {
	height: 16px;
	border: 1px groove #999999;
	margin-bottom: 10px;
	width: 180px;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
}
.input_box {
	height: 16px;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.contactform textarea {
	width: 225px;
	border: 1px groove #999999;
	display: block;
	height: 115px;
	overflow: hidden;
}
.domain_regbox {
	line-height: 20px;
	margin: 5px;
	padding: 0px;
}

.ext_list {
	width: 420px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ext_list li {
	float: left;
	width: 80px;
	font-weight: bold;
	font-size: 12px;
}
.compare_table {
	line-height: 20px;
}
.compare_table th {
	background-color: #F3F9F9;
	color: #E74918;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;	
}

.compare_table td {
	padding: 7px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.compare_table ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.compare_table li {
	margin-top: 0px;
	margin-bottom: 0px;
}

.compare_table strong {
	color: #0099FF;
	font-weight: normal;
}
.compare_table .odd {

}
#client_list li {
	background-image: url(../images/a3.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 8px;
	margin-bottom: 5px;
}
#client_list {
	margin-top: 10px;
	margin-bottom: 20px;
}

#client_list li a {
	color: #69AEE1;
}
#content_left blockquote {
	padding: 5px;
	border: 1px dashed #C3C3C3;
	background-color: #F7F9F8;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 16px;
	color: #999999;
}
