body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #bbbbbb;
	background-color: #322109;
	width: 100%;
}

a {
	text-decoration: underline;
	color: #dc8619;
	outline: 0 none;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 750px;
	margin: auto;
	position: relative;
}

#flash {
	width: 750px;
	height: 470px;
	margin: auto;
}

#content {
	margin: auto;
	width: 646px;
}

#header {
	width: 650px;
	margin: auto;
	padding-top: 20px; 
	padding-bottom: 8px;
	position: relative;
}

.left_row {
	width: 320px;
	float: left;
	line-height: 16px;
}

.right_row {
	width: 320px;
	float: right;
	line-height: 16px;
}

.clear {
	clear: both;
}

.red {
	color: #dd0000;
	font-weight: bold;
}

#footer {
	width: 750px;
	margin: auto;
	height: 20px;
	margin-top: 22px;
	line-height: 18px; 
	text-align: center;
	color: #616161;
	border-top: 1px solid #616161;
}

#footer a {
	color: #616161;
	text-decoration: none;
}

#footer a:hover {
	color: #dc8619;
}

.center_text {
	text-align: center;
}

.center_text_2 {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

ul#navigation {
	background: #795014 url(../img/beton.gif); 
	font-weight: bold; 
	color: #322109;
	padding-left: 64px;
	padding-right: 64px;
	margin: auto;
	display: table;
	min-width: 622px;
}

ul#navigation li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #472c11;
}

ul#navigation li a {
	display: block;
	padding: 3px 6px 4px 6px;
	line-height: 13px;
	color: #332210; 
	text-decoration: none;
	outline: none;
	white-space: nowrap;
}

ul#navigation li a:hover {
	color: #d9d9d9; 
	text-decoration: none;
}

ul#navigation li a.on_page {
	color:#dc8619;
}

ul#navigation li a.on_page strong {
	color:#dc8619;
}

ul#navigation.dark_bet {
	background: url(../img/beton_dark.gif) center;
}

ul#navigation.dark_bet li {
	border-right: 0;
	margin-right: 1px;
}

ul#navigation.dark_bet li a, ul#navigation.dark_bet li a.on_page, ul#navigation.dark_bet li a strong, ul#navigation.dark_bet li a.on_page strong {
	color: #3d3d3d; 
}

ul#navigation.dark_bet li a:hover {
	color: #888888; 
}

ul#navigation.dark_bet li a#learn.learn {
	color: #cccccc; 
}

ul.sitemap {
	margin-left: 32px;
}

ul.sitemap ul {
	margin-left: 20px;
}

ul.sitemap li {
	margin-top: 5px;
}

ol.number {
	margin-left: 40px;
}

ol.number li {
	color: #dc8619;
}

ol.number li span {
	color: #bbbbbb;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #dc8619;
	margin-top: 15px;
	margin-bottom: 15px;
}

#header.header h1 {
	color: #aaaaaa;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #dc8619;
	margin-top: 25px;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	margin-top: 25px;
}

h3.inline {
	margin-top: 12px;
}

h3 strong {
	color: #bbbbbb;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #dc8619;
	margin-top: 15px;
	margin-bottom: 15px;
}

h4 a {
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

div.code {
	padding: 15px;
	padding-left: 18px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #b06b14;
	background-color: #221606;
	border: 1px solid #170f04;
	line-height: 15px;
}

.percent_all {
	margin-bottom: 5px;
	margin-top: 2px;
}

.percent_main {
	margin-bottom: 13px;
	margin-top: 13px;
}

.inline {
	float: left;
}

.img20 {
	margin-top: 10px;
	margin-left: 8px;
}

.img21 {
	margin-top: 12px;
	margin-left: 8px;
}

p span.tex {
	display: block;
	line-height: 14px;
	margin-top: 5px;
}

p span.tex img {
	float: left;
	margin-right: 4px;
}

h1.line_under {
	border-bottom: 1px solid #634118;
}

h2.line_under {
	border-bottom: 1px solid #634118;
}

h3.line_under {
	border-bottom: 1px solid #505050;
}

form {
	margin: 0px;
	padding: 0px;
}

.form_submit {
	border-top: 1px solid #7d5215;
	border-left: 1px solid #7d5215;
	border-bottom: 1px solid #634111;
	border-right: 1px solid #634111;
	background-image: url(../img/beton.gif);
	background-color: #bb7b20;
	color: #322109;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
	padding: 3px;
	cursor: pointer;
}

.form_submit:hover {
	background-image: none;
}

ul, ol  {
	margin: 0px;
	margin: 0px;
	padding: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

ol {
	margin-top:	10px;
	margin-bottom: 5px;
}

p, h1, h2, h3, h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

strong {
	color: #dc8619;
}

em {
	color: #dc8619;
	font-style: normal;
}

a.white_txt {
	color: #bbbbbb;
}

div#header h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #cb9c61;
	margin-top: 8px;
	line-height: 14px;
}

.display_none {
	display: none;
}

div.faq ul li {
	list-style: none;
	padding-bottom: 10px;
}

div.faq ul li div {
	padding-top: 2px;
}

div.faq ul li a {
	text-decoration: none;
}

div.faq ul li a:hover {
	text-decoration: underline;
}

div.faq ul li a:active {
	text-decoration: none;
}

div.faq ul li div a {
	text-decoration: underline;
}

div.faq ul li div a:hover {
	color: #dc8619;
}

div#share_home {
	text-align: center;
	height: 25px;
	padding-bottom: 5px;
}

div#content div#share_home {
	height: 20px;
	padding-bottom: 0;
	text-align: left;
	margin-left: -5px;
}

/* home welcome */

#welcome {
	width: 710px;
	margin: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #616161;
	padding: 10px 20px 5px 20px;
	text-align: center;
}

#welcome h2, #welcome h3 {
	margin: 0;
}

#welcome h3, #welcome h3 strong {
	color: #dc8619;
}

#welcome p {
	margin: 5px 0 15px 0;
}

#welcome p strong {
	color: #bbbbbb;
}

#welcome p a strong {
	color: #dc8619;
}

#welcome p span {
	color: #bbbbbb;
	font-weight: bold;
}

#home_left {
	width: 340px;
	float: left;
	text-align: justify;
}

#home_right {
	width: 340px;
	float: right;
	text-align: justify;
}

#home_bottom {
	clear: both;
}

div#video {
	float:right; 
	margin-left: 20px; 
	margin-top: 10px;
	width: 323px;
	text-align: right;
	line-height: 20px;
}
