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

* {
	border:0;
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(../images/page//bak.jpg) repeat-x top #ffffff;
}

a {
	color:#C72B0D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}





/* ------------------------------ LAYOUT CLASSES ------------------------------ */
#wrapper {
	width:954px;
	margin-left:auto;
	margin-right:auto;
}

#purchaseUpgrade {
	display:none;
}

#purchaseNew {
	display:block;
}

.rightOfButton {
	height:15px;
	float:left;
	margin-top:11px;
}



/* ------------------------------ TITLE CLASSES ------------------------------ */
#title_home {
	background:url(../images/titles/title_welcome.gif) no-repeat;
	width:134px;
	height:30px;
	text-indent:-9999px;
}

#title_store {
	background:url(../images/titles/title_store.gif) no-repeat;
	width:78px;
	height:30px;
	text-indent:-9999px;
}

#title_download {
	background:url(../images/titles/title_download.gif) no-repeat;
	width:147px;
	height:30px;
	text-indent:-9999px;
}

#title_features {
	background:url(../images/titles/title_features.gif) no-repeat;
	width:147px;
	height:30px;
	text-indent:-9999px;
}

#title_support {
	background:url(../images/titles/title_support.gif) no-repeat;
	width:147px;
	height:30px;
	text-indent:-9999px;
}

#title_login {
	background:url(../images/titles/title_login.gif) no-repeat;
	width:147px;
	height:30px;
	text-indent:-9999px;
}






/* ------------------------------ TOP & NAV CLASSES ------------------------------ */
#top {
	width:954px;
	height:300px;
	background:url(../images/page/top.jpg) no-repeat;
	text-indent:-9999px;
}

#top_nav {
	width:954px;
	height:40px;
}

#top_nav ul {
	list-style:none;
}

#top_nav ul li {
	float:left;
	width:132px;
	height:40px;
}

#top_nav ul #left {
	width:25px;
	background:url(../images/nav/nav_end_left.jpg) no-repeat;
}

#top_nav ul #right {
	width:268px;
	background:url(../images/nav/nav_end_right.jpg) no-repeat;
}

#nav_01 a, #nav_02 a, #nav_03 a, #nav_04 a, #nav_05 a {
	width:132px;
	height:40px;
	display:block;
	text-indent:-9999px;
}

#top_nav ul #nav_01, #nav_01 a {
	width:133px;
}

#nav_01 a {
	background:url(../images/nav/nav_btn_home.jpg);
}

#nav_01 a:hover {
	background:url(../images/nav/nav_btn_home_f2.jpg);
}

#nav_01.selected a, #nav_01.selected a:hover {
	background:url(../images/nav/nav_btn_home_f3.jpg);
}

#nav_02 a {
	background:url(../images/nav/nav_btn_store.jpg);
}

#nav_02 a:hover {
	background:url(../images/nav/nav_btn_store_f2.jpg);
}

#nav_02.selected a, #nav_02.selected a:hover {
	background:url(../images/nav/nav_btn_store_f3.jpg);
}

#nav_03 a {
	background:url(../images/nav/nav_btn_download.jpg);
}

#nav_03 a:hover {
	background:url(../images/nav/nav_btn_download_f2.jpg);
}

#nav_03.selected a, #nav_03.selected a:hover {
	background:url(../images/nav/nav_btn_download_f3.jpg);
}

#nav_04 a {
	background:url(../images/nav/nav_btn_features.jpg);
}

#nav_04 a:hover {
	background:url(../images/nav/nav_btn_features_f2.jpg);
}

#nav_04.selected a, #nav_04.selected a:hover {
	background:url(../images/nav/nav_btn_features_f3.jpg);
}

#nav_05 a {
	background:url(../images/nav/nav_btn_support.jpg);
}

#nav_05 a:hover {
	background:url(../images/nav/nav_btn_support_f2.jpg);
}

#nav_05.selected a, #nav_05.selected a:hover {
	background:url(../images/nav/nav_btn_support_f3.jpg);
}

#offer {
	position:absolute;
	top:0px;
	margin-left:784px;
	width:195px;
	height:131px;
}



/* ------------------------------ SUB NAV CLASSES ------------------------------ */
#heading {
	height:30px;
	width:904px;
	margin:32px 0px 0px 25px;
}

#heading #title {
	float:left;
	width:150px;
}

#heading #buy_now, #heading #buy_now a {
	width:97px;
	height:30px;
	display:block;
	text-indent:-9999px;
}

#heading #buy_now {
	float:right;
}


#heading #buy_now a {
	background:url(../images/nav/subnav_buy_now.jpg);
}

#heading #buy_now a:hover {
	background:url(../images/nav/subnav_buy_now_f2.jpg);
}

#sub_nav {
	float:right;
}

#sub_nav ul {
	list-style:none;
}

#sub_nav ul li {
	float:left;
	background:url(../images/nav/subnav_mid.gif);
	height:24px;
	padding-top:6px;
	padding-right:12px;
	.padding-right:6px;
	display:block;
}

#sub_nav ul .last {
	padding-right:0px;
}

#sub_nav ul .selected a, #sub_nav ul .selected a:hover {
	color:#C72B0D;
	text-decoration:none;
	cursor:default;
}

#sub_nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

#sub_nav ul li a:hover {
	color:#C72B0D;
	text-decoration:underline;
}

#sub_nav ul #right {
	background:url(../images/nav/subnav_right.gif) no-repeat;
	width:30px;
	padding-right:12px;
}

#sub_nav ul #left {
	background:url(../images/nav/subnav_left.gif) no-repeat;
	width:30px;
	padding-right:0px;
}















/* ------------------------------ OTHER ROLL OVER CLASSES ------------------------------ */
.buyNew, .buyNew a, .buyUpgrade, .buyUpgrade a, .generateKey, .generateKey a, .loginBtn, .loginBtn a, .retrieveBtn, .retrieveBtn a, .updateBtn, .updateBtn a, .askBtn, .askBtn a {
	width:246px;
	height:30px;
	display:block;
	text-indent:-9999px;
}

.buyNew, .buyUpgrade, .generateKey, .loginBtn {
	margin:5px 15px 30px 15px;
	_margin-right:13px;
	_margin-left:6px;
	float:left;
}

.buyUpgrade {
	margin-left:0px;
}


.buyNew a {
	background:url(../images/buttons/btn_buy_2co_new.gif);
}

.buyNew a:hover {
	background:url(../images/buttons/btn_buy_2co_new_f2.gif);
}

.buyUpgrade a {
	background:url(../images/buttons/btn_buy_2co_upgrade.gif);
}

.buyUpgrade a:hover {
	background:url(../images/buttons/btn_buy_2co_upgrade_f2.gif);
}

.generateKey a {
	background:url(../images/buttons/btn_generate_key_code.gif);
}

.generateKey a:hover {
	background:url(../images/buttons/btn_generate_key_code_f2.gif);
}

.mainDownload, .mainDownload a {
	width:314px;
	height:314px;
	display:block;
	float:right;
	font-size:0px;
	color:#FFFFFF;
}

form .mainDownload {
	text-indent:-9999px;
}

.mainDownload a {
	background:url(../images/buttons/btn_main_download.png);
}

.mainDownload a:hover {
	background:url(../images/buttons/btn_main_download_f2.png);
}

.betaDlMac, .betaDlMac a, .betaDlWin, .betaDlWin a {
	width:325px;
	height:43px;
	display:block;
	text-indent:-9999px;
}

.betaDlMac, .betaDlWin {
	float:left;
	margin-bottom:25px;
}

.betaDlWin {
	margin-left:20px;
}

.betaDlWin a {
	background:url(../images/buttons/btn_beta_download_win.gif);
}

.betaDlWin a:hover {
	background:url(../images/buttons/btn_beta_download_win_f2.gif);
}

.betaDlMac a {
	background:url(../images/buttons/btn_beta_download_mac.gif);
}

.betaDlMac a:hover {
	background:url(../images/buttons/btn_beta_download_mac_f2.gif);
}

.loginBtn, .retrieveBtn, .updateBtn, .askBtn {
	margin-bottom:20px;
	.margin-bottom:0px;
	.padding-bottom:0px;
	margin-left:0px;
}

.loginBtn a {
	background:url(../images/buttons/btn_login.gif);
}

.loginBtn a:hover {
	background:url(../images/buttons/btn_login_f2.gif);
}

.retrieveBtn a {
	background:url(../images/buttons/btn_retrieve.gif);
}

.retrieveBtn a:hover {
	background:url(../images/buttons/btn_retrieve_f2.gif);
}

.updateBtn a {
	background:url(../images/buttons/btn_update.gif);
}

.updateBtn a:hover {
	background:url(../images/buttons/btn_update_f2.gif);
}

.askBtn a {
	background:url(../images/buttons/btn_ask.gif);
}

.askBtn a:hover {
	background:url(../images/buttons/btn_ask_f2.gif);
}















/* ------------------------------ CONTENT CLASSES ------------------------------ */
#content {
	width:904px;
	margin:32px 0px 0px 25px;
}

#content #left {
	width:544px;
	float:left;
}

#content #right {
	width:360px;
	float:right;
	text-align:right;
}

#content #right .closer {
	margin-top:-15px;
}

#content p {
	clear:both;
	margin-bottom:18px;
	line-height:19px;
}

#content h3, #content h2, #content h1 {
	font-size:14px;
	color:#444444;
}


#content h2.error {
	font-size:22px;
	color:#C72B0D;
	margin-bottom:15px;
	margin-top:0px;
}

#content #strip {
	width:904px;
	float:left;
}

#content .testimonial {
	background:url(../images/misc/dash.gif) top repeat-x;
	padding:18px 18px 0px 18px;
	font-style:italic;
	font-size:11px;
	color:#666666;
	_width:500px;
}

#content ul li {
	background:url(../images/misc/dash.gif) top repeat-x;
	padding:18px 18px 18px 18px;
	color:#666666;
	font-size:12px;
	_width:500px;
	list-style:none;
}

#content .element_slug, #content .element_direction, #content .element_character, #content .element_paren, #content .element_dialog {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	display:block;
	line-height:14px;
}

#content .element_direction {
	margin-left:20px;
	margin-top:18px;
}

#content .element_character {
	margin-left:140px;
	width:300px;
	margin-bottom:0px;
}

#content .element_paren {
	margin-left:118px;
	width:185px;
	margin-bottom:0px;
}

#content .element_dialog {
	margin-left:100px;
	width:255px;
	margin-bottom:0px;
}

#content .hilite {
	/*background:#C72B0D;*/
	color:#C87E3F;
	font-weight:bold;
}

#content .note {
	clear:both;
	font-size:10px;
	margin-bottom:12px;
}

#content .minus20IE {
	.margin-top:-20px;
}

#content ol {
	margin-left:60px;
	margin-bottom:30px;
}

#content ol li {
	margin-top:5px;
}

#content .separator, #content .separator2 {
	background:url(../images/misc/dash.gif) top repeat-x;
	padding:18px 18px 0px 0px;
}

#content .separator2 {
	.padding-top:9px;
}

#sub_nav ul li .blue, #content .blue, #sub_nav ul li a.blue {
	color:#0066FF;
	background:url(../images/misc/blue_star.gif) left no-repeat;
	padding-left:15px;
}

#sub_nav ul li .blue:hover {
	color:#0066FF;
	background:url(../images/misc/blue_star.gif) left no-repeat;
	padding-left:15px;
	text-decoration:underline;
}

#sub_nav ul li.selected a.blue, #sub_nav ul li.selected a:hover.blue {
	text-decoration:none;
	color:#0066FF;
	background:url(../images/misc/blue_star.gif) left no-repeat;
	padding-left:15px;
}

.clear {
	clear:both;
	.margin-top:9px;
}

#content ul.images {
	margin-top:15px;
}

#content ul.images li {
	background:none;
	float:left;
	margin:4px;
	padding:0px;
	width:292px;
	_width:290px;
}

#content ul.images li a {
	border:1px #F3F3F3 solid;
	display:block;
}

#content ul.images li a:hover {
	border:1px #C72B0D solid;
}

#content .links {
	display:block;
	width:500px;
	margin:3px 3px 3px 20px;
	height:16px;
	font-size:11px;
}

#content .links_heading {
	display:block;
	width:544px;
	background:#F3F3F3;
	margin-bottom:10px;
	margin-top:10px;
	height:21px;
	padding:4px 3px 0px 8px;
	_width:530px;
	font-weight:bold;
}



/* ------------------------------ BOX CLASSES ------------------------------ */
#boxes {
	width:910px;
	margin:10px 0px 0px 25px;
}

#boxes .box_hor_holder {
	height:172px;
	float:left;
	margin-top:8px;
}

#boxes .box_hor_left, #boxes .box_hor_right {
	background:url(../images/panels/panel_hor_2.jpg) no-repeat;
	width:447px;
	height:172px;
	float:left;
	margin:0px 12px 0px 0px; 
}

#boxes .box_hor_right {
	margin-right:0px;
}

#boxes #sticker {
	float:left;
	margin:-140px 0px 0px 400px;
	_margin-left:200px;
}

#boxes .box_hor_left .image {
	margin:0px 25px 0px 25px;
	float:left;
	_margin-left:13px;
}

#boxes .box_hor_left .text {
	float:left;
	width:241px;
	margin:32px 0px 0px 0px;
}

#boxes .box_hor_right .image {
	margin:0px 10px 0px 25px;
	float:right;
	_margin-right:5px;
}

#boxes .box_hor_right .text {
	float:left;
	width:241px;
	margin:32px 0px 0px 60px;
	_margin-left:30px;
}

#boxes .text h3 {
	font-size:14px;
}

#boxes .text p {
	font-size:12px;
}






/* ------------------------------ BODY BOX CLASSES ------------------------------ */
.box {
	background:#F3F3F3;
	float:left;
	width:100%;
	padding:20px 0px;
	margin-bottom:20px;
	.margin-bottom:0px;
}

.box .left, .box .right {
	float:left;
	display:block;
	height:20px;
	margin:0px 20px;
	_margin:0px 10px;
}

.box .left {
	width:110px;
	font-weight:bold;
}

.box .right {
	width:330px;
}






/* ------------------------------ FOOTER CLASSES ------------------------------ */
#footer {
	width:910px;
	margin:10px 0px 0px 25px;
}

#footer p.copyright {
	font-size:11px;
	color:#999999;
	float:left;
	margin-top:20px;
	padding-bottom:10px;
	width:904px;
}

#footer a {
	color:#999999;
	text-decoration:underline;
}





/* ------------------------------ FORM CLASSES ------------------------------ */
fieldset {
	margin-left:55px;
	margin-bottom:20px;
}

label {
	float:left;
	width:200px;
	height:20px;
	background:#F3F3F3;
	margin-bottom:10px;
	height:21px;
	padding:4px 3px 0px 8px;
}

input, textarea {
	float:left;
	width:200px;
	height:20px;
	border:1px solid #CCCCCC;
	padding:3px 3px 0px 3px;
	margin-bottom:10px;
}

textarea {
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.error {
	/*float:left;*/
	color:#C72B0D;
	background:url(../images/misc/error_x.gif) no-repeat top left;
	font-size:16px;
	text-transform:uppercase;
	height:23px;
	padding-left:40px;
	margin-bottom:20px;
}

.progress {
	background:url(../images/misc/progress_bar.gif) no-repeat;
	width:388px;
	height:14px;
	margin:30px;
	margin-left:auto;
	margin-right:auto;
}

.label_left {
	float:left;
	width:200px;
	border:1px #F3F3F3 solid;
	margin-bottom:10px;
	height:21px;
	padding:2px 3px 0px 8px;
}

.label_right {
	float:left;
	width:200px;
	background:#F3F3F3;
	margin-bottom:10px;
	height:21px;
	padding:4px 3px 0px 8px;
	font-weight:bold;
}

.indent {
	margin-left:55px;
	_margin-left:27px;
}