html {
    margin:0;
    font-family:Verdana, Helvetica, Serif;
    font-size:10pt;
}
body {
    margin:0;
    width:100%;
    height:100%;
    background-color:#fff;
    color:#000;
    cursor:default;
    background-image:url(/images/back-stripe.gif);
    background-position:100% 100%;
    background-repeat:repeat-y;
}
h1 {
	font-style:italic;
    font-size:150%;
    margin:.5em 0;
    color:#244A9F;
    text-align:right;
}
h2 {
    font-size:125%;
    margin:2em 0 .5em;
    clear:both;
    background-image:url(/images/header-back.gif);
    background-repeat:repeat-y;
    border-top:1px solid #244A9F;
    border-left:5px solid #244A9F;
    padding:1px 5px 3px;
}
h3 {
    font-size:110%;
    margin:.5em 0;
	clear:both;
}
h4 {
	font-size:100%;
	margin:.5em 0;
	clear:both;
}
a {
	color:#244A9F;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#000;
}
div {
    margin:0;
}
p {
    margin:0 0 1em 0;
}
dl {
	margin: 1em 3em;	
}
dt {
    font-size:100%;
    font-weight:bold;
    margin:0 0 .25em;
    padding:0;
    color:#244A9F;
    clear:both;
}
dt img {
	width:128px; 
	height:94px; 
	float:right;
	border:solid 1px #000;
	margin:0 1em 1em;
}
dd {
	margin:0 0 1em;
}
address {
	margin:.5em 1em 1em;
}
#main {
    position:absolute;
    top:86px;
    table-layout:fixed;
    width:100%;
    padding:0;
    margin:0px;
    font-size:10pt;
    min-width:760px;
}
#main tr {
    vertical-align:top;
}
#main-text {
    font-size:100%;
    padding:100px 70px 0 40px;
}
#sidebar {
    width:180px;
    font-size:85%;
    color:#fff;
    text-align:center;
    padding:220px 20px 0 20px;
}
#sidebar a {
	color:#fff;
}
#sidebar div {
    text-align:left;
    background-color:#ccc;
    background-image:url(/images/side-back2.gif);
    background-position:100% 100%;
    background-repeat:repeat-y;
    border:2px solid #fff;
    color:#000;
    margin-bottom:2em;
    padding:0;
}
#sidebar div a {
	color:#244A9F;
}
#sidebar .header {
	display:block;
	position:relative;
    background-image:none;
    border:none;
    margin:0 0 .5em 0;
    padding:2px 1em;
    background-color:#244A9F;
    color:#fff;
    font-weight:bold;
    
}
#sidebar p {
    margin:.5em 1em;
}
#sidebar dl, #sidebar dt, #sidebar dd {
	margin:0; padding:0 1px 3px;
}
#top {
    background-color:#B8C9E8;
    position:absolute;
    top:0;
    width:100%;
    min-width:760px;
    height:35px;
    z-index:10;
}
#top img {
    vertical-align:top;
}
#menu {
    background-color:#244A9F;
    background-image:url(/images/menu-back.gif);
    height:24px;
    width:100%;
    min-width:760px;
    position:absolute;
    left:0px;
    top:38px;
    z-index:5;
    color:#fff;
    font-size:85%;
}
#menu-text {
    margin:0 0 0 100px;
	height:100%;
}
#menu-text a {
	padding:3px 10px 2px;
	background-color:transparent;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	font-weight:bold;
}
#menu-text a:hover {
	background-color:#244A9F;
	color:#fff;
}
#side-img {
	float:left;
	width:270px; 
	height:180px;
	margin:.5em 1em .5em 0;
}
#whitespace {
	position:absolute;
	z-index:2;
	top:0px;
	right:0;
	width:220px;
	height:60px;
	background-color:#fff;
}
#header1 img {
	width:600px;
	height:220px;
	border:0;
	position:absolute;
	right:0;
	top:62px;
	z-index:0;
	margin:0;
	padding:0;
}
.footer {
    margin-top:3em;
    border-top:1px solid #B8C9E8;
    font-size:85%;
    color:#244A9F;
}
.footer a {
    color:#244A9F;
    text-decoration:underline;
    font-weight:normal;
}
.product {
	float:left;
	margin:0 1em 1em 0;
	border:0;
}
.smallprint {
	font-size:xx-small;
}
.screenshot {
	margin: 10px;
}
.vcard img {
	border:0;
	float:right;
}
.vcard a {
	text-decoration:none;
	color:#000;
}
.hidden {
	display:none;
}