/* General */

body {
	font: 12px/18px Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility; /* Note this could slow down page render time */
	color: #333;
	margin: 0;
	padding: 0;
}


nav, aside, #aside, p.certified-partner, a.top, #banner {
	display: none;
}

/* Typography */
h1 {
	font-size: 22px;
	font-weight: 100;
	line-height: 26px;
}

h2 {
	font-size: 16px;
	font-weight: 100;
	line-height: 18px;
	margin: 0 0 3px;
}

/* Links */
a {
	color: #333;
	font-weight: bold;
}

a.pdf {
	background: url(../images/pdf-icon-small.gif) right 4px no-repeat;
	padding: 11px 20px 0 0;
}

a:hover.pdf {
	background: url(../images/pdf-icon-small.gif) right 6px no-repeat;
}

/* Header */
header h1 a{
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	width: 149px;
	height: 80px;
	float: left;
	margin: 0;
}

/* Content */
#article {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-top: 10px;
	width: 520px;
}

section {
	width: 440px;
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}

#article section img.hero {
	margin: 0 0 15px -20px;
}

#article section img.partner-logo {
	float: right;
	margin: 0 0 65px 20px;
}

#article section ul li {
	list-style: disc;
	margin-bottom: 5px;
}

#article section ol.lower-alpha {
	margin: 10px 10px 15px 30px;
}

#article section ol.lower-alpha li {
	list-style: lower-alpha;
	margin-bottom: 5px;
}

#article section ol.decimal {
	margin: 10px 10px 15px 30px;
}

#article section ol.decimal li {
	list-style: decimal;
	margin-bottom: 5px;
}

.front section {
		width: 320px;
		padding: 0 0 0 80px;
}

section.ecommerce {
		background: url(../images/icon_open.png) no-repeat 0 0;	
}

section.sales-force {
		background: url(../images/icon_phone.png) no-repeat 0 0;	
}

section.enterprise {
		background: url(../images/icon_enterprise.png) no-repeat 0 -2px;	
}

#article table {
		border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
		margin: 10px 0;
		padding: 0;
}

#article table td{
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		padding: 10px 5px;
		vertical-align: top;
}

#article thead td{
		border-bottom: 1px solid #ccc;
		font-weight: bold;
}

#article table ul{
		padding: 0 0 0 14px;
}

#article section #slideshow {
	float:right;
	margin-right:-60px
}


/* Footer */
#footer {
	border-top: 1px dotted #ccc;
	margin: 20px 0 0 80px;
	padding: 20px 0;
	width: 540px;
}

#footer .grid_2{
	margin-left: -80px;
	width: 120px;
}

#footer .grid_6{
	width: 400px;
}