/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// body
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body { color:#595959; background-color:#38302b; font-size:80%; text-align:left; line-height: 1em; font-family:Georgia, "Times New Roman", Times, serif; }
div { font-size:1em; }
img {  margin:0; padding:4px; border:solid 1px #ccc; background-color:#fff; display:inline; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// headings
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
h1 { margin:.5em 0 1em 0; font-size:175%; font-weight:lighter; color:#790e11; background-color:inherit; line-height:1.5em; }
h2 { margin:.5em 0 .8em 0; font-size:150%; font-weight:lighter; color:#790e11; background-color:inherit; line-height:1.5em; }
h3 { margin:.5em 0 .5em 0; font-size:125%; font-weight:lighter; color:#790e11; background-color:inherit; line-height:1.3em; }
h4 { margin:.5em 0 .3em 0; font-size:100%; font-weight:lighter; color:#790e11; background-color:inherit; line-height:1.3em; }
h5 { margin:.5em 0 .3em 0; font-size:75%; font-weight:lighter; color:#790e11; background-color:inherit; line-height:1.3em; }
h6 { margin:.5em 0 .3em 0; font-size:50%; font-weight:lighter; line-height:1.3em; border-bottom:solid 1px #f1f1f1; }
h1.section-title
{ font-size:100%; text-align:center; margin:0 0 -15px 0; padding:5px 0 20px 0; text-transform:uppercase; letter-spacing:1em; 
	/*font-family:Geneva, Arial, Helvetica, sans-serif; font-weight:bold;*/ color:#000; background-color:inherit;
	background:url(../_images/section-title-background.gif) no-repeat 50% 0%; }
div.section-580-right h1.section-title
{ background:url(../_images/section-600-title-background.gif) no-repeat 50% 0%; }
div.section-970 h1.section-title
{ background:url(../_images/section-970-title-background.gif) no-repeat 50% 0%; }



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// tables
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
table { font-size:1em; margin:0 0 1.5em 0; padding:0; }
table caption { font-weight:bold; margin:0; padding:0 0 1.5em 0; }
th { font-weight:bold; text-align:left; }
td { font-size:1em; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// lists
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul { line-height:1.4em; margin:.5em 0 .5em 0;  padding:0; }
ul li { margin:0 0 0.1em 3em; padding:.1em; list-style:disc; }
ol { font-size:1.0em; line-height:1.4em; margin:.5em 0 .5em 0; padding:0; }
ol li { font-size:1.0em; margin:0 0 0.1em 3em; padding:.1em; list-style:decimal; }
dl { margin:2em 0 2em 0; padding:0; line-height:1.4em; }
dl dt { font-weight:bold; margin:0.25em 0 0.25em 0; padding:0; }
dl dd { margin:0 0 1em 2em; padding:0; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// links
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
a:link, a:visited { color:#790e11; background-color:inherit; text-decoration:none; }
a:active, a:hover, a:focus { color:#000; background-color:inherit; text-decoration:underline; }
a.large-button { display:block; clear:both; margin:0 auto; width:185px; padding:.7em 0 .7em 0; text-align:center; font-size:140%; text-decoration:none; 
	background:url(../_images/_buttons/large-button.gif) no-repeat center center; overflow:hidden; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// texts
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
p { margin:.5em 0 .5em 0; padding:.5em; line-height:1.4em; color:inherit; }
blockquote { margin:1em 0 1em 0; padding:1.5em 0 0 0; font-size:120%; line-height:1.4em; 
	background:url(../_images/quote-start.gif) no-repeat left top; }
	blockquote div.blockquote
	{ padding:0 0 1.5em 0; background:url(../_images/quote-end.gif) no-repeat right bottom; }
pre { font-family:monospace; font-size:1.0em; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
code { font-family:"Courier New", Courier, monospace; font-size:1em; white-space:pre; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// horisontal rule
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
hr { display: none; }
div.hr { height:1px; margin:1.5em 1em;  border-bottom:1px dotted black; }