/*
Project:	SeanRu
CSS Type:	Semantic
Version:	1.1 (04.05.2009)
Author:		Grigory Zarubin (Shogo.RU)
*/

/*   -=========== Common Styles ===========-   */
html, body {
	height: 100%; }
body {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #666666;
	background: url(body_bg.gif) repeat 0 0; }
* {
	margin: 0;
	padding: 0; }
a {
	color: #E01419; }
a img, table {
	border: 0; }
a:focus {
	outline: none; }
.zero {
	border-spacing: 0;
	border-collapse: collapse; }
.zero td {
	padding: 0; }
.z7 td {
	padding: 7px 0; }
.bb {
	font-weight: bold; }
.m3 {
	margin-bottom: 3px; }
.m5 {
	margin-bottom: 5px; }
.m7 {
	margin-bottom: 7px; }
.m10 {
	margin-bottom: 10px; }
.m15 {
	margin-bottom: 15px; }
.m20 {
	margin-bottom: 20px; }
.m25 {
	margin-bottom: 25px; }
.m40 {
	margin-bottom: 40px; }
.m50 {
	margin-bottom: 50px; }
.hova a {
	text-decoration: none; }
.hova a:hover {
	text-decoration: underline; }
.nova a {
	text-decoration: none; }
.s9 {
	font-size: 9px; }
.s10 {
	font-size: 10px; }
.s11 {
	font-size: 11px; }
.s12 {
	font-size: 12px; }
.s13 {
	font-size: 13px; }
.s14 {
	font-size: 14px; }
.s15 {
	font-size: 15px; }
.s16 {
	font-size: 16px; }
h1, h1 a, .h1, .h1 a {
	font-size: 20px;
	line-height: 120%;
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
	text-decoration: none; }
h1.red, h1.red a {
	color: #FF0000!important; }

.h1red, .h1red a {	font-size: 20px;
	line-height: 120%;
	color: #FF0000!important;
	font-weight: normal;
	margin-bottom: 20px;
	text-decoration: none; }


h2, h2 a {
	font-size: 16px;
	line-height: 120%;
	color: #E01419;
	margin-bottom: 10px;
	text-decoration: none; }
h3, h3 a {
	font-size: 14px;
	line-height: 120%;
	color: #333333;
	margin-bottom: 10px;
	text-decoration: none; }
h4, h4 a {
	font-size: 13px;
	line-height: 120%;
	color: #333333;
	margin-bottom: 10px;
	text-decoration: none; }
p {
	padding-bottom: 10px; }
ul, ol, ul.default {
	margin: 5px 0 15px 0; }
ul li, ul.default li {
	text-align: justify;
	margin: 5px 0;
	list-style-position: inside;
	list-style-type: square; }
ul.default li {
	margin-left: 37px;
	list-style-position: outside;
	list-style-type: disc; }
ol li {
	margin: 7px 0;
	list-style-position: inside;
	font-weight: bold; }
.inp {
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	color: #999999;
	padding: 5px;
	border: 1px solid #999999; }
textarea, select {
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 0 5px 0 5px;
	border: 1px solid #999999; }
select {
	padding: 0; }
label {
	cursor: pointer; }
.left {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px; }
.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px; }

/*   -=========== Structure ===========-   */
#container {
	background: #FFFFFF;
	position: relative;
	width: 1004px;
	min-height: 100%;
	margin: 0 auto; }
#header {
	background: url(hd_bg.png) repeat-x 0 11px;
	padding-top: 11px;
	margin: 0 11px 3px 11px; }
#menu {
	background: url(mnu_bg.png) repeat-x 0 0;
	margin: 0 11px 31px 11px; }
#menu-inner {
	height: 28px;
	background: url(mnu_lft.png) no-repeat 0 0; }
#content {
	overflow: hidden;
	padding: 0 11px 130px 11px; }
#l_col {
	float: left;
	width: 250px; }
#text {
	margin-left: 275px; }
#footer {
	clear: both;
	background: #FFFFFF;
	position: relative;
	width: 1004px;
	margin: -100px auto 0 auto;
	height: 100px; }
#footer-inner {
	height: 100%;
	margin: 0 11px; }

/*   -=========== Blocks ===========-   */
.logo {
	float: left;
	width: 250px; }
.concept {
	margin-left: 275px;
	padding-top: 15px;
	height: 172px;
	background: url(hd_concept.jpg) no-repeat 100% 0;
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF; }

#menu ul {
	margin: 0;
	padding: 0;
	height: 28px;
	background: url(mnu_rght.png) no-repeat 100% 0; }
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none; }
#menu li p {
	padding: 6px 30px 0 30px;
	height: 22px; }
#menu li a, #menu li b {
	background: url(mnu_arrows.gif) no-repeat 0 3px;
	padding-left: 16px;
	color: #000000;
	text-decoration: none; }
#menu li a:hover, #menu li.current a, #menu li.current b {
	font-weight: normal;
	color: #E01419;
	background-position: 0 -26px; }
#menu li.current {
	background: url(mnu_lft_current.png) no-repeat 0 0 #E8E7E9; }
#menu li.first {
	background: url(mnu_lft_first_current.png) no-repeat 0 0 #E8E7E9; }
#menu li.current p {
	background: url(mnu_rght_current.png) no-repeat 100% 0; }
#menu li.last p {
	background: url(mnu_rght_last_current.png) no-repeat 100% 0; }

.consult {
	background: url(icq.gif) no-repeat 0 0;
	padding-left: 24px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 120%; }
#srch {
	width: 100%;
	height: 46px;
	padding: 20px 12px 0 17px;
	margin-bottom: 25px;
	background: url(srch_bg.jpg) no-repeat 0 0; }
#srch .inp {
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(srch_input_bg.gif) no-repeat 0 0;
	width: 160px;
	height: 21px;
	padding: 5px 5px 0 5px;
	border: 0; }

#spc, #spc_simple {
	margin-left: -9px;
	padding-left: 9px;
	min-height: 365px;
	overflow: hidden;
	background: url(spc_shadow.png) no-repeat 0 12px; }
#spc_simple {
	min-height: 1px;
	margin: 0 0 20px 0;
	padding-left: 0;
	background: none; }
#spc .hrt, #spc .hrb, #spc .hrt div, #spc .hrb div {
	background: url(spc_tb.png) no-repeat 0 0; }
#spc_simple .hrt, #spc_simple .hrb, #spc_simple .hrt div, #spc_simple .hrb div {
	background: url(spc_simple_tb.png) no-repeat 0 0; }
#spc .hrt, #spc .hrb, #spc_simple .hrt, #spc_simple .hrb {
	font-size: 1px;
	line-height: 1px;
	height: 9px;
	clear: both; }
#spc .hrt div, #spc .hrb div, #spc_simple .hrt div, #spc_simple .hrb div {
	float: right;
	width: 16px;
	height: 9px; }
#spc .hrb, #spc_simple .hrb {
	background-position: 0 100%; }
#spc .hrt div, #spc_simple .hrt div {
	background-position: 100% 0; }
#spc .hrb div, #spc_simple .hrb div {
	background-position: 100% 100%; }
#spc .spc-inner, #spc_simple .spc-inner {
	padding: 16px;
	margin: 3px 0;
	background: url(spc_bg.png) repeat-x 0 0 #D3D1D4; }
#spc_simple .spc-inner {
	padding: 16px;
	background: #E7E7E8; }
#spc .spc-inner .spc-corner {
	padding: 16px;
	min-height: 309px;
	background: url(spc_corner.gif) no-repeat 100% 100%; }

div.current a, div.current b {
	color: #E01419;
	text-decoration: none; }
#navi {
	font-size: 10px;
	line-height: 120%;
	margin: 0 0 15px 0; }
#navi a {
	background: url(mrk3.gif) no-repeat 100% 4px;
	padding-right: 9px;
	color: #3783D4; }
#navi span {
	padding-left: 9px; }
.decor {
	border-bottom: 4px solid #D4D2D5;
	padding-bottom: 3px; }
.borders, .active {
	border: 1px solid #D8D8D8;
	padding: 3px; }
.active {
	border-color: #C1272D; }
.foto {
	float: left;
	width: 230px;
	margin: 15px 0 15px 0; }
.l_main {
	float: left;
	width: 49%; }
.r_main {
	margin-left: 51%; }

#footer-hrt, #footer-hrb, #footer-hrt div, #footer-hrb div {
	background: url(footer_tb.png) no-repeat 0 0; }
#footer-hrt, #footer-hrb {
	font-size: 1px;
	line-height: 1px;
	height: 5px;
	clear: both; }
#footer-hrt div, #footer-hrb div {
	float: right;
	width: 5px;
	height: 5px; }
#footer-hrb {
	background-position: 0 100%; }
#footer-hrt div {
	background-position: 100% 0; }
#footer-hrb div {
	background-position: 100% 100%; }
#footer-content {
	padding: 15px 20px 0 20px;
	min-height: 66px;
	background: url(footer_bg.png) repeat-x 0 0 #EFEFF0; }
#footer .counters {
	float: left;
	margin-right: 90px; }
#footer .counters img {
	float: left;
	margin-right: 10px; }
#footer .copyright {
	font-size: 11px;
	line-height: 120%;
	overflow: hidden; }
#footer .copyright a {
	color: #666666; }

/*   -=========== Classes ===========-   */
.red, .red a {
	color: #E01419!important; }
.blue, .blue a {
	color: #3783D4; }
.grey, .grey a {
	color: #666666; }

.hr1, .hr2 {
	font-size: 1px;
	line-height: 1px;
	background: url(hr1.gif) repeat-x 0 0;
	height: 1px;
	margin: 0 0 15px 0; }
.hr2 {
	margin: 0 0 7px 0; }
.hr3 {
	font-size: 1px;
	line-height: 1px;
	background: #D8D8D8;
	height: 1px;
	margin: 15px 0; }
.mrk1 {
	background: url(mrk1.gif) no-repeat 0 1px;
	padding-left: 18px; }
.mrk2 {
	float: left;
	background: url(mrk2.gif) no-repeat 100% 4px;
	padding-right: 18px; }
.mrk4 {
	background: url(mrk4.gif) no-repeat 0 4px;
	padding-left: 13px; }
.mrk5 {
	background: url(mrk5.gif) no-repeat 0 4px;
	padding-left: 18px; }

.bord {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999; }
.bord th {
	padding: 5px;
	background: #D8D8D8;
	color: #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999; }
.bord td {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999; }

.text_container {
	overflow: hidden;
	margin-bottom: 10px; }
.nofloat {
	overflow: hidden; }