@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------  HEADER  ----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
 
#downloads a#downloads_link { /*   Highlights the current page link   */
	background-position: -305px -52px;
}



/*------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------  BANNERS  ---------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/

.banner#downloads_banner {
	background: url(../_images/banners/hero-download.jpg) no-repeat;
}

.banner#downloads_banner .banner_text {
	color: #000000;
	top: 30px;
	left: 580px;
	width: 300px;
}



/*------------------------------------------------------------------------------------------------------*/
/*--------------------------------------  33% WIDTH COLUMN DEFAULTS  -----------------------------------*/
/*------------------------------------------------------------------------------------------------------*/

.main_body#downloads_body {
	height: 731px;		/* Must define height of main body to keep footer below it - should be the same as full width column below */
	position: relative;
}

.main_body#downloads_body h2 { /*   Heading   */
	text-indent:-10000px;
	overflow:hidden;
	height: 0px;
	padding: 0;
	margin: 0;
}

.column_33_percent { /*   Content   */
	float:left;
	vertical-align: top;
	width:326px;
	height: 354px;
	background: #ffffff url(../_images/titles/bg-download-middle.jpg) repeat-y;
	position: relative;
	margin-right: 8px;
	margin-bottom: 13px;
}

.right_column {
	margin-right: 0;
}

.column_33_percent h3 a { /*   Heading   */
	text-indent:-10000px;
	overflow:hidden;
	position:relative;
	z-index:1;
	display: block;
	height: 22px;
	width: 285px;
	padding-top: 3px;
	margin:16px 0 20px 22px;
}

.column_33_percent#windows h3 a {
	background: url(../_images/titles/windows.jpg) top left no-repeat;
}

.column_33_percent#sms_api h3 a {
	background: url(../_images/titles/sms-api.jpg) top left no-repeat;
}

.column_33_percent#outlook_2010 h3 a {
	background: url(../_images/titles/outlook-2007-and-2010.jpg) top left no-repeat;
}

.column_33_percent#lotus_notes h3 a {
	background: url(../_images/titles/lotus-notes.jpg) top left no-repeat;
}

.column_33_percent#mac h3 a {
	background: url(../_images/titles/mac.jpg) top left no-repeat;
}

.column_33_percent#linux h3 a {
	background: url(../_images/titles/linux.jpg) top left no-repeat;
}

.column_33_percent_top { /*   Top   */
	display:block;
	width:326px;
	height:45px;
	position:absolute;
	top:0;
	left:0;
	background: url(../_images/titles/bg-download-top.jpg) top no-repeat;
}

.bottom_row .column_33_percent_top { /*   Top   */
	background: url(../_images/titles/bg-download-top2.jpg) top no-repeat;
}
	
.column_33_percent_bottom { /*   Bottom   */
	width:326px;
	height:15px;
	position:absolute;
	bottom:0;
	left:0;
	background: url(../_images/titles/bg-download-bottom.jpg) bottom no-repeat;
}

.column_33_percent ul {
	line-height: 18px;
	list-style: none;
	width:298px;
	padding:0;
	margin:0;
	margin-left: 14px;
	font-size: 11px;
	border-bottom: 1px solid #888888;
	padding-bottom: 12px;
}

.column_33_percent ul li {
	background: url(../_images/icons/dot-blue.jpg) 0px 4px no-repeat;
	padding-left: 17px;
	margin-bottom: 4px;
}

.column_33_percent ul li.more_details {
	background: url(../_images/home/arrow-menu-blue.jpg) 96px 3px no-repeat;
	padding-left: 17px;
	margin-bottom: 8px;
}

.column_33_percent#windows img {
	padding: 18px 0 0 14px;
}

.column_33_percent#sms_api img {
	padding: 15px 0 0 14px;
}

.column_33_percent#outlook_2010 img {
	padding: 17px 0 0 14px;
}

.column_33_percent#lotus_notes img {
	padding: 16px 0 0 14px;
}

.column_33_percent#mac img {
	padding: 22px 0 0 14px;
}

.column_33_percent#linux img {
	padding: 12px 0 0 14px;
}

.column_33_percent .download_now {
	position: absolute;
	bottom: 16px;
	right: 12px;
	width: 197px;
	height:67px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 11px;
	text-indent: 18px;
	line-height: 88px;
	background: url(../_images/icons/btn-download-now2.jpg) 0px 0px no-repeat;
}

.column_33_percent .download_now:hover {
	background-position: 0 -67px;
	text-decoration: none;
}

