/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #da251d;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #f4f3f1 url('images/fon.gif') bottom left repeat-x;
	height: 10em;
	padding-left: 1em;
}

#header img
{
	position: absolute;
	top: 2.2em;
	border: 0px;
	width: 230px;
	height: 73px;
}

#header img a
{
	text-decoration: none;
}

#slogan {
  position: absolute;
	top: 0em;
	right: 0em;
}
#slogan img { border: 0px; }

/* Menu */

#menu
{
	position: absolute;
	top: 5em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h1,h2,h3,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h1,h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h4
{
	color: #a4121a;
	margin-bottom: 0.3em;
	border-bottom: dashed 1px #dfdfdf;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#content h4
{
	font-size: 1.1em;
}

#content h4 a
{
	text-decoration: none;
}

#content h5
{
	color: #8C0000;
	margin-bottom: 0.3em;
	border-bottom: dashed 1px #dfdfdf;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#content h5
{
	font-size: 1.5em;
}

#content h5 a
{
	text-decoration: none;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}
#content li
{
	margin-top: 1em;
	padding-left: 0em;
}

#content  table.noborder tr td img, #content  table.noborder tr th {border: 0; padding:0px; vertical-align:top;}
#content  table.centre tr td, #content  table.centre tr th { border: 0; text-align: center;}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #a4121a;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#to_top{background:url(images/arrow-upleft.gif) no-repeat; height:25px; padding-left:22px; float:left; margin:32px 0 0 0; clear:both;}
#to_top:hover{text-decoration: none;}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

.riso_calc td{ font-size:12px; padding:5px 5px 5px 5px;}
.riso_calc td.left{text-align:right; vertical-align:middle;}
.riso_calc select{width:200px;}
.riso_calc input{width:100px; text-align:center;}
.riso_calc input.res{color: #FF0000; }
.riso_calc input.radio{ width:30px;}

.ramka  { width:100%;}
.ramka div {float:left;width:156px; height:156px; background:url(images/dia.gif); background-repeat:no-repeat;text-align:center; vertical-align:middle;}
.image_gorizont {position:relative;top:200px;*top:40px;border: 0px;padding:10px}
div.foto1 {width:156px; height:156px; background:url(images/dia.gif); background-repeat:no-repeat;text-align:center; vertical-align:middle;}
div.foto  {float:left; height:205px; width:156px;}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a1.gif') top right repeat-y;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

.link2 { color: #8C0000; text-decoration:none;}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a2.gif') top left repeat-y;
}

#tertiaryContent b
{
	color: #da251d;
	font-size: 1.5em;

}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}

table {display:block;  margin: 20px 0;}
#primaryContent .avto {border: 1px solid #d55f83; padding:15px;}
#primaryContent table tr th {border: 1px solid #d55f83; border-right:none; padding:15px;}
#primaryContent table tr th {font-size:14px; color:#8C0000; font-weight:normal; background-color:#fceff1; vertical-align:middle;}
#primaryContent table tr th span.type {display:block; font-size:12px;}
#primaryContent table tr th span.color {display:block; font-size:11px; color:#000;font-weight:bold;}
#primaryContent table tr td {color:#000; font-size: 13px; vertical-align:middle;}
#primaryContent table tr td.small {color:#333; font-size: 12px; font-weight:bold;}
#primaryContent table tr td.left, #primaryContent  table tr th.left {border-left:none;}

#primaryContent  table.noborder tr td, #primaryContent  table.noborder tr th {border: none; padding:0px;vertical-align:top;}
#primaryContent  table.centre tr td, #primaryContent  table.centre tr th { text-align:center;}

#banner legend {
    background:#FFFFFF none repeat scroll 0%;
    border:1px solid #CCCCCC;
    color:#FF0000;
    font-size:1.0em;
    font-weight:700;
    padding:0.2em 1em 0.3em;
    position:absolute;
    top: -1em;
}
#banner fieldset {
    background:#F6F6F9 none repeat scroll 0%;
    border:1px solid #CCCCCC;
    margin:0pt 0pt 1.0em;
    padding:0.5em;
    margin-top:0.5em;
    position: relative;
}
#banner small{
color:green;
font-size:12px;
}
