/* - - - - - - - - - - - - - - - - - - - - -    G L O B A L - R E S E T    - - - - - - - - - - - - - - - - - - - - - */

/*
  v1.0 | 20080212 
  http://meyerweb.com/eric/tools/css/reset/
*/
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;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* remember to define focus styles! */
:focus { outline: 1px dashed #333; }

/* - - - - - - - - - - - - - - - - - - - - -    H T M L - E L E M E N T S     - - - - - - - - - - - - - - - - - - - - - */

body {
  font: 62.5% Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #084059;
}

html>body { font-size: 12px; }

/* Anchor Links */
a:link { color: #084059; text-decoration: underline; }
a:visited { color: #084059; text-decoration: underline; }
a:hover {  color: #084059; text-decoration: none; }
a:active {  color: #084059; text-decoration: none; }

/* Headings */




/* Text Elements */
p, ul, ol, dl, blockquote, pre { font-size: 1em; margin: 0 0 1.5em; line-height: 1.6em; }
blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: square; }
ul ul { list-style-type: disc; }
ul ul ul { list-style-type: circle; }
ul ul ul ul { list-style-type: square; }

ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: lower-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: .9em; line-height: 1em; vertical-align: sub; }
sup { font-size: .9em; line-height: 1em; vertical-align: super; }

/* Tables */
table { margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: .25em .5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

h1 { font-size: 2.5em; padding: 0 0 10px 0; }
h2 { font-size: 1.7em; padding: 0 0 10px 0; }
.column h2 { font-size: 1em; } 
/* Images */
  
.clear { clear: both; margin: 0; padding: 0; height:1px; }

.fr {float: right;}
.fl {float: left;}
.alignright {text-align:right;}

/*
 * WRAPPER
 */
#wrapper {
  margin: 30px auto;
  width: 983px;
  text-align: left;
}

/* 
 * HEADER
 */
 
#header {
  clear: both;
  width: 983px;
  height: 100px;
}

#header #logo {
  float: left;
}

#header #search {
  float: right;
  margin-top: 80px;
}

#header #search form input {
  padding: 0;
  margin: 0;
  float: left;
}

#header #search form input#q {
  height: 18px;
}

#navigation {
  height: 28px;
  margin: 20px 0 0 0;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul li {
  float: left;
  margin: 0;
  padding: 0 3px 0 3px;
}

/*#navigation ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 136px;
  height: 28px;
  padding: 3px 0 0 0;
  background: url(../images/nav-item-bg.jpg) top left no-repeat;
  text-align: center;
}

#navigation ul li a:hover, #navigation ul li a.active {
  color: #fff;
  background: url(../images/nav-item-bg-active.jpg) top left no-repeat;
}*/

#navigation ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 116px;
  height: 28px;
  padding: 3px 0 0 0;
  background: url(../images/nav-item-bg-blog.jpg) top left no-repeat;
  text-align: center;
}

#navigation ul li a:hover, #navigation ul li a.active {
  color: #fff;
  background: url(../images/nav-item-bg-active-blog.jpg) top left no-repeat;
}

#main-header-new {
  clear: both;
  background: url(../images/lin-bg.jpg) top left no-repeat;
  width: 983px;
  height: 720px;
  color: #084059;
}

#main-header-new h1 {
  color: #fff;
  padding: 15px 0 30px 0;
  text-align: center;
  background: url(../images/stop-txt.png) 25px 20px no-repeat;
  height:30px;
}

#main-header-new h1 span { display: none; }

#main-header-new div.blurp {
	color: #084059;
	float: left;
	width: 300px;
	margin-top:50px;
	margin-left: 20px;
	font-size: 1.6em;
}

#main-header-new div.video {
	float: left;
	width: 575px;
	height: 461px;
	margin-left: 45px;
	margin-bottom:35px;
}

#main-header-new div.video p {
	color: #fff;
	text-align: center;
}

#main-header {
  clear: both;
  background: url(../images/main-header-bg.jpg) top left no-repeat;
  height: 401px;
  color: #084059;
}

#main-header .top h1 {
  font-size: 3.5em;
  padding: 5px 0 0 10px;
}

#main-header .top p {
  font-size: 1.5em;
  padding: 25px 450px 0 10px;
}

#main-header .top h3 {
  font-size: 1.5em;
  padding: 20px 20px 0 40px;
}

#main-header .top .videobutton {
  float: right;
  width: 350px;
  border: 1;  
  height: 20px;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}

#main-header .top .videobutton h3 {
  font-size: 1.5em;
}

#main-header .top .videobutton a {
  margin: 15px 0 0 0;
  color: #084059;
/*  color: #8DCB41; */
  text-decoration: none;
  text-align: right;
}


#main-header-new .bottom h3,
#main-header .bottom h3 {
  font-size: 1.5em;
  padding: 5px 0 0 20px;
}

#main-header-new .bottom h3 { font-size: 2.3em; font-style: italic; }

#main-header-new .bottom .button, 
#main-header .bottom .button {
  float: right;
  width: 350px;
  border: 1;  
  height: 100px;
  margin: 20px 50px 0 0;
  padding: 0;
  text-align: center;
}

#main-header-new .bottom .button h3 span, 
#main-header .bottom .button h3 span {
  font-size: 0.8em;
}

#main-header .bottom .button a {
  color: #084059;
  text-decoration: none;
  text-align: right;
}

#main-header-new .bottom ul,
#main-header .bottom ul {
  margin: 10px 0 0 10px;
  list-style: none;
}

#main-header-new .bottom ul li,
#main-header .bottom ul li {
  display: block;
  float: left;
  width: 155px;
  padding: 0 0 0 15px;
  color: #4ba1ca;
  background: url(../images/bullet.gif) 0px 10px no-repeat;
  font-weight: 900;
}

#main-header-new .bottom ul li { width: 290px; font-size: 1.6em; }

body#page #wrapper #content {
  margin: 0;
  padding: 0;
  background: url(../images/content-bg.jpg) top left repeat-y;
  min-height: 800px;
}

#content .sidebar {
  background-color: #31a3d3;
  color: #fff;
  float: left;
  width: 200px;
  margin: 20px;
  padding: 20px;
}

#content .whynot {
  background: #31a3d3 url(../images/why-not-web.jpg) top left no-repeat;
}

#content .sidebar a {
  color: #fff;
}

#content .whynot a {
  color: #fff;
  text-decoration:none;
}

#content .whynot a:hover {
  color: #fff;
  text-decoration:underline;
}

#content .sidebar .first {
  margin-top:40px;
}


div.hr {
  height:1px;
  border-top:1px solid #f4faff;
  margin-bottom:10px;
}

#content .sidebar ul {
  margin: 10px 0 0 10px;
}

#content .content {
  margin: 0 20px 0 280px;
  padding: 20px 0;
}

#content .content h2 {
  font-size: 1.9em;
  color: #297fa7;
}

#content .content p {
  color: #000000;
}

#content .content .column1, #content .content .column2 {
  float: left;
  width: 300px;
  margin-top: 5px;
}

#content .content .column2 {
  padding-left: 50px;
}

#content .content ul {
  color: #000000;
  list-style: square;
  margin: 10px 0;
}

#content .content ol {
  color: #000000;
}

#content .content h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #387e9f;
}

/*CONTENT FULL*/

#content .contentfull {
  margin: 0 20px 0 20px;
  padding: 20px 0;
}

#content .contentfull h2 {
  font-size: 2.1em;
  color: #084059;
  font-weight:bold;
  text-align:center;
}

#content .contentfull p {
  color: #000000;
}

#content .contentfull .column1, #content .contentfull .column2 {
  float: left;
  width: 300px;
  margin-top: 5px;
}

#content .contentfull .column2 {
  padding-left: 50px;
}

#content .contentfull ul {
  color: #000000;
  list-style: square;
  margin: 10px 0;
}

#content .contentfull ol {
  color: #000000;
}

#content .contentfull h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #387e9f;
}

#content .contentfull .comparison-free-trial {
  width:930px;
  height:61px;
  text-align:center;
  font-size: 2.1em;
  color: #084059;
  background: url(../images/comparison-free-trial.gif) top left no-repeat;
  padding-top:10px;
}

#content .contentfull .comparison-free-trial a {
  text-decoration:none;
  font-weight:normal;
}

/*COMPARISON CHART*/
#comparisonchart {
  width:890px;
  border:1px solid #5bbfee;
  background-color:#fff;
  padding:15px;
  min-height:1210px;
}

.push {
  padding-top:15px;
}

#content .contentfull #comparisonchart h2 {
  text-align:left;
  margin-bottom:13px;
  line-height:0px;
}

#content .contentfull #comparisonchart h3 {
  text-align:left;
  margin-bottom:15px;
  line-height:0px;
  color:#5bbfee;
}

#content .contentfull #comparisonchart .highlighttext {
  font-weight:bold;
  color:#084967;
  margin-bottom:5px;
}

.arrow {
  color:#5bbfee;
}

#content .contentfull #comparisonchart .hr {
  margin-top:8px;
  margin-bottom:8px;
  height:1px;
  border-top:1px solid #084967;
}

#comparisonchart #column1 {
  float:left;
  width:275px;
  border-right:1px solid #5bbfee;
  padding:0px 10px 10px 10px;
  min-height:1050px;
}

#comparisonchart #column2 {
  float:left;
  width:275px;
  border-right:1px solid #5bbfee;
  padding:0px 10px 10px 10px;
  min-height:1050px;
}

#comparisonchart #column3 {
  float:left;
  width:275px;
  padding:0px 10px 10px 10px;
  min-height:1050px;
}

#content .contentfull #comparisonchart #column1 h3, #content .contentfull #comparisonchart #column2 h3, #content .contentfull #comparisonchart #column3 h3 {
  font-size:14px;
  font-weight:bold;
  margin:10px 0px 0px 0px;
  line-height:10px;
  padding:0px;
  color:#084967;
}

#content .contentfull #comparisonchart ul {
  list-style-type:disc;
  font-weight:bold;
  font-size:12px;
}

#content .contentfull #comparisonchart ul ul {
  list-style-type:disc;
  font-weight:normal;
  font-size:11px;
  margin-left:20px;
  margin-top:3px;
  margin-bottom:3px;
}

/*END COMAPISON CHART*/

/*COMPARISON CHART BOTTOM*/
#comparisonchartbottom {
  width:890px;
  border:1px solid #5bbfee;
  background-color:#fff;
  padding:15px;
  min-height:280px;
  margin-top:15px;
}

#content .contentfull #comparisonchartbottom h3 {
  text-align:left;
  margin-bottom:15px;
  line-height:0px;
  color:#084967;
}

#content .contentfull #comparisonchartbottom ul {
  list-style-type:disc;
  font-weight:bold;
  font-size:12px;
}

#content .contentfull #comparisonchartbottom ul ul {
  list-style-type:disc;
  font-weight:normal;
  font-size:11px;
  margin-left:20px;
  margin-top:3px;
  margin-bottom:3px;
}

#content .contentfull #comparisonchartbottom #comparisonscreenshots {
  display:block;
  float:right;
  width:624px;
  height:280px;
  background: url(../images/all-features-screens.jpg) top right no-repeat;
}

#content .contentfull #comparisonchartbottom #comparisonscreenshots a {
  text-decoration:none;
}

#content .contentfull #comparisonchartbottom #comparisonscreenshots .hide {
  visibility:hidden;
}

#content .contentfull #comparisonchartbottom #comparisonscreenshots #personallink {
  position:absolute;
  width:161px;
  height:18px;
  margin-top:219px;
  margin-left:154px;
}

#content .contentfull #comparisonchartbottom #comparisonscreenshots #businesslink {
  position:absolute;
  width:80px;
  height:18px;
  margin-top:238px;
  margin-left:191px;
}

/*END COMAPISON CHART BOTTOM*/

#content .personal-box {
  margin: 10px 0;
  float: left;
  width: 480px;
  height: 177px;
  background: url(../images/personal-box.jpg) top left no-repeat;
}

#content .personal-box h3 {
  font-size: 1.4em;
  color: #fff;
  padding: 2px 0 0 5px;
}

#content .personal-box h2 {
  font-size: 2.4em;
  padding: 10px 0 0 170px;
}

#content .personal-box h2 span {
  color: #519fd7;
}

#content .personal-box a {
  font-size: 1.3em;
  font-weight: 900;
  display: block;
  float: right;
  color: #084059;
  margin: 0;
  padding: 27px 0;
  width: 180px;
  height: 25px;
  text-decoration: none;
  text-align: center;
}

#content .business-box {
  margin: 10px 0 0 23px;
  float: left;
  width: 480px;
  height: 177px;
  background: url(../images/business-box.jpg) top left no-repeat;
}

#content .business-box h3 {
  font-size: 1.4em;
  color: #fff;
  padding: 2px 0 0 5px;
}

#content .business-box h2 {
  font-size: 2.4em;
  padding: 10px 0 0 178px;
}

#content .business-box h2 span {
  color: #519fd7;
}

#content .business-box a {
  font-size: 1.3em;
  font-weight: 900;
  display: block;
  float: right;
  color: #084059;
  margin: 0;
  padding: 27px 0;
  width: 215px;
  height: 25px;
  text-decoration: none;
  text-align: center;
}

#content .bottom-box {
  height: 169px;
  background: url(../images/bottom-box.jpg) top left no-repeat;
}

#content .bottom-box h2 {
  font-size: 2.4em;
  color: #ffdb7e;
  padding: 10px 0 0 10px;
}

#content .bottom-box p {
  font-size: 1.4em;
  color: #ffffff;
  padding: 2px 0 0 10px;
  margin: 0;
}

#content .bottom-box a {
  font-size: 1.3em;
  font-weight: 900;
  display: block;
  color: #084059;
  margin: 0;
  padding: 4px 0 0 369px;
  width: 215px;
  height: 25px;
  text-decoration: none;
  text-align: center;
}

/* 
 * FOOTER
 */

#footer {
  margin: 0;
  padding: 20px 0;
  color: #084059;
  text-align: center;
  }
  
body#page #wrapper #footer {
  background: url(../images/footer-bg.jpg) top left no-repeat;
}

#footer a {
  color: #084059;
  text-decoration: none;
  padding: 0 5px 0 5px;
}

/* 
 * FORM
 */
 
div.input {
  padding: 7px 0 7px 0;
}
 
div.input label {
  float: left;
  width: 170px;
}
 
div.input input {
  width: 150px;
}
 
div.input select {
  width: 250px;
}
 
div.input textarea {
  height: 200px;
  width: 350px;
}

/*PRODUCT COMPARISON TABLE */
#comparisontable {
  border-collapse: collapse;
  width:670px;
}

#comparisontable td {
  text-align:center;
  vertical-align: middle;
}

#comparisontable .heading {
  text-transform:uppercase;
  font-weight:bold;
}

#comparisontable td.left {
  text-align:left;
}

#comparisontable tr.odd td {
  background-color:#cee3f3;
}

/*MISC*/
.yellowbutton {
  background: url(../images/yellow-button.gif) top left no-repeat;
  height:30px;
  width:195px;
  font-size:12px;
  font-weight:bold;
  color:#084967;
  text-align:center;
  text-transform:uppercase;
}

.yellowbutton2 {
  background: url(../images/yellow-button.gif) top left no-repeat;
  height:30px;
  width:195px;
  font-size:12px;
  font-weight:bold;
  color:#084967;
  text-align:center;
  text-transform:uppercase;
  padding-top:6px;
}

.yellowbutton2 a {
  text-decoration:none;
}

.sidebar .yellowbutton {
  margin-top:20px;
  padding-top:6px;
  color:#084967;
}

#content .sidebar .yellowbutton a {
  font-weight:bold;
  color:#084967;
  text-decoration:none;
}

.yellowbuttonshorter {
  background: url(../images/yellow-button-shorter.gif) top left no-repeat;
  height:30px;
  width:131px;
  font-size:12px;
  font-weight:bold;
  color:#084967;
  text-align:center;
  text-transform:uppercase;
  padding-top:6px;
}

.yellowbuttonshorter a {
  text-decoration:none;
}

/*PERSONAL PAGE*/
#personalheader {
  height:70px;
  margin-bottom:10px;
}

#personalheader img {
  float:left;
  margin-right:10px;
}

#personalheader h1 {
  padding-top:39px;
  color:#2f9ac7;
  font-size:30px;
}

#content .contentfull h2.title1 {
  text-transform:uppercase;
  border-bottom:1px solid #000;
  color:#084967;
  text-align:left;
  padding:0px;
  margin:0px;
  font-size:20px;
}

#personal {
  width:940px;
  height:770px;
  background: url(../images/personal-screenshots.jpg) right top no-repeat;
}

#personal .column {
  width:310px;
}

#content .contentfull #personal ul.list1 {
  list-style-type:disc;
  margin-left:10px;
}

#content .contentfull #personal .column2 {
  width:410px;
  margin-top:170px;
  margin-left:0px;
  padding-left:0px;
}

#content .contentfull #personal p.subhead {
  font-size:16px;
  font-weight:bold;
  color:#084967;
  margin-bottom:0px;
  padding-bottom:0px;
}

#content .contentfull #personal p.smalltext {
  font-size:11px;
  font-weight:bold;
  color:#084967;
  margin-top:-5px;
  margin-bottom:10px;
}

#content .contentfull #personal #pricechart {
  text-align:center;
  font-size:12px;
  width:410px;
  background-color:#f7eaab;
  font-weight:bold;
  border-collapse: collapse;
}

#content .contentfull #personal #pricechart .header {
  color:#084967;
  text-transform:uppercase;
}

#content .contentfull #personal #pricechart .item {
  font-weight:normal;
  text-align:left;
}

#personalplus {
  width:940px;
  height:766px;
  background: url(../images/personal-plus-screenshots.jpg) right top no-repeat;
}

#personalplus .column {
  width:310px;
}

#content .contentfull #personalplus ul.list1 {
  list-style-type:disc;
  margin-left:10px;
}

/*BUSINESS PAGE*/
#businessheader {
  height:70px;
  margin-bottom:10px;
}

#businessheader img {
  float:left;
  margin-right:10px;
}

#businessheader h1 {
  padding-top:39px;
  color:#2f9ac7;
  font-size:30px;
}

#content .contentfull h2.title1 {
  text-transform:uppercase;
  border-bottom:1px solid #000;
  color:#084967;
  text-align:left;
  padding:0px;
  margin:0px;
  font-size:20px;
}

#business {
  width:940px;
  height:2200px;
  background: url(../images/business-screenshots.jpg) right bottom no-repeat;
}

#business .columnleft {
  width:430px;
  float:left;
}

#business .columnright {
  width:500px;
  float:right;
  margin-left:10px;
}

#content .contentfull #business ul.list1 {
  list-style-type:disc;
  margin-left:10px;
}

#content .contentfull #business .column2 {
  width:510px;
  margin-top:20px;
  margin-left:0px;
  padding-left:0px;
}

#content .contentfull #business p.subhead {
  font-size:16px;
  font-weight:bold;
  color:#084967;
  margin-bottom:0px;
  padding-bottom:0px;
}

#content .contentfull #business p.smalltext {
  font-size:11px;
  font-weight:bold;
  color:#084967;
  margin-top:-5px;
  margin-bottom:10px;
}

#content .contentfull #business #pricechart {
  text-align:center;
  font-size:12px;
  width:510px;
  background-color:#f7eaab;
  font-weight:bold;
  border-collapse: collapse;
}

#content .contentfull #business #pricechart .header {
  color:#084967;
  text-transform:uppercase;
}

#content .contentfull #business #pricechart .item {
  font-weight:normal;
  text-align:left;
}

.optional {
  font-size:10px;
  font-style:italic;
}