* {
	margin: 0;
	padding: 0;
}
        
.hide { display: none; }

em, q {
	font-weight: bold;
	font-style: normal;
	}

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	}
	
.container {
	width: 838px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(./img/header-shadow.gif) no-repeat 0 318px;
	}
/* The header */	
	
div#header {
	height: 347px;
	width: 522px;
	margin: 0 auto;
	position: relative;
	background: url(./img/Final-LogoWeb.png) no-repeat;
	}
	
#header h1 {
	position: absolute;
	top: 42px;
	left: 136px;	
	text-indent: -9999px;
	}
	
#header h1 a {
	display: block;
	width: 525px;
	height: 170px;
	}
	
#header p {
	display: none;
	}

body {
	background: #ebebeb url(./img/header-bg.png) repeat-x top left;
	color: #000; /* Hat tip: http://defineyourcolors.com/20080826/text/coda-15-now-with-undefined-colors/ */
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	/*font-size: 62.5%;*/ /* uncomment this to set tab text size smaller */
}

a {
	text-decoration: none;
	/*color: #190C82;*/
	outline: none;    
	color: #003f8c;   
}

a:hover {
	text-decoration: underline
}
h1 {
	margin: 14px 0;
	font-family: 'Trebuchet MS', Helvetica;
}
        
p {
	margin: 14px 0;
	font-family: 'Trebuchet MS', Helvetica;
}

#subhead {
	margin: 40px 0 20px 0;
	text-align: center;
	font-size: 20px;
	}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}
	
#home p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}


        
.bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
}
.trigger {
	position: relative;
}
.notrigger {
	position: relative;
}
     
/* Bubble pop-up */
.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft {
	background-image: url(img/bubble-1.png);
}
.popup td.top {
	background-image: url(img/bubble-2.png);
}
.popup td#topright {
	background-image: url(img/bubble-3.png);
}
.popup td.left {
	background-image: url(img/bubble-4.png);
}
.popup td.right {
	background-image: url(img/bubble-5.png);
}
.popup td#bottomleft {
	background-image: url(img/bubble-6.png);
}
.popup td.bottom {
	background-image: url(img/bubble-7.png);
	text-align: center;
}
.popup td.bottom img {
	display: block;
	margin: 0 auto;
}
.popup td#bottomright {
	background-image: url(img/bubble-8.png);
}

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
}

table.popup-contents td {
	text-align: left;
}

tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	background: url(img/starburst.gif) no-repeat top right;
	height: 17px;
}

tr#release-notes td a {
	color: #333;
}
        
/* The navbar */

ul#navbar {
	height: 98px;
	width: 1000px;  /* was 750 when there were 3 buttons. With 4 buttons and 750, button 4 is on the next line */
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	margin-left: -75px;
}
	
#navbar li {
	float: left;
	height: 98px;
	width: 250px;
}
	
#navbar li#download {
	background-image: url(./images/Nav_Download_On.png);
}

#navbar li#buy {
	background-image: url(./images/Nav_Buy_On.png);
}
	
#navbar li#help {
	background-image: url(./images/Nav_Demo_On.png);
}

#navbar li#email {
	background-image: url(./images/Nav_Email_On.png);
}

div#bubbleInfo {
width: 1000px;   /* was 750 - see ul bavbar above */
height: 98px;
}

/* The toolbar for the content box */

ul#toolbar {
	height: 52px;
	width: 682px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
}
	
#toolbar li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
}
	
#toolbar li a {
	height: 52px;
	display: block;
}
/*	
#navigation li.active {
/*border-bottom: 1px solid #f2f2f2;*/ /*
	background-position: bottom;
	height: 52px;
	z-index: 10;
}

#navigation li.inactive {
	background-position: top;
	border-bottom: 1px solid #ccc;
}
	
#navigation li:hover {
	background-position: bottom;
}
		
#navigation li#home {
	left: 0;
	width: 94px;
	background-image: url(./img/tb_tab_home.png);
}
	
#toolbar li#products-tab {
	left: 93px;
	width: 94px;
	background-image: url(./img/tb_tab_products.png);
}

#toolbar li#recall-tab {
	left: 186px;
	width: 94px;
	background-image: url(./img/tb_tab_recall.png);
}

#toolbar li#records-tab {
	left: 279px;
	width: 94px;
	background-image: url(./img/tb_tab_records.png);
}

#toolbar li#diary-tab {
	left: 372px;
	width: 94px;
	background-image: url(./img/tb_tab_diary.png);
}

#toolbar li#marketing-tab {
	left: 465px;
	width: 94px;
	background-image: url(./img/tb_tab_marketing.png);
}

#toolbar li#epos-tab {
	left: 559px;
	width: 94px;
	background-image: url(./img/tb_tab_epos.png);
}
*/
/* Perception CSS */
.copyright {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

/* Slider CSS */
#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.containerxxx {
	width: 838px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(./img/header-shadow.gif) no-repeat 0 318px;
	}

/* to change height of container, change height below, and in scrollContainer, less 2 * 20px for padding */
.scroll {
    height: 950px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    /*background: #EBF3F5 url(./img/header-shadow.gif) no-repeat 0 936px;*/
    background: #FFFFFF url(img/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 910px;
    width: 580px;
}

#shade {
    background: #EDEDEC url(img/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 5px;
    color: #000;
    text-decoration: none;
/*	background-position: top;*/
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
/*	background-position: bottom;*/
}

ul.navigation a:focus {
    outline: none;
}
/*
ul.navigation a#home {
	left: 0;
	width: 94px;
	background-image: url(./img/tb_tab_home.png);
}
ul.navigation a#products {
	left: 0;
	width: 94px;
	background-image: url(./img/tb_tab_products.png);
}
*/

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -30px;
}

.hide {
    display: none;
}
.panel {
	width: 710px;
	margin: 20px;
	float: left;
	}
	
.panel h2, .panel h3 {
	color: #072453;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 5px;
	}
	
.panel h3 {
	color: #000;
	}
	
.panel p, .panel li {
	margin: 0 0 20px 0;
	font-size: 12px;        /* main body font-size */
	line-height: 22px;
	}

.panel li strong {
	font-size: 19px;
	font-weight: normal;
	}

.panel img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
/* Screenshots */

ul.screenshots {
	list-style: none;
	margin: 2px auto 2px auto;
	clear: both;
	text-align: center;
	}
	
ul.screenshots li {
	display: inline;
	list-style: none;
	}
	
ul.screenshots li a img {
	float: none;
	margin: 0 10px;
	}
	
a img { border: 0; }

/* Release.htm CSS */

.release .hide { display: none; }
		
.release h2 {
	font-size: 24px;
    font-family: "Helvetica Neue";
	font-weight: normal;
	margin: 0;
	}
.release ul   {
    font-size: 12px;
	font-family: "Helvetica";
	font-weight: normal;
	line-height: 17px;
	margin: 1em 0;
	}
	
.release ul ul {
	margin: 0;
	list-style: disc;
	padding-left: 2em;
	}
	
.release h3  {
	font-size: 12px;
	font-family: "Helvetica";
	font-weight: normal;
	line-height: 14px;
	color: #888888;
	margin: 0;
	}
	
.release h4  {
	font-size: 12px;
	font-family: "Helvetica";
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	}	

/* CSS for home page */
	#perception-tag {
		background: url(./images/Home3.png) no-repeat bottom left;
		position: absolute;
		top: 0;
		left: 0;
		width: 120px;
		height: 75px;
		z-index: 10;
		text-indent: -9999px;
		}
		
	#perception-tag a {
		display: block;
		width: 100px;
		height: 100px;
		}
#qcontainer{
	padding:20px;
	width:500px;
	height:125px;
	background-color:#fff;
	color:#666;
	margin:50px auto;
}

#author{
	color:#D75497;
	padding-top:35px;
	text-align: right;
}
   