body { font: 11px/1.6em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif; margin: 0; background: #e4e4e4;
	color: #333;
}

a { color: #006e98; text-decoration: none; border: none; }

a:hover { color: #0095cd; text-decoration: underline; }

a:active { color: #cd6416; }

a:visited { color: #919191; }

p, ul {
	text-align: justify;
	margin: 10px 20px;
	padding: 0;
}

ul { padding: 0 0 0 15px; }

h2 {
	font-size: 12px;
	margin: 8px 10px 3px;
	color: #484848;
}

h3 {
	margin: 15px 0px 0px;
	font-size: 11px;
	color: #484848;
}

td {
	padding: 0px, 0px, 0px;
}

p.center {
	text-align: center;
}

#sidebar p, #sidebar ul {
	margin: 10px 10px 10px;
	padding: 0;
	text-align: left;
}

#sidebar ul { padding-left: 15px; }

.date {
	color: #7d7d7d;
	font-weight: normal;
	float: right;
}

img.right {
	float: right;
	margin: 0 0 3px 10px;
}

img.left {
	float: left;
	margin: 0 10px 3px 0;
}

a img {
	border-width: 0;
}

/*--------------------------------------------------------------------------------------- Header */

h1 { margin: 0; padding: 0; }
h1 a { display: block; text-indent: -1000em; /*\*/overflow: hidden; /**/
    width: 100%; height: 70px; background: #5776ff url(/images/Header.jpg);
	width: 100%;
	font-size: 10px;
}

/*--------------------------------------------------------------------------------------- Link Bar */

#prodheader { display: block;
    height: 239px;
}

#bar { display: block;
    background: #e6e6e6 url(/images/Bar_on.jpg) repeat-x 0 100%;
}

#bar ul
{
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
}

#bar ul li { display: inline; margin: 0px 0px 0px 0px; float: left;}

#bar ul li#news { margin-left: 0px; }
#bar ul li a { display: block; color: #ffffff; text-decoration: none; }

#bar ul li span
{
    display: block;
    width: 116px;
    background-image: url(/images/Bar_on.jpg);
    repeat-x 100%;
}

#bar li a { background: url(/images/Bar_on.jpg) repeat-x 100%; }
#bar li.active { background: url(/images/Bar_ov.jpg) repeat-x 100%; }
#bar li.active a { background: url(/images/Bar_ov.jpg) repeat 100%; }
#bar a:hover { background: url(/images/Bar_ov.jpg) repeat 100%; }

/*--------------------------------------------------------------------------------------- Main Layout */

#pagewrapper { display: block; width: 708px; 	margin: 0 auto 0;
	background: url(images/Shadow.png) repeat-y -708px 0;
}

#shadowwrapper {
	padding: 2px 4px 0;
	background: url(images/Shadow.png) no-repeat 0 0;
}

#content {
	display: block;
	background: #ffffff;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content.columns {
	background: url(../images/Shadow.png) repeat-y -2124px 2px;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	margin: 0 0 0;
	font-size: 1px;
	line-height: 1px;
}

#footer {
	display: block;
	background: url(images/Shadow.png) no-repeat -1416px 0px;
	padding:10px 4px 7px;
	width: 700px;
	margin: 0 auto 0;
	font-size: 10px;
	text-align: center;
	color: #666;
}

#main {
	float: left;
	width: 525px;
	padding: 0 0 0;
}

#sidebar {
	float: right;
	width: 165px;
    padding: 0px 0 0;
}

/*--------------------------------------------------------------------------------------- Software Pages */

#currentpath {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

#sidebar .smallinfo {
	color: #555;
	text-align: center;
	margin-top: 4px;
}

hr {
	border: 0;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	margin: 0px 0px;
	padding: 0;
}

p#ratings img {
	padding: 5px 1px 2px 2px;
}

p#quotes {
	font-style: italic;
	color: #4c4c4c;
}

.screenshot {
	border: 1px solid #cccccc;
	padding: 1px;
}

ul#sections, ul#sections a {
	font-size: 12px;
	line-height: 10px;
	color: #484848;
}

ul#sections li {
	list-style: none outside;
}

ul#sections li.active, ul#sections li.active a {
	font-weight: bold;
	text-decoration: none;
	list-style: url(/images/Bullet.gif);
}

#softheader {
	margin: 12px 5px 0px 12px;
}

/*--------------------------------------------------------------------------------------- Front Page */

#appshowcase {
	display: block;
	width: 700px;
	height: 270px;
	margin: 0;
	padding: 0;
	background: url(/images/FrontPage.jpg) no-repeat;
	position: relative;
	top: 0;
	left: 0;
}

#appshowcase li {
	list-style: none;
}

#appshowcase #applicationA a, #appshowcase #applicationB a {
	display: block;
	width: 350px;
	height: 270px;
	position: absolute;
	text-indent: -1000em;
}

#appshowcase #applicationA a {
	top: 0;
	left: 0;
}

#appshowcase #applicationB a {
	top: 0;
	left: 350px;
}

p.frontpage {
	margin-bottom: 30px;
}