 
* {
	margin:0;
	padding:0;
}

body {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	background: #555;
	color: #444;
}

p {
	margin-bottom: 0.3em;
}

h1, h2, h3, h4 {
	margin-top: 1.4em;
	margin-bottom: 0.7em;
/*	text-shadow: #aaa 1px 1px 1px; */
}

#documentWrapper {
	margin:10px auto;
	width:900px;
}

.documentBody {
	clear: both;
	padding:20px;
	background: #fff;
	min-height: 500px;
}

#documentTop {
	height:29px;
	width:100%;
	padding-left: 20px;
}

/* NEW DOCUMENT */
.newDocumentBody {
 	clear: both;
	padding:20px;
 	min-height: 500px;
 }


#newDocumentTop {
	height:29px;
	width:100%;
	padding-left: 20px;
}

#documentMiddle {
clear:both;
}


ul, ol {
	margin-left: 15px;
	margin-bottom: 0.3em;
}


td {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	padding: 3px;
}

a {
	color: #2346C6;
	text-decoration: none;
	border: 0;
}

a img {
	border: none; 
}

a:hover {
	text-decoration: underline;
}



/* VARIOUS LAYOUT PIECES */



.floatLeft {
	float: left;
}


.floatRight {
	float: right;
}

.imageLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}


.imageRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

.box {
	margin-top: 10px;
}

/* NEW BOXES */

.shadowbox {
	margin-top: 10px;
	background:#fff;
	border: 1px solid #ddd;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-box-shadow: 0px 1px 3px #444;
	-moz-box-shadow: 0px 1px 3px #444;
	overflow: hidden;
}

.greyheader {
	background: #ddd;
	background-image:url(/images/head_bg.png);
	background-repeat: repeat-x;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	height: 2.0em;
	line-height: 2.0em;	
	padding: 0px 10px;
	font-size: 1.1em;
	font-weight: bold; 
	vertical-align: middle;
	white-space: nowrap;
}

.sidebar .greyheader {
	text-align: center;
}



.boxbody {
	padding: 10px;
}


p.code_block {
 font-family: monospace;
 background-color: #eff;
 text-align: left;
 border: 1px solid #ddd;
	padding: 5px;
}


/* NEW MAIN BOX */
.roundDocument {
	border: 0px solid #fff;
	background: #fff;
	-webkit-box-shadow: 0px 5px 7px #000;
	-moz-box-shadow: 0px 5px 7px #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.mainfooter {
	height: 2.4em;
	line-height: 2.4;
	font-size: 0.9em;
	vertical-align: middle;
	text-align: center;
	background: #ddd; 
	border: 0px solid #ddd;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}





/* NAVIGATION */


.mainMenu {
	display:table;         /* ignored by IE */
	padding:0; 
	list-style-type:none;
	overflow: none;
	white-space:nowrap;    /* keep text on one line */
	margin: 0 0 0 0px;
}

.mainMenu li {
 display : block;
  float : left;

/*  	display:table-cell;    */
 }

.mainMenu a, .mainMenu a:visited {
	 display:block;         /* for all browsers except IE */
	 text-decoration:none;
	 color: #fff;

	height: 2.4em;
	line-height: 2.4;
	font-size: 1.3em;
	width: 150px;
	font-weight:bold;
	vertical-align: middle;
	text-align: center;
	background:#2346C6;
	background-image: url(/images/tab_bg.png);
	background-repeat: repeat-x;
	border: 0px solid #fff;
	border-right: 1px solid #fff;
	overflow: none;
	white-space: nowrap;
}

.mainMenu li.first a {
	width: 145px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
}

.mainMenu li.last a {
	margin-right: 0px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-right: 0px solid #fff;
}

.mainMenu a:hover {
  color:#fff; 
  background:#48e;
}

.mainMenu li.selected a { 
	color: #2346C6;
	background: #fff; 
	
}




/* Support Styles */

.headerList {
	margin: 0 0 10px 0;
}

.faqQ p {
	margin-left: 20px;
	text-indent: -20px;
	margin-bottom: 10px;

}

.faqA h4 {
	margin-top: 2.0em;
	margin-bottom: 0.0em;
}


.releaseNotes {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.releaseNotes li {
	text-indent: 0px;
	margin-left: 20px;
}

.releaseNotes h4 {
	margin-top: 5px;
}



/* Press Styles */

.press {
	margin: 15px;
	font-size: 0.9em;
}

.press a {
	font-size: 1.1em;
	font-weight: bold;
}

.pressText, .pressText p {
	margin-bottom: 1.0em;	
}




/* PRODUCT PAGES */

.mainbar {
	float:left;
	width:640px;
}

.sidebar {
float: right;
width: 200px; 
margin-left: 20px;
text-decoration: none;
text-align: left;
}

.featureList {
	width: 290px; 
	float: left; 
	margin-right:20px; 
}
.featureList img, .featureList object {
	float:left; 
	margin-right:10px; 
	width: 80px; 
}

.featureList h4 {
	margin-bottom: 0.3em;
}

.featureList p {
	height: 7em;
	overflow:none;
	margin-left: 90px;
}

.featureItem {
	vertical-align:middle;
}






.controlImage {
	border: 0;
	margin: 20px;
}

.caption, .controlImage p {
	text-align: center;
	font-style: italic;
	text-indent: 0;
}

.module {
	padding-top: 8px;
	clear: both;
}

.module h5 {
	font-size: 1em;
	text-align: center;
}

.module img {
	width: 40px;
	height: 40px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	border: 0;
}

.module p {
	font-size: 0.9em;
	display:block;
}

.module:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* LOGO FONTS */
.youFont, .youFont2, .youFont3 {
	font-family: "Myriad Pro", Helvetica,  Verdana, Arial, sans-serif;
	letter-spacing: -0.06em;
	font-size: 1.5em;
	font-weight: 700;
	color: #2346C6;
}

.youFont2 {
	color: #828282;
	font-weight: 400;
}

.youFont3 {
	color: #828282;
	font-weight: 500;
}                



/* PRODUCT LIST */


.productList {
}

.productList ul {
	list-style-image: url("/images/bullet.gif");
}
.productList li {
	margin-bottom: 0.3em;
}

.productList p {
	margin-bottom: 10px;
}


.productDesc {
	float:left; 
	overflow:visible; 
	width:660px;
}

.productImage {
	border: 0;
	float:left;
	width: 80px;
	margin-left: 10px;
}

.productText {
	margin-left: 100px;
	padding-left: 20px;
	padding-right: 10px;
}

.productActions {
	width: 170px;
	float: right;
	padding: 0 1 0 em;
	text-align: center;
}




 
 /* BUY BUTTONS */
.buyButton {
	font-size: 1.2em;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
 	font-weight: bold;
	background-image:url(/images/head_bg.png);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 1px 3px #444;
	-moz-box-shadow: 0px 1px 3px #444;
/*	border: 1px solid #aaa;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color:#2346C6;
	margin-left:0px;
	margin-right: 0px;
}

.buyButton .price {
	color: #090;
/*	text-shadow: #999 1px 1px 1px; */
}

.buyButton:hover, .buyButton:hover .price {
	background-image: none;
	background-color:#2346C6;
	color: #fff;
	text-decoration: none;
	border: 1px solid #2346C6;
}



/* STANDARD FORM HANDLING */

label {
	display: block; 
	float:left; 
	text-align: right; 
	margin-right: 10px; 
	width: 120px;
	font-weight: bold; 
}

input, select, textarea {
	margin-bottom: 8px;
}

input.radio {
	margin-right: 10px;
}

form .info {
	float: right; 
	font-size: 0.9em;
	line-height: 1.4;
	background-color: #ffa; 
	padding: 5px; 
	margin-right: 5px; 
	width: 130px;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

form .info h4 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px;
	margin: 0px;
}


/* PRIVACY */
.privacy {
	font-size: 1.1em;
	line-height: 1.4em;
}

.privacy ol {
	font-weight: bold;
}
.privacy ol li {
	padding-top: 1.0em;
}

.privacy p, .privacy ul {
	font-weight: normal;
	padding-top: 0em;
}


