﻿/* --General-- */
*, html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666;
	background-color: #fff;
}

img {
	border: none;	
}

h1 {
	font-size: 2em;
	color: orange;
}

h2 {
	font-size: 1.75em;
	color: #7a4;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.75em;
}

h7 {
	font-size: 0.5em;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 5px 0 0 0;
	padding: 5px 0 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

form {
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: square;
	margin: 0 0 20px 20px;
}

li {
	list-style-position: inside;
	padding: 3px 0;
}

hr {
	width: 100%;
	border: 1px orange;
	border-style: solid none none none;
	margin: 0;
	padding: 5px 0;
	float: none;
	height: 0;
}

a:active,
a:link,
a:visited {
  color: #777;
  background-color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted orange;
}

a:hover {
  color: #777;
  background-color: inherit;
  text-decoration: none;
	border-bottom: 1px dotted #666;
}

a#logo {
	border: none;
}
/* --------------------------------------------------- */


/*  --Main Contents--  */
#container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color:  #7a4;
}

.warn {
	font-size: 0.65em;
	color: #999;
	background-color: #ddd;
}
/* --------------------------------------------------- */


/*  --Header--  */
#header {
	margin: 0 0 5px;
	padding: 0 0 5px;
}

#top {
	font-size: 0.70em;
	color: inherit;
	background-color: #582;
	height: 150px;
	margin: 0;
	padding: 0;
	z-index: 0;
	border-bottom: 7px solid orange;
}

#top #logo {
	float: left;
	width: 281px;
	height: 125px;
	background: transparent url("/library/images/appzilla-logo.png") center no-repeat;
	z-index: 1;
	margin: 0;
	padding: 10px 25px;
}
/* --------------------------------------------------- */


/*  --Menu items--  */
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 100%;
	height: 25px;
	color: inherit;
	background-color: transparent;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
}

#menu a {
	margin: 0 -1px 0 0;
	padding: 6px 10px;
	position: relative;
}

#menu a:link,
#menu a:visited {
  color: #fff;
  background-color: #693;
  text-decoration: none;
  border: 1px solid #fff;
}

#menu a:link.sel,
#menu a:visited.sel {
  color: #fff;
  background-color: orange;
  text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: orange #fff #fff #fff;
}

#menu a:hover {
  color: #fff;
  background-color: #8b5;
  text-decoration: none;
	border: 1px solid #fff;
}

#menu a:active {
  color: #fff;
  background-color: #693;
  text-decoration: none;
  border: 1px solid #fff;
}

#menu .text {
	white-space: nowrap;
	margin: 0;
	padding: 6px 10px;
	/*height: 19px;	 <--This fixes the IE bug where the bottom-border disappears */
}
/* --------------------------------------------------- */


/*  --Main Contents--  */
#content {
	margin: 25px 45px 25px 50px;	/*=rightnav + 9px*/
	border: 1px #ccc;
	border-style: none none none none;
	padding: 0 7px 7px;
	font-size: 0.85em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#content p, 
#content p.left {
	border: none;
	padding: 0;
	margin: 0;
}

#content p {
	text-align: justify;
}

#content p.left {
	text-align: left;
}
/* ---------------------------------- */


/*  --Footer--  */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	color: inherit;
	background-color: #7a4;
	border-top: 7px solid orange;
	height: 50px;
	line-height: 1.4em;
}

#footer .copyright {
	font-size: 0.8em;
	color: #fff;
	background-color: inherit;
	float: left;
	height: 40px;
	margin: 2px 6px 10px;
	display: inline;
}

#footer .copyright a:link,
#footer .copyright a:visited {
  color: #fff;
	background-color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ad7;
}

#footer .copyright a:hover {
  color: #fff;
	background-color: inherit;
  text-decoration: none;
	border-bottom: 1px solid #fff;
}

#footer .copyright a:active {
  color: #fff;
	background-color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ad7;
}

#footer .menu {
	font-size: 0.8em;
	color: #fff;
	background-color: inherit;
	float: right;
	height: 20px;
	margin: 2px 6px 10px;
	display: inline;
}

#footer .menu a {
	margin: 0 3px;
}

#footer .menu a:link,
#footer .menu a:visited {
  color: #fff;
	background-color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ad7;
}

#footer .menu a:hover {
  color: #fff;
	background-color: inherit;
  text-decoration: none;
	border-bottom: 1px solid #fff;
}

#footer .menu a:active {
  color: #fff;
	background-color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ad7;
}
/* ---------------------------------- */


/*  --non-page-specific markup--  */
.anyList .top {
	font-size: 0.85em;
	margin-bottom: 5px;
}

.tight {
	/* Used to tighten spacing between headers and following elements */
	padding: 5px 0 3px;
}

.smallaction {
	font-size: smaller;
}

.txt {
	border: 1px solid #999;	
}

#prodlist a {
	border-style: none;
}
/* ---------------------------------- */

/* --Misc Junk--
"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif
"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/