a, a:visited, a:link
{
	color: #036;
}

a:hover, div.footer a:hover
{
	background-color: #FFDC90;
	color: #036;
}

body
{
	background-color: #b6b7b7;
	background-image: url(../images/page-bkgd.png);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 1em;
	font-family: sans-serif;
	min-width: 57em;
	font-size: .9em;
}

div
{
	margin: 0;
}

img
{
	border: 0;
}

h1
{
	font-size: 1.8em;
}

div.main
{
	background-color: #FFFEEA;
	padding: 1.5em;
}

div.main
{
	background-color: white;
	background-image: url(../images/main-bkgd.png);
	background-repeat: repeat-x;
	background-position: top left;
}

div.header
{
}

div.footer, div.partner, div.main h1
{
	text-align: center;
}

div.main h1
{
	margin-top: 0;
}

div.header img, div.footer img, div.partner img
{
	vertical-align: middle;
}

div.footer img, div.footer p
{
	margin-right: .75em;
}

div.header h1
{
	display: inline;
	margin: 0;
	margin-left: 5em;
	text-align: center;
}

div.header h2
{
	margin-top: 0;
	margin-bottom: 0;
}

div.footer
{
	display: table;
	color: black;
	width: 100%;
	padding-bottom: .5em;
}

div.main p
{
	margin-top: .25em;
	text-indent: 4em;
}

div.footer p
{
	display: inline;
}

div.main a.main-screenshot, img.structure
{
	float: right;
}

img.structure
{
	margin: .25em;
}

div.tab
{
	float: left;
	min-height: 4em;
	border-width: 0;
	padding: 0;
	padding-top: 1em;
}

div.tab a:hover
{
	background: none;
}

div.paper
{
/*	background-color: #d2e8ff;*/
/*	border: medium solid #add6ff;*/
	padding: 1em;
	min-height: 300px;
}

#total
{
	border-top: thin solid black;
	text-align: right;
	font-weight: bold;
	color: #036;
	padding: .25em;
//	color: #368e25;
}

fieldset
{
	border-width: 0;
	border-top: medium solid black;
}

fieldset legend a
{
	color: black;
	padding: .25em;
	text-decoration: underline;
}

fieldset legend a:hover
{
	background: none;
	cursor: pointer;
}

div.developedby, div.brlogin
{
	font-size: .7em;
}

div.brlogin
{
	float: right;
}

input[type="text"], textarea, input[type="submit"]
{
	border: thin solid gray;
	font-family: sans-serif;
	font-size: 1.0em;
}

input[type="text"]:focus, textarea:focus, select:focus, input[type="submit"]:focus
{
	background-color: #A6CDEA;
}

/* BEGIN menu */
div.menu
{
	display: table;
}

div.menu ul
{
	list-style-type: none;
	list-style-position: inside;
	display: table-row;
	margin: 0;
}

div.menu ul li
{
	display: table-cell;
}

div.menu ul li.highlight a
{
	background-image: url(../images/menu-highlight.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div.menu ul li.highlight a
{
	text-decoration: underline;
	color: black;
	opacity: .9;
}

div.menu ul li a
{
	display: block;
	padding: 1em;
	text-align: center;
	opacity: .7;
	text-decoration: none;
}

div.menu ul li a:hover
{
	background-color: transparent;
	opacity: 1.0;
	text-decoration: underline;
}

div.menu ul li a img
{
	display: block;
	margin: 0 auto;
}

/* END menu */

div.contact
{
	float: right;
	margin: 1em;
}

div.contact table
{
/*	border: medium solid black;*/
	margin-bottom: 1em;
}

div.contact th
{
	text-align: left;
}

div.contact td
{
	text-align: left;
}

div.contact
{
	text-align: center;
}

table.pricing td
{
	text-align: center;
}

img.graph, img.connect
{
	float: left;
}

img.pricing, img.demo
{
	float: right;
}
