@charset "UTF-8";

/* ############################################################
** Contents
** ############################################################ */
#contents {}



/* ############################################################
** article
** ############################################################ */
.article { padding: 10px; }



/* ############################################################
** primaryHeader
** ############################################################ */
#primaryHeader {
	margin-bottom: 0;
	}

#primaryHeader .article {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	}

#primaryHeader h2 {
	padding-bottom: 30px;
	background-color: #fff;
	}
#primaryHeader > h2 {}

#primaryHeader h2 img { margin: 0 auto; }

#primaryHeader .edge-mid-right,
#primaryHeader .edge-mid-left  { bottom: 0; }



/* ############################################################
** feature
** ############################################################ */
#feature {
	position: relative;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
	}
#contents .wrapper .article #feature {
	}
#contents > .wrapper > .article > #feature {
	}

/*#contents .wrapper .article */#feature .article {
	margin: 0 10px;
	padding-bottom: 0;
	background-color: #eee;
	}

#feature ul {
	width: 880px;
	margin: 0 auto;
	}

#feature ul li {
	display: block;
	float: left;
	width: 280px;
	margin-left: 20px;
	padding-top: 16px;
	padding-bottom: 6px;
	}

#feature ul li.feature01 { margin-left: 0; }


#feature > ul > li { }
#feature > ul > li:first-child { background: none; }

#feature ul li.feature01 {
	}
#feature ul li.feature02 {
	}
#feature ul li.feature03 {
	}

#feature ul li .header { zoom: 1; }

#feature ul li.feature01 .header {
	background: url(/shared/images/unitserver/home/feature-icon-01.png) no-repeat left top transparent;
	}
#feature ul li.feature02 .header {
	background: url(/shared/images/unitserver/home/feature-icon-02.png) no-repeat left top transparent;
	}
#feature ul li.feature03 .header {
	background: url(/shared/images/unitserver/home/feature-icon-03.png) no-repeat left top transparent;
	}

#feature ul li p {
	width: 200px;
	padding-left: 80px;
	margin-top: 6px;
	color: #555;
	font-size: 12px;
	line-height: 20px;
	}

#feature ul li .header h2 {
	padding-left: 80px;
	}

#feature ul li .header {
	}

#feature ul li .header h2 {
	}

#feature ul li .header p {
	}


#feature .edge-mid-right    { background-position: -80px top; }
#feature .edge-bottom-right { background-position: -30px -80px; }
#feature .edge-bottom-mid   { background-position: left -80px; }
#feature .edge-bottom-left  { background-position: left -80px; }
#feature .edge-mid-left     { background-position: -50px top; }

#feature .edge-mid-right,
#feature .edge-mid-left { top: 0; }


/* ############################################################
** services
** ############################################################ */
#services {
	background-color: #fff;
	text-align: left;
	}
	.article #services h2 {
		margin-left: 10px;
		padding-top: 16px;
		color: #333;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		}
	.article #services h3 {
		margin-left: 30px;
		margin-bottom: 6px;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		}

.tabs {
	height: 49px;
	margin: 20px 10px 0 10px;
	border-bottom: 1px solid #ddd;
	}
	.tabs li { display: inline; }
	.tabs li a {
		position: relative;
		display: block;
		width: 270px;
		height: 50px;
		float: left;
		background: none;
		border-bottom: 0px none;
		text-align: left;
		cursor: pointer;
		overflow: hidden;
		outline: none;
		}

.arrow {
	position: absolute;
	right: 12px;
	top: 15px;
	display: block;
	width: 16px;
	height: 20px;
	background: url(/shared/images/unitserver/home/tab-arrow.png) no-repeat left top transparent;
	}

#tab-services-1 a,
#tab-services-2 a { padding-right: 40px; }
/*
#tab-services-1 a:hover {
	background: url(/unitserver/images/home/tabs-01.png) no-repeat left bottom transparent;
	}
	#tab-services-1 a:hover img { visibility: hidden; }
#tab-services-2 a:hover {
	background: url(/unitserver/images/home/tabs-02.png) no-repeat left bottom transparent;
	}
	#tab-services-2 a:hover img { visibility: hidden; }
#tab-services-3 a:hover {
	background: url(/unitserver/images/home/tabs-03.png) no-repeat left bottom transparent;
	}
	#tab-services-3 a:hover img { visibility: hidden; }
*/

#tab-services-1 a.active { background: url(/shared/images/unitserver/home/tabs-01.png) no-repeat left bottom transparent; }
#tab-services-2 a.active { background: url(/shared/images/unitserver/home/tabs-02.png) no-repeat left bottom transparent; }
#tab-services-3 a.active { background: url(/shared/images/unitserver/home/tabs-03.png) no-repeat left bottom transparent; }
	.tabs li a.active img { visibility: hidden; }

.tabContents {
	padding-bottom: 30px;
	}
	.tabContent1 {}
	.tabContent2, .tabContent3 { display: none; }
	.tabContents p {
		padding: 20px 30px;
		color: #555;
		font-size: 14px;
		line-height: 20px;
		}
	.tabContents img {
		margin: 0 auto;
		}


/* ############################################################
** misc-services
** ############################################################ */
#misc-services {}

#misc-services h2 {
	padding: 6px 19px 10px 19px;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	}

#misc-services .left,
#misc-services .right {
	position: relative;
	width: 480px;
	text-align: left;
	}

#misc-services .left {
	float: left;
	}

#misc-services .right {
	float: right;
	}

#misc-services .left .article,
#misc-services .right .article {
	height: 160px;
	margin: 10px 1px;
	padding: 0;
	background-color: #fff;
	}

#misc-services .left .article {}

#misc-services .left .article ul.even  { background-color: #eee; }
#misc-services .left .article ul li {
	display: inline;
	}
#misc-services .left .article ul li ul {
	}
#misc-services .left .article ul li ul li {
	display: block;
	float: left;
	width: 156px;
	height: 30px;
	margin-left: 5px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	}
#misc-services .left .article ul li ul li span {
	padding: 0 6px 0 10px
	}


.border-left,
.border-right {
	position: absolute;
	top: 36px;
	bottom: -10px;
	width: 1px;
	background-color: #ddd;
	}

.border-left  { left: 156px; }
.border-right { right: 156px; }


#misc-services .right .article {}

#misc-services .right .article ul {
	width: 480px;
	margin: 20px auto 0 auto;
	}

#misc-services .right .article ul li {
	display: block;
	float: left;
	width: 160px;
	padding-top: 64px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	}

#option-lb { background: url(/shared/images/unitserver/home/option-icon-lb.png) no-repeat center -10px transparent; }
#option-premium { background: url(/shared/images/unitserver/home/option-icon-premium.png) no-repeat center -10px transparent; }
#option-spot { background: url(/shared/images/unitserver/home/option-icon-spot.png) no-repeat center -10px transparent; }



/* ############################################################
** form
** ############################################################ */
#contents #feature-bottom.wrapper {
	position: relative;
	background-color: #444;
	height: 80px;
	padding-bottom: 0px;
	z-index: 1;
	}

#contents #feature-bottom.wrapper a {
	position: relative;
	top: 18px;
	display: block;
	width: 328px;
	height: 44px;
	margin: 0 auto;
	}
/*
#contents #feature-bottom.wrapper > .edge-mid-right    { top: 0; background-position: -80px top; }
#contents #feature-bottom.wrapper > .edge-bottom-right { background-position: -30px -80px; }
#contents #feature-bottom.wrapper > .edge-bottom-mid   { background-position: left -80px; }
#contents #feature-bottom.wrapper > .edge-bottom-left  { background-position: left -80px; }
#contents #feature-bottom.wrapper > .edge-mid-left     { top: 0; background-position: -50px top; }
*/

