html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
}

body {
	margin: 0 auto;
	height: 100%;
	background: #fff url('../images/bg-body.png') left top repeat-x;
	font-family: arial, helvetica, sans-serif;	
	color: #5e5955;
}

#wrapper {
	margin: 0 auto -100px auto;
	padding: 0;
	width: 960px;
	min-height: 100%;
}

.clear-both {
	clear: both;
}

img.screenshot {
	border: 3px solid #d8d6d4;
}

div.pitch {
	text-align:left;
	width:450px;
}

div.pitch li {
font-weight:400;
font-size:15px;
}

div.pitch h1 {
font-family: helvetica,arial,sans-serif;
color:#1572af;
font-size:35px;
letter-spacing:-2px;
line-height:1em;
margin:0 0 10px;
padding:0;
text-shadow:2px 2px 0 rgba(0, 0, 0, 0.15);
}

div.pitch h2 {
color:#222222;
font-family:georgia,times;
font-size:20px;
font-weight:normal;
line-height:1.2em;
margin:0 0 10px;
padding:0;
}

#content div.pitch h3 {
color:#555555;
font-family:georgia,times;
font-size:16px;
font-weight:normal;
line-height:1.2em;
margin:0 0 15px;
padding:0;
}

div.pitch ul {
list-style:none;
margin-left:5px;
line-height:18px;
}



#content div.featuredTestimonials {
	/*float:left;*/
	margin-top:60px;
	padding-top:25px; 
	padding-bottom:100px; 

	/*margin-left:230px;*/
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#content div.testimonial {
	border:0px solid;
	float:left;
}

#content p.largeTestimonial {
	color:#222222;
	font-family:georgia,times;
	font-size:18px;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 10px;
	padding:0;
	width:460px;
}

/*-----------------------  header  ----------------------*/
#header {
	position: relative;
	width: 960px;
	height: 93px;
}

#header #logo a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 75px;
	width: 300px;
	background: url('../images/logo.png') left top no-repeat;
	text-indent: -9999px;
}

#header #phone {
	padding-top:5px;
	font-size: 20px;
	color:#FFFFFF;
}

#header #chat a {
	font-size: 20px;
	color:#FFFFFF;
}

	/*-----------------------  header links  ----------------------*/
ul#header-links {
	position: absolute;
	right: 0;
	top: 0;
}

ul#header-links li {
	float: left;
}

ul#header-links li#user-name {
	color: #b5becc;
	margin-right: 20px;
	padding-top: 3px;
	font-size: 14px;
}

#user-login a {
	display: block;
	height: 20px;
	width: 80px;
	background: url('../images/button-login.png') left top no-repeat;
	text-indent: -9999px;
}

#user-login a:hover {
	background: url('../images/button-login.png') left bottom no-repeat;
}


	/*-----------------------  navigation - main  ----------------------*/
ul#nav-main {
	position: absolute;
	right: 0;
	bottom: 0;
}

ul#nav-main li {
	float: left;
	margin-left: 2px;
}

ul#nav-main li a {
	display: block;
	height: 32px;
	padding: 0 0 0 15px;
	background: url('../images/nav-main.gif') left top no-repeat;
	font-size: 14px;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #7a584a;
}

ul#nav-main li a span {
	display: block;
	height: 32px;
	padding: 0 15px 0 0;
	background: url('../images/nav-main.gif') right top no-repeat;
}

ul#nav-main li a:hover, ul#nav-main li.active a {
	background: url('../images/nav-main.gif') left bottom no-repeat;
}

ul#nav-main li a:hover span, ul#nav-main li.active a span {
	background: url('../images/nav-main.gif') right bottom no-repeat;
}
	



/*-----------------------  content  ----------------------*/
#content {
	margin-top: 25px;
	padding-bottom: 75px;
	background: url('../images/bg-content.jpg') left top no-repeat;
	min-height: 450px;
}

#content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #9f6001;
}

#content h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #9f6001;
}

#content-main {
	padding-top: 20px;
}
	/*-----------------------  content - homepage  ----------------------*/
#home #content {
	background: none;
}

#home #content #content-main {
	width: 450px;
	float: left;
	margin-right: 0;
	padding-top:0;
}

#home #content-main p {
	font-size: 15px;
	line-height: 21px;
	color: #312d2a;
}

#home #tagline {
	height: 59px;
	width: 355px;
	margin-bottom: 20px;
	background: url('../images/home-tagline.png') left top no-repeat;
	text-indent: -9999px;
}

#home #demo {
	margin: 20px -7px 0 0;
}

a#button-trial {
	margin: 5px auto 0 auto;
	display: block;
	height: 62px;
	width: 272px;
	background: url('../images/button-trial.png') left top no-repeat;
	text-indent: -9999px;
}

a#button-demo {
	display: block;
	height: 48px;
	width: 200px;
	float:right;
	background: url('../images/button-demo.png') left top no-repeat;
	text-indent: -9999px;
}

a#button-trial-green {
	display: block;
	height: 48px;
	width: 200px;
	float:right;
	background: url('../images/button-trial-green.png') left top no-repeat;
	text-indent: -9999px;
}


a#button-trial:hover {
	background: url('../images/button-trial.png') left bottom no-repeat;
}

a#button-learning-center {
	margin: 35px auto 0 auto;
	display: block;
	height: 62px;
	width: 272px;
	background: url('../images/button-learning-center.png') left top no-repeat;
	text-indent: -9999px;
}

a#button-learning-center:hover {
	background: url('../images/button-learning-center.png') left bottom no-repeat;
}

a#button-support-center {
	margin: 35px auto 0 auto;
	display: block;
	height: 62px;
	width: 272px;
	background: url('../images/button-support-center.png') left top no-repeat;
	text-indent: -9999px;
}

a#button-support-center:hover {
	background: url('../images/button-support-center.png') left bottom no-repeat;
}

#page-desc a#button-trial {
	margin-top: 30px;
	margin-right : 30px;
	float:right;
	display: block;
	height: 62px;
	width: 272px;
	background: url('../images/button-trial.png') left top no-repeat;
	text-indent: -9999px;
}

#page-desc a#button-trial-small:hover {
	background: url('../images/button-trial.png') left bottom no-repeat;
}


	
	/*-----------------------  content - subpage  ----------------------*/
#content #page-desc {
	height: 112px;
}

#page-desc h3 {
	position: relative;
	top: 34px;
	left: 26px;
	font-size: 16px;
	color: #666;
}

#page-desc h2 {
	position: relative;
	top: 34px;
	left: 26px;
	height: 31px;
	width: 189px;
	text-indent: -9999px;
}

#products #page-desc h2 {
	background: url('../images/title-products.png') left top no-repeat;
}

#services #page-desc h2 {
	background: url('../images/title-services.png') left top no-repeat;
}

#pricing #page-desc h2 {
	background: url('../images/title-pricing.png') left top no-repeat;
}

#support #page-desc h2 {
	background: url('../images/title-support.png') left top no-repeat;
}

#about #page-desc h2 {
	background: url('../images/title-about-us.png') left top no-repeat;
}

		/*-----------------------  content - features  ----------------------*/
#content #content-main {
	float: right;
	width: 735px;
	margin-right: 15px;
}

#content .features-list li {
	clear: both;
	padding-top: 40px;
}

#content .features-list li.first {
	padding-top: 0;
}

#content .features-list li img {
	float: left;
	border: 3px solid #d8d6d4;
}
/*--
#content .features-list li h3, #content .features-list li p {
	float: right;
	width: 360px;
}
--*/
#content .features_overview_left {
	float: left;
	width: 310px;
}

#content .features_overview_right {
	float: left;
	width: 360px;
	
}
#content .features_overview_right h3 {
	font-size:20px;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:5px;
	color:#336699;
	font-family:"Trebuchet MS",serif;
}

#content .features_overview_right ul {
	margin:0;
	list-style: disc;
}

#content .features_overview_right li {
	font-size:14px;
	margin-left:20px;
	padding-top: 5px;
	border-top:none;
	padding-bottom:0px;
}

	/*-----------------------  content - pricing  ----------------------*/
#pricing #content-main {
	float: left;
	margin-left: 30px;
	width: 540px;
	min-height: 500px;
	margin-right:0px;
}

#pricing #content-sec {
	float: right;
	padding-top: 30px;
	width: 255px;
	margin-right: 80px;
}	
	
#pricing-box {
	width: 517px;
	background: url('../images/pricing-box-mid.gif') left top repeat-y;
	padding-bottom: 30px;
}

#pricing-box h3 {
	padding: 20px 25px 5px 25px;
	color: #66582c;
	background: url('../images/pricing-box-top.gif') left top no-repeat;	
}

#pricing-box-bottom {
	width: 517px;
	height: 10px;
	background: url('../images/pricing-box-bottom.gif') left top no-repeat;
}

#readyToOrder-box {
	width: 270px;
	border:#999999 1px dashed;
	background-color:#CCCCCC;
	padding: 10px;
	margin-bottom:20px
}

#homepage-promo-box {
	width: 270px;
	border:#999999 1px dashed;
	background-color:#CCCCCC;
	padding: 10px;
	margin-bottom:20px
}

#readyToOrder-box p {
	font-weight: bold;
}

#pricing-box p {
	font-size: 14px;
	line-height: 21px;
	padding: 0 25px 15px 25px;
	color: #66582c;
	font-weight: bold;
}	

table#pricing-plans {
	margin: 0 26px;
	color: #5e5d5d;
	font-size: 13px;
	line-height: 18px;
	background-color: #fff;
	width: 461px;
}

table#pricing-plans tr.headers {
	height: 33px;
	border-top: 1px solid #fbeec3;
	background: url('../images/bg-pricing-table-th.gif') left top repeat-x;	
	text-align: left;
}

table#pricing-plans tr {
	height: 35px;
}

table#pricing-plans tr.even {
	background-color: #fcf7ea;
	border-top: 1px solid #e1d5af;
	border-bottom: 1px solid #e1d5af;
}

table#pricing-plans td, table#pricing-plans th {
	padding: 8px 10px 0 10px;
}

#pricing #content-sec h3 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1px solid #66582c;
	color: #66582c;
}

#pricing #content-sec li {
	padding: 12px 0 10px 30px;
	font-size: 14px;
	color: #4c4c4c;
	background: url('../images/check.png') left 50% no-repeat;
	
}

/*-----------------------  content - support  ----------------------*/
#support-search {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#support-search label {
	float: left;
	margin-left: 35px;
	margin-bottom: 5px;
}

#support-search input#search-text {
	float: left;
	margin-left: 35px;
	background: #fff;
	border: 2px solid #d9d9d9;
	width: 470px;
	font-size: 18px;
	padding: 6px;
}

#support-search input#search-submit {
	float: left;
	margin-left: 2px;
	background: #e39727;
	border: 2px solid #d48f26;
	width: 100px;
	font-size: 18px;
	padding: 5px 4px 5px 4px;
	color: #fff;
}

.support-list li {
	margin-bottom: 30px;
}

div.message {
	display: none;
}
	
#contact-us #content-sec {
	width: 188px;
	margin-left: 40px;
	margin-top: 40px;
}

#contact-us #content-sec h3 {
	font-size: 16px;
}	

#contact-us #content-sec p {
	font-size: 12px;
	line-height: 18px;
}
			
/*-----------------------  content - faqs  ----------------------*/
#faqs {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

#faqs p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

#faqs ul {
	list-style: circle;
	margin-left:35px
}


/*-----------------------  navigation - secondary  ----------------------*/
#content-sec ul#nav-sec {
	width: 188px;
	padding-top: 25px;
	height: 500px;
	background: url('../images/bg-subnav.jpg') 1px top no-repeat;
}

#content-sec ul#nav-sec li {
	border-bottom: 1px solid #e9e6e3;
}

#content-sec ul#nav-sec li.first {
	border-top: 1px solid #e9e6e3;
}

#content-sec ul#nav-sec li a {
	display: block;
	height: 36px;
	width: 168px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	color: #989694;
}	

#content-sec ul#nav-sec li a:hover, #content-sec ul#nav-sec li.active a {
	background: url('../images/subnav-active.png') left top no-repeat;
	color: #fff;	
}
	
/*-----------------------  footer  ----------------------*/	
#footer, .push {
	height: 100px;
}

#footer {
	width: 100%;
	background: #5e7697 url('../images/bg-footer.png') left top repeat-x;
	color: #b5becc;
}

#footer-inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#footer p {
	padding-top: 20px;
	font-size: 12px;
}	
	
/*----------------------------------- 
UI tabs
-----------------------------------*/
#tabs {
	clear: both;
	padding-top: 20px;
}

.ui-tabs-nav ul.tabbed-nav {
	border-left: 1px solid #dcd9d9;
	height: 49px;
}

.ui-tabs-nav ul.tabbed-nav li {
	display: block;
	position: relative;
	float: left;
	font-size: 12px;
	background: none;
	padding-left: 0;
    line-height: 14px;
}
.ui-tabs-nav ul.tabbed-nav li a {
	display: block;
	height: 47px;
	width: 230px;
	color: #7a584a;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	outline: none;
	background: url('../images/bg-tabbed-nav.png') left top repeat-x;
	border: 1px solid #dcd9d9;
	border-left: none;
}

.ui-tabs-nav ul.tabbed-nav li a:hover, .ui-tabs-nav ul.tabbed-nav li a:active, .ui-tabs-nav ul.tabbed-nav li.ui-tabs-selected a {
	background: url('../images/bg-tabbed-nav-hov.png') left top repeat-x;
	border-bottom: 1px solid #faf9f6;	
}

.ui-tabs-nav ul.tabbed-nav li a span {
	width: 150px;
	position: relative;
	left: 20px;
	top: 23px;
}


.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

.ui-tabs-panel {
	clear: left;
	padding-top: 30px;
}	

.ui-tabs-panel div.tab-3-image {
	float: left;
	width: 286px;
	margin-right: 33px;
}

.ui-tabs-panel div.last {
	margin-right: 0;
}

.ui-tabs-panel div.tab-3-image img {
	border: 3px solid #d8d6d4;
}

.ui-tabs-panel div.tab-3-image img.no_border {
	border: 0px;
}

#content .ui-tabs-panel div.tab-3-image p {
	text-align: center;
	margin-top: 10px;
	color: #1572af;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

/******* CONTAINER *******/
#contact-form-box{
	width: 600px;
	margin: 0 0 0 40px;
	text-align: left;
	border: 1px solid #e4e4e4;
	background-color: #FCF7EA;
}
#contact-box-header {
	padding: 20px 20px 0 20px;
}

#contact-box-header h3 {
	font-size: 20px;
}

/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
	padding: 0 20px 20px 20px;
}
#customForm label{
	display: block;
	color: #797979;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	float: left;
	text-align: right;
	width: 175px;
	margin-right: 15px;
}
#customForm div label span {
	color: #d80303;
	margin: 0;
}

#customForm div {
	clear: both;
}

#customForm p.required-message {
	color: #d80303;
	float: right;
	font-size: 12px;
	margin-right: 40px;
}
#customForm input{
	width: 300px;
	padding: 6px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea{
	padding: 6px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: #E39727;
	border:2px solid #D48F26;
	width: 220px;
	margin-left: 190px;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #f8bb61;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/

#release_notes ol, #release_notes ul {
	margin:8px;
}




.container {
	margin:0 auto;
	text-align:left;
	width:960px;
	padding-top:70px;
}

.column {
	float:left;
	min-height:1px;
}

.dark_grey2 {
	color:#303030;
}

.c585 {
	width:585px;
}

.c255 {
	width:255px;
}

.c225 {
	width:225px;
}

.c300 {
	width:300px;
}

.c35 {
	width:35px;
}

.s10 {
	height:10px;
}
.spacer {
	clear:both;
	min-height:1px;
	width:100%;
}

.divider {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/divider-bg.wgif) repeat-y scroll 0 0;
}

.divider .cap {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/divider-cap.gif) no-repeat scroll 0 0;
	height:75px;
	margin-bottom:-55px;
}

.divider-content {
	min-height:130px;
	padding-left:15px;
}

.divider-content .item {
	margin-bottom:20px;
	line-height:20px;
}

.divider .foot {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/divider-foot.gif) no-repeat scroll 0 0;
	height:75px;
	margin-top:-75px;
}

.source {
	font-size:11px;
	line-height:14px;
	padding-left:20px;
}

.feature img {
	padding-right:5px;
}

.feature .title {
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}

.feature p {
	padding-top:7px;
}

.block {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FCFCFC none repeat scroll 0 0;
	border:1px solid #E9E8E8;
	padding:5px;
}

#compare_table td {
font-size:14px;
}