/*
RESET
*/



html, body, div, span, 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, strong, tt, 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}

/* END RESET */


body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
}

p, a, ul, li, dt, dd {
	color: #575757;
}

p, dt, dd, label{
	font-size: 1.3em;
	line-height: 1.8em;
}

ul {
	list-style-type: none;
	font-size: 12px;
}

h2 {
	font-size: 2.8em;
	color: #0a307e;
}

h3 {
	font-size: 1.8em;
	color: #0a307e;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

a {
	outline: none;
	text-decoration: none;
}

	a:hover {
		color: black;
	}
	
	a:active {
		position: relative;
		top:1px;
	}

.clear {
	clear: both;
}

img {
	border: 0;
	vertical-align: middle;
	padding-right: 10px;
}

	img.softwarebox {
		margin: 0 20px 5px 15px;
		float: right;
	}

/*
STRUCTURE
*/


#headerwrapper {
	width: 100%;
	height: 651px;
	background: white;
	position: relative; /* so call to action buttons align absolutely to bottom */
}

	#headerwrapper.subpage {
		height: 215px;
	}

#headerwrapper_inner { 
	height: 563px;
	width:100%;
	background: transparent url('../images/background01.jpg') no-repeat center 5px;
}

	#headerwrapper_inner.subpage {
		background-image: url('../images/background01_subpage.jpg');
		height: 215px;
	}

	#headerwrapper_inner .inner {
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	
	
/* 
SEARCH
*/

#search {
	border: 1px solid #2B4281;
	float: left;
	padding: 0 8px 0 8px;
	background: #f2f2f2 url('../images/searchbackground.jpg') repeat-x top left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

	#secondary #search {
		position: absolute;
		top:180px;
		right: 15px;
		width: 222px;
	}
	
	#secondary #search input {
		width: 197px;
	} 
	
	#secondary #search.moveup {
		top: 155px;
	}

	
#search input {
	font-size: 1.2em;
	width: 215px;
	height: 20px;
	padding: 8px 5px 0;
	background-color: transparent !important;
	margin-right: 5px;
	background-image: none !important;
	border: 0px solid white !important;
	padding: 0 !important;
	margin: 0 !important;
}

#search button {
	width: 17px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	margin-top: 3px;
	background: transparent url('../images/search.png') no-repeat 0 3px;
	border: 0px solid white !important;
}

/**/

/*
LOGO
*/

h1 {
	text-indent: -9999px;
	width: 275px;
	height: 75px;
	position: absolute;
	left: 18px;
	top: 15px;
	background: transparent url('../images/logo.jpg') no-repeat top left;
}

	h1 a {
		display: block;
		height: inherit;
		width: inherit;
	}
	
.tooltip {
	display: none;
	font-size: .8em;
	padding: 15px;
	background: transparent url('../images/white_arrow.png');
	width: 179px;
	height: 92px;
	margin-bottom: -20px;
}

	.tooltip  strong {
		font-size: 1.15em;
		line-height: .5em;
	}
	
	
#headerbullets {
	position: absolute;
	top: 65px;
	left: 15px;
	font-size: .9em;
	width: 400px;
}


	#headerbullets h3 {
		margin-bottom: 5px;
	}
	
	#headerbullets h4 {
		color: #666;
		margin-bottom: 5px;
	}

	#headerbullets li {
		color: white;
		font-size: 1em;
		line-height: 1.4em;
	}
	

#buttondownloadnow, #buttonshopnow {
	position: absolute;
	bottom: 15px;
}

	#buttondownloadnow {
		left: 495px;
	}
	
	#buttonshopnow {
		left: 730px;
	}

#underslider {
	width: 100%;
	height: 255px;
	position: absolute;
	top: 390px;
	/* margin: 0 200px; */
	border-bottom: 5px solid #EEEEEE;
}
	#underslider .inner2 {
		width: 960px;
		margin: 0 auto;
		padding: 15px 0 0 15px;
		overflow: auto;
	}

	
#cart {
	background: url('../images/cart.png') no-repeat left center;
	float: left;
	margin: 0 15px 0 0;
	padding-left: 33px;
	height: 21px;
	line-height: 21px;
	font-size: 1.3em;
}
	
#intro {
	width: 480px;
	float: left;
	clear: left;
}

	#intro .inner3 {
		padding: 20px 0 0 0;
		width: 480px;
	}

.calltoaction {
	float: left;
	width: 230px;
	
}

	.calltoaction .inner3 {
		padding: 20px 0 0 0;
		/* margin: 20px 0 0 0; */
	}
	
	.calltoaction2 .inner3 {
		padding-left: 5px;
	}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

	#wrapper a, #headerbullets a {
		text-decoration: none;
		border-bottom: 1px solid #0A307E;
	}
	
	#headerbullets a {
		background-color: transparent;
		border-bottom: none;
	}
	
		#wrapper a:hover, #headerbullets a:hover {
			border-color: orange;
			border-width: 2px;
		}
	
#content {
	width: 730px;
	float: left;
	background: white url(../images/sidebar.jpg) no-repeat scroll left top;
	min-height: 300px;
}

	#content.nosidebar {
		width: 960px;
	}


	#content .inner {
		padding: 0 15px 15px 15px;
	}
	
	#content h2, #content h3, #content h4 {
		margin: 20px 0 5px 0;
		line-height: 1.2em;
	}
	
	/*
		h2.heading {
			position: absolute;
			top: 60px;
			left: 15px;
			color: white;
			font-size: 3.2em;
		}
	*/
	
	h2.heading {
		position: absolute;
		top: 117px;
		left: 16px;
		color: #0A307E;
		font-size: 2.3em;
		background: transparent url('../images/calloutbox_white.png') no-repeat top center;
		height: 50px;
		padding: 6px 15px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	#content p {
		margin-bottom: .8em;
	}
	
	#content li {
		line-height: 1.8em;
	}
	
	#content ul {
		list-style-type: disc;
		margin: 10px 0 20px 20px;
	}
	
		#content ul ul {
			margin-top: 0;
			margin-bottom: 0;
		}
	
	#content a {
		/* text-decoration: underline; */
	}
		

/* 
SIDEBAR
*/
		
#sidebar {
	width: 230px;
	float: right;
	font-size: .85em;
	background: white url('../images/sidebar.jpg') no-repeat top left;
}

	#sidebar .inner {
		padding: 15px 0 0 15px;
	}
	
	#sidebar h3 {
		font-size: 2em;
		margin-bottom: 10px;
	}
	
	#sidebar h4 {
		font-size: 14px;
		color: #666;
		margin-bottom: 5px;
	}
	
	#sidebar p {
		line-height: 1.5em;
	}
	
	/* #sidebar a {
		background-color: #eee;
	}
	*/
	
	#sidebar .sidebarsection {
		margin-bottom: 20px;
	}
	
	#sidebar .sidebarnews {
		margin-bottom: 15px;
	}


#welcometext {
	position: absolute;
	top:152px;
	left: 40px;
	width: 400px;
}

	#welcometext h2, #welcometext p {
		color: white;
		margin-bottom: 10px;
		
	}
	
	#welcometext p {
		font-size: 1.4em;
	}

#collapsible {
	
}	

	#collapsible h4 {
		padding: 5px;
		margin:5px 5px 0 5px;
		cursor: pointer;
	}
	
		#collapsible h4 a {
			text-decoration: none;
		}
	
		.collapsedpanelselected, .collapsedpanelselected a {
			color: white;
			background: #0A307E;
		}
	
	.collapsedpanel {
		margin: 0 5px;
		background: #ededed;
		border: 1px solid #ccc;
		padding: 15px;
	}

	
/*
SLIDER
*/

#slider {
	display: none;
	position: absolute;
	top: 154px;
	left: 502px;
	width: 439px;
	height: 263px;
}

	#slider p, #slider h2 {
		color: white;
	}
	
	#slider p {
		font-size: 1.2em;
	}
	
	#slider h2 {
		font-size: 2.2em;
		margin-bottom: 8px;
	}
	
	#slider .slide > img {
		height: 263px;
		width: 429px;
	}

.slide {
	position: relative;
}

.slidecontent {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 220px;
}


	.slidecontent img {
		margin-top: 15px;
		border: 0;
	}

#slidercontainer {
	display: none;
	position: absolute;
	top: 373px;
	left:525px;
	z-index: 100;
}

	#slidernav {
		float: left;
		margin: 0 15px 0 15px;
	}

	#slidernav a:link, #slidernav a:visited {
		color: white;
		text-decoration: none;
		font-size: 30px;
	}
	
	#slidernav a.activeSlide, #slidernav a.activeSlide:visited {
		color: #faae00;
	}
	
	#slideprev, #slidenext{
		float: left;
		text-indent: -9999px;
		width: 18px;
		height: 20px;
		margin-top: 7px;
	}
	
	#slideprev {
		background: url('../images/prev.png') no-repeat 0 0;
	}
	
	#slidenext {
		background: url('../images/next.png') no-repeat 0 0;
	}
	
	#pauseresume {
		position: absolute;
		top: 293px;
		left:904px;
		z-index: 10;
	}


.foxycart {
	margin-bottom: 10px;
}


/* 
MENU
*/

.menu {
	position: absolute;
	right: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.35em;
	top: 35px;
}

	.menu li {
		float: left;
		padding: 15px 8px 9px;
	}
	
	.menu a {
		display: block;
		text-decoration: none;
		color: #888;
		height: 35px;
		float: left;
	}
	
	.menu a:hover {
		color: #072166;
	}
	
	.menu li.active {
		background: #f79100 url('../images/menucurrent.jpg') repeat-x top left;
		-moz-border-radius: 3px;
	}
	
		.menu li.active a {
			color: #072166;
			background: url('../images/menuarrow.png') no-repeat center bottom;
		}
		
/*
SUBMENU
*/
		
.submenu {
	position: absolute;
	top: 155px;
	right: 20px;
	width: 250px;
}

	.submenu ul {
		float: right;
	}
 
	.submenu li{
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		border-left: 1px solid white;
	}
	
	.submenu li:first-child {
		border-left: 0px solid white;
	}
	
	.submenu li:last-child {
		padding-right: 0;
	}
	
	.submenu a {
		display: block;
		color: white;
	}
	
	.submenu a:hover {
		text-decoration: underline;
	}
	
	.submenu.moveup {
		top: 136px;
	}
	
	
/*  
TABS
*/


#content .inner ul.tabs {  
	
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:0px solid #666;	
	position: absolute;
	top: 184px;
	margin-left: 174px !important;
	font-weight: bold;
}

	#content .inner ul.tabs.noindent, #content .inner ul.tabs.categories {  
		margin-left: 0 !important;
	}
	
	#content .inner ul.tabs.categories {
		top: 190px;
	}
	
	#content .inner ul.tabs.noindent a, #content .inner ul.tabs.categories a {
		text-indent: 0px;
		padding: 5px 7px;
	}
	
	

#content .inner ul.tabs li {  
	float:left;	 
	padding:0; 
	padding-left: 0px;
	margin:0;  
	list-style-image: none;
	list-style-type:none;	
	position: relative;
}

	#content .inner ul.tabs li img {  
		position: absolute;
		top:10px;
		left: 10px;
	}
	
	#content .inner ul.tabs.categories li {
		line-height: 12px;
	}

#content .inner ul.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 15px 5px 20px;	
	text-indent: 10px;
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background: transparent url('../images/tab.jpg') repeat-x top left;
	color: #666666;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	position:relative;
	top:1px;	
}

	#content .inner ul.tabs.categories a {
		font-size: 12px;
		height: 12px;
	}

#content .inner ul.tabs a:hover {
	background-color:#F7F7F7;
	color:black;
}


#content .inner ul.tabs a.current {
	background-color:white;
	background-image: none;
	border-bottom:2px solid white;	
	color:#000;	
	cursor:default;
}

	#content .inner ul.tabs li#purchasetab a.current {
		background-color: white;
	}


#content .inner ul.tabs a:focus {
	background-color:white;
	background-image: none;
	border-bottom:2px solid white;	
	color:#000;	
	cursor:default;
}

	#content .inner ul.tabs li#purchasetab a:focus {
		background-color: white;
	}
	
#content .inner div.panes div.pane {
	
	min-height:300px;
}


/*
SCREENSHOTS
*/

#screenshots {

}

	#screenshots h4 {
		clear: left;
	}

	#screenshots a {
		background-color: transparent;
	}
	
	#screenshots a:hover {
		background-color: transparent;
	}

	
/*
PDF MANUALS BLOCK
*/

#pdfmanual {

}

	#pdfmanual img {
		float: left;
		width: 60px;
	}
	
	#pdfmanual p {
		line-height: 47px;
	}

	
		
/*
DOWNLOAD TRIAL BUTTONS
*/		

a.downloadtrial {
	display: block;
	background: transparent url("../images/downloadtrial.png") no-repeat bottom left;
	width: 166px;
	height: 24px;
	text-indent: -9999px;
	position: absolute;
	top: 182px;
	
}

	#wrapper a.downloadtrial {
		padding: 0;
		background-color: transparent;
		border-bottom: none;
		}

	a.downloadtrial:hover {
		background-position: top left;
	}
	
a.downloadtrial.dontmove {
	position: static;
	margin-top: 15px;
	float: left;
	margin-right: 15px;
}


/*
FREE SCAN BOX
*/
#freescan {
	background: white;
	padding: 15px;
	border: 1px solid black;
	margin: 10px 0 10px 20px;
	-moz-border-radius: 3px;
	width: 40%;
	float: right;
}

	#freescan img {
		float: left;
		margin: 0 15px 0 0;
	}
/* *****  */

#licenseexplanation {
	clear: left;
}	

#sidebar .readmore, #content .readmore {
	background: #eee url('../images/arrow_right.png') no-repeat 5px center;
	padding-left: 25px;
	padding-right: 5px;
	margin-right: 10px;
	white-space: nowrap;
}

	#sidebar .readmore {
		background-color: transparent;
	}
	
#sidebarslider {

}	
	
	#sidebarslider .sidebarslider_inner {
		
	}
	
	#sidebarslider .sidebarslide {
	
	}
	
	
	

/*
FOXY CART FORM
*/



.addtocart {
	width:194px;
	border: 1px solid #999;
	padding: 10px;
	float: left;
	margin: 15px 15px 15px 0;
	background: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

	.addtocart label {
	display: block;
	font-size: 1.5em;
	margin-bottom: 10px;
	}

	.addtocart input {
	float: left;
	}

	#content .addtocart h4 {
		margin: 0 0 0 0;
	}


.submit, a.submit {
	padding:5px 10px 5px 30px;
	width:125px;
	font-weight:bold;
	font-size:1.2em;
	color: white;
	background: #0A307E url(../images/buy.png) no-repeat 8px center;
	text-decoration:none;
	float: none !important;
	border: none;
	cursor: pointer;

}


dt {
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
}

/*
CALLOUT BOXES
*/

div.callout {
	float: right;
	width: 200px;
	padding: 10px;
	border: 1px solid gray;
	clear: left;
	float: left;
	margin: 0 30px 10px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}

	div.callout p {
		font-size: 1.1em;
	}

	div.callout img {
		float: left;
		margin-right: 10px;
	}

/*  
MISC
*/

a#pricelink, a.purchase {
	background: #EEE url('../images/buy.png') no-repeat center left;
	padding-left: 25px;
}

p.javascript {
	font-size: 1.5em;
	margin-top: 15px;
	
}

	p.javascript.homepage {
		position: absolute;
		top:153px;
		right:50px;
		width: 390px;
		color: white;
	}
	
		p.javascript.homepage a {
			color: white;
			text-decoration: underline;
		}

.cartstatus {
	margin: 10px 0 25px 0;
}

#wrapper a.download {
	padding-left: 20px;
	background: #eee url('../images/download_small.png') no-repeat center left;
	margin-right: 10px;
}

.extratopmargin {
	margin-top: 15px;
}

#softwarelist {
	width: 960px;
	margin: 20px auto 0 auto;
	font-size: .8em;
}

	#softwarelist p, #softwarelist h5, #softwarelist a {
		color: #999;
	}
	
	#softwarelist a {
		text-decoration: underline;
	}
	
	
#manuals a, #sitemap a {
	background-color: transparent;
	border: none;
	
}	

h3#news {
	display: inline;
}


#wrapper a.rss {
	border: none;
	
}

#newsheadingcontainer {
	margin-bottom: 10px;
}



/*
COMPARISON TABLE
*/

.comparetable {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	
}

	.comparetable td, .comparetable th {
		padding: 2px;
		padding-bottom: 5px;
		border-bottom: 1px solid #dedede;
		border-right: 1px solid #dedede;
		text-align: left;
	}
	
	.comparetable th {
		background: #0A307E;
		color: white;
		padding-top: 5px;
	}
	
	.comparetable img {
		padding-left: 3px;
		padding-right: 0px;
	}

	
.category td {
	background: #dedede;
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.2em;
}

.comparetable tr.lastrow td {
	padding-bottom: 10px;
}



#legend {

}

	#legend ul {
		list-style-type: none;
	}



		
/*
FOOTER
*/

#footer {
	width: 960px;
	margin: 15px auto 5px;
	background: #3a528e url('../images/footer.jpg') repeat-x top left;
	color: #9da6c2;
	font-size: .7em;
	overflow: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	#footer .inner {
		padding: 15px 0 0 0;
	}
	
	#footer a, #footer a:visited  {
		color: #9da6c2;
		text-decoration: none;
		font-size: 0.8em;
	}
	
	#footer p  {
		color: #9da6c2;
		font-size: 1.4em;
	}	
		
		#footer a:hover {
			color: white;
		}
	
	#footer ul {
		margin-left: 5px;
		padding-left: 5px;
	}
	
		#footer ul li {
			padding-bottom:3px;
		}
	
	#footer h4 {
		margin-bottom: 5px; 
		color: white;
	}
	
	
	#footer .column {
		float: left;
		width: 240px;	
	}
	
		#footer .column .inner2 {
			padding-left: 20px;
			padding-bottom: 15px;
		}
		
	#copyright {
		width: 960px;
		margin: 0 auto 0;
		clear: both;
		font-size: .7em;
		color: #999;
	}
	
		#copyright .inner {
			background: url('../images/copyright.jpg') no-repeat center left;
			padding-left: 30px;
		}


		

