/***** Hosting Content *****/
#left {
	width: 200px;
	float: left;
	overflow: hidden;
}
#right {
	width: 580px;
	float: left;
	overflow: hidden;
}
.box01_01 {
	width: 200px;
	height: 7px;
	background: url(../img/box_01_top.png) no-repeat;
	overflow: hidden;
}
.box01_02 {
	width: 170px;
	background: url(../img/box_01_bg.png) repeat-y;
	padding: 8px 15px;
	overflow: hidden;
}
.box01_03 {
	width: 200px;
	height: 7px;
	background: url(../img/box_01_bottom.png) no-repeat;
	overflow: hidden;
}
.box02_01 {
	width: 350px;
	height: 7px;
	background: url(../img/box_03_top.png) no-repeat;
	overflow: hidden;
}
.box02_02 {
	width: 320px;
	background: url(../img/box_03_bg.png) repeat-y;
	padding: 8px 15px;
	overflow: hidden;
}
.box02_03 {
	width: 350px;
	height: 7px;
	background: url(../img/box_03_bottom.png) no-repeat;
	overflow: hidden;
}
#sunweb_mini {
	width: 160px;
	background: url(../img/dot.gif) repeat-y top right;
	float: left;
	padding: 15px;
}
#sunweb_standard {
	width: 160px;
	background: url(../img/dot.gif) repeat-y top right;
	float: left;
	padding: 15px;
}
#sunweb_plus {
	width: 160px;
	background: url(../img/dot.gif) repeat-y top right;
	float: left;
	padding: 15px;
}
#sunweb_premium {
	width: 170px;
	float: left;
	padding: 15px;
}
#company {
	width: 750px;
	height: 100px;
	padding: 15px;
	overflow: hidden;
}
#help1 {
	width: 350px;
	padding: 15px;
	overflow: hidden;
}
#support-menu {
}
#support-menu li {
	margin-right: 2px;
	float: left;
}
#support-menu a {
	display: block;
	background: #efaa23;
	font-size: 11px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	padding: 3px 10px;
	border: 1px solid #999;
	border-width: 1px 1px 0 1px;
	line-height: 12px;
}

