/* BEGIN OF RESET CODE  **********************************
 * Rik Lomas - http://rikrikrik.com
 * Based on code from Nick Rigby - http://www.nickrigby.com
 */

* {
	margin: 0;
	padding: 0;
}

a img, iframe { border: 0; }
	
/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
	
/* Lists */
	
ul, ol, dl, li, dt, dd {
	list-style: none;
}

/* Forms */

form, fieldset {
	border: 0;
}

legend {
	color: #000;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: serif;
}

select {
	margin: inherit;
}
/* Tables */

table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

/*  END OF RESET *******************************************************/

body {
	behavior: url(/css/csshover.htc);
	color: black;
	background-color: #000180;
	font-family: "Franklin Gothic Book", Verdana, Arial, Helvetica, san-serif;
	font-size: x-small;
}

#page {
	width: 800px;
	border-right: 3px solid black
	border-left: 3px solid black;
	margin: 0 auto;
	
	font-size: 115%;
}

a {
	color: #b00;
	text-decoration: none;
}

.bordered {
	border: 1px solid #888;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

p {
	margin: 0 0 .5em 0;
	line-height: 1.5;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1em;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0em;
}

p + h1, p + h2, p + h3 {
	margin-top: 1.5em;
}

acronym {
	cursor: help;
	border-bottom-color: #aaf;
}

ol {
	list-style: decimal;
	margin-left: 2em;
}

ol li {
	list-style: decimal;
}

q {
	font-style: italic;
}

img {
	behavior: url(/css/pngbehavior.htc);
}

.uitext {
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 9pt;
	padding-left: .25em;
	padding-right: .25em;
	white-space: nowrap;
	background-color: #ccc;
}

#banner {
	padding: 20px 1px;
	width: 100%;
	background: url(images/banner.gif) no-repeat top left;
	text-indent: -1000em;

}

#banner h1 {
	font-family: "Arial Black", "Helvetical Black", sans-serif;
	font-size: 350%;
	font-style: italic;
	letter-spacing: -0.05em;
	color: white;
	display: inline;
}

#banner h1 sup {
	color: #888;
	font-size: 30%;
	vertical-align: super;
	position: relative;
	top: -.9em;
	left: .6em;
	font-weight: normal;
}

#banner h2 {
	display: inline;
	font-size: 110%;
	font-weight: normal;
	color: white;
}

#mainnav {
	font-weight: bold;
	background-color: #000180;
	float: left;
	font-size: 125%;
}

#mainnav li {
	float: left;
	background: url(images/left-tab.gif) no-repeat;
	margin: 0 .15em 0 0;
	border-bottom: 1px solid #000180;
}

#mainnav li a {
	display: block;
	line-height: 1.5;
	padding: 0 .75em;
	background: url(images/right-tab.gif) no-repeat top right;
	color: #333;
}

#mainnav li:hover {
	background-image: url(images/left-tab-over.gif);
}

#mainnav li:hover a {
	color: black;
	background-image: url(images/right-tab-over.gif);	
}

#welcome #nav_welcome,
#solution #nav_solution,
#how #nav_how,
#features #nav_features,
#faq #nav_faq,
#support #nav_support,
#try #nav_try,
#about #nav_about {
	border-bottom-color: #fdf5d7;
	background-image: url(images/left-tab-over.gif);
}

#welcome #nav_welcome a,
#solution #nav_solution a,
#how #nav_how a,
#features #nav_features a,
#faq #nav_faq a,
#support #nav_support a,
#try #nav_try a,
#about #nav_about a {
	background-image: url(images/right-tab-over.gif);	
}

#content {
	clear: both;
	background: url(images/content-bk.jpg) repeat-x white;;
	padding: 20px;
	font-size: 120%;
}
#content a {
	text-decoration: underline;
}

#content ul,
#content ol {
	margin: .5em 0 1em 2em;
}

#content ul li,
#content ol li {
	margin: 0 0 .5em 1em;	
}

#content ul {
	list-style: disc;
}

#content ul li {
	list-style: disc;
}

#content dl {
	margin-bottom: 1em;
	line-height: 1.5;
}

#content dt {
	margin-bottom: .5em;
	font-weight: bold;
}

#content dd {
	margin: 0 0 1.5em 4em;
}

#content dd + dt {
	margin-top: 2em;
}


#subnav {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, san-serif;
}

#subnav ul {
	margin: 1em 0;
	height: 3em;
}

#subnav ul li {
	list-style: none;
	display: inline;
	margin: 0 1em 0 0;
}

#subnav a {
	white-space: nowrap;
}

#centercontent {
	margin-left: 273px;
	margin-right: 152px;
}

.subbody {
	font-size: 85%;
	width: 131px;
	float: right;
	padding-left: 10px;
	border-left: 1px solid #999;
	margin-bottom: 2em;
	margin-left: 10px;
}

.subbody h2 {
	font-size: 120%;
	margin-bottom: 1em;
}

.subbody p + h2 {
}

.subbody q {
	display: block;
	margin-bottom: 1.5em;
}

.mainimg {
	float: left;
	margin: 0 20px 20px  0;
}

#grab {
	font-size: 180%;
	line-height: 1.75;
	background: url(images/grab-bk.gif) no-repeat;
	text-indent: -30000px;
	overflow: hidden;
	height: 172px;
}

#grab em {
	color: #c00;
	white-space: nowrap;
}

.bigtrycontainer {
	float: left;
	width: 99%;
	display: inline;
	margin-bottom: 10px;
	margin-top: -10px;
}

.homedownloadbtn {
	width: 50%;
	float: left;
	text-align: center;
}

#centercontent .homedownloadbtn a {
}

.learnmore {
	text-align: center;
	float: left;
	width: 50%;
	line-height: 110px;
	font-size: 130%;
}

.bigpoint {
	font-size: 150%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.highlightedsteps {
}

table {
	width: 78%;
	margin-bottom: 2em;
}

table th, table td {
	width: 50%;
	vertical-align: top;
	padding: .5em 2em .5em .5em;
	border: 1px solid #000180;
}

table th {
	font-size: 125%;
	font-weight: bold;
}

#content table td ol {
	margin-left: .75em;
}

.screenshot {
	float: right;
	margin: 0 0 1em 2em;
}

.address {
	white-space: pre;
}

.nobr {
	white-space: nowrap;
}

#footer
{
	margin: 1em .2em;
	color: white;
}

#footer a {
	color: white;
}

/* clearfix from positioniseverything.net */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* For debugging */
a[href=""] {
	background-color:red;
	color: white;
}
