
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color: #575757; /* Default text color for all pages. */
}

a, a:visited
{
	color: #ff8a00;
	text-decoration: none;
}

a:hover
{
	color: #519b09;
	text-decoration: underline;
}

#page
{
	margin: 10px auto;
	text-align: left;
	width: 888px;
	*margin: -111px auto 10px auto;
}

table.data
{
	margin: 1.5em auto;
	border: 1px solid #B4B4B4;
}

table.data tr.even
{
	background: #f4f4f4;
}

table.data th
{
	padding: 2px 5px;
}

table.data td
{
	padding: 2px 5px;
}

table.data thead tr
{
}

table.data thead th
{
	padding: 4px 10px;
	background: #dfdfdf url('/images/data-table-header-background.png') repeat-x top right;
}

table.data tbody tr
{
}

/****************************** Header ******************************/

#header
{
	position: relative;
	background: url(/images/header/header-background.png) no-repeat -77px 0px;
	height: 111px;
	width: 888px;
}

#header_logo_left
{
	background: url(/images/header/header-background.png) no-repeat 0px 0px;
	position: relative;
	display: block;
	float: left;
	width: 77px;
	height: 111px;
	left: -77px;
	*top: 111px;
}

#header_logo
{
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: 74px;
}

#member_dashboard
{
	position: absolute;
	top: 0;
	right: 5px;
}

#nav
{
	margin: 0;
	font-size: 100%;
	position: relative;
	background: url(/images/header/tabs-inactive.png) no-repeat 77px 0px;
	top: 38px;
	height: 68px;
	width: 720px;
	left: 168px;
	*background: url(/images/header/tabs-inactive.png) no-repeat 0px 0px;
	*left: 245px;
}

#nav li.on, #nav li.off
{
	margin: 0 -1px 0 0;
	float: left;
	display: block;
	width: 126px;
	height: 35px;
}

#nav li.on
{
	background: url(/images/header/tab-active.png);
}

#nav li.off
{
	background: none;
}

a.nav_toplink
{
	text-align: center;
	text-decoration: none;
	color: #ff8a00;
	font-weight: bold;
	display: block;
	height: 15px;
	width: 126px;
	padding: 10px 0 10px 0;
}

#nav li.on a.nav_toplink
{
	color: #519b09;
	height: 17px;
	padding: 8px 0 10px 0;
}

ul.subnav
{
	background: url(/images/header/header-background.png) no-repeat -245px -73px;
	display: none;
	position: absolute;
	top: 35px;
	height: 33px;
	width: 642px;
	left: 77px;
	padding-top: 0;
	*left: 0px;
}

/* Visible only to Opera (and apparently only needed with slightly older versions of Opera) */
/*
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	#nav { left: 245px; background: url(/images/header/tabs-inactive.png) no-repeat 0px 0px;}
	ul.subnav { left: 0px; }
}
*/

ul.subnav li
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 33px;
	width: auto;
	text-align: center;
}

ul.subnav li a
{
	text-align: center;
	text-decoration: none;
	background: none;
	display: block;
	float: left;
	border: 0;
	color: #ff8a00;
	width: auto;
	margin: 0;
	padding: 7px 18px 10px 18px;
	height: 16px;
}

ul.subnav img
{
	margin: 8px 0;
}

#nav li.on ul
{
	display: block;
}

#nav li.off:hover ul, #nav li.over ul
{
	display: block;
	z-index: 6000;
}

#nav li.off a.nav_toplink:hover, #nav li.off:hover a.nav_toplink, #nav li.over a.nav_toplink
{
	background: url(/images/header/tab-active.png);
	color: #519b09;
	height: 17px;
	padding: 8px 0 10px 0;
}

ul.subnav a:hover, ul.subnav li:hover a
{
	background: none;
	color: #519b09;
}

/****************************** Body ******************************/

#body
{
}

#body_table
{
	width: 100%;
}

td.body_table_left, td.body_table_right
{
	height: 100%;
	vertical-align: top;
}

/* H1 is defined in Generic Pages */

#body h2
{
	font-weight: normal;
	font-size: 130%;
	margin-bottom: 1.2em;
}

#body p
{
	margin: 1em 0;
}

#body ol
{
	padding-left: 2.0em;
	list-style-type: decimal;
}

#body ul
{
	margin: 1.0em;
	padding-left: 2.0em;
	list-style-type: disc;
}

#body li ul
{
	margin: 0;
}

#body dl
{
	margin: 1em 0;
}

#body dt
{
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}

#body dd
{
	margin: 0.5em 0 0.5em 1.5em;;
}

#body img
{
}

span.italic
{
	font-style: italic;
}

#footer
{
	clear: both;
	margin: 2em auto 1em auto;
	text-align: center;
}

.copyright
{
	margin: 0 auto;
	font-size: 85%;
	color: #aaa;
}

/************************* Generic Page Styles **************************/

#generic_body
{
	border: 1px solid #b4b4b4;
	margin: 0;
	padding: 0;
}

#generic_tail
{
	background: url(/images/generic-page-tail.png) no-repeat;
	position: relative;
	float: left;
	left: -1px;
	top: -1px;
	width: 48px;
	height: 43px;
}

#pretitle
{
	height: 43px;
	margin-left: 48px;
}

#pretitle table
{
	height: 43px;
	width: 100%;
}

#pretitle td
{
	vertical-align: middle;
}

#breadcrumbs
{
	font-size: 85%;
	margin: 0;
	padding: 5px;
}

span.manual_nav_disabled
{
	color: #dddddd;
}

#page_title
{
	display: block;
	clear: both;
	margin-left: 33px;
	margin-bottom: 20px;
	height: 44px;
}

#page_title_left
{
	position: relative;
	float: left;
	left: 0;
	top: 0;
	background: url(/images/h1-background-left.png);
	margin: 0;
	padding: 0;
	width: 1px;
	height: 44px;
	z-index: 1;
	*left: 3px; /* I have no idea why IE6 can't even handle this easy one... */
}

#page_title_text
{
	position: relative;
	left: 0px;
	top: 0;
	background: url(/images/h1-background-center.png);
	margin: 0;
	padding: 13px 15px 5px 15px;
	height: 26px;
	font-size: 150%;
	color: #a0a0a0;
}

#page_title_right
{
	position: relative;
	float: right;
	right: 0;
	top: -44px;
	background: url(/images/h1-background-right.png);
	margin: 0;
	padding: 0;
	width: 55px;
	height: 44px;
}

#content
{
	margin: 2em 3.5em;
	width: 549px;
	*margin-top: -35px;
}

body.phoenix-manual #content
{
	width: 796px;
}

/************************* Sidebar Styles **************************/

#sidebar
{
	margin: 0px 0px 0px 4px;
	padding: 0;
	width: 242px;
	height: 100%;
}

#sidebar_slideshow
{
	position: relative;
}

#sidebar_slideshow #ss_container
{
	margin: 0 auto;
	width: 242px;
	height: 243px;
	overflow: auto;
	position: relative;
}

#sidebar_slideshow .control
{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
}

#sidebar_slideshow #left_control
{
	top: 105px;
	left: 10px;
	background: transparent url(/images/fancy_left.png) no-repeat 0 0;
}

#sidebar_slideshow #right_control
{
	top: 105px;
	right: 10px;
	background: transparent url(/images/fancy_right.png) no-repeat 0 0;
}

#sidebar_slidehow .slide
{
	margin: 0 auto;
	width: 242px;
	height: 243px;
}

#slide_1
{
	background: url(/images/sidebar_slide_1.jpg) no-repeat;
	width: 242px;
	height: 243px;
}

#slide_2
{
	background: url(/images/sidebar_slide_2.jpg) no-repeat;
	width: 242px;
	height: 243px;
}

#slide_trial_buy
{
	position: relative;
	background: url(/images/sidebar-trial-buy.jpg) no-repeat;
	width: 242px;
	height: 243px;
}

#slide_trial_buy #platforms
{
	position: absolute;
	left: 118px;
	top: 73px;
	width: 114px;
	font-size: 80%;
	line-height: 130%;
	color: #fff;
}

#slide_trial_buy a, #slide_trial_buy a:hover, #slide_trial_buy a:visited
{
	background: none;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.35);
	font-size: 110%;
	font-weight: bold;
}

#slide_free_trial
{
	display: block;
	position: absolute;
	left: 93px;
	top: 155px;
	width: 91px /* 133px */;
	height: 18px /* 32px */;
	padding: 7px 2px 7px 40px;
}

#slide_free_trial div
{
	text-align: center;
	width: 91px;
	height: 16px;
}

#slide_buy_now
{
	display: block;
	position: absolute;
	left: 93px;
	top: 197px;
	width: 91px /* 133px */;
	height: 18px /* 32px */;
	padding: 7px 2px 7px 40px;
}

#slide_buy_now div
{
	text-align: center;
	width: 91px;
	height: 16px;
}

#slide_price
{
	position: absolute;
	left: 14px;
	top: 204px;
	color: #c9ffb9;
	font-size: 120%;
}

#sidebar_news
{
	margin-top: 4px;
	border: 1px solid #b4b4b4;
}

#sidebar_news h2
{
	margin: 14px;
	color: #5c5b5b;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 0.2em;
}

#sidebar_news p
{
	margin: 14px;
	font-size: 85%;
	line-height: 125%;
}

div.sidebar_more_link
{
	margin: 14px;
	text-align: right;
	font-size: 85%;
}

#testimonial_quote
{
	margin: 14px;
	font-size: 85%;
	line-height: 125%;
}

#testimonial_source
{
	margin: 14px;
	font-size: 85%;
	line-height: 125%;
}

/************************ Download Button Styles *************************/

div.download_button
{
	margin: 1em auto 0.5em auto;
	background: url(/images/download-button.png) no-repeat;
	width: 316px;
	height: 66px;
}

div.download_button a
{
	display: block;
	padding: 13px 12px 13px 74px;
	vertical-align: center;
	width: 230px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.35);
}

div.download_button a:hover
{
	text-decoration: none;
	color: #ffffff;
}

div.download_button a:visited
{
	text-decoration: none;
	color: #ffffff;
}

div.download_button div.db_container
{
	margin: auto;
}

div.download_button div.db_title
{
	font-weight: bold;
	font-size: 110%;
}

div.download_button div.db_desc
{
	font-size: 85%;
	font-weight: normal;
}

div.db_other_os
{
	margin-bottom: 1em;
}

/************************* Shopping Cart Styles **************************/

#shop_page
{
	margin: 0 auto;
	padding: 0;
	width: 690px;
}

#shop_header
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 690px;
	height: 120px;
}

#shop_header_logo
{
	position: absolute;
	top: 10px;
	left: 20px;
}

#godaddy_seal
{
	position: absolute;
	top: 33px;
	left: 460px;
}

#authorize_seal
{
	position: absolute;
	top: 26px;
	left: 583px;
}

#AuthorizeNetText
{
	display: none;
}

#shop_body
{
	border: 1px solid #B4B4B4;
	padding: 20px;
}

#shop_body h2
{
	padding-bottom: 5px;
	border-bottom: 1px solid #B4B4B4;
	clear: both;
	font-weight: normal;
	font-size: 130%;
	margin: 1.7em 0 1.2em;
}

div.purchase_left
{
	float: left;
	display: inline;
	width: 330px;
}

div.purchase_right
{
	margin-bottom: 2em;
	float: right;
	display: inline;
	width: 310px;
}

div.purchase_question
{
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.purchase_answer
{
	font-size: 85%;
	line-height: 120%;
}

div.licenses_name
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 110%;
}

div.licenses_info
{
	position: relative;
	margin-top: 15px;
	width: 320px;
	height: 36px;
}

div.licenses_cost_info
{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 120%;
	text-align: right;
	font-size: 80%;
	width: 130px;
}

div.licenses_maint_info
{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 120%;
	text-align: right;
	font-size: 80%;
	width: 180px;
}

#licenses_savings_exp.disabled, #licenses_savings_pro.disabled
{
	color: #cccccc;
}

div.licenses_qty
{
	position: relative;
	left: 120px;
	top: 0px;
	width: 60px;
	margin: 0px 20px;
}

div.licenses_maint
{
	position: relative;
	left: 180px;
	top: 5px;
	width: 60px;
	margin: 0px 20px;
}

#licenses_qty_exp, #licenses_qty_pro
{
	position: absolute;
	margin: 0 ! important;
	padding: 0 ! important;
	width: 40px;
	height: 23px;
	text-align: center;
	font-size: 140% ! important;
	font-weight: normal;
}

div.licenses_spinner
{
	position: absolute;
	right: 0;
	cursor: pointer;
	height: 27px;
	width: 15px;
}

#licenses_spinner_up_exp, #licenses_spinner_up_pro
{
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 14px;
	background: url('/shop/images/spinner.gif') no-repeat;
}
#licenses_spinner_up_exp:hover, #licenses_spinner_up_pro:hover
{ background-position: -15px 0; }
#licenses_spinner_up_exp:active, #licenses_spinner_up_pro:active
{ background-position: -30px 0; }

#licenses_spinner_down_exp, #licenses_spinner_down_pro
{
	position: absolute;
	right: 0;
	top: 14px;
	width: 15px;
	height: 13px;
	background: url('/shop/images/spinner.gif') no-repeat 0 -14px;
	*
}
#licenses_spinner_down_exp:hover, #licenses_spinner_down_pro:hover
{ background-position: -15px -14px; }
#licenses_spinner_down_exp:active, #licenses_spinner_down_pro:active
{ background-position: -30px -14px; }

div.licenses_total
{
	position: absolute;
	left: 220px;
	top: 2px;
	text-align: center;
	font-size: 115%;
	font-weight: normal;
	width: 95px;
}

#shop_body fieldset
{
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: none;
	background: url(/shop/images/fieldset_gradient.png) repeat-x #eeeeee;
}

#shop_body legend
{
	padding: 1em;
	font-size: 110%;
	font-weight: bold;
}

#shop_body fieldset ol
{
	padding: 0 1em 1em 1em;
	list-style: none;
}

#shop_body fieldset li
{
	margin: 0;
	padding: 0;
}

#shop_body label
{
	display: block;
	margin: 8px 0px 5px 0px;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

#shop_body label span
{
	font-size: 85%;
	font-weight: normal;
}

#shop_body input.text, #shop_body select
{
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
	font-size: 100%;
}

#shop_body input.text.error, #shop_body select.error
{
	background-color: #ffdddd;
}

div.form_error
{
	background: url(/images/error.gif) no-repeat center left;
	display: none;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 22px;
	color: #ff0000;
}

div.form_warning
{
	background: url(/images/warning.png) no-repeat center left;
	display: none;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 22px;
	color: #ff8a16;
}

#shop_body div.form_warning
{
	margin: 5px 0px;
}

#shop_body #Express_Warning
{
	display: block;
	margin: 0em 1em 1em 4em;
}

#login_form
{
	clear: both;
	margin: 0em 3em 2em 3em;
	border: 1px solid #b4b4b4;
	background: #f8f8f8;
	padding: 3px;
	text-align: center;
}

#login_form label
{
	display: inline;
	margin: 0;
}

div.login_form_desc
{
	margin: 3px;
	margin-bottom: 7px;
}

div.login_form_controls
{
	margin: 3px;
}

#login_loading
{
	display: none;
	margin: 3px;
}

#login_error
{
	background: url(/images/error.gif) no-repeat center left;
	display: none;
	padding: 5px;
	padding-left: 22px;
	color: #ff0000;
}

#First_Name, #Last_Name
{
	width: 152px;
}

#Company_Name, #Company_Phone, #Address_1, #Address_2, #City,
#Email_Address, #Password, #Verify_Password
{
	width: 315px;
}

#Country
{
	width: 319px;
}

#Region
{
	margin-right: 5px;
	width: 179px;
}

#Postcode
{
	width: 125px;
}

div.purchase_payment
{
	margin: 0 auto;
	width: 260px;
}

div.purchase_accepted_cards
{
	margin: 10px auto;
	text-align: center;
}

#Card_Number { width: 225px; }
#Card_Month  { width: 140px; }
#Card_Year   { width: 84px;  }

div.purchase_overview_container
{
	margin-top: 2em;
	text-align: center;
}

div.purchase_promo_code
{
	float: left;
	margin: 0 auto;
	text-align: left;
	width: 220px;
}

#Promo_Code { width: 147px; }

#purchase_overview /* table */
{
	float: right;
	width: 425px;
	font-size: 120%;
}

#purchase_overview td
{
	padding: 5px;
	text-align: right;
}

#purchase_overview tbody td
{
	border-top: 1px solid #b4b4b4;
}

#purchase_overview tbody td.first
{
	border-top: none;
}

#purchase_overview tfoot td
{
	border-top: medium double #b4b4b4;
}

tr.overview_discount
{
	display: none;
}

span.discount_amount
{
	color: #008000;
}

#purchase_overview tr.tax
{
	color: #a8a8a8;
}

#purchase_overview tr.tax.enabled
{
	color: #575757;
}

td.overview_total_row
{
	font-weight: bold;
}

#purchase_process
{
	clear: both;
	margin-top: 20px ! important;
	font-weight: bold;
}

/*************************** Dashboard Styles ****************************/

#dashboard_login #login_user, #dashboard_login #login_pass
{
	width: 250px;
}

#dashboard_login_button
{
	margin-top: 1.3em;
}

/************************* Page Specific Styles **************************/

/***** Front Page *****/

#banner
{
	background: url(/images/front-page-banner.jpg) no-repeat;
	width: 642px;
	height: 243px;
}

#frontpage
{
	margin: 4px 0px 0px 0px;
	border: 1px solid #b4b4b4;
	background: #eff1f4;
	padding: 15px;
}

#front_row_1, #front_row_2
{
	clear: both;
}

#front_row_1
{
	margin-bottom: 15px;
}

#frontpage_overview_text, #frontpage_screenshots_text
{
	float: right;
	width: 277px;
	margin-left: 15px;
	*width: 274px;
}

#frontpage_overview a, #frontpage_overview a:hover, #frontpage_overview a:visited,
#frontpage_screenshots a, #frontpage_screenshots a:hover, #frontpage_screenshots a:visited
{
	background: none;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.35);
	font-size: 110%;
}

#frontpage_overview
{
	display: inline-block;
    position: relative;
	background: url(/images/front-page-overview.jpg) no-repeat;
	width: 318px;
	height: 244px;
}

#frontpage_overview a
{
	text-align: center;
	position: absolute;
	top: 182px;
	left: 173px;
	width: 101px;
	height: 19px;
	padding: 6px 2px 7px 30px;
}

#frontpage_screenshots
{
	display: inline-block;
    position: relative;
	background: url(/images/front-page-screenshots.jpg) no-repeat;
	width: 318px;
	height: 274px;
}

#frontpage_screenshots a
{
	text-align: center;
	position: absolute;
	top: 187px;
	left: 173px;
	width: 101px;
	height: 19px;
	padding: 6px 2px 7px 30px;
}

/***** Screenshots Page *****/

td.screenshot
{
	padding: 8px;
}

td.screenshot img
{
	border: 1px solid #B4B4B4;
	display: inline;
	text-align: center;
}

