/*
 * Based on layout created by Keith Donegan of Code-Sucks.com
 * E-Mail: Keithdonegan@gmail.com
 */

* {
	padding: 0;
	margin: 0;
}

body {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-image: url(../images/stuccolight-bluegray.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #36558C;
}

#wrapper {
	margin: 0 auto; /* This centers the wrapper on the page */
	margin-top: 10px;
	width: 800px;
}

#header {
	color: #333;
	width: 792px;
	float: left;
	padding: 10px 10px 15px 10px;
	background: #fff;
	text-align: center;
	font-size: 2em;
	position: relative;
}

#navigation {
	/*
	width: 792px;
	border-bottom: 1px solid #90A9D5;
	*/
	float: left;
	background: #446BB1;
	padding: 5px 0 0 0;
}

.leftcolumn {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 579px;
	float: left;
	background: #fff;
	border-right: solid 1px #90A9D5;
}

/* Right column */

.rightcolumn {
	float: right;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 190px;
	font-size: 0.95em;
}

.rightcolumn h1 {
	color: #6587C3;
	font-size: 1.2em;
	line-height: 1.5em;
}

.rightcolumn dt {
	font-weight: bold;
	color: #6587C3;
	font-size: 1.1em;
	line-height: 1.5em;
}

.rightcolumn dd {
	padding-bottom: 10px;
}

.rightcolumn dl a {
	color: #144FB8;
}

/* Footer */

#footer {
	text-align: center;
	width: 812px;
	clear: both;
	color: #333;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0 5px 0;
	border-top: 1px solid #90A9D5;
	position: relative;
}

/* Copyright and browser note */

.copyright {
	color: #999;
	font-size: .85em;
}

.copyright a {
	color: #999;
}

.footnote {
	color: #aaa;
	font-size: .85em;
}

/* Product list */

.product-list-item {
	min-height: 64px;
}

.product-list-item h1 {
	color: #36558C;
	font-size: 1.3em;
	line-height: 1.5em;
}

.product-list-icon {
	padding-right: 10px;
	float: left;
}

.product-list-sep {
	background-color: #90A9D5;
	height: 1px;
	margin: 10px -10px 10px -10px;
}

.product-name {
	margin-left: 60px;
}

.product-descr {
	margin-left: 60px;
	line-height: 1.4em;
}

.product-buttons {
	margin: 5px 0 0 60px;
	background-color: #EDF1F8;
	display: inline-block;
	clear: left;
}

.product-buttons ul {
	font-size: .9em;
	font-weight: bold;
	list-style: none;
	padding: 0 6px;
}

.product-buttons li {
	padding: 6px;
}

.product-buttons a {
	text-decoration: none;
	color: #144FB8;
}

.product-buttons a:visited {
	color: #8C3666;
}

.product-buttons .freebie a {
	color: #358D38;
}

.product-buttons .reqs {
	font-weight: normal;
	font-size: 0.85em;
}

.product-buttons em {
	color: #C03D35;
	font-style: normal;
}

.product-screenshots {
	padding-left: 60px;
}

.product-screenshots ul {
	list-style: none;
}

.product-screenshots li {
	float: left;
}

.product-screenshots img {
	margin: 5px 10px 3px 0;
	border: 1px solid #90A9D5;
}

.purchase-icon {
	float: left;
	border: 1px solid;
	margin: 0 5px 0 0;
}

.regnote {
	font-weight: normal;
	font-size: 0.85em;
}

/* The following classes are used for tab content when there is no sidebar */

.tabcontent {
	padding: 0 10px 10px 10px;
	line-height: 1.5em;
	background: white;
}

.tabcontent h1 {
	color: #36558C;
	font-size: 1.3em;
	padding-top: 10px;
}

/* The following styles provide site's drop shadow */

#content {
	float: left;
	position: relative;
	/*background: #EDF1F8;*/
	width: 812px;
}

#shadow-top-left {
	background-image: url(../images/siteshadow_topleft.png);
	float: left;
	position: relative;
	width: 13px;
	height: 13px;
	left: -13px;
}

#shadow-top-right {
	background-image: url(../images/siteshadow_topright.png);
	float: right;
	position: relative;
	width: 13px;
	height: 13px;
	left: 13px;
}

#shadow-body {
	float: left;
	width: 826px;
}

#shadow-body-left {
	float: left;
	background: url(../images/siteshadow_left.png) repeat-y;
	padding-left: 7px;
	left: -13px;
	position: relative;
}

#shadow-body-right {
	background: url(../images/siteshadow_right.png) repeat-y right;
	float: left;
	padding-right: 7px;
}

#shadow-bottom-left {
	position: relative;
	float: left;
	background-image: url(../images/siteshadow_bottomleft.png);
	width: 13px;
	height: 18px;
	left: -13px;
}

#shadow-bottom-right {
	background-image: url(../images/siteshadow_bottomright.png);
	position: relative;
	width: 13px;
	height: 18px;
	float: left;
	left: -13px;
}

#shadow-top {
	height: 13px;
	background: url(../images/siteshadow_top.png) repeat-x;
}

#shadow-bottom {
	width: 800px;
	left: -13px;
	position: relative;
	float: left;
	background-repeat: repeat-x;
	height: 18px;
	background-image: url(../images/siteshadow_bottom.png);
	display: inline;
}

/* Prototype tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    list-style: none;
    margin: 0;
    padding: 5px 4px 0px 4px;
	background-color: #6587C3;
	border-top: 1px solid #446BB1;
}

.ui-tabs-nav ul {
	text-align: center;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    display: inline;
    min-width: 84px; /* be nice to Opera */
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../js/tab.png) no-repeat;
}

.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #EDF1F8;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav .active {
    font-weight: bold;
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 1px;
    color: #000;
}

.ui-tabs-nav a:hover {
	color: #36558C;
}

.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding-top: 6px;
    padding-right: 0;
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.ui-tabs-nav .active, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}

.ui-tabs-nav a {
    background-position: 100% -100px;
}

.ui-tabs-nav .active span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}

.ui-tabs-nav a span {
    background-position: 0 0;
}

.ui-tabs-nav .active a:link, .ui-tabs-nav .active a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-panel {
    border-top: 1px solid #fff;
    /*padding: 1em 8px;*/
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* Contact form */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	display: block;
}

input.text, textarea {
	width: 300px;
	font: 10pt Monaco,Lucida Console,monospace;
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc;
}

input.submit {
	padding: 2px 5px;
	font: bold 10pt Helvetica,Arial,sans-serif;
}