/* base {{{1 */
* {
	padding: 0;
	margin: 0;
}
body {
	color: #111;
	background-color: #ffffff;
	font: 0.7em georgia, arial, helvetica, sans-serif;
	text-align: center;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover, a:active {
	color: #F03800;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, legend {
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
}
h2 a:link, h2 a:visited {
	color: #333;
}
img {
	border: 0;
}
/* layout {{{1 */
#container {
	width: 70em;
	margin: 1em auto;
	position: relative;
}
#top {
	float: left;
	width: 80%;
	height: 64px;
	padding-bottom: 1em;
	border: bottom: 1px solid #F03800;
}
#top #logo {
	float: left;
}
#top #slogan {
	float: left;
}
#subcontainer {
	width: 100%;
	float: left;
	text-align: left;
}
#sidebar {
	position: absolute;
	width: 19em;
	top: 0;
	left: 80%;
}
#content {
	width: 100%;
	float: left;
	border-top: 1px solid #F03800;
	padding-top: 1em;
}
#navigation {
	width: 20%;
	float: left;
}
#main {
	width: 70%;
	min-height: 30em;
	margin: 0 0 1em 2em;
	float: right;
}
#footer {
	width: 100%;
	border-width: 1px 0;
	margin-bottom: 2px;
	float: left;
	clear: both;
}
/* navigation {{{1 */
#services_cont,
#development_cont,
#contacts_cont {
  width: 100%;
  float: left;
  background: #fff;
	margin-right: 1em;
}
#navigation h1 {
  width: 95%;
  background: #FFF;
	background: url("../images/bullet_red.png") no-repeat 0px 13px;
  color: black;
  font-size: 120%;
	font-weight: bold;
  margin: 0;
  padding: 5px 0 5px 17px;
	border-bottom: 1px solid #F03800;
}
#navigation ul {
  width: 16.9em;
  height: 8em;
  float: left;
  padding: 0;
  margin: 0;
}
#navigation li {
	list-style: square outside;
	margin-left: 20px;
	line-height: 0.5em;
}
#navigation a {
	color: black;
	text-decoration: none;
}
#navigation li.active {
	list-style: square outside url("../images/bullet_red_sm.png");
}
#navigation li.active a {
  color: #F03900;
}
#sidebar_top,
#sidebar_bottom{
display: none;
}
/* hx, p etc. {{{1 */
.msg,
#subscribe_form_description,
#contacts_general,
#success,
.about_us .descr {
	width: 100%;
}
h2, legend {
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	padding: 8px 0 0 10px;
	margin: 0 0 0 5px;
	background: url("../images/bullet_red.png") no-repeat 0px 13px;
}
h3, h4 {
	font-size: 110%;
}
h4 {
	text-align: justify;
}
h5 {
	text-align: justify;
	padding: 10px 0 0 0;
	font-size: 100%;
}
p,
li {
	margin: 10px 0;
	text-align: justify;
}
ul {
	margin-bottom: 4px;
}
li {
	list-style: square inside;
}
.msg {
	background: #FFEEBF;
	border: 1px solid red;
	margin: 0 auto;
	width: 30em;
	text-align: center;
	padding: 1em;
}
/* special styles {{{1 */
.reference {
	float: right;
	margin-right: 10px;
	padding-right: 36px;
	background: url('../images/burti_icon.gif') no-repeat 100% 50%;
}
.reference:link,
.reference:hover,
.reference:active,
.reference:visited {
	color: #999;
	text-decoration: none;
	font-size: smaller;
}
.exec_time {
	display: none;
}
.err,
.req_marker {
	color: red;
}
span.captcha {
  display: block;
  font-weight: bold;
}
a.email,
span.email {
	unicode-bidi:bidi-override;
	direction: rtl;
}
a.show_all {
	margin-left: 4px;
}
span.fun {
	font-style: italic;
}
#main.articles img {
	float: left;
	margin: 0 10px 10px 0;
}

/* menus {{{1 */
#lang_switch {
	width: 19em;
	float: left;
}
#lang_switch ul {
	float: left;
	list-style: none;
	margin: 0;
	margin-left: 5px;
}
#lang_switch li {
	float: left;
	padding: 5px 3px;
	margin: 0;
	font-size: 120%;
	list-style: none;
}
#lang_switch a {
	color: black;
	text-decoration: none;
}
#lang_switch li.active a {
	color: #F03900;
}
/* forma {{{1 */
form {
	float: left;
	clear: both;
	margin-top: 1em;
	padding: 0 1em;
	background: #eee;
	border: 1px solid #F03900;
}
fieldset {
	float: left;
	clear: both;
	width: 100%;
	border: 0;
}
.radio {
	margin: 0;
	border: 0;
	margin-bottom: -1em;
}
legend {
	margin-bottom: 12px;
	margin-left: -5px;
	font-size: 100%;
	font-weight: bold;
}
fieldset.radio legend {
	width: 15em;
	text-align: right;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
label {
	width: 10em;
	float: left;
	clear: left;
	text-align: right;
	margin-right: 8px;
	margin-bottom: 5px;
}
.radio label {
	text-align: left;
	margin: 0 0 1px 17em;
	top: -1.3em;
	position: relative;
}	
input, select, textarea {
	float: left;
	clear: right;
	margin-bottom: 5px;
	border: 1px solid #F03900;
	background-color: white;
	padding: 1px;
	font-size: 0.8em;
}
textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	width: 30em;
}
option {
	padding-right: 0.5em;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	background-color: #ddd;
}
.radio input {
	position: relative;
	border: 0;
	margin: 1px;
}
input.submit {
	clear: both;
}
input.hidden {
	display: none;
}
input.disabled {
	border: 0;
	background: #EFEFEF;
	color: #A70705;
}
/* table {{{1 */
#list_container {
width: 100%;
margin: 7px 0;
border: 1px solid gray;
}
#list_container th {
color:#EEE;
padding: 3px;
text-align: center;
}
#list_container th a {
color: #EEE;
}
#list_container thead {
background: #F03900;
}
#list_container tr.alternate {
background-color: #DDD;
}
#list_container td {
padding: 3px;
}
/* }}} */
