html {
    height: 100%;
}

body {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    height: 100%;
    background-color: #fe6700;
    background-image: url(/img/bg.gif);
    background-repeat: repeat-x;
    background-position: center top;
}

#pscroller {
    width: 180px;
    height: 160px;
}

#container {
    background-color: #ffffff;
    width: 760px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    position: relative;
    min-height: 90%;
}

html>body #container {
    overflow: auto;
}

* html #container {
    height: 90%;
}

#header {
    position: relative;
    text-align: right;
    vertical-align: top;
    width: 760px;
    height: 105px;
    background-color: #fe944c;
    background-image: url(/img/header.gif);
    background-position: 0 0;
}

#navigation {
    position: absolute;
    bottom: 25px;
    margin-left: 4px;
    left: 260px;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    color: #ffffff;
}

#navigation li {
    float: left;
    margin-top: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
    padding: 0;
}

#navigation a {
    float: left;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
    font-weight: bold;
    text-decoration: none;
    border-style: solid;
    border-top: 1px;
    border-right: 1px;
    border-bottom: 0;
    border-left: 1px;
    background: #003366;
    color: #ffffff;
    border-color: #ffffff;
}

#navigation a.active, #navigation a:hover {
    color: #ffffff;
    background: #f07e0a;
}

#top-navigation {
    position: relative;
}

#top-navigation ul {
    list-style-type: none;
    display: inline;
}

#top-navigation li {
    float: right;
    padding-right: 8px;
    margin-left: 8px;
    background-image: url(/img/divider.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

#top-navigation a {
    text-decoration: underline;
}

#top-navigation li.noseparator {
    background-image: none;
}

#product #producthome li#lproducthome, #sales #saleshome li#lsaleshome, #ppurchase li#lpurchase, #pcart li#lcart, #account #accounthome li#llicenses, #pchangepassword li#lpassword, #pinformation li#linformation
{
    background-image: url(/img/li.gif);
    background-repeat: no-repeat;
    background-position: 5px 8px;
}

#supportfeatures {
    list-style-type: none;
}

#supportfeatures li {
    padding-left: 15px;
    background-position: 0 .30em;
    background-image: url(/img/li.gif);
    background-repeat: no-repeat;
}

#home #navhome a, #sshots #navsshots a, #sales #navsales a, #downloads #navdownloads a, #ssupport #navsupport a, #account #navaccount a {
    color: #667e9f;
    background: #ffffff;
}

#fulltestimonials {
    list-style-type: none;
    margin-left: 20px;
}

.fulltestimonial {
    border-width: 1px;
    border-style: dotted;
    margin-bottom: 20px;
}

.column {
    border-collapse: separate;
    padding:6px;
    border: 1px solid;
    text-align: center;
}

#fullcontent {
    width: 700px;
    height: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
}

#fullcontent h1 {
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 0.3em;
    border-bottom: dotted 1px #c90;
    color: #212b45;
}

#fullcontent h2 {
    font-size: 14px;
    border-bottom: dotted 1px #c90;
    margin-top:1.6em;
    color: #212b45;
}

#fullcontent h3 {
    font-size: 12px;
    margin: 0;
    color: #212b45;
}

#fullcontent h4 {
    font-size: 12px;
    font-style: italic;
    margin: 0 0 4px 0;
    color: #667e9f;
}

#fullcontent h1, #fullcontent h2, #fullcontent h3 {
    color: #212b45;
}

#fullcontent h1, #fullcontent h2 {
    border-bottom: solid 1px #caced4;
}

#content {
    width: 485px;
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
}

#content h1 {
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 0.3em;
    border-bottom: dotted 1px #c90;
    color: #212b45;
}

#content h2 {
    font-size: 14px;
    border-bottom: dotted 1px #c90;
    margin-top:1.6em;
    color: #212b45;
}

#content h3 {
    font-size: 12px;
    margin: 0;
    color: #212b45;
}

#content h4 {
    font-size: 12px;
    font-style: italic;
    margin: 0 0 4px 0;
    color: #667e9f;
}

#content h1, #content h2, #content h3 {
    color: #212b45;
}

#content h1, #content h2 {
    border-bottom: solid 1px #caced4;
}

#sidebar h1, #sidebar h2
{
    color: #667e9f;
}

blockquote {
    width: 80%;
    background-color: #ffcf79;
    border: 1px solid #F00;
    padding: 5px;
    margin: 2em auto 5px auto;
    text-align: left;
}

.infobox {
    width: 80%;
    background-color: #ffcf79;
    border: 1px solid #F00;
    padding: 5px;
    margin: 2em auto 5px auto;
    text-align: left;
}

#sidebar {
    width: 200px;
    margin-top: 50px;
    margin-left: 535px;
    padding: 0;
}

#sidebar a
{
    font-weight: bold;
    text-decoration: none;
    border-bottom: dotted 1px;
}

#sidebar p {
    margin-top:0.5em;
}

#sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sidebar li {
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#testimonials li {
    padding-left: 0px;
}

#news li {
    padding-left: 0px;
}

#news h3 {
    margin: 0;
    color: #212b45;
    border-style: dashed;
    border-width: 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#news h4 {
    margin: 0;
    font-size: 10px;
    color: #667e9f;
}

.boxheader {
    background-color: #003366;
    width: 202px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.box {
    width: 180px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #667e9f;
}

#footer {
    clear: both;
    margin: 0 auto 8px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    font-size: 80%;
    background-position: 0 bottom;
    width: 760px;
    height: 30px;
    position: relative;
}

#loginForm fieldset{
	background-color:#fff9e7;

	border-width:2px;
	border-style:solid;
	border-color:#003366;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
	width: 300px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

#loginForm fieldset legend{
	background-color:#003366;

	border-width:1px;
	border-style:solid;
	border-color:#003366;

	color:#ffffff;
	font-weight:bold;
	font-variant:small-caps;
	font-size:100%;

	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;

}

#loginForm fieldset legend img{
	padding:0px 5px 0px 5px;
}

#loginForm label{
	font-size:90%;

	display:block;
	float:left;
	width:100px;
	text-align: right;
	margin:6px 5px 0px 0px;
}

#loginForm .button{
	background-color:#fff9e7;

	border-width:1px;
	border-style:solid;
	border-color:#7c5b47;
	display: block;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        margin-left: auto;
        margin-right: auto;

}

#registrationForm fieldset{
	background-color:#fff9e7;

	border-width:2px;
	border-style:solid;
	border-color:#003366;

        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;

        width: 500px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
        text-align: left;
}

#registrationForm fieldset legend{
	background-color:#003366;

	border-width:1px;
	border-style:solid;
	border-color:#003366;

	color:#ffffff;
	font-weight:bold;
	font-variant:small-caps;

	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;

}

#registrationForm fieldset legend img{
	padding:0px 5px 0px 5px;
}

#registrationForm label{
	font-size:90%;
	display: block;
	float:left;
	width:150px;
	text-align: right;
	margin:6px 5px 0px 0px;
}

#registrationForm .button{
	background-color:#fff9e7;

	border-width:1px;
	border-style:solid;
	border-color:#7c5b47;
	display: block;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        margin-left: auto;
        margin-right: auto;

}

#registrationForm input .text{
    width: 100%;
}

#updateInformationForm fieldset{
	background-color:#fff9e7;

	border-width:2px;
	border-style:solid;
	border-color:#003366;

        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;

        width: 400px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
        text-align: left;
}

#updateInformationForm fieldset legend{
	background-color:#003366;

	border-width:1px;
	border-style:solid;
	border-color:#003366;

	color:#ffffff;
	font-weight:bold;
	font-variant:small-caps;

	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;

}

#updateInformationForm fieldset legend img{
	padding:0px 5px 0px 5px;
}

#updateInformationForm label{
	font-size:90%;
	display: block;
	float:left;
	width:150px;
	text-align: right;
	margin:6px 5px 0px 0px;
}

#updateInformationForm .button{
	background-color:#fff9e7;

	border-width:1px;
	border-style:solid;
	border-color:#7c5b47;
	display: block;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        margin-left: auto;
        margin-right: auto;

}

#updateInformationForm input .text{
    width: 100%;
}

#supportForm fieldset{
	background-color:#fff9e7;

	border-width:2px;
	border-style:solid;
	border-color:#003366;

        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;

        width: 450px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
        text-align: left;
}

#supportForm fieldset legend{
	background-color:#003366;

	border-width:1px;
	border-style:solid;
	border-color:#003366;

	color:#ffffff;
	font-weight:bold;
	font-variant:small-caps;

	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;

}

#supportForm fieldset legend img{
	padding:0px 5px 0px 5px;
}

#supportForm label{
	font-size:90%;
	display: block;
	float:left;
	width:150px;
	text-align: right;
	margin:6px 5px 0px 0px;
}

#supportForm .button{
	background-color:#fff9e7;

	border-width:1px;
	border-style:solid;
	border-color:#7c5b47;
	display: block;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        margin-left: auto;
        margin-right: auto;

}

#supportForm input .text{
    width: 100%;
}

.alertText {
    color: red;
    display: block;
    text-align: center;
}

#login-navigation {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#login-navigation ul {
    display: inline;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#login-navigation li {
    float: left;
    padding-right: 8px;
    margin-left: auto;
    margin-right: auto;
}

.right {
    text-align: right;
}
