
body {
	background-color: #8CC7F0;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

a {
	color: #B13F0E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
}

strong {
	font-weight: normal;
}

h1, h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	text-align: center;
}

h3, h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h5, h6 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 2px 0;
}

form {
	margin: 0;
	padding: 0;
}

table, td, th {
	font-size: 100%;
	border-collapse: collapse; 
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
}

ul {
	list-style: disc;
}

pre, code, var {
	color: #008000;
	font-size: 90%;
}

pre {
/*	word-wrap: break-word;*/
	margin: 10px;
}

acronym {
/*	font-style: italic; Bug in IE6 on line brakes */
	border: 0;
/*border-bottom: dotted 1px #999999;*/
	cursor: help;
}


/*===== Visual classes =====*/

/*
.link {
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
	white-space: nowrap;
}
*/

.center {
	text-align: center;
}

.attention {
	color: #FF0000;
}

.information {
	color: #00C000;
}

.bold {
	font-weight: bold;	
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.small {
	font-size: 70%;
}


/* ===== Containers ===== */

#container {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	text-align: justify;
	width: 760px;
}

#content {
	padding: 0;
}

.narrow {
	float: left;
	width: 560px;
}

#sidebar {
	background-color: #f0f0f0;
	font-size: 95%;
	float: right;
	padding: 0;
	width: 200px;
}

.block {
	padding: 0 10px 0px 10px;
	margin: 10px 0 10px 0;
}

.pcenter p {
	text-align: center;
	padding: 10px 0 10px 0;
}

.adsense {
	text-align: center;
	margin: 15px 0 15px 0;
}


/* ===== Button ===== */

.button {
	background-color: #C0C0C0;
	border-color: #FFFFFF;
	border-style: outset;
	border-width: 2px;
	color: #000000;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	display: block;
}

.button:hover {
	text-decoration: none;
}

.button:active {
	border-style: inset;
}

.arrow_right {
	padding-left: 30px;
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

.arrow_down {
	padding-left: 30px;
	background-image: url(images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}


/*===== Header =====*/

#header {
	background: #95f08c url(/images/header-bg.gif) no-repeat;
	color: #BC4616;
	height: 80px;
	border-top: 10px solid #8CC7F0;
}

#header a {
	display: block;
	color: #BC4616;
	font-size: 17px;
	font-weight: bold;
	padding: 50px 0 0 75px;
}

#header a:hover {
	text-decoration: none;
}


/*===== Menu =====*/

#menu {
	margin: 0;
	padding: 5px 0 5px 0;
	background: #f0e68c;
}

#menu th {
	margin: 0;
	padding: 0 2px 0 1px;
	border-right: 1px solid #202020;
}

#menu a {
	background-color: transparent; /* Noimages header fix */
	color: #202020;
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}

#menu a:hover {
	color: #BC4616;
	text-decoration: none;
}


/*===== Content =====*/

.block .center, .block center {
	margin: 10px 0 10px 0;
}

.block ul {
	margin: 2px 0 10px 25px;
	padding: 0;
}

.block ul ul, .block ul ul ul, .block ul ul ul {
	margin: 2px 0 2px 25px;
}

.block ol {
	margin: 2px 0 5px 35px;
	padding: 0;
}

.block .multicols li {
	float: left; 
	width: 230px;
	list-style-type: none;
}


/*---- Download block ----*/

.download {
	background-color: #f0f0f0;
 	border: 1px solid #B13F0E;
	margin: 10px auto 10px auto;
	padding: 0;
}

.download th {
	background-color: #e0e0e0;
	border-bottom: 1px solid #B13F0E;
	padding: 8px;
	text-align: center;
}

.download td {
	padding: 0 10px 10px 10px;
}

.download .first td {
	padding-top: 10px;
}


/*---- Buy block ----*/

.buy {
	background-color: #f0f0f0;
 	border: 1px solid #B13F0E;
	margin: 10px auto 10px auto;
	padding: 0;
}

.buy th {
	background-color: #e0e0e0;
	border-bottom: 1px solid #B13F0E;
	padding: 8px;
	text-align: center;
}

.buy td {
	padding: 0 10px 10px 10px;
	text-align: center;
}

.buy .first td {
	padding-top: 10px;
}


/*---- Form block ----*/

.form {
	background-color: #f0f0f0;
	border: solid 1px #B13F0E;
	margin: 10px auto 10px auto;
	text-align: left;
}

.form .first {
	height: 10px;
}

.form th {
	font-weight: normal;
	padding: 5px 0 0 10px;
	vertical-align: top;
	white-space: nowrap;
}

.form td {
	padding: 3px 10px 0 0;
}

.form .edit {
	width: 400px;
}

.form select {
	width: 405px;
}

.form .button {
	font-family: verdana, arial, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
}


/*===== Sidebar =====*/

#sidebar .block {
	border-bottom: 1px dotted #B13F0E;
	margin: 0;
}

#sidebar p {
	margin: 0 0 5px 0;
}

#sidebar h1, #sidebar h2 {
	margin: 5px 0 3px 0;
	font-size: 115%;
}

#sidebar h3, #sidebar h4 {
	margin: 5px 0 3px 0;
}

#sidebar h5, #sidebar h6 {
	margin: 4px 0 2px 0;
}

/*---- Quick launch ----*/

#quick {
	background-color: #e0e0e0;
	border-bottom: 1px dotted #B13F0E;
	padding: 10px;
}

#quick table {
	width: 180px;
}

#quick th {
	text-align: left;
	padding: 1px;
	width: 50%;
}

#quick td {
	color: #B13F0E;
	font-weight: bold;
/*	font-style: italic; */
	padding: 1px;
	white-space: nowrap;
}

#quick .button {
	font-size: 11px;
	background-position: 2px;
	padding: 5px 7px 5px 28px;
	margin-top: 8px;
}

#quick_download {
	float: left;
}

#quick_buy {
	float: right;
}


/*===== Footer =====*/

#footer {
	background: #f0e68c;
	color: #202020;
	font-size: 11px;
	padding: 10px;
	text-align: center;
}

#footer a {
	color: #202020;
}

#footer p {
	margin: 0;
	padding: 1px;
}


/*===== Notice =====*/

#notice {
	background-color: #8CC7F0;
	color: #808080;
	font-size: 9px;
	padding: 5px 0 5px 0;
	text-align: justify;
}

#notice a {
	color: #808080;
}

