body {
	background:url(../images/bg.gif) repeat-x;
	font-family:Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrap {
	margin:auto;
	width:982px;
	background:transparent url(../images/bg_shadow.png) repeat-y;
	padding:0 9px;
	padding-bottom:2px;
}
.leftmenu {
	float:left;
	width:181px;
	height:auto;
	background:#FFF url(../images/left_menu.gif) no-repeat;
}
.leftmenu a.logo {
	display:block;
	width:140px;
	height:118px;
	background:url(../images/logo_icon.png) no-repeat;
	margin-left:30px;
	margin-top:6px;
	margin-right:-30px;
	margin-bottom:-6px;
}
.leftmenu ul {
	margin-top:74px;
	background:url(../images/left_menu_bg.gif) repeat-y;
}
.leftmenu ul li { width:169px; height:28px; padding-left:8px; border-bottom:1px solid #d9ee9c; *margin-bottom:-3px; }
.leftmenu ul li:hover { background:#f7faef; }
.leftmenu ul li a {
	display:block;
	line-height:28px;
	font-size:12px;
	text-decoration:none;
	color:#000;
	margin:0;
	padding-left:15px;
	background:transparent url(../images/point.png) no-repeat left center;
}
.leftmenu ul li a:hover { color:#719116; background-image:url(../images/point_hover.png); font-weight:bold; }
.leftmenu .bottom {
	width:181px;
	height:15px;
	background:url(../images/left_menu_bottom.gif) no-repeat;
}
.apply_button {
	display:block;
	width:165px;
	height:35px;
	background:url(../images/apply.gif) no-repeat;
	margin:auto;
	margin-top:5px;
	cursor:pointer;
}
.apply_button:hover { background-position:left -35px; }

.rightcontent {
	float:left;
	width:798px;
	height:auto;
	background:#FFF url(../images/right_menu.gif) no-repeat;
}
.rightmenu {
	width:789px;
	height:108px;	
}
.rightmenu a {
	display:block;
	float:left;
	width:118px;
	height:88px;
}
.rightmenu a.home { background:transparent url(../images/menu_home.gif) no-repeat; }
.rightmenu a.aboutus { background:transparent url(../images/menu_aboutus.gif) no-repeat; }
.rightmenu a.services { background:transparent url(../images/menu_services.gif) no-repeat; }
.rightmenu a.payment { background:transparent url(../images/menu_payment.gif) no-repeat; }
.rightmenu a.qa { background:transparent url(../images/menu_qa.gif) no-repeat; }
.rightmenu a.contactus { background:transparent url(../images/menu_contactus.gif) no-repeat; }
.rightmenu a:hover, .rightmenu a.current { background-position:left -88px; }

.dropmenu ul {
	width:125px;
	position:absolute;
	z-index:2;
	background:#FFF;
	border:1px solid #d9ee9c;
	margin-top:-12px;
	display:none;
}
.dropmenu ul li {
	height:25px;
	*margin-bottom:-2px;
}
.dropmenu ul li a {
	display:block;
	line-height:25px;
	padding-left:7px;
	border-bottom:1px solid #d9ee9c;
}
.dropmenu ul li a:hover { background:#d9ee9c; text-decoration:none; }
.dropmenu ul#services { margin-left:235px; }

.homeimg {
	width:755px;
	height:120px;
	overflow:hidden;
	background:url(../images/homeimg.png) no-repeat;
	margin:auto;
	margin-bottom:10px;
	cursor:pointer;
}
.homeimg a { display:block; width:100%; height:100%; }

.homeimg_shop {
	width:755px;
	height:120px;
	overflow:hidden;
	background:url(../images/homeimg/ad_shop_coming.png) no-repeat;
	margin:auto;
	margin-bottom:10px;
	/*cursor:pointer;*/
}
.homeimg_shop a { display:block; width:100%; height:100%; }

.box {
	width:300px;
	margin-left:15px;
	margin-bottom:5px;
}
.box h2 {
	height:35px;
	background:#FFF url(../images/box_bar_bg.gif) no-repeat left top;
}
.box h2 span {
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:35px;
	padding-left:25px;
}
.box h2 span.news { background:url(../images/news_icon.png) no-repeat 7px center; }
.box h2 span.domain_check { background:url(../images/domain_check_icon.png) no-repeat 5px center; }

.box .content {
	width:auto;
	height:auto;
	border:1px solid #a5d22d;
}
.box .content form { margin:5px; }
.box .content form p { text-align:left; }
.box .content .domain_input {
	padding:3px;
	width:175px;
	background:#FFF;
	border:1px solid #CCC;
}
.box .content .domain_select {
	padding:3px;
	width:auto;
	max-width:71px;
	background:#FFF;
	border:1px solid #CCC;
}
.box .content .domain_submit {
	width:14px;
	height:25px;
	margin-bottom:-10px;
	*margin-bottom:-5px;
	margin-left:3px;
}

.box .content ul.news {
	margin:5px;
	margin-bottom:8px;
}
.box .content ul.news li { background:url(../images/news_item_icon.png) no-repeat left center; border-bottom:1px dashed #CCC; }
.box .content ul.news li a {
	height:auto;
	line-height:25px;
	padding:3px 0;
} 
.box .content ul.news li span {
	padding-left:20px;
	padding-right:10px;
	color:orange;
}
.box .content ul.news li a:hover { color:red; text-decoration:none; }
.box .content a.more {
	display:block;
	float:right;
	width:50px;
	line-height:22px;
	border:1px solid #99cc33;
	border-right:0;
	border-bottom:0;
	background:#e9f8cb;
	cursor:pointer;
	text-align:center;
	*margin-bottom:-8px;
}
.box .content a.more:hover { background:#99cc33; text-decoration:none; color:#FFF; font-weight:bold; }

#nav {
	width:97%;
	line-height:20px;
	color:#CCC;
	border-bottom:1px dotted #CCC;
	margin:auto;
	margin-bottom:8px;
	padding-left:3px;
	margin-top:0;
}

h1 {
	width:111px;
	height:35px;
	margin-left:10px;
	background-repeat:no-repeat;
}
h1 span { display:none; }
h1.aboutus { background-image:url(../images/title_aboutus.gif); }
h1.term { background-image:url(../images/title_term.gif); }
h1.services { background-image:url(../images/title_services.gif); }
h1.webhosting { background-image:url(../images/title_webhosting.gif); }
h1.domain { background-image:url(../images/title_domain.gif); }
h1.webdesign { background-image:url(../images/title_webdesign.gif); }
h1.server { background-image:url(../images/title_server.gif); }
h1.serversale { background-image:url(../images/title_serverforsale.gif); }
h1.servercase { background-image:url(../images/title_servercase.gif); }
h1.namecard { background-image:url(../images/title_namecard.gif); }
h1.leaflets { background-image:url(../images/title_leaflets.gif); }
h1.payment { background-image:url(../images/title_payment.gif); }
h1.contactus { background-image:url(../images/title_contactus.gif); }
h1.advantage { background-image:url(../images/title_bg_advantage.png); }

.term_div {
	margin:10px;
	margin-right:20px;
}
.term_div div {
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
}
.term_div div#term_part11 {
	border:none;
}
.term_div h2 {
	font-weight:bold;
	line-height:30px;
	font-size:14px;
	background:#EDF7CB;
	width:99%;
	margin:20px 0px 3px 0px;
	padding:1px 8px 1px 8px;
}
.term_div p {
	line-height:25px;
	color:#555;
	padding-left:5px;
}
.term_index {
	width:97%;
	margin:8px auto 0px auto;
	padding:5px 0px 5px 3px;
	font-size:13px;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}
.term_index h2 {
	display:none;
}
.term_index ol li {
	background:url(../images/news_item_icon.png) no-repeat left center;
	margin:2px 0px 0px 0px;
	padding:2px 8px 0px 20px;
	width:29%;
	float:left;
}
.term_index ol li a {
	height:auto;
	line-height:22px;
	padding:3px 0;
}
.term_index ol li a:hover {
	text-decoration:none;
	color:orange;
}
.term_index ol li.blank {
	background:none;
	height:22px;
	padding:2px 10px 0px 20px;
}
.term_div .back {
	text-align:right;
	border:none;
}
.term_div .back a {
	color:#50741C;
}

.left {
	float:left;
}
.sideimg {
	width:470px;
	height:300px;
	float:left;
	margin-left:10px;
}
.sideimg a img {
	width:225px;
	height:150px;
	border:none;
}

.services_button {
	float:left;
	width:608px;
	height:auto;
	margin-left:15px;
	margin-top:10px;
}
.services_button a {
	display:block;
	float:left;
	width:147px;
	height:97px;
	background-repeat:no-repeat;
	margin-right:5px;
	margin-bottom:5px;
}
.services_button a.webhosting { background-image:url(../images/services_button_webhosting.gif); }
.services_button a.domain { background-image:url(../images/services_button_domain.gif); }
.services_button a.server { background-image:url(../images/services_button_server.gif); }
.services_button a.webdesign { background-image:url(../images/services_button_webdesign.gif); }
.services_button a.serversale { background-image:url(../images/services_button_serversale.gif); }
.services_button a.servercase { background-image:url(../images/services_button_servercase.gif); }
.services_button a.namecard { background-image:url(../images/services_button_namecard.gif); }
.services_button a.leaflets { background-image:url(../images/services_button_leaflets.gif); }
.services_button a:hover { background-position:left -97px; }
.services_button span { display:none; }

.services_icon {
	float:left;
	width:128px;
	height:128px;
	background:url(../images/services_right_icon.gif) no-repeat;
	margin-top:40px;
	margin-left:20px;
}

p.aboutus {
	margin:15px;
	line-height:25px;
}
p.aboutus strong { font-weight:bold; padding-left:25px; }

.domain_table {
	width:780px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	border:1px solid #CCC;
	border-collapse:collapse;
}
.domain_table tr {
	line-height:20px;
}
.domain_table tr.firstrow, .domain_table tr.firstrow:hover {
	height:25px;
	line-height:25px;
	background:#c3df77;
}
.domain_table tr.firstrow td {
	font-size:12px;
	padding-left:5px;
	font-weight:bold;
	color:#638333;
}
.domain_table tr.domaintype td {
	font-weight:bold;
	color:#638333;
	background:url(../images/domaintype.png) no-repeat 5px center;
	padding-left:28px;
	border-bottom:1px solid #84a754;
}
.domain_table tr td { padding:2px; padding-left:5px; font-family:Verdana, Arial; border-bottom:1px solid #CCC; color:#000; cursor:default; }
.domain_table tr.domaintype, .domain_table tr:hover { background:#f4fbe0; }
.domain_table.payment { width:95%; margin-left:10px; }
.domain_table.payment tr.firstrow:hover { background:#c3df77; }
.domain_table.payment tr:hover, .domain_table tr.nohover:hover { background:#FFFFFF; }

a.checkdomain {
	display:block;
	height:30px;
	width:180px;
	background:#FFF url(../images/checkdomain.gif) left top;
	margin:0 auto;
	margin-top:10px;
}
a.checkdomain:hover { background-position:left -30px; }
a.checkdomain span { display:none; }

.webhosting_table {
	width:781px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	border-collapse:collapse;
}
.webhosting_table tr.firstrow {
	height:30px;
}
.webhosting_table tr.firstrow td {
	height:30px;
	width:135px;
	color:#8d6000;
	font-weight:bold;
	border-top:none;
	border-bottom:none;
	border-left:none;
	text-align:center;
	padding-left:0;
	letter-spacing:0;
	padding-top:2px;
	font-size:14px;
	background:url(../images/webhosting_bar_bg.gif) repeat-x;
	border:1px solid #CCC;
}
.webhosting_table tr.firstrow td a { color:#8d6000; }
.webhosting_table tr.firstrow td a:hover { color:#664500; }
.webhosting_table .firstrow .fixwidth, .webhosting_table .firstrow:hover .fixwidth { width:120px; }
.webhosting_table tr {
	background:url(../images/webhosting_tr_bg.gif) no-repeat left top;
}
.webhosting_table tr.cornerbottom td {
	background:url(../images/webhosting_bar_bg.gif) repeat-x;
	border:1px solid #CCC;
	height:auto;
}
.webhosting_table tr.applyservices {
	background-image:url(../images/webhosting_apply_bg.gif);
}
.webhosting_table tr.applyservices td a {
	display:block;
	width:66px;
	height:32px;
	background:url(../images/apply_button.png) no-repeat;
	margin:0 auto;
	margin-bottom:-10px;
}
.webhosting_table tr.applyservices td a span { display:none; }
.webhosting_table tr td {
	height:30px;
	line-height:30px;
	cursor:default;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	font-size:14px;
	*background-position:expression(-this.offsetLeft);
}
.webhosting_table tr td img {
	display:block;
	padding-top:8px;
	margin:auto;
	margin-bottom:-8px;
	width:16px;
	height:16px;
}
.webhosting_table tr td.name {
	font-weight:bold;
	padding-left:8px;
	font-size:12px;
	border-right:1px solid #CCC;
	border-left:none;
	text-align:left;
}

.contactus_table {
	float:left;
	width:630px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	border-collapse:collapse;
}
.contactus_table tr { height:22px; border-bottom:1px solid #CCC; }
.contactus_table tr td { line-height:22px; }
.contactus_table tr td.bold { font-weight:bold; font-size:12px; width:80px; padding-left:5px; }

.case {
	width:540px;
	margin-left:10px;
}
.case td.first {
	width:80px;
	font-weight:bold;
}
.case td { line-height:20px; height:25px; }
.case td p { margin-bottom:10px; }

.partner {
	width:971px;
	height:50px;
	background:#FFF url(../images/partner.gif) no-repeat;
	margin-top:20px;
}

.footer {
	clear:both;
	margin:auto;
	width:982px;
	height:26px;
	background:transparent url(../images/bottom_shadow.png) no-repeat left bottom;
	padding:0 9px;
	height:30px;
	font-size:12px;
	padding-top:8px;
	padding-bottom:2px;
	margin-bottom:10px;
}
.footer p.copyright { float:left; color:#68831a; padding-left:8px; font-size:11px; line-height:20px; margin-top:-2px; }
.footer ul.links {
	float:right;
	overflow:hidden;
}
.footer ul.links li {
	float:left;
}
.footer ul.links li a {
	display:block;
	padding:0 10px;
	line-height:20px;
	border-left:1px solid #CCC;
	margin-top:-2px;
}
.clear { clear:both; }

.greentips {
	background:#EDF7CB;
	width:95%;
	margin:10px 0px 10px 8px;
	padding:6px 8px 6px 8px;
	font-weight:bold;
	line-height:20px;
	font-size:14px;
	color:#4D5D27;
}
.greentips a {
	color:#7E8E52;
}

a.namecardorder {
	display:block;
	height:30px;
	width:180px;
	background:#FFF url(../images/namecard_order.png) left top;
	margin:0 auto;
	margin-top:10px;
}
a.namecardorder:hover { background-position:left -30px; }
a.namecardorder span { display:none; }

.facebook {
	display:block;
	width:165px;
	height:35px;
	background:url(../images/facebook.png) no-repeat;
	margin:auto;
	margin-top:5px;
	cursor:pointer;
}
.facebook:hover { background-position:left -35px; }

.advantage p {
	margin:10px 15px;
	line-height:20px;
}
.advantage h2, h2.bar {
	font-weight:bold;
	line-height:30px;
	font-size:14px;
	background:#EDF7CB;
	width:95%;
	margin:20px 0px 3px 10px;
	padding:1px 8px 1px 8px;
}

h2.bar { color:#405017; }

.payment_table {
	float:left;
	width:500px;
	height:auto;
	margin:0px 0px 10px 10px;
	border-collapse:collapse;
}
.payment_table tr { height:22px; }
.payment_table tr td { line-height:22px; }
.payment_table tr td.bold { font-weight:bold; font-size:12px; width:80px; padding-left:5px; }

.server_table {
	width:99%;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	border:1px solid #C1CB93;
	border-collapse:collapse;
}
.server_table tr {
	line-height:20px;
}
.server_table tr.firstrow, .domain_table tr.firstrow:hover {
	height:25px;
	line-height:25px;
	background:#c3df77;
}
.server_table tr.firstrow th {
	font-size:12px;
	padding-left:5px;
	font-weight:bold;
	color:#638333;
	background:#c3df77;
}
.server_table tr.category th {
	font-weight:bold;
	color:#638333;
	background:url(../images/domaintype.png) no-repeat 5px center;
	padding-left:28px;
	border-bottom:1px solid #C1CB93;
}
.server_table tr td, .server_table tr th { padding:4px; font-family:Verdana, Arial; border-bottom:1px solid #C1CB93; color:#000; cursor:default; }
.server_table tr th { font-weight:bold; border-right:1px solid #C1CB93; background:#FAFAF0; color:#527129; vertical-align:middle; }
.server_table tr.category { background:#F2FACB; }

ul.remarks {
	list-style-type:square;
	color:#638333;
	margin:10px;
	padding-left:15px;
}
ul.remarks li {
	line-height:25px;
}
ul.remarks li span {
	color:#000000;
}