@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ecedee;
	background-image: url(../images/bkgradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	
}

a {
	text-decoration: none;
	color: #005eb0;
	font-weight: bold;
	/*font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;*/
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}




#root {
	width: 100%;
	min-width: 938px;
	min-height: 500px;
	background-image: url(../images/bklights.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#bodyCenter {
	text-align: center;
	padding: 28px 0px 28px 0px;
}
#bodyBox {
	text-align: left;
	margin: auto;
	padding: 4px 4px 0px 4px;
	width: 930px;
	_width: 938px; /* IE 5.5 and below */
	_wid\th: 930px; /* revert for IE 6 */
	
	background-image: url(../images/bck_shadow.png);
	background-repeat: no-repeat;
	background-color: #d8dbde;
}


.clearer {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}



/* top navigation bar */

#navBar {
	position: relative;
	padding-left: 381px;
	width: 549px;
	height: 56px;
	background-color: #181818;
	background-image: url(../images/navbar_bk.png);
	background-repeat: no-repeat;
}

#navBar #navLinks {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 549px;
}

#navLinks li {
	float: left;
}

#navBar a.selected {
	color: #5d96cb;
}


#navBar a {
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-family: Lucida Sans Unicode, Verdana, Arial, sans-serif;
	/*font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	text-align: center;
	font-weight: normal;
	
	height: 56px;
	
	text-indent: -9999px;
	overflow: hidden;
}
#navBar a:focus {
	outline: none;
}


#nav_Home {
	width: 90px;
	background: url(../images/navbar/home.png) center top no-repeat;
}
#nav_Home:hover, .selected #nav_Home {
	background-position: center -56px;
}

#nav_Products{
	width: 118px;
	background: url(../images/navbar/products.png) center top no-repeat;
}
#nav_Products:hover, .selected #nav_Products {
	background-position: center -56px;
}

#nav_Downloads{
	width: 131px;
	background: url(../images/navbar/downloads.png) center top no-repeat;
}
#nav_Downloads:hover, .selected #nav_Downloads {
	background-position: center -56px;
}

#nav_Support{
	width: 109px;
	background: url(../images/navbar/support.png) center top no-repeat;
}
#nav_Support:hover, .selected #nav_Support {
	background-position: center -56px;
}

#nav_About{
	width: 97px;
	background: url(../images/navbar/about.png) center top no-repeat;
}
#nav_About:hover, .selected #nav_About {
	background-position: center -56px;
}

#navBar a:hover {
	text-decoration: none;
	color: #5d96cb;
}


/* homepage title bar */

body.home #headerBar {
	position: relative;
	width: 930px;
	height: 290px;
	background-color: #ffffff;
}


/* regular page title bar */

#headerBar {
	position: relative;
	width: 930px;
	height: 92px;
	background-color: #00bff3;
	background-image: url(../images/headerbar_bk.png);
	background-repeat: no-repeat;
}

#headerBar .text {
	position: absolute;
	left: 29px;
	top: 28px;
}

#headerBar .links {
	position: absolute;
	right: 3px;
	padding: 23px;
	width: auto;
	height: 48px;
}


.iconLink {
	position: relative;
	height: 48px;
	width: 62px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	border: none;
}

.iconLink img {
	border: none;
	vertical-align: baseline;
}

.iconLink .hoverText {
	position: absolute;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DFE8FE;
	font-weight: 100;
	background-image: url(../images/products/iconbubble_left.png);
	background-repeat: no-repeat;
	
	height: 21px;
	_height: 0px;
	_width: 0px; /* IE 6 and below */
	
	top: -21px;
	left: -12px;
	
	display: none;
	text-decoration: none;
}

.iconLink .hoverText .ht_r .tip span {
	background-image: url(../images/products/iconbubble_bk.png);
	background-repeat: repeat-x;
	
	height: 21px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 1px 5px 0px 7px;
	white-space: nowrap;
	
	display: block;
}

.iconLink .hoverText .ht_r {
	background-image: url(../images/products/iconbubble_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}

.iconLink .hoverText .tip {
	background-image: url(../images/products/iconbubble_tip.png);
	background-repeat: no-repeat;
	background-position: center 16px;
	display: block;
}

.iconLink:hover {
	text-decoration: none;
}

.iconLink:hover .hoverText {
	position: absolute;
	
	width: auto;
	display: block;
	
	z-index: 50;
}


.moreLink {
	position: relative;
	height: 48px;
	width: auto;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 15px;
	text-decoration: none;
}

.moreLink img {
	border: none;
}


/* content */

#content {
	background-color: #ffffff;
	padding-bottom: 25px;
}

#producteditions {
	padding: 14px 0px 11px 1px;
	margin-left: 31px;
	margin-right: 31px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #959595;
	border-bottom: 1px solid #DDDDDD;
	background-color: #ffffff;
	height: 14px; /*IE rendering fix*/
}

#producteditions a {
	font-weight: normal;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
	padding-right: 12px;
}
#producteditions .divider {
	padding-right: 12px;
}

#producteditions .selected {
	font-weight: bold;
	/*font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;*/
	color: #464646;
}
#producteditions .selected:hover {
	text-decoration: none;
}

#header {
	margin: 0px 0px 19px 0px;
}

#header_full {
	margin: 0px 0px 19px 32px;
}

#header #logo {
	float: left;
	padding-left: 17px;
	text-align: center;
	width: 148px;
	margin-top: 25px;
}

#header #text, #header_full #text {
	float: left;
	/*left: 181px;*/
	width: 410px;
	padding-left: 14px;
	padding-top: 19px;
	
	font-size: 14px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #707070;
	font-weight: 100;
	margin-top: 25px;
}

#header #text #title, #header_full #text #title {
	font-size: 24px;
	color: #005eb0;
	padding-bottom: 4px;
}

#downloadarea {
	float: right;
	margin: 33px 31px 0px 0px;
	_margin-right: 16px; /* IE 6 and below */
	width: 274px;
	
	text-align: center;
	
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e434a;
	line-height: 1.5em;
	
	background: #F9FDDB url(../images/corners/download_dot.png) 0 0 repeat-x;
}

#downloadarea .b {background: url(../images/corners/download_dot.png) 0 100% repeat-x}
#downloadarea .l {background: url(../images/corners/download_dot.png) 0 0 repeat-y}
#downloadarea .r {background: url(../images/corners/download_dot.png) 100% 0 repeat-y}

#downloadarea .tl
{
	background: url(../images/corners/download_tl.png) top left no-repeat;
}
#downloadarea .tr
{
	background: url(../images/corners/download_tr.png) top right no-repeat;
}
#downloadarea .bl
{
	background: url(../images/corners/download_bl.png) bottom left no-repeat;
}
#downloadarea .br
{
	background: url(../images/corners/download_br.png) bottom right no-repeat;
}

#downloadcontent {
	/*padding: 15px 16px 13px 16px;*/
	padding: 16px 17px 11px 17px;
}

#downloadarea .buttonlink {
	text-decoration: none;
	font-weight: normal;
}

#downloadarea .buttonlink:hover {
	text-decoration: none;
	cursor: pointer;
}

#downloadarea .buttonlink:hover .downloadbutton, #downloadarea .buttonlink:hover .buybutton, #downloadarea .buttonlink:hover .renewbutton {
	background-position: 0 -53px;
}

.downloadbutton {
	height: 53px;
	width: 238px;
	background-image: url(../images/downloadbutton.png);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	
	font-size: 11px;
	color: #d7e9c1;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

.downloadbutton span {
	padding-left: 79px;
	padding-top: 27px;
	display: block;
}

.buybutton {
	height: 53px;
	width: 238px;
	background-image: url(../images/buybutton.png);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	font-size: 11px;
	color: #C8E0E9;
	text-align: left;
	border: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

.buybutton span {
	padding-left: 79px;
	padding-top: 27px;
	display: block;
}

.renewbutton {
	height: 53px;
	width: 238px;
	background-image: url(../images/renewbutton.png);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	font-size: 11px;
	color: #C8E0E9;
	text-align: left;
	border: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

.renewbutton span {
	padding-left: 79px;
	padding-top: 27px;
	display: block;
}


/* tabs */

#tabcontent {
	float: left;
}

.tab {
	height:38px;
	padding:0 0 0 28px;
	background-image: url(../images/tabs_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888a94;
	
	border:0;
	margin:0;
	list-style:none;
	
	margin-left: 1px;
	
	width: 580px;
}
.tab li{
	float:left;
	
	border:0;
	margin:0 1px 0 0;
	padding:0;
	list-style:none;
}

.tab a:link, .tab a:visited{
	float:left;
	background:url(../images/tabs.png) right 77px;
	color:#666666;
	display:block;
	font-weight:bold;
	height:38px;
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	float:left;
	background:url(../images/tabs.png) left 77px;
	display:block;
	height:33px;
	margin-right:15px;
	_margin-right:7px; /* IE 6 and below */
	padding-left:14px;
	padding-top: 5px;
}
.tab a:hover{
	background:url(../images/tabs.png) right 38px;
	display:block;
	cursor: pointer;
}
.tab a:hover span{
	background:url(../images/tabs.png) left 38px;
	display:block;
}
.tab a:focus {
	outline: none;
}


/* -------------------------------- */
/* ACTIVE ELEMENTS */
.tab .active a:link, .active a:visited, .active a:visited, .active a:hover{
background:url(../images/tabs.png) right 0 no-repeat;
color: #898989;
}
.tab .active a span, .active a:hover span{
background:url(../images/tabs.png) left 0 no-repeat;
height: 32px;
padding-top: 6px;
}




.infoblock, .infoblock_force {
	padding: 35px 0px 12px 0px;
	margin-left: 31px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	line-height: 1.6em;
	width: 565px;
	height: auto;
}

.infoblock_full {
	padding: 35px 0px 12px 0px;
	margin-left: 31px;
	margin-right: 31px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	line-height: 1.6em;
	width: auto;
	height: auto;
}

.infoblock .heading, .infoblock_force .heading, .infoblock_full .heading {
	padding-bottom: 4px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #252525;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
}

.infoblock .heading_b, .infoblock_force .heading_b, .infoblock_full .heading_b {
	padding-bottom: 4px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #005eb0;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
}

.infoblock ul {margin:0;}
.infoblock ol {margin:0; padding: 0 0 0 2.0em;}


.infosidebar {
	float: right;
	margin: 36px 31px 0px 0px;
	_margin-right: 16px; /* IE 6 and below */
	width: 274px;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f6266;
	line-height: 1.5em;
	background: #f7f8f8 url(../images/corners/sidebar_dot.png) 0 0 repeat-x;
}


.infosidebar .b, .infonotice .b {background: url(../images/corners/sidebar_dot.png) 0 100% repeat-x}
.infosidebar .l, .infonotice .l {background: url(../images/corners/sidebar_dot.png) 0 0 repeat-y}
.infosidebar .r, .infonotice .r {background: url(../images/corners/sidebar_dot.png) 100% 0 repeat-y}

.infosidebar .tl, .infonotice .tl
{
	background: url(../images/corners/sidebar_tl.png) top left no-repeat;
}
.infosidebar .tr, .infonotice .tr
{
	background: url(../images/corners/sidebar_tr.png) top right no-repeat;
}
.infosidebar .bl, .infonotice .bl
{
	background: url(../images/corners/sidebar_bl.png) bottom left no-repeat;
}
.infosidebar .br, .infonotice .br
{
	background: url(../images/corners/sidebar_br.png) bottom right no-repeat;
}

.infosidebarcontent {
	padding: 24px 31px 1px 31px;
}

body.home .infosidebarcontent {
	padding: 24px 31px 10px 31px;
}

.infosidebar .block {
	margin-bottom: 34px;
}

.infosidebar .imgblock {
	margin-bottom: 34px;
}

.infosidebar .imgblock .image {
	width: 41px;
	text-align: right;
	float: left;
	display: block;
	margin-right: 12px;
	margin-top: 4px;
	vertical-align: top;
}

.infosidebar .imgblock img {
	float: none;
}

.infosidebar .imgblock .text {
	float: left;
	width: 158px;
}

.infosidebar .heading {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	
	padding-bottom: 6px;
	border-bottom: #d7d9d9 1px solid;
	
	margin-bottom: 7px;
	
	color: #3e434a;
}


/* sidebar - home */
.infosidebar .heading .subtext{
	padding-bottom: 3px;
	font-weight: 300;
	color: #797c80;
	text-transform: none;
}

.infosidebar .newsItem {
	margin-bottom: 15px;
}
.infosidebar .newsItem span {
	color: #929599;
}

body.home .infosidebar {
	margin-top: 14px;
	margin-right: 29px;
	_margin-right: 15px;
	width: 272px;
	line-height: 1.6em;
}
body.home .infosidebar .block {
	margin-bottom: 48px;
}


/* rounded notice */
.infonotice {
	margin: 0px;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f6266;
	line-height: 1.5em;
	background: #f7f8f8 url(../images/corners/sidebar_dot.png) 0 0 repeat-x;
}

.infonoticecontent {
	padding: 10px 10px 10px 10px;
}



/* footer */

#footer {
	background-image: url(../images/content-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797c80;
	line-height: 1.5em;
	text-align: center;
}

#footer #footer_links {
	font-weight: bold;
	padding-bottom: 3px;
}

#footer #footer_links a {
	color: #3e434a;
	text-decoration: none;
}

#footer #footer_links a:hover {
	text-decoration: underline;
}


/* home only */

.leftTextContent {
	float: left;
}

.leftTextBlock {
	margin-top: 20px;
	margin-bottom: -30px;
	margin-left: 22px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	line-height: 1.6em;
	width: 605px;
	_width: 598px;
	height: auto;
}

#featuredProducts {
	padding-bottom: 30px;
}

.featuredproduct {
	float: left;
	width: 281px;
	padding-right: 18px;
}

.featuredproduct .image {
	width: 74px;
	text-align: right;
	float: left;
	display: block;
	margin-right: 12px;
	vertical-align: top;
}


.featuredproduct .title {
	float: left;
	width: 190px;
	color: #005eb0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
}

.featuredproduct .short {
	color: #252525;
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

.featuredproduct .text {
	color: #636b75;
	font-size: 11px;
	margin-left: 9px;
	margin-top: 1px;
	line-height: 1.7em;
}

.rightFeatured {
	width: 289px;
	padding-right: 10px;
}
.rightFeatured .short, .rightFeatured .text {
	padding-right: 8px;
}
.rightFeatured .title {
	width: 198px;
}

.homeseparator {
	margin: 0px 0px 0px 9px;
	border-top: 1px solid #eaebeb;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	width: 570px;
}

body.home #otherproducts {
	margin-left: 3px;
	margin-top: 41px;
}

#otherproducts .product {
	float: left;
	width: auto;
	font-size: 11px;
	color: #636b75;
	margin-bottom: 15px;
}

#otherproducts .product_right {
	float: left;
	width: 125px;
	padding-right: 0px;
	font-size: 11px;
	color: #636b75;
}

#otherproducts .image {
	display: block;
	vertical-align: bottom;
	float: left;
	margin-right: 20px;
	width: 48px;
}

#otherproducts .title {
	font-size: 12px;
	color: #005eb0;
	font-weight: bold;
}

#otherproducts .text {
	margin-right: 20px;
	line-height: 1.5em;
	float: left;
	width: 350px;
	height: 48px;
}

#otherproducts .ovalButton {
	float: left;
}
#otherproducts .ovalButton:focus {
	outline: none;
}
#otherproducts .ovalButton img {
	border: 0;
	margin-top: 11px;
	margin-right: 20px;
}

#otherproducts .freeDlSmall {
	float: left;
}

#latestReleases {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

#latestReleases .verNum {
	padding: 0px 12px 0px 16px;
}

#latestReleases .verDate {
	color: #929599;
}

.freeDlSmall img {
	border: 0;
}
#otherproducts .freeDlSmall img {
	margin-top: 11px;
}
.featuredproduct .freeDlSmall img {
	margin-left: 3px;
	margin-top: 8px;
}


body.home #otherproducts .product {
	float: left;
	width: 166px;
	padding-right: 25px;
	font-size: 11px;
	color: #636b75;
	clear: none;
}

body.home #otherproducts .product_right {
	width: 166px;
}

body.home #otherproducts .image {
	display: block;
	margin-bottom: 7px;
	margin-left: 2px;
	vertical-align: bottom;
	height: 46px;
	margin-right: 0px;
	float: none;
}

body.home #otherproducts .title {
	margin-left: 5px;
}

body.home #otherproducts .text {
	margin-left: 5px;
	margin-right: 0px;
	float: none;
	width: auto;
	height: auto;
}



.pngimg_r10
{
	float: left;
	margin-right: 10px;
}

.pngimg_r20
{
	float: left;
	margin-right: 20px;
}


/* custom list classes */

ul.noindent {
	margin: 0; 
	padding: 0 0 0 1.5em;
}

ul.check {
	margin-left: 0;
	padding-left: 0;
}

ul.check li {
	list-style-type:none; /* removes default bullet */
	background-image:url(../images/bullet_checkmark.png); 
	background-repeat: no-repeat; /* ONE bullet only please */
	background-position: 0 .5em; /* .45em from top (vertical) */ 
	padding-left: 17px; /* space between bullet and text */ 
}