* {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

body {
	background: #FFFFFF url(images/d2-body.gif) center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}

a {
	color: #00458B;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

strong {
	font-weight: normal;
}

h1, h2 {
	font-weight: bold;
}

h3, h4 {
	font-weight: bold;
}

h5, h6 {
	font-weight: bold;
}

img {
	border-style: none;
	border-width: 0;
}

table, th, td {
	border-collapse: collapse; 
}

p {
	margin: 5px 0 5px 0;
}

ul {
	list-style: disc;
}

pre, code, var, kbd {
	color: #008000;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}

pre {
/*	word-wrap: break-word;*/
	margin: 10px;
}

acronym {
	font-style: italic;
	border: 0;
/*
	border-bottom: dotted 1px #999999;
*/
	cursor: help;
}


textarea {
	width: 100%;
	font-family: "Courier New", Courier, monospace;
}


/* ===== Global classes ===== */

.warning, .attention {
	color: #FF0000;
}

.info, .information {
	color: #006600;
}

.bold {
	font-weight: bold;	
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.small {
	font-size: 70%;
}

.hidden {
	visibility: hidden;
}

.center {
	text-align: center;
}

.pcenter p {
	text-align: center;
	padding: 10px 0 10px 0;
}

.break {
	clear: both;
}


/*===== Conteiners =====*/

#container {
	border-right: solid 1px #26273C;
	border-left: solid 1px #26273C;
	margin: 0 auto 0 auto;
	text-align: justify;
	width: 780px;
}

#contentframe {
	background: #FFFFFF url(images/d2-sidebar.gif) right repeat-y;
}

#content {
	border-top: solid 8px #FFD451;
	margin-top: 1px;
}

#sidebar {
	color: #544E3F;
	font-size: 95%;
	float: right;
	width: 240px;
}

.narrow {
	float: left;
	width: 536px;
}

.wide {
	float: none;
}

.adsense {
	text-align: center;
}


/* =====  Header  ====== */

#header {
	width: 780px;
	height: 106px;
	background: #41880C url(images/d2-header.jpg) no-repeat;
	border-top: solid #336600 2px;
}


/*===== Menu =====*/

#menu {
	background: #F6BA19 url(images/d2-menu.gif) repeat-x;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #000000;
	height: 34px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	padding: 0 2px 0 0;
	background: url(images/d2-menu-split.gif) right no-repeat;
}

#menu a {
	color: #333300;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 12px 9px 12px;
	text-transform: uppercase;
	display: block;
}

#menu a:hover {
	background: #FADC8C url(images/d2-menu-a.gif) repeat-x;
	color: #000000;
	text-decoration: none;
}


/*===== Content  =====*/

#content .link {
	text-align: right;
}

#content .link a {
	background: url(images/d2-content-link.gif) left no-repeat;
	color: #006600;
	padding: 10px 0 10px 25px;
}

#content .block {
	background: #FFFFFF url(images/d2-content-block.gif) top right no-repeat;
	text-align: justify;
	padding-bottom: 5px;
}

#content .block .center, #content .block center {
	margin: 10px 0 10px 0;
}

#content .block p {
	padding: 0;
	margin: 10px 15px 10px 15px;
/*	border: 1px solid #888; */
}

#content .block h1, #content .block h2 {
	background: #E5E6E6 url(images/d2-content-h.gif);
	border-top: solid 1px #808080;
	border-bottom: solid 1px #606060;
	font-weight: bold;
/*	font-size: 100%; */
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}

#content .block h3, #content .block h4 {
	color: #CC6633;
	font-weight: bold;
	font-size: 120%;
	margin: 15px 15px 5px 15px;
}

#content .block h3 a, #content .block h4 a {
	color: #CC6633;
}

#content .block h3 a:hover, #content .block h4 a:hover {
	text-decoration: none;
}

#content .block h5, #content .block h6 {
	color: #00458B;
	font-weight: bold;
/*	font-size: 100%; */
	margin: 5px 15px 5px 15px;
}

#content .block ul {
	margin: 5px 25px 5px 40px;
}

#content .block ul ul, #content .block ul ul ul, #content .block ul ul ul ul {
	margin: 2px 10px 2px 20px;
}

#content .block ol {
	margin: 5px 25px 5px 45px;
}

#content .block .multicols li {
	float: left; 
	width: 210px;
	list-style-type: none;
	padding-right: 10px;
}

#content .adsense {
	background: #ffffff;
	border-top: 1px #808080 solid;
	padding: 5px 0 5px 0;
}


/*---- Table block ----*/

.table {
	border: solid 1px #808080;
	margin: 0 auto 0 auto;
	text-align: left;
}

.table th {
	background: #E5E6E6;
	border-bottom: 1px solid #808080;
	padding: 8px;
	text-align: center;
}

.table td {
	padding: 10px 5px 15px 10px;
}

.table .first td {
	padding-top: 15px;
}


.buy td {
	padding: 5px;
	text-align: center;
}

.buy .rb {
	border-right: 1px solid #808080;
}

.buy .buttons { /* Buttons here */
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 10px 0 15px 0;	
}

.buy .edits { /* Edits here */
	padding: 0 10px 0 10px;
	font-weight: bold;
}

.buy .edits input {
	width: 30px;
}



/*---- Form block ----*/

.form {
	border: solid 1px #808080;
	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;
	text-align: left;
}

.form .buttons { /* Buttons here */
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 15px 0 20px 0;	
}

.form td {
	padding: 3px 10px 0 0;
}

#contact_form .edit {
	width: 400px;
}

#contact_form select {
	width: 405px;
}

#download_host .edit {
	width: 200px;
}

#download_host .wide {
	width: 400px;
}

/*===== Sidebar =====*/

#sidebar a {
	color: #544E3F;
}

#sidebar p {
	padding: 5px 10px 0 10px;
}

#sidebar ul	{
	margin: 10px 10px 5px 30px;
}

#sidebar ol	{
	margin: 10px 10px 5px 35px;
}

#sidebar li	{
	margin: 1px;
}

#sidebar .link {
	text-align: right;
	padding: 5px 10px 5px 0;
}

#sidebar .link a {
	background: url(images/d2-side-link.gif) left no-repeat;
	color: #006600;
	padding: 10px 0 10px 25px;
}

#sidebar .block {
	background: #FFF2CE url(images/d2-side-block.gif) top no-repeat;
	border-top: solid 1px #F5F0E0;
	border-bottom: solid 1px #B59853;
	text-align: justify;
	min-width: 0; /* peekaboo bug fix for IE7 */
}

#sidebar .block h1, #sidebar .block h2 {
	background: url(images/d2-side-h.gif) left no-repeat;
	color: #544E3F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	line-height: 30px;
	padding-left: 42px;
	text-align: left;
	text-transform: uppercase;
}

#sidebar .block h3, #sidebar .block h4 {
	padding: 5px 0 0 10px; 
}

#sidebar .block h5, #sidebar .block h6 {
	padding: 2px 0 0 10px; 
}

#sidebar .adsense {
	background: #FFF2CE;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #B59853;
	padding: 10px 0 5px 0;
}


/*----- Quick Launch -----*/

#quick {
	background: #FFF2CE url(images/d2-quick.jpg) no-repeat;
	color: #336633;
	font-size: 12px;
	padding: 10px 0 20px 0;
	border-bottom: solid 1px #B59853;
}

#quick h1 {
	color: #336633;
	font-size: 13px;
	padding-top: 17px;
	text-align: center;
}

#quick table {
	margin: 5px auto 33px auto;
}

#quick th {
	font-weight: normal;
	padding: 0 20px 0 0;
	text-align: left;
}

#quick td {
	font-weight: bold;
	padding: 1px;
	text-align: left;
}

#quick_btn_download {
	margin: 0 2px 0 45px;	
}

/*----- Mail List -----*/

#maillist form {
	padding-bottom: 20px;
}

#maillist table {
	margin: 10px auto 15px auto;
}

#maillist th {
	font-weight: normal;
	padding-right: 10px;
	text-align: left;
}

#maillist td {
	font-weight: bold;
	padding: 3px 0 3px 0;
}

#maillist td input {
	width: 150px;
	font-size: 120%;
}

#maillist input { /* Submit */
	width: 80px;
}

#maillist_btn_add {
	margin: 0 2px 0 70px;	
}


/* =====  Footer  ====== */

#footer	{
	background: #ffffff url(images/d2-footer.gif) repeat-x;
	color: #606060;
	font-size: 12px;
	padding: 35px 0 5px 0;
	text-align: center;
}

#footer a {
	color: #606060;
}

#footer a:hover {
	color: #252525;
}

#footer .menu a {
	font-weight: bold;
	padding: 0 3px;
}


/*===== Links =====*/

#links {
	background: #FFFFFF;
	color: #606060;
	font-size: 9px; 
	padding: 3px;
	text-align: center; 
}

#links a {
	color: #606060;
}


/*===== Notice =====*/

#notice {
	background: #FFFFFF;
	color: #606060;
	font-size: 60%; 
	padding: 5px 5px 10px 5px;
	text-align: center; 
}

#notice a {
	color: #606060;
}



/*=====  Buttons  ======*/

.button {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

.button a:hover {
	text-decoration: none;
}

.button a span {
	padding: 9px 5px;
}

.button a img {
	width: 11px;
	height: 33px;
}

.button-submit {
	border-style: solid;
	border-width: 1px;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	margin: 1px;
	padding: 0px;
	padding-right: 9px;
	padding-left: 9px;	
}


/*----- Grey -----*/

.grey a span {
	background: #E6E6E6 url(images/btn/btn-grey-bg.gif) center repeat-x;
	color: #333333;
}
.grey a .left {
	background: url(images/btn/btn-grey-left.gif) right no-repeat;
}
.grey a .right {
	background: url(images/btn/btn-grey-right.gif) left no-repeat;
}
.grey2 a span {
	background: #E6E6E6 url(images/btn/btn-grey2-bg.gif) center repeat-x;
	color: #333333;
}
.grey2 a .left {
	background: url(images/btn/btn-grey2-left.gif) right no-repeat;
}
.grey2 a .right {
	background: url(images/btn/btn-grey2-right.gif) left no-repeat;
}
.submit-grey {
	background: #E6E6E6 url(images/btn/btn-submit-grey-bg.gif);
	border-color: #999999;
	color: #333333;
}

/*----- Green -----*/

.green a span {
	background: #D9E9CA url(images/btn/btn-green-bg.gif) center repeat-x;
	color: #336633;
}
.green a .left {
	background: url(images/btn/btn-green-left.gif) right no-repeat;
}
.green a .right {
	background:  url(images/btn/btn-green-right.gif) left no-repeat;
}
.green2 a span {
	background: #D9E9CA url(images/btn/btn-green2-bg.gif) center repeat-x;
	color: #336633;
}
.green2 a .left {
	background: url(images/btn/btn-green2-left.gif) right no-repeat;
}
.green2 a .right {
	background:  url(images/btn/btn-green2-right.gif) left no-repeat;
}
.submit-green {
	background: #D9E9CA url(images/btn/btn-submit-green-bg.gif);
	border-color: #90BB6A;
	color: #336633;
}

/*----- Red -----*/

.red a span {
	background: #FFCCCC url(images/btn/btn-red-bg.gif) center repeat-x;
	color: #FF0000;
}
.red a .left {
	background: url(images/btn/btn-red-left.gif) right no-repeat;
}
.red a .right {
	background:  url(images/btn/btn-red-right.gif) left no-repeat;
}
.red2 a .left {
	background: url(images/btn/btn-red2-left.gif) right no-repeat;
}
.red2 a span {
	background: #FFCCCC url(images/btn/btn-red2-bg.gif) center repeat-x;
	color: #FF0000;
}
.red2 a .right {
	background:  url(images/btn/btn-red2-right.gif) left no-repeat;
}
.submit-red {
	background: #FFCCCC url(images/btn/btn-submit-red-bg.gif);
	border-color: #FF6666;
	color: #FF0000;
}

/*----- Brown -----*/

.brown a span {
	background: #efe8d3 url(images/btn/btn-brown-bg.gif) center repeat-x;
	color: #6e5c2a;
}
.brown a .left {
	background: url(images/btn/btn-brown-left.gif) right no-repeat;
}
.brown a .right {
	background:  url(images/btn/btn-brown-right.gif) left no-repeat;
}
.brown2 a .left {
	background: url(images/btn/btn-brown2-left.gif) right no-repeat;
}
.brown2 a span {
	background: #efe8d3 url(images/btn/btn-brown2-bg.gif) center repeat-x;
	color: #6e5c2a;
}
.brown2 a .right {
	background:  url(images/btn/btn-brown2-right.gif) left no-repeat;
}
.submit-brown {
	background: #efe8d3 url(images/btn/btn-submit-brown-bg.gif);
	border-color: #c3b17f;
	color: #6e5c2a;
}

