html, body, table {
	font-size:13px;
}

body {
	background-color:#002c49;
	overflow-y:scroll;
}

* {
	padding:0px;
	margin:0px;
}

html, body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

table {
	table-layout:fixed;
}

img {
	margin:0px 5px 5px 0px;
}

.hlink {
	color:#0066CC;
	text-decoration:none;
}

.hlink:hover {
	text-decoration:underline;
}

.slink {
	color:#35434d;
	text-decoration:underline;
	/*
	color:#0066CC;
	text-decoration:none;
	*/
}

.slink:hover {
	text-decoration:underline;
}

/*
.slink:hover {
	color:#0066CC;
	text-decoration:none;
	border-bottom:1px solid;
}
*/

#t_bg {
	width:100%; 
	height:100%;
}

.bg_r2 {
	background-color:#002c49;
	background-image: url(images/bg_r2.gif);
	background-repeat: repeat-x;
	background-position:top left;
	border-top:solid #c6e3ff 1px;
}

#d_ca {
	position:relative;
	overflow:visible;
	width:960px; 
	height:100%;
}

/* Header glow */

#bg_r1 {
	position:absolute;
	right:-24px;
	top:0px;
	width:1008px;
	height:146px;
	background-color:#002c49;
	background-image:url(images/bg_r1.png);
	background-repeat:repeat-x;
	background-position:top left;
}

#bg_r1_l {
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:146px;
	background-color:#002c49;
	background-image:url(images/bg_r1_l.png);
	background-repeat:no-repeat;
	background-position:top right;
}

#bg_r1_r {
	position:absolute;
	right:0px;
	top:0px;
	width:100px;
	height:146px;
	background-color:#002c49;
	background-image:url(images/bg_r1_r.png);
	background-repeat:no-repeat;
	background-position:top left;
}

/* Book */
#d_book {
	position:absolute;
	right:0px;
	top:24px;
	width:230px; 
	height:160px; 
	background-image: url(images/book.png);
	background-repeat:no-repeat;
	background-position:top left;
}

/* Main */
#d_main {
	position:relative;
	width:960px; 
	height:100%;
}

#t_main {
	width:960px; 
	height:100%;
}

#t_mh {
	border-bottom:solid #c6e3ff 1px;
}

#d_mh {
	position:relative;
	height:66px;
	width:950px;
	overflow:hidden;
	margin-left:10px;
}

.logo_txt_on {
	position:absolute;
	bottom:0px;
	font-weight:bold;
	color:#ffffff;
	padding:0px;
	margin:0px;
}

.logo_off {
	display:none;
}

.logo_img_on {
	width:300px;
	height:29px;
	position:absolute;
	bottom:5px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#t_bn_1 {
	width:11px;
	border-left:solid #c6e3ff 1px;
	/*
	border-top:solid #c6e3ff 1px;
	*/
	border-right:solid #004879 1px;
	background-color:#004776;
}

#d_bn_1 {
	width:9px;
	height:50px;
}

#t_bn_2 {
	width:188px;
	background-color:#005f9e;
	background-image:url(images/bn_2.gif);
	background-position:top left;
	/*
	border-top:solid #c6e3ff 1px;
	*/
	border-right:solid #005A97 1px;
	background-color:#0082CD;
}

#d_bn_2 {
	width:100%;
	height:50px;
	position:relative;
}

#d_bn_2_b {
	position:absolute;
	left:0px;
	top:34px;
	width:100%;
	height:16px;
	background-color:#002c49;
	background-image:url(images/bn_2_b.gif);
	background-position:top left;
}

#d_bn_2_caption_img {
	position:absolute;
	left:10px;
	top:17px;
	width:178px;
	height:33px;
	background-repeat:no-repeat;
	background-position:top left;
}

#d_bn_2_caption_txt {
	position:absolute;
	left:10px;
	top:14px;
	width:178px;
	height:33px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	overflow:hidden;
}

.d_bn_2_off {
	display:none;
}

.d_bn_2_welcome_img {
	background-image:url(images/bn_2_welcome.png);
}

.d_bn_2_products_img {
	background-image:url(images/bn_2_products.png);
}

.d_bn_2_download_img {
	background-image:url(images/bn_2_download.png);
}

.d_bn_2_order_img {
	background-image:url(images/bn_2_order.png);
}

.d_bn_2_support_img {
	background-image:url(images/bn_2_support.png);
}

.d_bn_2_contacts_img {
	background-image:url(images/bn_2_contacts.png);
}

.d_bn_2_tray_player_img {
	background-image:url(images/bn_2_tray_player.png);
}

.d_bn_2_syncup_img {
	background-image:url(images/bn_2_syncup.png);
}

#t_bn_3 {
	width:761px;
	background-color:#31B1B1;
	background-image:url(images/bn_3.gif);
	background-repeat:repeat-y;
	background-position:left;
	/*
	border-top:solid #c6e3ff 1px;
	*/
	border-right:solid #c6e3ff 1px;
}

.d_bn_3_on {
	width:760px;
	height:50px;
	background-image:url(images/grid.png);
	background-repeat:no-repeat;
	background-position:top left;
}

.d_bn_3_off {
	width:760px;
	height:50px;
}

#t_mm {
	width:960px; 
	background-color:#555555;
	border-left:solid #c0c0c0 1px;
	border-right:solid #c0c0c0 1px;
	background-color:#555555;
}

#t_cl_1 {
	width:11px;
	background-color:#d2d8de;
	border-top:solid #c0c0c0 1px;
	border-left:solid #c6e3ff 1px;
	border-right:solid #8397a8 1px;
}

#d_cl_1 {
	width:9px;
}

#t_cl_2 {
	width:188px;
	background-color:#eaf1f7;
	border-top:solid #c0c0c0 1px;
	border-right:solid #b3cce2 1px;
}

#t_cl_3 {
	width:761px;
	background-color:#FFFFFF;
	border-top:solid #c0c0c0 1px;
	border-right:solid #c8c8c8 1px;
}

#t_ft {
	background-color:#002c49;
	border-top:solid #c8c8c8 1px;
	color:#FFFFFF;
	font-size:10px;
}

#p_ft {
	margin:0px;
}

/* Main menu */
.t_mmb_s {
	background-color: #495055;
	background-image: url(images/mmb_n.gif);
	background-repeat: repeat-x;
	border-top:solid #6f777d 1px;
}

.t_mmb {
	width:99px;
	height:29px;
	background-color:#495055;
	background-image:url(images/mmb_n.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	border-top:solid #6f777d 1px;
	border-right:solid black 1px;
}

.t_mmb_h {
	width:99px;
	height:29px;
	background-color:#699762;
	background-image:url(images/mmb_h.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	border-top:solid #6f777d 1px;
	border-right:solid black 1px;
}

.t_mmb_d {
	width:99px;
	height:29px;
	/*
	background-color:#495055;
	background-image:url(images/mmb_n.gif);
	*/
	background-color:#699762;
	background-image:url(images/mmb_d.gif);
	/*
	background-color:#699762;
	background-image:url(images/mmb_h.gif);
	*/
	background-repeat:repeat-x;
	background-position:left bottom;
	/*
	border-top:solid #91E187 1px;
	*/
	border-top:solid #6f777d 1px;
	border-right:solid black 1px;
	font-weight:bold;
}

.t_mmb_l {
	width:2px;
	height:29px;
	float:left;
	background-color:#535b5f;
	background-image:url(images/mmb_l_n.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.t_mmb_l_h {
	width:2px;
	height:29px;
	float:left;
	background-color:#78a271;
	background-image:url(images/mmb_l_h.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.t_mmb_l_d {
	width:2px;
	height:29px;
	float:left;
	
	/*
	background-color:#535b5f;
	background-image:url(images/mmb_l_n.gif);
	*/
	background-color:#78a271;
	background-image: url(images/mmb_l_d.gif);
	/*
	background-color:#78a271;
	background-image:url(images/mmb_l_h.gif);
	*/
	background-repeat: no-repeat;
	background-position: top right;
}

.t_mmb_r {
	width:2px;
	height:29px;
	float:right;
	background-color: #40484c;
	background-image: url(images/mmb_r_n.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.t_mmb_r_h {
	width:2px;
	height:29px;
	float:right;
	background-color: #5b8155;
	background-image: url(images/mmb_r_h.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.t_mmb_r_d {
	width:2px;
	height:29px;
	float:right;
	/*
	background-color: #40484c;
	background-image: url(images/mmb_r_n.gif);
	*/
	background-color: #5b8155;
	background-image: url(images/mmb_r_d.gif);
	/*
	background-color: #5b8155;
	background-image: url(images/mmb_r_h.gif);
	*/
	background-repeat: no-repeat;
	background-position: top left;
}

.d_mmb {
	width:94px;
	height:29px;
	float:left;
	overflow:hidden;
}

.a_mmb,.d_mmb_d {
	display:block;
	width:92px;
	height:25px;
	font-size:13px; 
	color:#FFFFFF;
	text-decoration:none;
	margin-left:1px;
	margin-top:1px;
	text-align:center;
	line-height:25px;
}

.d_mmb_s {
	height:29px;
	float:left;
}

/* Left menu */
#t_left_menu {
	margin-top:10px;
}

.t_lm,.t_lm_h,.t_lm_d {
	padding-right:10px;
	text-align:right;
	vertical-align:middle;
	overflow:hidden;
	border-bottom:solid #eaf1f7 1px;
}

.t_lm_h,.t_lm_d {
	background-color:#ffffff;
	background-image:url(images/lm_h.gif);
	background-repeat:repeat-y;
}

.t_lm_sm {
	text-align:right;
}

.a_lm,.d_lm_d {
	color:#133e5a;
	font-size:13px;
}

.a_lm {
	text-decoration:underline; 
}

.t_lsm,.t_lsm_h,.t_lsm_d {
	padding-right:10px;
	text-align:right;
	vertical-align:middle;
	overflow:hidden;
	border-bottom:solid #eaf1f7 1px;
}

.t_lsm_h,.t_lsm_d {
	background-color:#ffffff;
	background-image:url(images/lm_h.gif);
	background-repeat:repeat-y;
}

.a_lsm,.d_lsm_d {
	color:#1d4863;
	font-size:12px;
	margin:0;
	padding:0;
	padding-right:13px;
	background-image:url(images/lsm_c.gif);
	background-repeat:no-repeat;
	background-position:100% 4px;
}

.a_lsm {
	text-decoration:underline; 
}

/* Content */
#d_content {
	width:740px;
	margin:10px;
	color:#35434d;
}

#d_content table {
	color:#35434d;
	table-layout:auto;
}

.c_table {
	color:#35434d;
	table-layout:auto;
}

.c_hr {
	color:#ccd9e5;
}

h1,h2,h3,ul,p {
	margin: 1em 0px 1em 0px;
}

h1,h2,h3,.s_h1,.s_h2,.s_h3 {
	color:#0154d1;
	font-weight:bold;
}

h1,.s_h1 {
	margin-top:0px;
	padding-top:4px;
	font-size:1.4em;
}

h2,.s_h2 {
	font-size:1.2em;
}

h3,.s_h3 {
	font-size:1em;
}

ul,ol {
	padding-left:40px;
}

a {
	color:#0154d1;
	/*color:#0036d2;*/
}

/* Custom content */
.homecell_l {
	width:50%;
	padding-right:10px;
}

.homecell_r {
	width:50%;
	padding-left:10px;
}

.helpcell,.helpcell_c,.helpcell_h {
	background-color:#EAF1F7;
	border-right:solid #FFFFFF 3px;
	border-bottom:solid #FFFFFF 3px;
	padding:10px;
}

.helpcell_h {
	color:#0154d1;
	font-weight:bold;
	font-size:1em;
}

.helpcell_c {
	padding-top:0px;
	padding-bottom:0px;
}

td.helpcell_c p {
  margin-top:10px;
  margin-bottom:10px;
}

.helplist {
	margin-top:0px;
	margin-bottom:0px;
	line-height:160%;
}

.helpimg {
	 vertical-align:middle;
	 margin:0px;
	 padding:0px;
}

.helpimg_2 {
	 vertical-align:text-bottom;
	 margin:0px;
	 padding:0px;
}

.downloadcell_h {
	background-color:#EAF1F7;
	padding:10px;
	color:#0154d1;
	font-weight:bold;
	font-size:1em;
	text-align:center;
}

.downloadcell_c {
	padding:10px;	
	text-align:center;
	vertical-align:top;
}

.pricingcell_h {
	background-color:#EAF1F7;
	padding:10px;
	color:#0154d1;
	font-weight:bold;
	font-size:1em;
	text-align:left;
}

.pricingcell_c {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;	
	text-align:left;
	vertical-align:top;
}

.supportcell_c {
	padding-left:10px;
	padding-bottom:10px;
	padding-top:0px;
}

.linkbtn {
	font-size:larger;
	font-weight:bold;
}
