body {
	margin: 20px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #797979;
}
#header_top {
	height: 7px;
	overflow: hidden;
}
#header_top img {
	display: block;
}
#header {
	height: 36px;
	overflow: hidden;
	background: #8a0000;
}
#main_menu {
	padding: 13px 20px 18px 50px;
	border-bottom: 5px solid #F9000F;
}
#main_menu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 10px;
}
#main_menu a:hover {
	color: #F9000F;
}
#main_menu a.active {
	color: #F9000F;
	font-style: italic;
}
#container {
	padding: 20px 0 20px 50px;
	width: 700px;
	overflow: auto;
}
#content {
	float: left;
	width: 480px;
}
#content div {
	width: 100%;
	overflow: auto;
}
#content h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#content h2 {
	color: #F9000F;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
#content p {
	margin: 5px 0;
}
#content .big {
	font-size: 14px;
}
#content .black {
	color: #000000;
}
#content .red {
	color: #F9000F;
}
#content a, #content a:visited, #content a:active {
	color: #F9000F;
}
#content a:hover {
	color: #990000;
}
#content hr {
	height: 1px;
	border: none;
	color: #F9000F;
	background: #F9000F;
	margin: 15px 0;
}
#content img.border {
	padding: 2px;
	border: 2px solid #cdcdcd;
}
#content .indent {
	padding-left: 20px;
}
#content .products_list li {
	list-style: none;
	border-bottom: dashed 1px #cccccc;
	padding: 8px 0;
}
#content .products_list a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#content .products_list a:hover {
	color: #F9000F;
}
#content table.teh_data {
	border-collapse: collapse;
	margin-top: 10px;
}
#content .teh_data .header td {
	font-weight: bold;
	background: #dddddd;
}
#content .teh_data td {
	border-bottom: 1px solid #cccccc;
}
#content blockquote {
	background: #ececec;
	padding: 10px;
	border-top: 5px #d1d1d1 solid;
	border-bottom: 5px #d1d1d1 solid;
	margin: 20px 0;
}
#right {
	float: right;
	width: 150px;
	padding-left: 50px;
	color: #000000;
}
#right .box .title {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url('images/submenu_sep_1.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
#right #sub1 {
	margin: 0;
	padding: 0;
}
#right #sub1 li {
	list-style: none;
	padding: 8px 0 10px 0;
	background-image: url('images/submenu_sep_1.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
#right #sub1 a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	width: 99%;
}
#right #sub1 a:hover, #right #sub1 a.active {
	color: #F9000F;
}
#right #sub2 {
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
#right #sub2 li {
	list-style: none;
	padding: 3px 0;
	background: none;
	border-top: 1px dashed #cccccc;
}
#right #sub2 a {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	display: block;
	width: 90%;
	padding-left: 6px;
}
#right #sub2 a:hover, #right #sub2 a.active {
	color: #000000;
	background-image: url('images/submenu-bull.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#right #contact_form input, #right #contact_form textarea {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	width: 140px;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#right #contact_form textarea {
	height: 100px;
}
#right #contact_form label {
	padding-left: 10px;
}
#right #contact_form .sys_msg {
	border: 1px solid #009900;
	/*background: #BFFEB2;*/
	color: #009900;
	margin-bottom: 10px;
	padding: 5px;
}
#right #contact_form .error {
	color: #ff0000;
	border-color: #ff0000;
	/*background: #FFBBBB;*/
}
#right #contact_form button {
	background: none;
	border: none;
	padding: 0;
}
#right hr {
	height: 1px;
	border: none;
	color: #F9000F;
	background: #F9000F;
	margin: 15px 0;
}
#footer {
	padding: 20px 50px;
	border-top: 5px solid #F9000F;
	color: #aaaaaa;
	font-size: 11px;
}
#footer a {
	color: #787878;
	font-weight: bold;
	text-decoration: none;
}
