/*
	Base-css file
	(c) ArtVisio 2004-2008
	Including reset.css from «css framework Blueprint»
	and 	960 Grid System ~ Core CSS.
*/

/*  Blueprint CSS Framework 0.8 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
.inline { display: inline !important; }
.hide { display: none; }
.hand { cursor: pointer;}
.show, .block { display: block; }
html {height:100%;}
body { 
	background:#fff; 
	height:100%;
}

/* Fonts */
body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, acronym, address, code, del, dfn,
em, q, dl, dt, dd, ol, li, fieldset, label, legend,
caption, tr, th, td {
	line-height:1.5;
	font-size:17px;
	color:#424242;	
	font-family: Times New Roman, Gejrgia, serif;
}
h1 {
	font-family: Georgia, Times New Roman, serif;
	color: #ff3222;
	font-size:20px;
	margin-bottom:0.5em;
	margin-top:0.3em;
	font-weight:normal;
	font-style:italic;
}
h1 a { font-size:17px; }
h2 {
	font-family: Georgia, Times New Roman, serif;
	color: #45cc0a;
	font-size:18px;
	margin-bottom:0.3em;
	margin-top:0.7em;
	font-weight:normal;
	font-style:italic;
}
h3 {
	font-family: Times New Roman, Gejrgia, serif;
	font-size:16px;
	margin-bottom:0.5em;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {font-size:1em;font-weight:bold;margin-bottom:0.3em;}
h6 {font-size:0,8em;font-weight:bold;  color: #ed1c31;}

em {  
	font-style: italic;
}
.grey { color: #818181;}
.black {color: #000;}
.red { color: #e73527 !important;}
.blue  { color: #006fbd;} 
.green { color: #96b52e;} 
.nowrap { white-space: nowrap;}
.big { font-size:21px; line-height:1;}
.small { font-size:13px;}

 p {
	 margin-bottom: 6px; 
	 line-height:1.2;
 }

/* Links */
a { 
	text-decoration: underline; 
	color: #2191bd;
}
a:hover { 
	text-decoration: none;  
	color: #215cbd; 
}
a.script, a.local { text-decoration: none; border-bottom: 1px dashed #2191bd !important; border-width: 0px 0px 1px 0px; }

/* Forms */
label { cursor: pointer;}
input.no {
	border: none;
	background-color: transparent;
	height: auto;
	width: auto;
	padding: 0px;
}

/* Images */
a img { border: none; }

/* Footnotes */
sup, sub {
  vertical-align: middle;
  position: relative;
  font-size: 75%;
}
sup { bottom: 0.5em; }
sub { top: 0.5em; }

/* Tables */
table {
	border-collapse: collapse;
	border: 0px;
}
table td {
	padding: 0px;
	vertical-align: top;
}
table.no, table.no td, table.no th, .no { border: none !important; background: none !important;}
.bred { border: 1px solid red !important; }
.bbred, table.bbred td, table.bbred th { border: 1px solid red !important; }
table.bbno, table.bbno td, table.bbno th { border: none !important; }
table.bgray { border: 1px solid gray !important; }
table.bbgray, table.bbgray td, table.bbgray th { border: 1px solid gray !important; }
table.p0 td, table.p0 th, td.p0, th.p0, div.p0 { padding: 0px !important; }
table.p5 td, table.p5 th, td.p5, th.p5, div.p5 { padding: 5px !important; }
table.p10 td, table.p10 th, td.p10, th.p10, div.p10 { padding: 10px; }
.p1 td { padding: 1px;}
/* List */
ul, ol li ul, ol {
	list-style-position: inside;
	margin: 0;
}
ol li ul {
	padding-left:20px;
}
/* Separator */
hr {
	border: 1px solid red;
	border-width: 1px 0px 0px 0px;
	background-color: none;
	height: 1px;
}
div.hr.m15 { margin: 15px auto !important; }
div.hr.m30 { margin: 30px auto !important; }
div.hr {
  height: 10px;
  background: url('../i/hr.gif')  left top repeat-x;
  margin: 10px auto; 
  clear:both;
}
div.hr hr {display: none;}

/* Position */
.c { text-align: center !important; }
.r { text-align: right !important; }
.l { text-align: left !important; }
.t { vertical-align: top !important; }
.m { vertical-align: middle !important; }
.b { vertical-align: bottom !important; }
.fleft { float: left; }
.fright {float: right;}
.m10 {margin: 10px 0;}
.ma { margin:auto;}

/* Dimensions */
.h100 { height: 100px !important; }
.w100 { width: 100px !important; }
.h100p { height: 100% !important; }
.w100p { width: 100% !important; }
.w90p { width: 90%; }

/* Fire&Ice errors */
div.errorhandler {
	position: absolute;
	left: 2%;
	top: 78%;
	width: 96%;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
}

/* SITE */
.container_16 {
	margin-left: 3%;
	margin-right: 3%;
	*margin-right: 2%;
	*margin-left: 2%;
	width: 94%;
	min-height:94.5%;
}
* html .container_16 {height:94.5%; }

/* Footer */
.footer {
	height:5%;
	background-color: #e9f3f8;
	color:#7c7b7b;
	clear:both;

	margin-left: 3%;
	margin-right: 3%;
	*margin-right: 2%;
	*margin-left: 2%;
}
.footer div { 
	padding: 10px 20px;
	font-size:14px;
}

/* Header */
.topmenu {
	padding: 15px 0 0 240px;
	position: relative;
	top:8px;
}
.topmenu ul { 
	padding:0;
	line-height: 1;
}
.topmenu ul li { 
	list-style:none;
	display: inline;
	padding-right:19px;
	color:#9e9e9e;
	text-transform: lowercase;
	
}
.topmenu ul li,
.topmenu ul li a {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times New Roman, serif;
}
.topmenu ul li a { color:#fd4f41;}

.header { 
	height: 175px; 
	background: url('../i/top-fon.gif') left 20px repeat-x;
	min-width:940px;
}
* html .outer {padding-left:940px}
* html .minwidth {height:0}
* html .container {margin-left:-940px;position:relative; height:0}
.fond { 
	background: url('../i/fond-logo.gif') 18px 32px no-repeat;
	padding: 50px 116px;
	float:left;
}
.logo {
	width:83px;
	padding-top:49px;
	float:left;
}
.tel { 
	background: url('../i/tel.gif') right 40px no-repeat;
	width:270px;
	padding:50px 0;
	float:left;
}
.bunny { 
	background: url('../i/bunny.jpg') left top no-repeat;
	padding: 90px 175px;
	*padding: 79px 175px;
	float:right;
}

/* Title */
.title { padding-left:240px;}
.title h1 { margin:0 0 2px 0; line-height:1.6;}

/* Sidebar */
.sidebar {
	float:left;
}
.sidebar-inner {
	overflow:hidden;
	position:relative;
	width:220px;
	float:left;
}
ul.leftmenu li {
	list-style:none;
	color:#9e9e9e;
}
ul.leftmenu li,
ul.leftmenu li a {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times New Roman, serif;
	text-transform: lowercase;
}
.content {
	float:left;
	margin-right:-100%;
	width:100%;
	
}
.content-inner {
	margin: 0 30px 30px 240px;
	padding-top:3px;
}

.pic  { 
   display: table;
   padding: 1px;
   width: 0;
   background: url('../i/bunny-pattern.gif') left 3px repeat;
}
.pic img {
	*padding: 1px;
	*margin-bottom: -4px;
}
.pic.fleft {
	margin: 4px 20px 20px 0;
	*margin: 4px 20px 10px 0;
}
.banner {
	background-color: #daecf4;
	color: #949b9d;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	width:215px;
	padding:70px 0;
}
.navigation {
	background-color: #daecf4;
	color: #949b9d;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	padding:10px;
	position:relative;
	right:-30px;
	border:1px solid #ddd;
}
.navigation a {
	padding-bottom:5px;
}
/* News */
.news img {
	float:left;
	margin: 4px 20px 20px 0;
	*margin: 4px 20px 10px 0;
}
.news .hr { clear:both;}
.date {padding-top:2px;}

/* Pager */
.next-page {
	background: url('../i/arrow.gif') center  center no-repeat;
	padding:0 10px;
	width:10px;
}
.prev-page {
	background: url('../i/arrow-back.gif') center  center no-repeat;
	padding:0 10px;
	width:10px;
}