body {
	font-family: Lucida Sans, Arial;
	font-size: 75%;
	color: #444;
	line-height: 1.45em;
	margin: 0;
	background: #FFF;
	border-top: 10px solid #717273;
}

.small {
	font-size: 80%;
}

em {
	font-style: normal;
/*	background-color: #FFB;
	padding: 2px; */
}

em.highlight {
	background: #FFA;
	color: #333;
	padding: 2px;
}

h2 {
	color: #2C4358;
	font-size: 165%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	clear: left;
	margin-top: 20px;
}

h4 img {
	float: left;
}

blockquote {
	width: 250px;
	border: 1px solid #CCC;
	border-width: 1px 0;
	color: #777;
	font-size: 125%;
	margin: 15px;
	padding: 15px 0;
	line-height: 1.5em;
}

blockquote span {
	font-weight: bold;
	font-size: 70%;
	color: #555;
	display: block;
	text-align: right;
	padding-right: 10px;
}

form fieldset {
	border: none;
	border-bottom: 1px solid #CCC;
}

form label {
	float: left;
	display: block;
	width: 85px;
}

a.pdf {
	padding-left: 30px;
	background: url('images/pdf.gif') no-repeat;
	min-height: 25px;
	display: inline-block;
	display: -moz-inline-block;
}

a img {
	border: none;
}

a.action {
	font-weight: bold;
}

img.screenshot {
	padding: 4px;
	margin: 10px;
	border: 1px solid #CCC;
}

dt {
	margin-top: 10px;
	border-top: 1px solid #CCC;
	padding: 10px 100px;
	font-weight: bold;
	font-size: 125%;
	color: #2C4358;
}

dd {
	padding: 0 20px 0 100px;
	margin: 0;
}

#topbar {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#pagetitle {
	margin-top: 25px;
}

#tagline {
	margin: 0;
	position: absolute;
	text-indent: -1000em;
	width: 250px;
	height: 20px;
	top: 9px;
	left: 160px;
	background: url('images/tagline.gif') no-repeat;
}

#topbar form {
	position: absolute;
	right: 0px;
	top: 7px;
}

#topbar form input {
	color: #777;
}

#topmenu {
	margin-bottom: 10px;
}
#menu {
	margin-left: 20px; 
	border-left: 1px solid #DDD; 
	width: 250px; 
	float: right;
	background: white;
}

.column {
	width: 240px;
	float: left;
}

.box {
	margin: 0 10px 15px 0;
	background: #F5F5F5 url('images/submenu-bottom-230.gif') no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
}

.box .title {
	background: #657B9E url('images/box-top.gif') no-repeat;
	display: block;
	padding: 5px 10px;
	padding-top: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #EEE;
	margin-bottom: 5px;
}

.box .title img {
	margin: 5px -10px;
	margin-bottom: -10px;
}

.box .menu a {
	width: 210px;
}

.box a.title:hover {
	background: #6D86AD url('images/box-top-over.gif') no-repeat;
}

.box img {
	margin-top: -5px;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	margin-top: -10px;
	border-top: 10px solid #3C5378;
}

.clearboth {
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

#columns {
	background: url('images/column-bg.gif');
}

#content {
	width: 480px;
	float: left;
	padding-right: 10px;
}

#sidebar {
	float: right;
	width: 200px;
	font-size: 90%;
}

#sidebar .header {
	background: #405880 url('images/title-bg.jpg') no-repeat;
	border-bottom: 1px solid #BBB;
	padding: 5px 10px;
	margin: 0;
	color: white;
	display: block;
	width: 180px;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}

#sidebar .header:hover {
	text-decoration: underline;
}

#sidebar .parent2 {
	background: #6C82A6;
	font-size: 100%;
	color: #DDD;
}

#sidebar .top {
	background-image: url('images/submenu-top.gif');
	background-repeat: no-repeat;
}

#sidebar .parent3 {
	background: #A3B3CC url('images/submenu-top.gif') no-repeat;
	font-size: 100%;
	color: #DDD;
}

#submenu-bottom {
	width: 200px;
	height: 5px;
	margin-top: -5px;
	background: url('images/submenu-bottom.gif') no-repeat;
}

.menu ul, .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.menu li {
	margin: 0;
	width: 100%;
}

.menu a {
	display:	-moz-inline-block;
	display: inline-block;
	margin: 0 5px;
	padding: 5px 5px;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	color: #557;
	font-size: 90%;
}

.menu b {
	color: #456;
}
.menu a.last {
	border: none;
}

.menu a:hover {
	background: #D5D5D5;
}

#sidebar .menu {
	line-height: 0;
}

#sidebar .menu a {
	background: #EEE;
	font-size: 100%;
	margin: 0;
	padding: 5px 15px;
	width: 170px;
	line-height: 1.5em;
}

#sidebar .menu a.active {
	font-weight: bold;
	color: #2C4368;
	background: #F6F6F6;
	font-size: 110%;
	border-bottom: none;
}

#sidebar .menu a:hover {
	background: #DDD;
	color: black;
}

#sidebar .desc ul {
	padding: 0 20px;
	margin: 0 10px;
}

#sidebar .desc li {
	list-style-image: url('images/listitem.gif');
}

#awards {
	border: none;
	border-collapse: collapse;
}

#awards td {
	margin: 10px 0;
	border-top: 1px solid #CCC;
	padding: 10px;
}

#awards h4 {
	margin-top: 0;
}

#software {
	background: url('1.software/images/tabletop.gif') no-repeat;
	padding-top: 9px;
	width: 450px;
}

#software a {
	text-decoration: none;
}

#software div {
	padding: 1px 15px;
	padding-left: 160px;
	padding-bottom: 5px;
	border-bottom: 1px solid #BBC;
	width: 275px;
	position: relative;
}

#software div ul.check {
	list-style-image: url('1.software/images/check.gif');
	color: white;
	position: absolute;
	top: 50px;
	left: 35px;
	padding: 0;
	margin: 10px 0;
	width: 100px;
	font-size: 90%;
	line-height: 1.3em;
}

#software div ul.check li {
	margin: 7px 0;
}


#software #vendisoft, #software #s3ecommerce {
	background: #EEF url('1.software/images/tablebg.gif');
}

#software #vendisoft .h3 {
	display: block;
	background: url('1.software/images/vendisoft.gif') no-repeat;
	text-indent: -1000em;
	width: 120px;
	height: 28px;
	position: absolute;
	top: 20px;
	left: 15px;
	}
	
#software #vendistore {
	background: #DDE url('1.software/images/tablebg2.gif');
}

#software #vendistore .h3 {
	display: block;
	background: url('1.software/images/vendistore.gif') no-repeat;
	text-indent: -1000em;
	width: 130px;
	height: 28px;
	position: absolute;
	top: 20px;
	left: 10px;
	}
	
#software #s3ecommerce {
	border: none;
}

#software #s3ecommerce .h3 {
		display: block;
		background: url('1.software/images/s3ecommerce.gif') no-repeat;
		text-indent: -1000em;
		width: 130px;
		height: 28px;
		position: absolute;
		top: 20px;
		left: 10px;
		}
		
#software #tablebottom {
	width: 450px;
	padding: 0;
	height: 9px;
	background: url('1.software/images/tablebottom.gif') no-repeat;
	border: none;
}

#feature {
	display: block;
	width: 300px;
	height: 130px;
	margin-bottom: 10px;
	margin-top: -5px;
	background: url('6.company/news/images/feature-bg.jpg') no-repeat;
	background-position: 0px 5px;
	color: white;
	padding: 4px;
	padding-right: 10px;
	padding-left: 160px;
	text-decoration: none;
}

#feature a {
	text-align: right; 
	display: block; 
	color: #B5CCDA;
}

#feature p {
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 5px;
}

#feature h3 {
	font-size: 125%;
	padding-top: 0;
	margin-bottom: 5px;
}

* html #feature h3 {
	padding-top: 20px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 10px;
}

#footer li {
	display: inline;
	border-right: 1px solid #CCC;
	padding: 2px;
}

#footer li a {
	padding: 5px;
}

#footer li a:hover {
	background: #657B9E;
	color: white;
}

#searchbox {
	padding: 7px 12px; 
	background: #DDF url('images/search-bg.gif') no-repeat; 
}

#softwarebar {
	width: 100%;
	background: blue;
	height: 30px;
}

ul.bullets {
	list-style: none;
/*	list-style: url('images/listitem.gif'); */
	padding: 5px;
	margin-left: 20px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */