/*
	Базовый css файл
	(c) ArtVisio 2004-2008
	В состав включён reset.css из css framework Blueprint
*/

/* Blueprint Version 0.6 - 21.9.2007 */
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;
}

/* Базовые */
body {
	background: #d3eae9 url('../i/fon.gif') repeat-x left top;
	color: #4c4b4b;
}
.nobg {
	background:  #d3eae9 none;
}
.inline { display: inline !important; }
.hide { display: none; }
.show, .block { display: block; }
.clear { clear:both;}
/* Шрифты */
div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, code, del, dfn,
em, q, dl, dt, dd, ol, li, fieldset, label, legend,
caption, tr, th, td {
	color: #4c4b4b;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	text-align: left;
}
h1 { 
	font-size: 20px; 
	font-style: italic;
	font-weight: normal;
	color: #5387bd; 
	margin: 0px 0px 10px 0px;
	line-height: 28px;
}
h1 a { 
	font-size: 16px; 
	font-style: italic;
	font-weight: normal;
	color: #5387bd; 
	}
h2 { 
	font-size: 18px;
	font-weight: normal;
	/*color:#860606;*/
	font-style: italic;
	margin-bottom: 12px;
}
h3, caption { font-size: 16px; }
h4 { font-size: 14px; }

p { 
	margin-bottom: 8px;
	line-height: 20px;
}
a { color: #5387bd; }
.blue {
	color: #1f69b6;
	font-size: 16px;
}

/* Ссылки */
a { text-decoration: underline; }
a:hover { text-decoration: none; }
a.script, a.local { text-decoration: none; border: 1px dashed #5387bd; border-width: 0px 0px 1px 0px; }
a.script:hover, a.local:hover { text-decoration: none; border: none; }

/* Формы */
label { cursor: pointer }
div.error { border: 2px solid red }
div.error div { color: white; background: red; padding: 3px 10px 3px 10px; }
input { 
	background-color: #fdfefe;
	border: 1px solid #93b3b2;
	padding: 5px;
	height: 30px;
	color: #4c4b4b;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
}
input.required { 
	background: #fdfefe url('../i/star.gif') no-repeat right top;
}
input.but {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #99999a;
	border-bottom: 1px solid #99999a;
	width: auto;
	height: 34px;
	background: #fff url('../i/but.gif') repeat-x left top;	
	color: #414141;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	padding: 2px 15px 4px 15px;
	margin: 2px 0px;
	cursor: pointer;
}
input.radio {
	border: none;
	background-color: transparent;
	height: auto;
	width: auto;
	padding: 2px;
}
label {
	cursor: pointer;
}

/* Картинки */
a img { border: none; }
.png { behavior: url('css/pngbehavior.htc'); }

/* Сноски */
sup, sub {
  vertical-align: middle;
  position: relative;
  font-size: 75%;
}
sup { bottom: 0.5em; }
sub { top: 0.5em; }

/* Таблицы */
table {
	border-collapse: collapse;
	border: 0px;
}
table td {
	padding: 0px;
	vertical-align: top;
}
table.no, table.no td, table.no th { border: none !important; }
table.bred { border: 1px solid red !important; }
table.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; }
table.p10 td, table.p10 th, td.p10, th.p10, div.p10 { padding: 10px; }

/* Список */
ul { 
	list-style-position: outside; 
	padding: 10px 0px !important;
	margin: 0;
}
li { margin: 3px 0px !important;}
ul li { 
	list-style: none;
	background: transparent url('../i/bullet.gif') no-repeat left 6px;
	padding-left: 13px;
	line-height: 20px;
}
ol { 
	list-style-position: inside;
	padding: 10px 0px;
}
/* Разделитель */
hr {
	border: 1px dotted #9a9a9a;
	border-width: 1px 0px 0px 0px;
	background-color: none;
	height: 1px;
}

/* Позиционирование */
.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;}

/* Размеры */
.h100 { height: 100px !important; }
.w100 { width: 100px !important; }
.h100p { height: 100% !important; }
.w100p { width: 100% !important; }

/* Fire&Ice Ошибки */
div.errorhandler {
	position: absolute;
	left: 2%;
	top: 78%;
	width: 96%;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
}
.dark-side { 
	background: #b4dfde url('../i/fon-dark.gif') repeat-x left top;
}
.main { 
	width: 1010px !important;
	height: 100%;
}
.footer { 
	height: 62px;
	background-color: #e4eeee;
}
.footer table td { 
	vertical-align: middle;
	padding: 20px;
	font-style: italic;
}
.logo {
	background: transparent url('../i/top.jpg') no-repeat 103px 21px;
	height: 219px;
	width: 999px !important;
}
.logo img { margin: 43px 0px 0px 12px;}
.description { 
	width: 874px;
	margin: 0px 22px 16px auto;
	height: 40px;
	background: #fff;
}
.description p { 
	padding-top: 10px;
	text-align: center;
	font-style: italic;
}
.menu { 
	width: 182px;
}
.menu table { 
	width: 182px;
	height: 342px;
	margin-bottom: 60px;
	background: #fff url('../i/menu03.gif') repeat-y left top;
}
.menu table th {
	height: 54px;
	text-align: right;
	vertical-align: middle;
	padding: 7px 20px 7px 0px;
	background: transparent url('../i/menu01.png') no-repeat left top !important;
}
.menu table th a { 
	font-style: italic;
	font-weight: bold;
}
.menu table th a:hover { color: #59b0d4;}
.menu table td { height: 2px;}
.quote { 
	width: 325px;
	*width: 340px;
	background-color: #deefee;
	border: 1px solid #e8f4f4;
	padding: 15px 0px 15px 20px;
	margin: 0px 0px 15px 15px;
	color: #616161;
}
.quote i { 
	background: transparent url('../i/quote1.gif') no-repeat left 2px;
	padding-right: 13px;
}
.quote-close {
	background: transparent url('../i/quote2.gif') no-repeat left center !important;
	padding-left: 15px;
}
.pic {
	border: 10px solid #fff;
	margin: 0px 20px 0px 0px;
}
.content {padding-bottom: 30px;}
.content table,
.content table td,
.content table th {
	border: 1px dotted #9A9A9A !important;
}
.content table td {
	padding:5px !important;
	background-color: #e7f5f4 !important;
}
.pic.fright { margin: 0px 0px 0px 20px !important;}
.gallery { margin: 10px 0;}
.albom td.front {
	background: transparent url('../i/albom.gif') no-repeat 1px 2px;	
}
.albom td.front img {border: 10px solid #fff;}
.albom td { padding: 0 15px 15px 0; }
.albom td span {
	font-size:11px;
	font-style:italic;
}

.gallery td {
	padding-bottom:15px;
}
.pager { margin:10px auto;}
.pager a {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #99999a;
	border-bottom: 1px solid #99999a;
	width: auto;
	height: 34px;
	background: #fff url('../i/but.gif') repeat-x left top;	
	color: #414141;
	font-family:  Trebuchet MS, Arial, Tahoma,  Verdana, Tahoma, sans-serif;
	font-size: 18px;
	padding: 2px 15px 4px 15px;
	margin: 2px 0px;
	cursor: pointer;
	text-decoration:none;
}
.pager b {
	font-family:  Trebuchet MS, Arial, Tahoma,  Verdana, Tahoma, sans-serif;
	font-size: 18px;
	padding: 2px 15px 4px 15px;
	border: 1px solid #6abae1;
	background: #e4eeee;	
	font-weight:normal;
	color:#767676;
}
.er404 {
	width: 300px;
	margin: 20px auto 0 0;
	padding-left:12px;
}
