/* kwicks menu */

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks .kwick {
	display: block;
	overflow: hidden;
	padding: 0;
	float: left;
	cursor: default;
	white-space: nowrap;
}

#promo {
	margin: 5px auto 0 auto;
	width: 935px;
	background: url(../images/kwicks-right.png) 100% 0 no-repeat;
	padding-right: 15px;
}

#promo .kwicks {
	width: 935px;
	margin: 0 auto;
	height: 200px;
}

/*
 the width of each item is:
 (width of "#promo .kwicks" - spacing between items) / number of items
*/
#promo .kwicks .kwick {
	height: 200px;
	width: 465px;
	position: absolute;
}

#promo .kwicks .server {
	background: url(../images/kwicks-server.png) 0 0 no-repeat;
	left: 0;
}

#promo .kwicks .desktop {
	background: url(../images/kwicks-desktop.png) 0 0 no-repeat;
	margin-left: 6px;
	right: 0;
}

#promo .kwicks .kwick .wrap {
	color: #fff;
	height: 170px;
	padding: 15px;
	position: relative;
}

#promo .kwicks .kwick .wrap h2 {
	color: #fff;
	letter-spacing: -1px;
}

#promo .kwicks .kwick .wrap ul {
	margin: 0;
	padding: 0 0 0 5px;
}

#promo .kwicks .kwick .wrap li {
	list-style: disc inside;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 1.0em;
}

#promo .kwicks .kwick .wrap .dl {
	padding: 10px 0 5px 5px;
}

#promo .kwicks .kwick .wrap .dl a, #promo .kwicks .kwick .wrap .dl a:visited {
	color: #fff;
}

#promo .kwicks .kwick .wrap ul.btn {
	position: absolute;
	bottom: 20px;
	height: 28px;
	width: 250px;
}

#promo ul.btn li {
	float: left;
}

#promo ul.btn a {
	display: block;
	width: 100px;
	height: 28px;
	background: url(../images/btn-1.png) 0 0 no-repeat;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #3683AC;
	margin-right: 10px;
}

#promo .desktop ul.btn a {
	background: url(../images/btn-2.png) 0 0 no-repeat;
	color: #567319;
}

#promo .server h2, #promo .desktop h2 {
	background: url(../images/server_backup_200.png) 0 0 no-repeat;
	width: 200px;
	height: 51px;
	text-indent: -1000px;
}

#promo .desktop h2 {
	background: url(../images/desktop_backup_200.png) 0 0 no-repeat;
}

#promo .wrap h3 {
	font-size: 1.1em;
	text-align: right;
	float: right;
	margin-top: -60px;
}

#promo .desktop h3 {
	margin-right: -10px;
}

#promo .wrap h3 strong {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 1.4em;
}

#intro {
	margin-top: 8px;
	/*background: url(../images/intro-bg.png) 0 0 no-repeat;*/
	/*padding: 15px;*/
	color: #555;
}

#intro h2 {
	color: #000;
	margin-bottom: 5px;
	color: #555;
}
