@charset "iso-8859-1";
/*
 * @(#)content.css
 *
 * Copyright (c) 2003-2004 Stand By Soft, Ltd. All rights reserved.
 *
 * This software is the proprietary information of Stand By Soft, Ltd.  
 * Use is subject to license terms.
 */

/* -------- General ---------*/
html body {
	font-family: arial, verdana, trebuchet ms, tahoma;
	font-size: 82%;
	line-height: 1.5em;
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #333;
}

h1 {
	font-size: 150%;
}

p {
	text-align: justify;
}

a:link {
	color: #043DBC;
	border-bottom: 1px dotted #3D7DC7;
	text-decoration: none;
}

a:visited {
	color: #2277D9;
	border-bottom: 1px dotted #3D7DC7;
	text-decoration: none;
}

a:hover {
	color: #51A2FF;
	border-bottom: 1px solid #2C8AF7;
	text-decoration: none;
}

/* -------- Header ---------*/
#header {
	color: white;
}

#header a:link, #header a:visited, #header a:hover {
	border-bottom: 1px solid #fff;
}

#banner {
	background-color: #29479C;
}

#banner h1 {
   	color: #fff;
	font-size: 200%;
	font-weight: normal;
   	padding: 48px 0 0 5px;
   	margin: 0;
}

#navigation {
	border: none;
}

#menu {
	border: none;
	border-bottom: 1px solid #29479C;
	list-style: none;
	font-weight: bold;
}

#menu li {
   	font-weight: bold;
   	font-size: 86%;
	display: inline;
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	list-style: none;
	border: none;
}

#menu li.active {
	color: #4D4D4D;
	padding: 0.1em 0.4em 0.1em 0.4em;
	background-color: white;
	float: left;
	text-decoration: none;
	border: none;
	border-right: 1px solid white;
}

#menu a:link, #menu a:visited {
	background-color: transparent;
	border: none;
	float: left;
	padding: 0.1em 0.4em 0.1em 0.4em;
	text-decoration: none;
	color: #29479C;
	margin: 0;
}

#menu a:hover {
	background-color: transparent;
	border: none;
	float: left;
	padding: 0.1em 0.4em 0.1em 0.4em;
	text-decoration: none;
	margin: 0;
	color: #51A2FF;
}

/* -------- Footer ---------*/
#footer {
	text-align: center;
	border-top: 1px solid #aaaaaa;
}

#footer ul.inline {
	list-style-type: none;
	padding: 1px;
	margin: 0;
}

#footer ul.inline li {
	color: #000;
	display: inline;
	padding: 1px;
	margin: 0;
	font-weight: plain;
}

/* -------- Note ---------*/
.note {
	background-color: #FFE7BA;
	border: 1px #FFA500 solid;
	margin-top: 1em;
}

.note h3 {
	color: #000;
	background-color: #FFAA00;
	padding: 0.25em 1em;
	margin-top: 0;
}

.note p {
	padding: 0 1em;
}

/* -------- Quote ---------*/
.quote {
	background-color1: #eee;
}

.quote #text {
	color: #666;
}

.quote #author {
	text-align: right;
	position: relative;
}

/* -------- Image links ---------*/
.webstart .zip .buy .javadoc .tutorial .email .shareit  .writtenquote{
	margin-left: 12px;
}

p.webstart {
    font-size: 86%;
    background: url(images/webstart.gif) no-repeat left top;
    padding-left: 30px;
    padding-bottom: 0.4em;
    margin-top: 1em;
}

p.zip {
    font-size: 86%;
    background: url(images/winzip.gif) no-repeat left top;
    padding-left: 30px;
    padding-bottom: 0.4em;
    margin-top: 1em;
}

p.buy {
    font-size: 86%;
    background: url(images/buy.gif) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 0;
    margin-top: 0;
}

p.writtenquote {
    font-size: 86%;
    padding-bottom: 0;
    margin-top: 0;
}

p.javadoc {
    font-size: 86%;
    background: url(images/ie.gif) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 0;
    margin-top: 0;
}

p.tutorial {
    font-size: 86%;
    background: url(images/ie.gif) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 0;
    margin-top: 0;
}

p.email {
    font-size: 86%;
    background: url(images/email.gif) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 0;
    margin-top: 0;
}

p.shareit {
    font-size: 86%;
    background: url(images/shareit.gif) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 0;
    margin-top: 0;
}

.features {
    list-style-image: url("images/check.gif");
}


.order {
	border: 1px solid #FFA500;
    border-collapse: collapse;
    width: 100%;
    font-size: 86%;
}

.order th {
	border: 1px solid #FFA500;
    background: #FFE7BA;
    text-align: left;
	padding-left: 5px;
}

.order td {
	border: 1px solid #FFA500;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

/* ---------------------------------- */
.sidebar-box {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sidebar-box p {
	background-color: #6E82C7;
	padding-left: 10px;
	padding: 5px;
	font-weight: bold;
   	font-size: 86%;
	color: white;
	margin: 0;
}

.sidebar-box ul {
	padding-top: 0px;
	padding-left: 5px;
	list-style-type: none;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidebar-box li {
	padding-left: 10px;
}

.sidebar-box .active {
	background: url(images/sub-on.gif) no-repeat left center;
}

#awards li {
	padding-bottom: 15px;
}

#footer * {
	display: inline;
}