/** BASIC TAG STYLE OVERRIDES */

html, body, p, td, th, ul, li, h1, h2, h3, h4, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
body {
	min-width: 750px;
}
a:hover {
	text-decoration: underline;
}
ul {
	padding-left: 2em;
}
li {
	padding: 1px 0;
}
p {
	margin-bottom: .75em;
}
img {
	padding: 4px;
}
hr {
	margin: 4px 0;
}

/** CONTAINER STYLES FOR PAGE LAYOUT */

/** Test colors */
/*
body {
	background: #a7a09a;
}
#container {
	background: #99c;
}
#header {
	background: #ddd;
}
#main {
	background: #9c9;
}
#sidebar {
	background: #c9c;
}
#footer {
	background: #cc9;
}
*/


body {
	padding: 5px;
}
#container {
	width: 740px;
	margin: 0px auto;
	padding: 0 5px;
	border: 1px solid #ccc;
}
#header {
	/*margin-bottom: 8px;*/
	margin-top: 13px;
}
#main {
	/* Use static width + float for catalog pages
	width: 550px;
	float: left;
	*/
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}
#sidebar {
	width: 170px;
	float: right;
	/* Keep these rules to force IE to overwrite the border lines when the get close to the sidebar */
	padding-left: 20px;
	background: white;
}
#footer {
	clear: both;
	border-top: 1px solid #999;
	padding-top: 4px;
	margin-top: 4px;
}
#footer p {
	font-size: 10px;
}


#intro {
	font-style: italic;
	border-bottom: 1px solid gray;
	margin-bottom: 1.5em;
	padding-bottom: .5em;
}


/** HEADER CONTAINER NAV MENU */

#header {
	height: 52px;
	width: 732px;
}
#header a {
	float: left;
	height: 52px;
	background: top left no-repeat;
}
#header a:hover, #header a:active {
	background-position: 0 -52px;
}
a#nav_home {
	background-image: url(../img/nav_1.gif);
	width: 137px;
}
a#nav_spacer {
	background-image: url(../img/nav_2.gif);
	width: 426px;
}
a#nav_about {
	background-image: url(../img/nav_3.gif);
	width: 46px;
}
a#nav_software {
	background-image: url(../img/nav_4.gif);
	width: 63px;
}
a#nav_sitemap {
	background-image: url(../img/nav_5.gif);
	width: 60px;
}


/** NAVBAR MENU */

.navbar {
	width: 162px;
}
.navbar a, .navbar p, .navbar h4 {
	display: block;
	padding: 2px 5px;
	margin: 0;
	font-size: 12px;
}
.navbar a:hover {
	text-decoration: underline;
}
/*
.navbar p, .navbar h4 {
	margin: 0;
}
*/
.navbar h4 {
	border-bottom: 1px solid #600;
	padding-bottom: 1px;
}
.navbar .group {
	font-weight: bold;
}
.navbar a + .group, a.spacer {
	margin-top: .5em;
}


/** THIS PORTION IS FOR VARIOUS SECTION MARKUP */

/* The h1-h3 correspond to .title, .section, and .version.  The former are better for simple inline
markup, while the later is better for changing a table cell. */
h1, h2, h3, h4, .title, .section, .version {
	font-weight: bold;
	border-bottom:1px solid #999;
	/* this makes the border disappear when it gets by the sidebar, but doesn't work in IE, have to use background trick for that */
	overflow: hidden;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
h1, h1 a, .title {
	font-size: 22px;
	text-shadow: dimgray 3px 3px 3px;
	margin-bottom: 6px;
	font-weight: bold;
	padding-bottom: 5px;
}
h2, h2 a, .section {
	font-size: 16px;
	text-shadow: dimgray 2px 2px 2px;
	margin-top: .75em;
	font-weight: bold;
}
h3, h3 a, .version {
	margin-top: .5em;
	font-weight: bold;
}


/** NAVIGATION BAR BOXES, AND LISTS FOR SOFTWARE PAGE */

.list th, .list td {
	padding: 0px 6px;
}
.list th {
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #600;
	padding: 1px 6px 0px 6px;
	margin: 0;
	padding-bottom: 0;
}
.list th + th, .list td + td {
	text-align: right;
}
.list span {
	float: right;
	line-height:0;
	margin-top:3px;
}
.list img {
	margin:0 3px;
	padding:0;
}

/** DROP SHADOWS */

.shadow {
	background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 8px 0 8px 8px;
}
.shadow div, .shadow table, #header.shadow a {
	position: relative;
	bottom: 8px;
	right: 8px;
}
#sidebar .shadow {
	margin-bottom: 16px;
}


/** BOXES */
.box {
	border: 1px solid #666;
	margin: 8px 8px 16px 0px;
	padding: 5px;
}
.box * {
	font-size: 10px;
}


/** MISC MARKUP */

.hrdiv {
	display:block;
	height:1px;
	line-height:0;
	font-size:0;
	width:auto; /*max-width:100%; */
	margin:4px 0; /*2px 0 4px 0;*/
	border:0;
	padding:0;
	background-color:#999;
	overflow:hidden;
}

/** This portion is for the various table size issues for the main table layout */
.right {
	text-align: right;
	vertical-align: bottom;
}
img.icon {
	padding: 0 3px 3px 0;
}
a[onmouseover] {
	cursor: help;
}
/*
#menu a {
	text-indent: -5px;
	padding-left: 10px;
}
*/

.localization h4 {
	border-bottom: 1px solid #999;
	margin-bottom: 4px;
	font-size: 12px;
}
.localization img {
	display: inline;
	padding: 2px 3px 2px 0;
}
.award img {
	display: block;
	margin:0 auto;
}
#versions .content {
	margin-left: 1.5em;
	line-height: 1.3em;
}


/** SPECIFIC PAGE GROUP OVERRIDES */

#catalog #main, #archive #main {
	width: 500px;
	float: left;
	padding-right: 0;
}
#catalog h2, #catalog h3, #faq h3 {
	border:none;
	padding-bottom:0;
}
#catalog #sidebar, #archive #sidebar {
	width: 200px;
	padding-left: 0;
}
#catalog .navbar, #archive .navbar {
	width: 192px;
}

#archive h2 {
	border:none;
	margin-top: 0;
	padding-bottom: 2px;
}

#about h1 + div {
	margin-bottom: 2em;
}
#about .right {
	border-bottom: 1px solid #999;
}

#faq hr {
	margin:15px 0;
}
#faqs h2 {
	background:#ddd;
	padding-top:2px;
	padding-left:4px;
	border-top:1px solid #999;
	text-shadow:none;
}
#faqs h3, #faqs .answer {
	padding-left: 1.5em;
}
#faqs h3 {
	text-indent:-1.5em;
}

#stats h2 {
	border:none;
}

/** COLOR */
body {
	background:#eee;
}
a, navbar a, .navbar p, h1, h2, h3, h4, .title, .section, .version {
	color: #903;
}
a:hover {
	color: black;
}

.navbar h4, .list th {
	background: #903;
	color: #fff;
}
.navbar a:hover {
	background: #999;
	color: black;
}
.navbar, .list, .a {
	background: #ddd;
}
.b {
	background: #ccc;
}
#container {
	background: white;
}
#footer {
	color: #777;
}
