#contentInner {
	padding: 0 !important;
}

.home-main-left {
	float: left;
	width: 690px;
	height: 385px;
}

.home-main-right {
	float: right;
	width: 248px;
	height: 355px;
	padding: 15px;
	background-color: #ddd;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.home-main-left-pages {
	width: 690px;
	height: 355px;
}

.home-main-left-pages > div {
	position: absolute;
	z-index: 0;
	width: 690px;
	height: 355px;
}

.home-main-left-page-home {
	display: block;
	background: url('/images/welcome/home.jpg');
}

.home-main-left-page-home a {
	position: absolute;
	z-index: 0;
	left: 428px;
	top: 218px;
	width: 150px;
	height: 43px;
	display: block;
	background: url('/images/welcome/home_getsupport.png');
}

.home-main-left-page-home a:hover {
	background: url('/images/welcome/home_getsupport_h.png');
}

.home-main-left-page-business {
	background: url('/images/welcome/business.jpg');
	display: none;
}

.home-main-left-page-apps {
	background: url('/images/welcome/apps.jpg');
	display: none;
}

.home-main-left-page-apps a {
	position: absolute;
	left: 72px;
	top: 199px;
	width: 150px;
	height: 43px;
	display: block;
	background: url('/images/welcome/apps_browse.png');
}

.home-main-left-page-apps a:hover {
	background: url('/images/welcome/apps_browse_h.png');
}

.home-main-left-nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.home-main-left-nav li {
	float: left;
	padding: 0;
	margin: 0;
}

.home-main-left-nav li a {
	display: block;
	color: #fff;
	width: 230px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	background-color: #2577b0;
	text-align: center;
}

.home-main-left-nav li a.active {
	font-weight: bold;
}

.home-main-left-nav li a.active, .home-main-left-nav li a:hover {
	text-decoration: none;
	background-color: #1f4a6e;
}

.home-app-spotlight {
	padding-top: 10px;
	background: url('/images/design/nav_shadow.png') top left repeat-x;
}

.home-app-spotlight h2 {
	padding-left: 10px;
	font-size: 20px;
}

.home-app-spotlight .apps {
	padding: 10px;
	padding-top: 5px;
}

.home-app-spotlight .app {
	width: 282px;
	height: 100px;
	padding: 10px;
	float: left;
}

.home-app-spotlight .app:hover {
	background-color: #ddd;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.home-app-spotlight .app img {
	float: left;
	padding-right: 10px;
	width: 100px;
	height: 100px;
}

.home-app-spotlight .app h3 {
	padding: 3px 0;
}

.home-app-spotlight .app span {
	line-height: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.home-app-spotlight .separator {
	float: left;
	border-right: 1px dotted #999;
	height: 120px;
	margin: 0 10px;
}