body {
	font:11px arial,sans-serif;
	color:#000;
	background:#fff;
	margin:0;
	min-width:1000px;
	min-height:400px;
	height:600px;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {text-decoration:underline;}
a:focus {outline:none}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
img {border-style:none}
/* holder */
#holder {
	width:100%;
	overflow: hidden;
	position: relative;
	z-index:10;
	text-align: center;
}
/* watermark */
.watermark {
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
	background:url(../images/watermark.gif) no-repeat;
	width:78px;
	height:40px;
	text-indent:-9999px;
}
.holder {
	width:1006px;
	left: 50%;
	float: left;
	position: relative;
	z-index:100;
	text-align: center;
}
.holder-info {
	width:1006px;
	left: -50%;
	float: left;
	position: relative;
	text-align:left;
}
/* main */
#main {width:100%}
main {height: 100%; }
/* logo */
h1.logo {
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:135px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
	margin:4px 0 0 8px;
	display:inline;
}
.logo a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
/* header */
#header {
	width:100%;
	background:#000 url(../images/bg-head.gif) repeat-x 50% 0;
	position:relative;
	z-index:200;
	letter-spacing:-1px;
}
#header:after {
	clear:both;
	display:block;
	content:"";
}
/* head */
.head {
	width:100%;
	height:45px;
}
.head:after {
	clear:both;
	display:block;
	content:"";
}
/* phone */
.head .phone {
	float:right;
	background:url(../images/phone.png) no-repeat;
	width:160px;
	height:24px;
	margin:16px 4px 0 0;
	overflow:hidden;
	text-indent:-9999px;
}
.head .phone a {
	position:relative;
	cursor:pointer;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
/* menu */
#menu {
	display:table;
	float:right;
	padding:0 31px 0 0;
	margin:13px 0 0;
	list-style:none;
}
#menu li {
	float:left;
	padding:0 9px 0 0;
}
#menu li.hover,
#menu li:hover {
	position:relative;
}
#menu li.hover div,
#menu li:hover div {
	display:block;
}
#menu li.hover a span,
#menu li:hover a span {
	color:#fff;
	background:url(../images/bg-menu.png) no-repeat;
}
#menu li a {
	float:left;
	cursor:pointer;
}
#menu li a:hover {text-decoration:none}
#menu li a span {
	float:left;
	font:14px/22px "Trebuchet MS", Arial, sans-serif;
	color:#acaca9;
	padding:0 0 10px 0;
	background:none;
	text-align:center;
	width:73px;
}
#menu li a:hover span {
	color:#fff;
	background:url(../images/bg-menu.png) no-repeat;
}
#menu li a.active span {
	color:#fff;
	background:url(../images/bg-menu.png) no-repeat;
}
#menu li a.btn-login {
	font:14px/22px "Trebuchet MS", Arial, sans-serif;
	color:#acaca9;
	background:url(../images/btn-login.png) no-repeat;
	width:57px;
	text-align:center;
}
#menu li a.btn-login:hover {color:#fff}
#menu li.active a.btn-login {color:#fff}
#menu div {
	display:none;
	position:absolute;
	top:31px;
	left:0;
	z-index:999;
}
#menu div ul {
	width:240px;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
#menu div ul li {width:240px}
#menu div ul li a {
	background:#726551;
	border:1px solid #aca498;
	border-width:0 1px 1px;
	width:238px;
}
#menu div ul li a.dedicated {
	background:#726551 url(../images/bg-drop.gif) no-repeat;
}
#menu div ul li a:hover {background:#98876d}
#menu div ul li a span {
	font:12px/36px "Trebuchet MS", Arial, sans-serif;
	color:#fff;
	width:178px;
	padding:1px 0 0 60px;
}
#menu div ul li a.dedicated span {background:url(../images/ico01.png) no-repeat}
#menu div ul li a.virtual span {background:url(../images/ico02.png) no-repeat}
#menu div ul li a.plans span {background:url(../images/ico03.png) no-repeat}
#menu div ul li a.hosting span {background:url(../images/ico04.png) no-repeat}
#menu div ul li a.reseller {
	background:url(../images/drop-span.png) no-repeat;
	width:240px;
	border:none;
}
#menu div ul li a.reseller:hover {background:url(../images/drop-span-over.png) no-repeat}
#menu div ul li a.reseller span {
	padding:1px 0 8px 60px;
	background:url(../images/ico05.png) no-repeat
}
.header img {display:block}

/* content */
#content {
	position:relative;
	z-index:10;
	background:#fff;
	width:100%;
	min-height: 400px;
	overflow:hidden;
	text-align:left;
}
#inner #content {
	background:#efefef;
	width:100%;
}
.content td {
	font:13px/22px "Trebuchet MS", Arial, sans-serif;
}
.content td a {
        text-decoration:underline;
        color:#5c2d00;
}
#check .cont {
	background:none;
	padding:0;
}
* html .cont {
	overflow:visible;
	height:200px;
}
.cont-info:after {
	clear:both;
	display:block;
	content:"";
}
/* slogan */
.slogan {
	display:block;
	background:url(../images/head01.gif) no-repeat;
	width:863px;
	height:11px;
	margin:13px auto 0;
	text-indent:-9999px;
	overflow:hidden;
}
/* columns */
.columns {
	background:url(../images/border-home.gif) repeat-y;
	width:1006px;
	overflow:hidden;
	margin:9px 0 0;
}
.columns-info {
	background:url(../images/columns-top.jpg) no-repeat;
	width:1006px;
	padding:0 0 7px;
	overflow:hidden;
}
/* column1 */
.column1 {
	float:left;
	width:291px;
}
/* served-box */
.served-box {
	width:291px;
	overflow:hidden;
	margin:8px 0 0;
}
.served-box h2 {
	background:url(../images/head02.gif) no-repeat;
	width:291px;
	height:73px;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
}
.served-box ul {
	width:291px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.served-box ul li {
	float:left;
	width:260px;
	padding:1px 0 0 3px;
	background:url(../images/border05.gif) no-repeat;
}
.served-box ul li:first-child {background:none}
.served-box ul li a {
	float:left;
	width:257px;
	font:35px/38px "Times New Roman", Times, serif;
	padding:0 0 2px;
}
.served-box ul li a.link-dedicated {
	color:#a6a57d;
	background:url(../images/ico01.gif) no-repeat 100% 0;
}
.served-box ul li a.link-virtual {
	color:#7d8ca6;
	background:url(../images/ico02.gif) no-repeat 100% 0;
}
.served-box ul li a.link-colocation {
	color:#a67d85;
	background:url(../images/ico03.gif) no-repeat 100% 0;
}
.served-box ul li a.link-customized {
	color:#9f8b9f;
	background:url(../images/ico04.gif) no-repeat 100% 0;
}
.served-box ul li a.link-resellers {
	color:#999;
	background:url(../images/ico05.gif) no-repeat 100% 0;
}
.served-box div {
	background:url(../images/border01.gif) no-repeat;
	width:291px;
	padding:0;
	margin:2px 0 0;
	overflow:hidden;
}
.served-box .right {
	background:url(../images/border01.gif) no-repeat;
	width:291px;
	margin:2px 0 0;
	overflow:hidden;
}
.served-box .right div {
	background:url(../images/border01.gif) no-repeat 0 100%;
	width:287px;
	padding:6px 0 6px 4px;
	overflow:hidden;
}
.served-box .right p {
	font:10px/12px "Trebuchet MS", Arial, sans-serif;
	color:#adadad;
	margin:0;
	letter-spacing:1px;
	text-transform:uppercase;
}
/* column2 */
.column2 {
	float:left;
	width:423px;
}
/* trust-box */
.trust-box {
	background:url(../images/bg-trust.jpg) no-repeat;
	width:423px;
	padding:116px 0 0;
	overflow:hidden;
}
.trust-box div {
	background:url(../images/border02.gif) no-repeat 0 100%;
	width:413px;
	padding:0 0 1px;
	margin:0 0 0 10px;
	overflow:hidden;
}
.trust-box ul {
	background:url(../images/border03.gif) no-repeat 0 100%;
	width:413px;
	padding:0 0 8px;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.trust-box ul li {
	float:left;
	width:124px;
}
.trust-box ul li.wide {
	width:121px;
	padding:0 0 0 21px;
}
.trust-box ul li a.link01 {
	background:url(../images/item01.png) no-repeat;
	margin:0 0 0 13px;
}
.trust-box ul li a.link02 {
	background:url(../images/item02.png) no-repeat;
}
.trust-box ul li a.link03 {
	background:url(../images/item03.png) no-repeat;
	margin:0 0 0 20px;
}
.column2 .text {
	width:387px;
	padding:0 18px;
	margin:13px 0 0;
	overflow:hidden;
}
.column2 .text h3 {
	font:11px/14px "Trebuchet MS", Arial, sans-serif;
	color:#960;
	margin:0;
	letter-spacing:2px;
	text-transform:uppercase;
}
.column2 .text p {
	font:14px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	margin:4px 0 0;
}
/* column3 */
.column3 {
	float:left;
	width:292px;
}
/* deal-box */
.deal-box {
	width:292px;
	overflow:hidden;
	margin:8px 0 0;
}
.deal-box h2 {
	background:url(../images/head03.gif) no-repeat;
	height:64px;
	width:292px;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
}
.deal-info {
	background:url(../images/bg-deal.jpg) no-repeat;
	width:272px;
	padding:15px 0 0 19px;
	margin:0 0 0 1px;
	position:relative;
	overflow:hidden;
}
.deal-info .ends {
	position:absolute;
	top:0;
	right:0;
}
.deal-info .ends {
	position:absolute;
	top:0;
	right:1px;
}
* html .deal-info .ends {right:0}
.deal-info .ends em {
	display:block;
	font:11px/14px "Trebuchet MS", Arial, sans-serif;
	color:#efefef;
	background:url(../images/end.png) no-repeat;
	width:85px;
	height:20px;
	padding:1px 0 0 11px;
}
/* sale */
.sale {
	width:272px;
	height:42px;
	overflow:hidden;
}
.sale div {float:left}
.sale h3 {
	float:left;
	font:40px/42px "Times New Roman", Times, serif;
	color:#000;
	margin:0;
}
.sale div h3 {color:#a8a8a8}
.sale h3 span {
	font:13px/42px "Trebuchet MS", Arial, sans-serif;
	color:#000;
	margin:0 7px 0 0;
}
.sale div h3 span {color:#a8a8a8}
.deal-info ul {
	width:269px;
	padding:0;
	margin:3px 0 0;
	overflow:hidden;
	list-style:none;
}
.deal-info ul li {
	width:269px;
	padding:1px 0 2px;
	background:url(../images/border01.gif) no-repeat 0 100%;
}
.deal-info ul li a {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	padding:0 0 0 24px;
	background:url(../images/item01.gif) no-repeat 0 50%;
}
.deal-info .activate {
	width:263px;
	padding:0 0 0 6px;
	overflow:hidden;
	margin:9px 0 0;
}
.deal-info .activate span {
	float:left;
	font:10px/22px "Trebuchet MS", Arial, sans-serif;
	color:#adadad;
	padding:1px 10px 0 3px;
	background:url(../images/border04.gif) repeat-x;
	text-transform:uppercase;
	margin:17px 0 0;
	letter-spacing:4px;
}
.deal-info .activate span a {
	font:10px/22px "Trebuchet MS", Arial, sans-serif;
	color:#adadad;
	text-decoration:underline;
}
.deal-info .activate span a:hover {text-decoration:none}
.deal-info .activate a.btn-activate {
	float:right;
	background:url(../images/btn-activate.gif) no-repeat;
	width:115px;
	height:55px;
	text-indent:-9999px;
}
/* info */
.info {
	float:left;
	width:800px;
	position:relative;
}
.info .part {
	position:absolute;
	top:30px;
	right:98px;
}
.info .parts {
	position:absolute;
	top:88px;
	right:28px;
}
/* name-box */
.name-box {
	width:800px;
	height:123px;
	overflow:hidden;
}
.info .heading {
	width:800px;
	overflow:hidden;
	margin:24px 0 0;
}
.info .heading h2 {
	font:44px/50px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	margin:0;
	letter-spacing:-2px;
}
.info .heading h2 span {
	font:44px/50px "Trebuchet MS", Arial, sans-serif;
	color:#999;
}
.info .heading .item {
	float:left;
	background:url(../images/logos.gif) no-repeat;
	width:18px;
	height:33px;
	margin:8px 2px 0 0;
	text-indent:-9999px;
}
* html .info .heading .item {margin:8px 0 0}
/* nav */
.nav {
	margin:9px 0 0;
	width:100%;
	overflow:hidden;
}
.nav div {
	float:left;
	background:#c2bfba url(../images/nav-bg1.gif) no-repeat;
}
.nav ul {
	float:left;
	padding:6px 0 6px 20px;
	margin:0;
	list-style:none;
	background:url(../images/nav-bg2.gif) no-repeat 100% 0;
}
.small ul {width:365px}
.wide ul {
	padding:6px 0 6px 12px;
	width:498px;
}
.nav ul li {
	float:left;
	padding:0 24px 0 14px;
	background:url(../images/separator01.gif) no-repeat 100% 50%;
}
.wide ul li {
	padding:0 18px 0 25px;
	background:url(../images/separator01.gif) no-repeat 0 50%;
}
.wide ul li:first-child {background:none}
.nav ul li a {
	font:11px/16px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	text-transform:uppercase;
}
.nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.nav ul li a.active {color:#fff}
/* info-box */
.info-box {
	width:800px;
	overflow:hidden;
	min-height:352px;
	position:relative;
	z-index:100;
}
* html .info-box {
	overflow:visible;
	height:352px;
}
.info-box .text {
	float:left;
	width:655px;
}
.info-box .box {
	background:url(../images/dots.gif) repeat-x;
	width:630px;
	overflow:hidden;
	padding:17px 93px 23px 0;
}
.info-box .none {
	background:none;
	padding:30px 93px 53px 0;
}
.info-box .text .box {
	background:none;
	padding:15px 0 20px;
}
.info-box .box h3 {
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
}
.info-box .box h3 a {
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	color:#666;
}
.info-box .box h4 {
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
}
.info-box .box h4 a {
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	color:#666;
}
.info-box .box p {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#666;
	margin:10px 0 0;
}
.info-box .text .box p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#666;
}
/* service-item */
.service-item {
	width:655px;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.service-item li {
	float:left;
	padding:0 30px 0 4px;
}
.service-item li img {display:block}
/* service-list */
.service-list {
	float:left;
	width:136px;
	margin:14px 0 0;
}
.service-list ul {
	width:135px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
	border-bottom:1px solid #e1e1e1;
}
.service-list .low {border-bottom:none}
.service-list ul li {
	float:left;
	border-left:1px solid #e1e1e1;
	margin:0 0 0 -1px;
}
.service-list .low li {
	border-left:none;
	border-right:1px solid #e1e1e1;
	margin:0 0 0 -1px;
}
.service-list ul li img {display:block}
/* text-box */
.info-box .text-box {
	width:490px;
	margin:7px 0 0;
	overflow:hidden;
}
.info-box .text-box p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
}
/* description */
.info-box .description {
	background:url(../images/border07.gif) repeat-y;
	width:800px;
	margin:6px 0 0;
	overflow:hidden;
}
.info-box .description-info {
	background:url(../images/description-top.gif) no-repeat;;
	width:800px;
	overflow:hidden;
}
/* product-list */
.product-list {
	background:url(../images/description-foot.gif) no-repeat 0 100%;
	width:800px;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.product-list li {
	float:left;
	width:247px;
	padding:0 0 0 13px;
}
.product-list li:first-child {padding:0}
.product-list .long {
	width:267px;
	padding:0;
	margin:0 0 0 26px;
}
.product-item {
	position:absolute;
	top:0;
	left:7px;
	z-index:10;
}
#virtual .product-item {left:5px}
#resellers .product-item {left:8px}
.product-item img {display:block}
/* product */
.product {
	width:240px;
	overflow:hidden;
	position:relative;
}
.product-list .long .product {width:247px}
.info .product .heading {
	background:url(../images/item03.gif) no-repeat;
	width:157px;
	height:34px;
	padding:34px 0 0 79px;
	margin:0;
	overflow:hidden;
}
.product .heading h3 {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
}
.product .heading h3 a {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
}
.product-list .rate {
	width:160px;
	overflow:hidden;
	padding:0 0 0 80px;
	margin:2px 0 0;
	list-style:none;
}
.product-list .rate li {
	float:left;
	width:auto;
	padding:0;
}
.product-list .rate li img {display:block}
.product-list .list {
	width:216px;
	padding:0 0 10px 24px;
	margin:5px 0 0;
	position:relative;
	z-index:50;
	min-height:88px;
	overflow:hidden;
	list-style:none;
}
* html .product-list .list {
	height:88px;
	overflow:visible;
}
.product-list .list li {
	width:216px;
	padding:1px 0 2px;
	background:url(../images/border06.gif) no-repeat 0 100%;
}
.product-list .list li a {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	padding:0 0 0 18px;
	background:url(../images/item04.gif) no-repeat 0 50%;
}
.product-list .price {
	width:213px;
	height:34px;
	padding:0 0 0 27px;
	overflow:hidden;
	position:relative;
	z-index:50;
}
.product-list .price div {
	float:left;
	padding:0 0 0 6px;
}
.product-list .price h3 {
	float:left;
	font:32px/34px "Times New Roman", Times, serif;
	color:#000;
	margin:0;
}
.product-list .price div h3 {color:#990}
#virtual .product-list .price div h3 {color:#75819c}
#resellers .product-list .price div h3 {color:#999}
#coclation .product-list .price div h3 {color:#ae748c}
.product-list .price h3 span {
	font:11px/34px "Trebuchet MS", Arial, sans-serif;
	color:#000;
}
.product-list .price div h3 span {color:#b3b3b3}
.product-list .activate {
	width:228px;
	overflow:hidden;
	padding:0 0 0 12px;
	margin:-8px 0 0;
	position:relative;
	z-index:10;
}
.product-list .activate a {
	display:block;
	background:url(../images/btn-activate1.gif) no-repeat;
	width:121px;
	height:54px;
	overflow:hidden;
	text-indent:-9999px;
}
/* table */
.table {
	width:774px;
	padding:0;
	margin:9px 0 0;
	border-collapse:collapse;
}
.table td {
	background:url(../images/border09.gif) repeat-y;
	padding:4px 3px;
	font:bold 13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	text-align:center;
	background:#fff;
}
.table td {
	background:url(../images/border09.gif) repeat-y;
	padding:4px 3px;
	font:bold 13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	text-align:center;
}
.table .top td {padding:2px 3px 6px}
.table .top .cel1 {padding:2px 3px 6px 13px}
.table td h3 {
	font:bold 16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#27221b;
	margin:0;
}
.table .cel1 h3, .table .cel5 h3, .table .cel6 h3, .table .cel7 h3, .table .cel8 h3 {color:#6a7428}
#virtual .table .cel1 h3, #virtual .table .cel5 h3, #virtual .table .cel6 h3, #virtual .table .cel7 h3, #virtual .table .cel8 h3 {color:#4c7485}
#resellers .table .cel1 h3, #resellers .table .cel5 h3, #resellers .table .cel6 h3, #resellers .table .cel7 h3, #resellers .table .cel8 h3 {color:#f90}
#coclation .table .cel1 h3, #coclation .table .cel5 h3, #coclation .table .cel6 h3, #coclation .table .cel7 h3, #coclation .table .cel8 h3 {color:#a56e85}
.table .cel1 {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	padding:0 3px 0 13px;
	background:none;
	text-align:left;
	width:248px;
}
.table .cel2 {width:167px}
.table .cel3 {width:166px}
.table .cel4 {width:159px}
.table .cel5 {width:84px}
.table .cel6 {width:125px}
.table .cel7 {width:87px}
.table .cel8 {width:190px}
.table .light td {background:#f5f5f5 url(../images/border09.gif) repeat-y}
.table .light .cel1 {background:#f5f5f5}
.table .dark td {
	background:#e2e2e2 url(../images/border09.gif) repeat-y;
	border-top:1px solid #dedede;
	padding:3px;
	border-bottom:1px solid #e9e9e9;
}
.table .dark .cel1 {
	background:#e2e2e2;
	padding:3px 3px 3px 13px;
}
.table .check {
	display:block;
	margin:-4px 0;
	position:relative;
}
.table .check a {cursor:pointer}
.table td .btn {
	display:block;
	font:11px/14px "Trebuchet MS", Arial, sans-serif;
	color:#fff;
	background:url(../images/btn-select.png) no-repeat;
	width:94px;
	height:15px;
	margin:0 auto;
	text-align:center;
}
#virtual .table td .btn {background:url(../images/btn-select1.png) no-repeat}
#resellers .table td .btn {background:url(../images/btn-select2.png) no-repeat}
#coclation .table td .btn {background:url(../images/btn-select3.png) no-repeat}
.table td .btn:hover {text-decoration:none}
/* text-block */
.info-box .text-block {
	width:637px;
	overflow:hidden;
}
/* text-info */
.text-info {
	width:637px;
	overflow:hidden;
	margin:18px 0 0;
}
.align {
	width:612px;
	padding:0 0 0 25px;
}
.text-info p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#666;
	margin:12px 30px 0 0;
}
.info-box .text-block .item {
	float:left;
	width:123px;
}
.info-box .align .item {
	float:right;
	width:99px;
	padding:0 0 0 16px;
}
.info-box .text-block .item img {display:block}
/* notes */
.notes {
	width:774px;
	overflow:hidden;
	margin:17px 0 0;
	padding:17px 0 0;
	background:url(../images/dots.gif) repeat-x;
}
.notes p {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#999;
	margin:0;
}
/* send-box */
.send-box {
	width:578px;
	margin:24px 0 0;
	overflow:hidden;
}
.send-box .data {
	float:left;
	width:270px;
}
.send-box .data label {
	display:block;
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	padding:0 0 1px 18px;
}
.send-box .data input {
	float:left;
	font:14px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	height:16px;
	width:226px;
	padding:2px 10px;
	border:1px solid #d5d0d5;
	background:#fff;
}
.send-box .details {
	float:left;
	width:308px;
	margin:3px 0 0;
}
.send-box .details div {
	width:307px;
	padding:0 1px 0 0;
	margin:15px 0 0;
	overflow:hidden;
}
.send-box .details label {
	display:block;
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	padding:0 0 15px;
}
.send-box .details textarea {
	font:14px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	height:79px;
	width:286px;
	overflow:auto;
	padding:2px 10px;
	border:1px solid #d5d0d5;
	background:#fff;
}
.send-box .details input {float:right}
/* icon-list */
.icon-list {
	width:800px;
	padding:0;
	margin:4px 0 0;
	overflow:hidden;
	list-style:none;
}
.icon-list li {
	float:left;
	padding:0 28px 0 0;
}
.icon-list li img {display:block}

/* sidebar */
.sidebar {
	float:left;
	width:200px;
}
/* deal-item */
.deal-item {
	width:200px;
	margin:27px 0 0;
	padding:0 0 3px;
	overflow:hidden;
}
.deal-item a {
	display:block;
	background:url(../images/item02.gif) no-repeat;
	width:200px;
	height:93px;
	text-indent:-9999px;
	overflow:hidden;
}
.sidebar .list {
	width:177px;
	margin:13px 4px 0 19px;
	padding:0;
	overflow:hidden;
	list-style:none;
	border-top:1px solid #c0c0c0;
}
.sidebar .list li {
	float:left;
	width:174px;
	padding:2px 0 1px 3px;
	border-bottom:1px solid #c0c0c0;
}
.sidebar .list li a {
	font:10px/14px "Trebuchet MS", Arial, sans-serif;
	color:#666;
}
/* note-box */
.note-box {
	margin:16px 0 0;
	width:192px;
	padding:0 0 0 8px;
	overflow:hidden;
}
.login .note-box {
	float:right;
	margin:0;
	padding:0 4px 0 0;
}
.toper {
	margin:54px 0 0;
	padding:0 0 7px 8px;
}
.note-info {
	background:url(../images/note-bg.gif) repeat-y;
	width:192px;
	overflow:hidden;
}
.note-bg {background:url(../images/note-top.gif) no-repeat}
.toper .note-bg {background:url(../images/note-top1.gif) no-repeat}
.note-box .text {
	background:url(../images/note-foot.gif) no-repeat 0 100%;
	width:155px;
	padding:19px 13px 32px 24px;
	min-height:116px;
	overflow:hidden;
}
* html .note-box .text {
	height:116px;
	overflow:visible;
}
.note-box .text p {
	font:italic 13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	margin:0;
}
.note-box .client {
	width:100%;
	margin:2px 0 0;
	overflow:hidden;
}
.note-box .client span {
	float:right;
	font:italic 10px/14px "Trebuchet MS", Arial, sans-serif;
	color:#666;
}
.note-box .client span a {
	font:italic 10px/14px "Trebuchet MS", Arial, sans-serif;
	color:#666;
}
.deal-block {
	background:url(../images/deal-bg.jpg) no-repeat 0 100%;
	width:198px;
	overflow:hidden;
	padding:0 0 9px;
	margin:30px 0 0 2px;
}
.deal-block img {display:block}
.deal-holder {
	width:198px;
	overflow:hidden;
	margin:28px 0 0 2px;
}
.deal-holder img {display:block}
/* plan-box */
.plan-box {
	background:url(../images/plan-bg.gif) repeat-y;
	width:198px;
	overflow:hidden;
	margin:0 0 0 2px;
}
.plan-info {
	background:url(../images/plan-foot.gif) no-repeat 0 100%;
	width:186px;
	padding:6px 5px 36px 7px;
	overflow:hidden;
}
.plan-info div {
	width:171px;
	padding:0 0 0 15px;
	overflow:hidden;
}
.plan-box h3 {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#27221b;
	margin:0;
}
.plan-box h2 {
	font:23px/24px "Trebuchet MS", Arial, sans-serif;
	color:#000;
	margin:0;
}
.plan-box ul {
	width:172px;
	padding:0 0 0 14px;
	margin:9px 0 0;
	list-style:none;
	overflow:hidden;
}
.plan-box ul li {
	width:172px;
	background:url(../images/border08.gif) no-repeat 0 100%;
	padding:0 0 2px;
}
.plan-box ul li a {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#7b7a79;
	padding:0 0 0 21px;
	background:url(../images/separator02.gif) no-repeat 0 4px;
}
.plan-box ul li a.more {text-decoration:underline}
.plan-box ul li a.more:hover {text-decoration:none}
/* forget-box */
.forget-box {
	background:url(../images/forget-bg.gif) repeat-y;
	width:198px;
	overflow:hidden;
	margin:0 0 0 2px;
}
.forget-info {
	background:url(../images/forget-foot.gif) no-repeat 0 100%;
	width:187px;
	padding:6px 5px 30px 6px;
	overflow:hidden;
}
.forget-info div {
	width:171px;
	padding:0 0 0 15px;
	overflow:hidden;
}
.forget-box h3 {
	font:15px/18px "Trebuchet MS", Arial, sans-serif;
	color:#626160;
	margin:0;
}
.forget-box h2 {
	font:23px/24px "Trebuchet MS", Arial, sans-serif;
	color:#fff;
	margin:0;
}
.forget-box ul {
	width:198px;
	margin:7px 0 0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.forget-box ul li {
	width:183px;
	padding:0 0 0 15px;
	border-bottom:1px solid #e8e7e5;
}
.forget-box ul li a {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	padding:0 0 0 22px;
	background:url(../images/separator03.gif) no-repeat 0 4px;
}
.forget-box ul li a:hover {
	color:#fff;
	background:url(../images/separator04.gif) no-repeat 0 4px;
	text-decoration:none;
}
.forget-box ul li a.active {
	color:#fff;
	background:url(../images/separator04.gif) no-repeat 0 4px;
}
/* login */
.login {
	background:url(../images/login-bg.gif) repeat-y;
	margin:49px 0 60px;
}
.login .contact-info {background:none}
.contact-box .box {
	float:left;
	background:#f6f6f5 url(../images/box-top.gif) no-repeat;
	width:457px;
}
.contact-box .box-info {
	background:url(../images/box-foot.gif) no-repeat 0 100%;
	width:420px;
	padding:0 0 12px 37px;
	overflow:hidden;
}
.login .box-info {padding:0 0 24px 37px}
/* send-form */
.send-form {
	width:420px;
	margin:14px 0 0;
	overflow:hidden;
}
.login .send-form {margin:17px 0 0}
.send-part {
	width:420px;
	margin:13px 0 0;
}
.login .send-part {margin:10px 0 0}
.send-part:after {
	clear:both;
	display:block;
	content:"";
}
.send-form .send-part div {
	float:left;
	width:171px;
	padding:0 28px 0 0;
}
.send-form label {
	float:left;
	font:16px/22px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	width:165px;
	padding:0 0 0 3px;
}
.login .send-form label {width:400px}
.send-form input {float:left}
.send-form .text1 {
	clear:both;
	font:14px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	width:159px;
	height:16px;
	padding:2px 5px;
	background:#fff;
	border:1px solid #d5d0d5;
}
.send-form .text2 {
	clear:both;
	font:14px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	width:336px;
	height:16px;
	padding:2px 5px;
	background:#fff;
	border:1px solid #d5d0d5;
}
.send-form textarea {
	font:14px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	width:357px;
	height:75px;
	padding:2px 5px;
	overflow:auto;
	background:#fff;
	border:1px solid #d5d0d5;
}
.send-form a.link {
	float:left;
	background:url(../images/symbol.gif) no-repeat;
	width:57px;
	height:34px;
	margin:-8px 216px 0 6px;
	display:inline;
	position:relative;
	text-indent:-9999px;
}
.login .send-form a.link {margin:0 198px 0 6px}
/* administrative */
.administrative {
	float:left;
	width:172px;
	padding:0 33px 0 114px;
	margin:3px 0 0;
}
.administrative h2 {
	font:23px/26px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	margin:0;
	letter-spacing:-1px;
}
.administrative h3 {
	font:bold 14px/16px "Trebuchet MS", Arial, sans-serif;
	color:#6d5f4c;
	margin:24px 0 0;
}
.administrative p {
	font:14px/16px "Trebuchet MS", Arial, sans-serif;
	color:#6d5f4c;
	margin:0 0 14px;
}
/* support */
.support {
	float:right;
	width:175px;
}
.support h2 {
	font:23px/26px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	margin:0;
	letter-spacing:-1px;
}
.support h3 {
	font:bold 14px/16px "Trebuchet MS", Arial, sans-serif;
	color:#6d5f4c;
	margin:24px 0 0;
}
.support p {
	font:14px/16px "Trebuchet MS", Arial, sans-serif;
	color:#6d5f4c;
	margin:14px 0 0;
}
/* links */
.links {
	float:left;
	padding:0 0 0 91px;
	width:177px;
}
.links ul {
	padding:0;
	margin:0;
	width:177px;
	overflow:hidden;
	list-style:none;
	border-top:1px solid #c0c0c0;
}
.links ul li {
	padding:1px 3px 2px;
	width:171px;
	border-bottom:1px solid #c0c0c0;
}
.links ul li a {
	font:10px/14px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	text-transform:uppercase;
}
/* password-box */
.password-box {
	width:100%;
	margin:15px 0 0;
	overflow:hidden;
}
.password-box h2 {
	font:23px/26px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	margin:0;
}
.password-box p {
	font:14px/16px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
}
.password-box p a {
	font:14px/16px Arial, Helvetica, sans-serif;
	color:#27221b;
	text-decoration:underline;
}
.password-box p a:hover {text-decoration:none}
/* object-list */
.object-list {
	position:absolute;
	top:76px;
	right:-196px;
	padding:0;
	margin:0;
	list-style:none;
}
.object-list li {
	float:left;
	padding:0 0 0 20px;
}
.object-list li img {display:block}
.object-list li a {
	display:block;
	cursor:pointer;
}
.tab-info {
	width:100%;
	padding:0 0 15px;
	overflow:hidden;
}
/* options */
/* colum1 */
.colum1 {
	float:left;
	width:440px;
	padding:0 93px 0 0;
	margin:25px 0 0;
}
.colum1 h4 {
	font:14px/16px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0 0 0 6px;
}
/* bandwidth */
.bandwidth {
	width:440px;
	margin:13px 0 0;
	overflow:hidden;
}
.bandwidth h2 {
	font:23px/26px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	background:url(../images/icon06.gif) no-repeat;
	margin:0;
	height:73px;
	width:364px;
	padding:11px 0 0 69px;
	border-bottom:1px solid #99d2ee;
	letter-spacing:-1px;
}
.bandwidth .description {
	width:436px;
	margin:15px 0 0;
	padding:0 0 11px 4px;
	background:url(../images/dots.gif) repeat-x 0 100%;
	overflow:hidden;
}
.bandwidth .add {
	float:left;
	width:328px;
}
.bandwidth .add h3 {
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#f90;
	margin:0;
}
.bandwidth .add p {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	margin:0 0 0 4px;
}
.bandwidth .add select {
	float:left;
	font:13px/20px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	height:21px;
	width:169px;
	margin:5px 0 0 4px;
}
.bandwidth .add div {
	width:328px;
	margin:3px 0 0;
	overflow:hidden;
}
.bandwidth .add div .check {
	float:left;
	width:14px;
	height:15px;
	margin:4px 9px 0 0;
}
.bandwidth .add div .extra {
	float:left;
	font:13px/22px "Trebuchet MS", Arial, sans-serif;
	color:#008fd5;
	padding:0 0 0 30px;
	background:url(../images/ico06.gif) no-repeat;
}
.bandwidth .price {
	float:left;
	width:108px;
}
.bandwidth .price h3 {
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#f90;
	margin:0;
}
.bandwidth .price p {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	margin:13px 0 0;
}
.bandwidth .price p strong {
	font:bold 13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
}
/* services */
.services {
	width:440px;
	margin:5px 0 0;
	overflow:hidden;
}
.services h2 {
	font:23px/26px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	background:url(../images/icon07.gif) no-repeat;
	margin:0;
	height:78px;
	width:364px;
	padding:11px 0 0 69px;
	letter-spacing:-1px;
}
.services .description {
	width:436px;
	margin:-14px 0 0;
	padding:0 0 0 4px;
	background:url(../images/dots.gif) repeat-x 0 100%;
	overflow:hidden;
}
.services .add {
	float:left;
	width:328px;
}
.services .add-part {
	width:328px;
	padding:0 0 11px;
}
.services .add h3 {
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#f90;
	margin:0 0 3px;
}
.services .add p {
	float:left;
	font:13px/22px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	margin:0 6px 0 4px;
	display:inline;
}
.services .add select {
	float:left;
	font:13px/20px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	height:21px;
	width:144px;
}
.services .add .add-part div {
	width:328px;
	overflow:hidden;
	margin:-2px 0 0;
	position:relative;
}
.services .add .add-part div .check {
	float:left;
	width:14px;
	height:15px;
	margin:9px 13px 0 0;
}
.services .add .add-part div .extra {
	float:left;
	font:13px/26px "Trebuchet MS", Arial, sans-serif;
	color:#008fd5;
	padding:4px 0 0 39px;
	background:url(../images/ico07.gif) no-repeat;
}
.services .price {
	float:left;
	width:108px;
}
.services .price h3 {
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#f90;
	margin:0 0 -34px;
}
.services .price p {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	margin:45px 0 0;
}
.services .price p strong {
	font:bold 13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
}
/* software */
.software {
	width:440px;
	margin:18px 0 0;
	overflow:hidden;
}
.software h2 {
	font:23px/26px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	background:url(../images/icon08.gif) no-repeat;
	margin:0;
	height:81px;
	width:364px;
	padding:7px 0 0 69px;
	letter-spacing:-1px;
}
.software .description {
	width:436px;
	margin:-14px 0 0;
	padding:0 0 0 4px;
	background:url(../images/dots.gif) repeat-x 0 100%;
	overflow:hidden;
}
.software .add {
	float:left;
	width:328px;
}
.software .add-part {
	width:328px;
	padding:0 0 11px;
}
.software .add h3 {
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#f90;
	margin:0 0 4px;
}
.software .add p {
	float:left;
	font:13px/22px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	margin:0 6px 0 4px;
	display:inline;
}
.software .add select {
	float:left;
	font:13px/20px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	height:21px;
	width:169px;
}
.software .add .add-part div {
	width:328px;
	overflow:hidden;
	margin:-2px 0 0;
	position:relative;
}
.software .add .add-part div .check {
	float:left;
	width:14px;
	height:15px;
	margin:7px 15px 0 0;
}
.software .add .add-part div .extra {
	float:left;
	font:13px/26px "Trebuchet MS", Arial, sans-serif;
	color:#008fd5;
	padding:2px 0 0 38px;
	background:url(../images/ico08.gif) no-repeat;
}
/* account */
.account {
	width:440px;
	margin:14px 0 0;
	overflow:hidden;
}
.account h2 {
	font:23px/26px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	background:url(../images/icon12.gif) no-repeat;
	margin:0;
	height:73px;
	width:364px;
	padding:10px 0 0 63px;
	border-bottom:1px solid #99d2ee;
	letter-spacing:-1px;
}
/* login-box */
.login-box {
	background:url(../images/dots.gif) repeat-x 0 100%;
	padding:0 0 15px 7px;
	width:433px;
	margin:15px 0 0;
	overflow:hidden;
}
.login-box h3 {
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#f90;
	margin:0;
	padding:0 0 5px;
}
.login-holder {
	width:433px;
	margin:9px 0 0;
	overflow:hidden;
}
.login-holder div {
	float:left;
	width:198px;
}
.login-holder label {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	display:block;
	width:196px;
	padding:0 0 0 3px;
}
.login-holder input {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#666;
	width:170px;
	padding:3px 5px;
	background:#fff;
	border:1px solid #ccc;
}
/* reg */
.reg {
	width:440px;
	margin:9px 0 0;
	overflow:hidden;
}
.reg h3 {
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#c60;
	padding:0 0 3px;
	margin:0 0 0 7px;
}
.colum1 .reg h4 {
	font:bold 13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	margin:9px 0 0 7px;
}
.reg-box {
	background:url(../images/dots.gif) repeat-x 0 100%;
	width:440px;
	padding:0 0 18px;
	overflow:hidden;
}
.reg-holder {
	width:426px;
	padding:0 7px;
	overflow:hidden;
}
.reg-holder label {
	float:left;
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	padding:0 0 2px;
	margin:5px 0 0;
	width:100%;
}
.reg .low {
	background:none;
	padding:0;
}
.reg-holder div {
	float:left;
	width:208px;
}
.reg-holder input {
	float:left;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#666;
	width:378px;
	padding:3px 5px;
	background:#fff;
	border:1px solid #ccc;
}
.reg-holder div input {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#666;
	width:170px;
	padding:3px 5px;
	background:#fff;
	border:1px solid #ccc;
}

/* colum2 */
.colum2 {
	float:left;
	width:467px;
	margin:54px 0 0;
}
/* order */
.order {
	width:467px;
	overflow:hidden;
}
.order h2 {
	font:23px/26px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	background:url(../images/icon09.gif) no-repeat;
	margin:0;
	height:69px;
	width:364px;
	padding:15px 0 0 62px;
	border-bottom:1px solid #badc8b;
	letter-spacing:-1px;
}
/* system */
.system {
	width:431px;
	margin:11px 10px 0 10px;
	padding:0 9px 20px 7px;
	overflow:hidden;
	background:url(../images/dots.gif) repeat-x 0 100%;
}
.system h3 {
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#8ec33d;
	margin:0;
}
.system-info {
	width:431px;
	margin:6px 0 0;
	overflow:hidden;
}
.system-info .photo {
	float:left;
	width:71px;
}
.system-info .photo img {display:block}
.system-info p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#666;
	margin:9px 0 0;
}
.colum2 .add {
	width:450px;
	margin:16px 0 0;
	padding:0 7px 0 10px;
	overflow:hidden;
}
.colum2 .add h3 {
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#8ec33d;
	margin:0 0 0 8px;
}
.colum2 .add div {
	background:url(../images/dots.gif) repeat-x 0 100%;
	width:450px;
	padding:2px 0;
	overflow:hidden;
}
.colum2 .add div p {
	font:13px/18px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	margin:7px 0 0;
}
.colum2 .add div span {
	float:right;
	font:13px/18px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	margin:7px 0 0;
}
.colum2 .add div span strong {
	font:bold 13px/18px "Trebuchet MS", Arial, sans-serif;
	color:#666;
}
.colum2 .add div a.band {
	float:left;
	font:bold 13px/30px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	padding:0 0 0 42px;
	margin:0 12px 0 0;
	background:url(../images/ico09.gif) no-repeat;
}
.colum2 .add div a.web {
	float:left;
	font:bold 13px/28px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	padding:2px 0 0 42px;
	margin:0 10px 0 0;
	background:url(../images/ico10.gif) no-repeat;
}
.colum2 .add div a.desk {
	float:left;
	font:bold 13px/28px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	padding:2px 0 0 42px;
	margin:0 12px 0 0;
	background:url(../images/ico11.gif) no-repeat;
}
/* total */
.total {
	width:450px;
	padding:0 7px 19px 10px;
	margin:12px 0 0;
	overflow:hidden;
}
.total h2 {
	font:23px/26px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	background:url(../images/icon10.gif) no-repeat;
	margin:0;
	height:84px;
	width:396px;
	padding:24px 0 0 54px;
	letter-spacing:-1px;
}
.total ul {
	width:450px;
	padding:0;
	margin:-28px 0 0;
	overflow:hidden;
	list-style:none;
}
.total ul li {
	float:left;
	width:430px;
	padding:3px 0 4px 20px;
	background:url(../images/dots.gif) repeat-x 0 100%;
}
.total ul li a {
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	padding:0 0 0 14px;
	background:url(../images/separator05.gif) no-repeat 0 5px;
}
.total ul li span {
	float:right;
	font:13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	width:80px;
}
.total ul li span strong {
	font:bold 13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#666
}
.colum2 .btn {
	width:463px;
	margin:10px 0 0;
	padding:0 4px 0 0;
	overflow:hidden;
}
.colum2 .btn a.signup {
	float:right;
	background:url(../images/btn-signup.gif) no-repeat;
	width:117px;
	height:43px;
	text-indent:-9999px;
	overflow:hidden;
	border:1px solid #ccc;
}
.colum2 .btn a.step {
	float:right;
	background:url(../images/btn-step.gif) no-repeat;
	width:117px;
	height:43px;
	text-indent:-9999px;
	overflow:hidden;
	border:1px solid #ccc;
}
/* set */
.set {
	width:443px;
	padding:0 7px 10px 10px;
	margin:12px 0 0;
	overflow:hidden;
}
.set h2 {
	font:23px/26px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	background:url(../images/icon11.gif) no-repeat;
	margin:0;
	height:78px;
	width:361px;
	padding:15px 0 0 82px;
	letter-spacing:-1px;
}
.set .description {
	width:438px;
	padding:0 0 0 5px;
	margin:-15px 0 0;
	overflow:hidden;
}
.set .description h3 {
	font:16px/18px "Trebuchet MS", Arial, sans-serif;
	color:#8dc33d;
	margin:0 0 0 4px;
}
.set .description p {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#666;
	margin:2px 0 0 4px;
}
.set .description textarea {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#666;
	width:421px;
	height:51px;
	padding:5px;
	margin:5px 0 0 4px;
	background:#fff;
	overflow:auto;
	border:1px solid #ccc;
}
.promo {
	background:url(../images/dots.gif) repeat-x;
	width:434px;
	padding:13px 0 0 4px;
	margin:18px 0 0;
	overflow:hidden;
}
.set .description h4 {
	font:bold 13px/16px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	margin:0;
}
.promo label {
	font:13px/18px "Trebuchet MS", Arial, sans-serif;
	color:#999;
	display:block;
	width:434px;
	margin:4px 0 0;
}
.promo input {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#666;
	width:378px;
	padding:3px 5px;
	background:#fff;
	border:1px solid #ccc;
}
.pay {
	background:url(../images/dots.gif) repeat-x;
	width:434px;
	padding:9px 0 0 4px;
	margin:13px 0 0;
	overflow:hidden;
}
.pay div {width:434px}
.pay div:after {
	clear:both;
	display:block;
	content:"";
}
.pay div select {
	float:left;
	font:13px/20px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	height:21px;
	width:125px;
	margin:2px 10px 0 0;
}
.pay ul {
	float:left;
	padding:0;
	margin:-4px 0 0;
	list-style:none;
	position:relative;
}
.pay ul li {
	float:left;
	padding:0 0 0 4px;
}
.pay ul li img {display:block}


/* footer */
#footer {
	background:#27221b;
	width:100%;
	overflow:hidden;
}
* html .footer {
	height:151px;
	overflow:visible;
}
/* click-box */
.click-box {
	float:left;
	width:371px;
}
.click-box h2 {
	background:url(../images/head01.png) no-repeat;
	width:102px;
	height:44px;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
}
.click-info {
	width:371px;
	margin:4px 0 0;
	overflow:hidden;
}
.click-info div {
	float:left;
	width:102px;
	padding:0 0 0 2px;
}
.click-info .one {width:122px}
.click-box h3 {
	font:bold 11px/14px "Trebuchet MS", Arial, sans-serif;
	color:#796d5c;
	margin:0;
}
.click-box .community h3 {color:#817460}
.click-box ul {
	width:100%;
	padding:0;
	margin:10px 0 0;
	overflow:hidden;
	list-style:none;
}
.click-box ul li a {
	font:11px/14px "Trebuchet MS", Arial, sans-serif;
	color:#6f604c;
}
.click-box .community ul li a {color:#796851}
/* ask-box */
.ask-box {
	float:left;
	width:420px;
}
.ask-box .heading {
	width:417px;
	padding:0 0 0 3px;
	overflow:hidden;
}
.ask-box h2 {
	float:left;
	background:url(../images/head02.png) no-repeat;
	width:74px;
	height:44px;
	margin:0 192px 0 0;
	overflow:hidden;
	text-indent:-9999px;
}
.ask-box .heading span {
	float:left;
	font:11px/14px "Trebuchet MS", Arial, sans-serif;
	color:#a8a49e;
	margin:26px 0 0;
}
.send {
	width:420px;
	overflow:hidden;
	margin:-2px 0 0;
}
.form {
	float:left;
	width:102px;
	margin:4px 0 0;
}
.form span {
	display:block;
	background:url(../images/bg-input01.png) no-repeat;
	width:82px;
	height:14px;
	padding:2px 8px 4px;
	margin:1px 0 0;
}
.form span input {
	float:left;
	font:10px/14px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	position:relative;
	width:82px;
	height:14px;
	padding:0;
	background:none;
	border:none;
	text-transform:uppercase;
}
.area {
	float:left;
	width:262px;
	margin:0;
}
.area span {
	float:left;
	background:url(../images/bg-textarea.png) no-repeat;
	width:240px;
	height:62px;
	padding:8px 16px 22px 16px;
}
.area span textarea {
	float:left;
	font:10px/14px "Trebuchet MS", Arial, sans-serif;
	color:#666;
	width:240px;
	height:62px;
	position:relative;
	background:none;
	border:none;
	overflow:auto;
}
.btn-send {
	float:right;
	background:url(../images/btn-send.png) no-repeat;
	width:39px;
	height:15px;
	margin:-10px 6px 0 0;
	text-indent:-9999px;
}
/* call-box */
.call-box {
	float:left;
	width:209px;
}
.call-box h2 {
	background:url(../images/head03.png) no-repeat;
	width:80px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 0 3px;
}
.call-box h3 {
	font:29px/32px "Trebuchet MS", Arial, sans-serif;
	color:#977d5d;
	margin:-2px 0 0;
	text-align:right;
}
.call-box ul {
	width:209px;
	padding:0;
	margin:2px 0 0;
	overflow:hidden;
	list-style:none;
}
.call-box ul li {
	font:11px/14px "Trebuchet MS", Arial, sans-serif;
	color:#6e5f4c;
	display:inline;
	padding:0 0 0 6px;
}
.call-box ul li:first-child {padding:0}
.call-box ul li a {
	font:11px/14px "Trebuchet MS", Arial, sans-serif;
	color:#6e5f4c;
}
.call-box div {
	width:206px;
	padding:0 3px 0 0;
	margin:7px 0 0;
	overflow:hidden;
}
.call-box a.logotype {
	display:block;
	background:url(../images/logotype.png) no-repeat;
	width:35px;
	height:24px;
	margin:0 0 0 172px;
	text-indent:-9999px;
}
.call-box p {
	font:9px/12px "Trebuchet MS", Arial, sans-serif;
	color:#6e5f4c;
	margin:8px 0 0;
	text-align:right;
}
.call-box p a {
	font:9px/12px "Trebuchet MS", Arial, sans-serif;
	color:#6e5f4c;
}
