﻿body
{  
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: justify;
	background-color: #a0a5b0;
 }
 
h1
{
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	color: #1b5189; /*#4f4f4f*/
}

h2
{
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	/*color: #1b2830;*/
	color: #1b5189;
}

h3
{
	font-size: 13px;
	text-align: left;
	color: #1b2830;
	font-weight: bold;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link          { color : #353555; text-decoration: none; }
a:hover         { color: #3776cf; text-decoration:underline; }
a:visited       { color : #353555; text-decoration: none;}
a:active       { color : #353555; text-decoration: none;}

ul
{
	list-style-image: url(images/bulletSquare.gif);
} 

li
{
	padding-bottom: 10px;
}

ol li
{
	padding-bottom: 0px;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

#header
{
	width: 906px;
	height: 98px;
	position: relative;
	background: url(images/WebSiteHeader.png) no-repeat;
	background-color: #a0a5b0;
}

#wrapper
{
	width: 906px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	background: url(images/wrapperBackground.png) repeat-y;
	background-color: #a0a5b0;
}

#wrapperBottom
{
	width: 906px;
	height: 23px;
	position: relative;
	background: url(images/wrapperBottom.png)  no-repeat;
	background-color: #a0a5b0;
}

#leftColumn
{
	vertical-align: top;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	
	margin-left: 0px;
	margin-right: 0px;
	width: 600px;
}


#rightColumn
{
	position: absolute;
	left: 685px;
	top: 130px;
	width: 210px;
	padding-top: 0px;
}

/* top navbar start */
#navtop
{
	position: relative;
	left: 4px;
	top: 0px;
	width: 899px;
	height: 28px;
	
	background: url(images/navBar.png) repeat-x;
	font-size: 12px;
	font-weight: bold;
}

#navtop ul 
{
	margin: 0px 0px 0px 100px;
	padding: 3px 0px 0px 0px;
	text-align: left;
}

#navtop ul li
{
	display: inline;
}

#navtop ul li a
{
	padding-left: 20px;
	padding-right: 20px;
}

#navtop a:link, #navtop a:visited
{
	color: #1c5c96;
	text-decoration: none;
}

#navtop a:hover
{
	text-decoration: underline;
}

/* top navbar end */

/* bottom navbar start */
#navbottom
{
	position: relative;
	left: 4px;
	top: 0px;
	font-size: 10px;
	font-weight: bold;
}

#navbottom ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#navbottom ul li
{
	display: inline;
}

#navbottom ul li a
{
	padding-left: 20px;
	padding-right: 20px;
}

#navbottom a:visited, #navbottom a:link 
{
	color: #1c5c96;
	text-decoration: none;
}

#navbottom a:hover
{
	text-decoration: underline;
}


/* bottom navbar end */

/* --- side navBar start --- */

#navBarBody
{
	padding-top: 30px;
	background-color: #ffffff;
}

#navBarBody a:hover
{
	text-decoration: underline;	
}

.navBarSection
{
	background-image: url(images/navBarBackground.png);
	background-position: bottom left;
	background-repeat:no-repeat;
	margin-top: 7px;
	margin-bottom: 7px;	
}

.navBarSectionHeader
{
	margin: 0px;
	padding: 10px 15px 10px 15px;
	background-image: url(images/navBarBackground.png);
	background-position: top left;
	background-repeat:no-repeat;
	
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	
	/*color: #80838a;*/
	color: #1b5189;
}

.navBarSectionContent
{
	padding-bottom: 20px;
	border-bottom: none;
}

.navBarSectionContent a
{
	font-size: 12px;
	margin-left: 25px;
	margin-right: 10px;
	color: #525458;
	text-align: left;
}

.navBarButton
{
	margin-bottom: 5px;
}


/* --- navBar end --- */


.privacy
{
	border-right: lightgrey solid;
	border-top: lightgrey solid;
	border-left: lightgrey solid;
	border-bottom: lightgrey solid;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 350px;
	margin-bottom: 20px;
}

.privacy h2
{
	font-size: 12pt;
	font-family: Arial;
	text-align: center;
}
.privacy h3
{
	font-size: 10pt;
	font-family: Arial;
}

.privacy p
{
	font-size: 8pt;
	font-family: Arial;
	padding: 0px;
}

.eventButton
{
	margin-left: 200px;
}

#contentBlock
{
	height: 500px;
	margin-top: 20px;
}



.copyright p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

.helpTable
{
	margin-top: 30px;
	margin-left: 40px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}

.helpTable td
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	padding: 5px;
}

.barImage
{
	left: 40px;
	position: relative;
}

.orangeBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	background-color: #FFFFEA;
	padding: 20px;
}

.whatYouGetBlock
{
	position: relative;
	width: 600px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.awards
{
	position: absolute;
	top: 10px;
	left: 400px;

}

.priceTable
{
	margin-bottom: 1em;
	margin-left: 10px;
	border-spacing: 0;
	padding: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: darkgray 3px solid;
}

.priceTable th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: darkgray 3px solid;
}


.priceTable td
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

/* order Confirm page start */

.orderDetail
{
	margin-left: 0px;
	border-spacing: 0;
	padding: 0px;
	border-right: 0px;
	border-left: 0px;
}

.orderDetail th
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	background-color: gray;
}

.orderDetailLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	width: 120px;
	color: gray;
}

.orderDetailData 
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	width: 200px;
}

/* order Confirm page end */

#authorizeNetSeal
{
	margin-left: 30px;
	text-align: center;
}

.caption p
{
	font-size: 12px;
	color: #033c7f;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.note
{
	margin-left: 100px;
	margin-right: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	background-color: #FFFFEA;
	padding: 10px;
	border-right: #ff9933 thin solid;
	border-top: #ff9933 thin solid;
	border-left: #ff9933 thin solid;
	border-bottom: #ff9933 thin solid;
}

.webSample img
{
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-style: solid;
	border-top-color: gray;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: gray;
	border-bottom-style: solid;
	margin-left: 0px;
}

.question
{
	font-weight:bold;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.answer
{
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* help */

.helpContent a:hover
{
	text-decoration:underline; 
}

.helpTable
{
	width: 450px;
}

.helpLeftRow
{
	width: 60px;
	height: 50px;	
}

.helpRightRow
{
	width: 350px;
	height: 50px;
}

.helpNote
{
	margin-left: 100px;
	margin-right: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	background-color: #FFFFEA;
	padding: 10px;
	border-right: #ff9933 thin solid;
	border-top: #ff9933 thin solid;
	border-left: #ff9933 thin solid;
	border-bottom: #ff9933 thin solid;
}

.helpImage
{
	left: 0px;
	margin-bottom: 20px;
	position: relative;
}

.helpBarImage
{
	left: 40px;
	position: relative;
}

.helpTableImage
{
	right: 10px;
	position: relative;
}

.helpDescriptionItem
{
	margin-left: 75px;
}

.help h1
{
	margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	margin-bottom: 20px;
	color:#575757;
}

.help h2 
{
	margin-left: 25px;
    font-size: 16px;
    font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color:#1e08d0;
}

.help h3
{
	margin-left: 25px;
    font-size: 14px;
    font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}

.help p
{
	margin-left: 25px;
	margin-right: 10px;
}

/* ---- screenshot --------- */

#screenshot img {
	margin-left: 5px;
	margin-top: 80px;
	z-index: 1000;
}

#screenshot
{
	position: relative;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	color: #222;

}

#bottom_wrapper
{
	position: relative;
	margin-top: -50px;
	height: 80px;
}

.stepNumberText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #d24430;
}

#stepOneText
{
	position: absolute;
	top: 15px;
	left: 45px;
	width: 220px;
	margin-top: 0;
}

#stepTwoText
{
	position: absolute;
	top: 15px;
	left: 340px;
	width: 250px;
	margin-top: 0;
}


#stepThreeText
{
	position: absolute;
	top: 40px;
	left: 45px;
	width: 250px;
	margin-top: 0;
}

#newTabText
{
	position: absolute;
	top: 40px;
	left: 340px;
	width: 250px;
	margin-top: 0;
}

/* actionButtons */

#actionButtonSection
{
	position: relative;
	height: 110px;
}

.actionButton a
{
	display: block;
	width: 200px;
	height: 65px;
	padding-left: 70px;
	font-size: 12px;
	line-height: 14px;
	color: #555;
}

.actionButton a span
{
	font-size: 14px;
	line-height: 20px;
	color: #222;
	display: block;
	padding-top: 3px;
}

#buttonMovie
{
	position: absolute;
	top: 28px;
	left: 10px;
}

#buttonMovie a
{
	background-image: url(images/buttonMovie.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

#buttonMovie a:hover 
{
	background-position: 0px -63px;
	text-decoration: none;
}

#buttonDownload
{
	position: absolute;
	top: 28px;
	left: 200px;
}

#buttonDownload a
{
	background-image: url(images/buttonDownload.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#buttonDownload a:hover 
{
	background-position: 0px -58px;
	text-decoration: none;
}

#buttonPurchase
{
	position: absolute;
	top: 28px;
	left: 390px;
}

#buttonPurchase a
{
	background-image: url(images/buttonPurchase.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

#buttonPurchase a:hover 
{
	background-position: 0px -63px;
	text-decoration: none;
}


/* for putting a box around something to test */
.testbox
{
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
}

/* buyLicense start*/

.page
{
	min-height: 820px;	
}

.priceSection
{
	position:relative;
	height: 250px;
}

.productBox
{
	position: absolute;
	top: 60px;
	left: 60px;
	height: 126px;
	width: 88px;
	
	background-image: url(images/box.png);
	background-repeat: no-repeat;
}

.priceTable
{
	position: absolute;
	top: 10px;
	left: 220px;
}

.authorizeNetSeal
{
	position: absolute;
	top: 180px;
	left: 250px;
}

.authorizeNetLinks
{
	position: absolute;
	top: 180px;
	left: 350px;
}

.authorizeNetLinks p
{
	text-align: center;	
}

.orderButton
{
    background-image: url(images/buttonOrder.png);
    margin-top: 1px;
    width:50px;
    height:22px;
	display:block;
}

.orderButton a:hover 
{
	background-position: 0px -22px;
	text-decoration: none;
}



 
/* buyLicense end*/

/* trialDownload start */

#trialDownloadTitle
{
	
	
}

/* trialDownload end */

/* resources start */

.bookBlock
{
	position:relative;
	border: solid 1px #e0e0e0;
	margin-bottom: 10px;
}

.bookImage
{
	padding: 10px 10px 10px 10px;
}

.bookDescription
{
	width: 450px;
	padding: 10px 10px 10px 10px;
}

.bookDescription a
{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #1b2830;
	font-weight: bold;
}

.bookDescription a:hover
{
	text-decoration:underline;
}

.linkBlock
{
	padding: 10px 20px 10px 20px;
	border: solid 1px #e0e0e0;
	margin-bottom: 10px;
}

.linkBlock a
{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #1b2830;
	font-weight: bold;
}

.linkBlock a:hover
{
	text-decoration:underline;
}


/* resources end */

/* demo start */


.demoBlock
{
	border: solid 1px #e0e0e0;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 600px;
}

.buttonPlayMovie
{
	display: block;
	width: 100px;
	height: 28px;
	background: url("images/PlayDemoButton.png") no-repeat 0 0;
}

.buttonPlayMovie:hover

{
	background-position: 0 -28px;
}

.buttonPlayMovie span
{
	display: none;
}

.movieDescription
{
	width: 400px;
	padding: 10px 40px 10px 30px;
}

.movieDescription strong
{
	margin: 0px;
	font-size: 13px;
	color: #1b2830;
	font-weight: bold;
}



/* demo end */

/* blog start */
#blogHeader
{
	width: 906px;
	height: 98px;
	position: relative;
	background: url(images/BlogHeader.png) no-repeat;
	background-color: #a0a5b0;
}

.blog #navtop ul 
{
	margin: 0px 0px 0px 25px;
	padding: 3px 0px 0px 0px;
	text-align: left;
}

.blog h1
{
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	color: #1b2830;
	line-height: 1.5em;
}


.blog h2
{

	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #1b2830;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.blog h3
{

	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #1b5189;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
.blog p
{

	margin-left: 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.blog .date
{
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	color: #1b2830;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.blog .link
{
	margin-left: 580px;
}

.blog .rightColumnText
{
	font-size: 11px;
	margin-left: 0px;
	margin-right: 15px;
	line-height: 1.4em;
	color: #1b5189;
	text-align:left;
}


.blog #rightColumn
{
	position: absolute;
	left: 682px;
	top: 180px;
	width: 210px;
	padding-top: 0px;
}

.blog .photoBlock
{
	position: relative;
	height: 100px;
}

.blog .photo
{
	position: absolute;
	top: 10px;
	left: 0px;
	
	margin: 0px 10px 0px 20px;
	padding: 5px;	
	width: 80px;
	background-color: #1b5189; 
}

.blog .authorName
{
	position: absolute;
	top: 20px;
	left: 120px;
	width: 50px;
	text-align: center;	
	
	font-size: 13px;
	color: #1b5189;
	font-weight: bold;
}


/* blog end */