body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}



body {
	background:#EFF2FC url('/images/grey_background.png') 0 0 repeat-x;
	text-align: center;
}

body,input,textarea,select,td,th {
	color:#4f4d4d;
  font: 12px Arial, Verdana, Tahoma, sans-serif;
}

#root {
	background:url('/images/main_white_strip.png') 0 0 repeat-y;
	margin:0 auto;
	padding:0 0 18px;
	position:relative;
	width:928px;
	clear:both;
}

#wrapper {
	background:url('/images/main_heading.png') 0 0 no-repeat; 
	text-align: left;
}

a, em {
	font: 13px "Trebuchet MS", sans-serif; 
	font-weight: bold;
	color: #11248A;
	text-decoration: none;
}

i a {
	font-style: italic;
}

b {
	color: #000000;
}

ul {

	list-style-type: disc;
	list-style-position: inside;
}

a:hover {
	text-decoration: underline;
}
a:link {
}
a:visited {
	color:#6A0C8D	;
}


h5 {
	font: 13px "Trebuchet MS", sans-serif; 
	font-weight: bold;
	color: #000000;
}

.smallprint {
	font: 11px Arial, Verdana, Tahoma, sans-serif;
	font-weight: normal;
	color:#999999;
}

.smallprint a {
	color:#999999;
	font: 11px Arial, Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.smallprint a:hover {
	text-decoration: underline;
}


.error-text {
	color: #EE0000;
	font-weight:bold;
}

.error-text a {
	color: #EE0000;
	text-decoration: underline;
}

.standard-list {
	list-style-type: disc;
	list-style-position: inside;

}

.left-icon {
	float: left;
	padding: 0 15px 20px 0;
}

.right-icon {
	float: right;
	padding: 0 0 20px 15px;
}


.fixed-page-height {
	height: 480px; 
}

.deleted {
	text-decoration: line-through;
}
a.deleted:hover { text-decoration: line-through underline; }

.signature {
	font-style: italic;

}


h3 {
	margin:10px 0 5px;
	color: #000000;
	font: 18px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}

.info-box {
	background-color: #F4F4F4;
	padding: 10px 15px 12px 15px;
	border: 1px solid #CCCCCC;
}

/* Bug in IE7 means we can't just add margin: to info-box */
.info-box-margin {
	float: right;
	padding: 0px 5px 20px 40px;
}


#help-index-table tr td {
	vertical-align:top;
	padding: 10px 30px 0px 0px;
}

#help-index-section h3 {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #000000; 
}


/****************************************************************
	HEADER
****************************************************************/

#header {
	height:43px;
	padding:54px 0 0 48px;
	position:relative;
	text-align: left;
}

#header h1 {
	background:url('/images/logo.png') 0 0 no-repeat;
	height:43px;
	width:206px;
}

#header h1 span {
	display:none;
}

#header h1 a {
	border:0;
	display:block;
	height:30px;
	width:206px;
}

#header ul {
	list-style: none;
}

/****************************************************************
	FOOTER
****************************************************************/

#footer {
	width:902px;
	background:url('/images/footer.png') 0 0 no-repeat; 
	padding:18px 13px 10px 13px;
	margin:0 auto;
	text-align:left;
	clear:both;
}

em {
	color: #000000;

}


/****************************************************************
	TOP MENU
****************************************************************/
#search-box {
	position:absolute;
	left:714px;
	top:25px;
	font: 11px Arial, Verdana, Tahoma, sans-serif;
	color:#EAEDFD;
}

#search-box b {
	color:#EAEDFD;
	position:absolute;
	left:0px;
	top:2px;
}

#search-box div {
	height:18px;
}

#search-box div input.textbox {
	position:absolute;
	left:50px;
	top:0;
	height:14px;
	width:100px;
	background-color:#EAEDFD;
	color:#000000;
	border:0;
	padding:2px 2px 2px 3px;
	font-size: 11px; 
	font-weight: bold;
	
}

#search-box div input.search-button {
	position:absolute;
	left:155px;
	height:18px;
	top:0;
	vertical-align:top;
}


#newsflash {
	position:absolute;
	left:464px;
	top:45px;
	color:#B4C1FC;
	font: 11px Arial, Verdana, Tahoma, sans-serif;
}
#newsflash b {
	color:#FEEF32;
}
#newsflash a {
	font: 11px Arial, Verdana, Tahoma, sans-serif;
	color:#FFFFFF;
/*	text-decoration: underline; */
}

#menu {
	position:absolute;
	left:292px;
	top:64px;
	width:603px;
}

#menu li {
	float:left;
	padding:0 1px;
}

#menu li a span,
#menu li span span {
	display:none;
}

#menu li a,
#menu li span {
	background-repeat:no-repeat;
	border:0;
	display:block;
	float:left;
	height:24px;
}

#menu li.home a,
#menu li.home span {
	background-image:url('/images/home.png');
	/* Image width - 2: */
	width:57px;
}

#menu li.tour a,
#menu li.tour span {
	background-image:url('/images/tour.png');
	/* Image width - 2: */
	width:53px;
}

#menu li.screenshots a,
#menu li.screenshots span {
	background-image:url('/images/screenshots.png');
	/* Image width - 2: */
	width:102px;
}

#menu li.download a,
#menu li.download span {
	background-image:url('/images/download.png');
	/* Image width - 2: */
	width:89px;
}

#menu li.buy a,
#menu li.buy span {
	background-image:url('/images/buy.png');
	/* Image width - 2: */
	width:41px;
}

#menu li.faq a,
#menu li.faq span {
	background-image:url('/images/faq.png');
	/* Image width - 2: */
	width:44px;
}

#menu li.help a,
#menu li.help span {
	background-image:url('/images/help.png');
	/* Image width - 2: */
	width:45px;
}

#menu li.forum a,
#menu li.forum span {
	background-image:url('/images/forum.png');
	/* Image width - 2: */
	width:61px;
}


#menu li.contact a,
#menu li.contact span {
	background-image:url('/images/contactus.png');
	/* Image width - 2: */
	width:93px;
}





#chip div {
	background-image:url('/images/chip.png');
	background-repeat:no-repeat;
	background-position:top center;
	height:8px;
	position:absolute;
	top:89px;
	clear:both;
	
}

#chip div.home {
	left:292px;
	width:59px;
}

#chip div.tour {
	left:351px;
	width:55px;
}

#chip div.screenshots {
	left:406px;
	width:104px;
}

#chip div.download {
	left:510px;
	width:91px;
}

#chip div.buy {
	left:601px;
	width:43px;
}

#chip div.faq {
	left:644px;
	width:46px;
}

#chip div.help {
	left:690px;
	width:47px;
}

#chip div.forum {
	left:737px;
	width:63px;
}


#chip div.contact {
	left:800px;
	width:95px;
}


/****************************************************************
	MAIN CONTENT
****************************************************************/
.main-content {
	font-size: 13px;
	line-height: 1.43em;
	position:relative;
	padding: 30px 40px 0px 45px;
	/* background-color: #00FF00; */ 
}

.main-content h2 {
	margin:0 0 12px;
	color: #000000;
	font: 21px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}

.main-content h4 {
	margin:18px 0 3px;
	color: #000000;
	font: 13px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}





/****************************************************************
	HOME CONTENT
****************************************************************/
#home-content {
	height: 570px;
}

#intro {
	font-size: 13px;
	line-height: 1.43em;
	position:absolute;
	padding: 30px 485px 0px 45px;

}

#intro h2 {
	margin:0 0 12px;
	color: #000000;
	font: 21px "Trebuchet MS", sans-serif;
	font-weight: bold;
}


#features {
	font-size: 13px;
	line-height: 1.43em;
	position:absolute;
	top: 335px;
	left: 465px;
	width: 398px;
	padding: 5px 0 0 20px;
	/* background-color: #00FF00; */
}


.testimonial {
	position:absolute;
	top: 198px;
	left: 485px;
	width: 318px;
	padding: 10px 40px 15px 40px;

	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}

.testimonial .open-quote {
	position:absolute;
	background:url('/images/quote_start.png') 0 0 no-repeat;
	top: 5px;
	left: 0px;
	width: 26px;
	height: 26px; 
}

.testimonial .close-quote {
	position:absolute;
	background:url('/images/quote_end.png') 0 0 no-repeat;
	top: 26px;
	left: 365px;
	width: 26px;
	height: 26px; 
}

.testimonial .quote {
	font: 13px "Trebuchet MS", sans-serif; 
	font-weight: bold;
	line-height: 1.43em;
	text-align: left;
	color: #000000;
}

.testimonial .reference {
	text-align: right;
	padding: 8px 0 0 0;
}

.testimonial .readmore {
	padding: 10px 0 0 0;
}

#features h2 {
	margin:5px 0 5px;
	color: #000000;
	font: 21px "Trebuchet MS", sans-serif;
	font-weight: bold;
}

#features-list {
	list-style-type: disc;
	list-style-position: outside;
}

#features-list li {
	padding: 12px 0 4px 0;
}


#main-screenshot {
	position:absolute;
	top: 245px;
	left: 45px;
}

#mini-screenshot-invoice {
	position:absolute;
	top: 540px;
	left: 45px;
}

#mini-screenshot-vat {
	position:absolute;
	top: 540px;
	left: 182px;
}

#mini-screenshot-reports {
	position:absolute;
	top: 540px;
	left: 319px;
}

#download-button {
	position:absolute;
	top: 133px;
	left: 485px;
}

#buy-now-button {
	position:absolute;
	top: 133px;
	left: 693px;
}

#more-screenshots {
	position:absolute;
	top: 640px;
	left: 47px;
}

#home-bottom {
	margin: 10px 45px 0 45px;
	padding: 15px 0 0 0;
/*	background-color:#00ff00; */ 
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #DDDDDD;
}

#home-bottom .col3, #home-bottom  .col3-center {
	float: left;
	/* background-color:#ffff00; */
	width: 265px;
}

#home-bottom .col3 h3, #home-bottom .col3-center h3 {
	margin: 0;
}

.column-image {
	float:right;
	padding: 0 0 0 7px;
}

.arrow-link {
	margin: 8px 0;
}

#home-bottom .col3-center { 
	margin: 0 10px 0 10px;
	padding:0 10px 0 10px; 
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #DDDDDD;
}


/****************************************************************
	DOWNLOAD CONTENT
****************************************************************/

#download-content {
}

#download-intro {
	font-size: 13px;
	line-height: 1.43em;
	position:relative;
	padding: 30px 40px 0px 45px;
/*	background-color: #00FF00 */
}

#download-intro h2 {
	margin:0 0 12px;
	color: #000000;
	font: 21px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}

#download-link a {
	font: 21px "Trebuchet MS", sans-serif;
}



#download-box {
	float:left;
	position:relative;
	padding: 0 10px 0 0; 
}

#download-details {
	position:relative;
	top: -12px;
	left: 0px;
	font-size:11px;
}



#download-intro ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 5px 0 5px 0;
}


#download-requirements {
	float: right;
	width: 230px;
	background-color: #F4F4F4;
	padding: 10px 15px 12px 15px;
	border: 1px solid #CCCCCC;
}

#download-intro .col3 {
	position:absolute;
/*	background-color:#ffff00; */ 
	width: 251px;
	margin: 0;
}

#download-intro td {
	padding:0 0 4px 0;
/*	background-color:#00ff00; */ 
}

.button-point {
	float:left;
}


#download-intro h4 {
	margin:35px 0 12px;
	color: #000000;
	font: 17px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}

#download-email-box {
	background-color: #E5F1FF;
	border: 1px solid #C3CDD9;
	padding: 20px;
	width: 410px;
}

#download-email-box table tr td {
	padding: 3px;
}

/****************************************************************
	CONTACT CONTENT
****************************************************************/


#contact-content {
	height: 480px; 
}

#contact-intro {
	font-size: 13px;
	line-height: 1.43em;
	position:relative;
	padding: 30px 40px 0px 45px;
/*	background-color: #00FF00 */
}

#contact-blurb {
	padding: 0 310px 0 0;

}

#contact-intro h2 {
	margin:0 0 12px;
	color: #000000;
	font: 21px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}

#contact-address {
	padding: 10px 0 0 20px;
}

.contact-detail {
	padding: 5px 0px 0px 0px;
}

.form-feedback-text {
 width: 280px;
 vertical-align: middle;
}

.form-feedback-textarea {
 width: 380px;
 height: 220px;
}

.form-feedback-table th,td{
	margin:0;
	padding:0 0 7px 0;
}

.form-feedback-text-label {
	vertical-align:top;
	padding:2px 7px 7px 0;
}

.form-feedback-textarea-label {
	vertical-align:top;
	padding:2px 7px 7px 0;
}

.screenshots-table-item {
	padding:0 0 15px 0;
	text-align:center;
}

.screenshots-table-padding {
	padding:0 23px 15px 0;
}

.contact-table td {
	vertical-align:top;
	padding: 8px 4px 4px 0px;
}

/****************************************************************
	PRIVACY CONTENT
****************************************************************/


#privacy-intro {
	font-size: 13px;
	line-height: 1.43em;
	position:relative;
	padding: 30px 40px 0px 45px;
/*	background-color: #00FF00 */
}

#privacy-intro h2 {
	margin:0 0 12px;
	color: #000000;
	font: 21px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}







/****************************************************************
	SIGNUP CONTENT
****************************************************************/
#signup-content {
	height: 480px; 
}

#signup-intro {
	font-size: 13px;
	line-height: 1.43em;
	position:relative;
	padding: 30px 40px 0px 45px;
}

#signup-intro h2 {
	margin:0 0 12px;
	color: #000000;
	font: 21px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}

#signup-text {
	vertical-align: middle;
	width: 200px;
}

#signup-submit {
	vertical-align: middle;
}

/****************************************************************
	SCREENSHOTS CONTENT
****************************************************************/


#screenshots-intro {
	font-size: 13px;
	line-height: 1.43em;
	position:relative;
	padding: 30px 45px 0px 45px;
}

#screenshots-intro h2 {
	margin:0 0 12px;
	color: #000000;
	font: 21px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}


/****************************************************************
	SCREENSHOTS CONTENT
****************************************************************/

#screenshot-body {
	background-color: #FFFFFF;
	background-image: none;
	padding: 10px 0 0 0;
	text-align: center;
}

#screenshot-body p {
	padding: 0 0 5px 0 ;
}




/****************************************************************
	FORUM CONTENT
****************************************************************/


#forum-content {
	font-size: 13px;
	line-height: 1.43em;
	position:relative;
	padding: 30px 40px 0px 45px;
}

#forum-content h3, h2 {
	margin:0 0 12px;
	color: #000000;
	font: 21px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}

#forum-content .topics em {
	font-weight: normal;
	color: #000000;
}

#forum-content .comment {
	color: #AAAAAA;
}

#forum-content .post-and-signature {
	padding: 0 0 40px 0;
}

#forum-content #button-bar {
	float:right;
	top:10px;
	width:180px;
	padding: 15px 0 15px 35px;
}



#forum-content td, th {
	vertical-align: top;
	padding:6px 5px 6px 0;
}

#forum-content #email-comment {
font-size:11px;
}

#forum-content table.form input.error, textarea.error {
	border:	2px solid #FF0000;
	padding: 2px 2px 2px 2px;
}

.searchMessagesText {
	width:130px;
}

.posts {
}

.searchResultDesc, .searchResultDesc a {
	font-style: italic;
	padding-bottom: 10px;
}

#forum-content h4 {
	margin:0 0 10px 0;
	color: #000000;
	font: 18px "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: 0;
}



#questions p {
	position:absolute;
	padding: 0;
	margin: 0;
    top:715px;
	left:332px;
	width:182px;
	height:53px;
	background-color:#FFFFFF;
	overflow: hidden;

}


/****************************************************************
	NEW FEATURES
****************************************************************/
.features-table td {
	vertical-align:top;
	padding: 12px 4px 4px 4px;
}

.import-data-label {
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px 0;
	color:#000000;	
}

.import-data-box {
	border: 1px solid #CCCCCC;
}

.import-data-box tr td {
	padding: 5px;
	vertical-align:top;
}

.import-data-heading {
	border-bottom: 1px solid #CCCCCC; 
}



