body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,fieldset,p,blockquote,th,td {
  margin:0;
  padding:0;
}

html {
  background-color: #F4DBA5;
}

body {
  color: black;
  font-size: 12px;
  line-height: 18px;
  font-family: Tahoma, Arial, sans-serif;
}

html>body {
  font-size: 12px;
  line-height: 18px;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Times New Roman", serif;
}

h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: normal;
}

h2 {
  color : #842507;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h3 {
  color : #35383D;
  font-size: 1.3em;
  font-weight:bold;
  line-height: 1.2em;
  margin-top: 0em;
  margin-bottom: 0.2em;
}


/************************ forms **************************/
form {
}

.form-element {
  margin-bottom: 10px;
}

.form-element label {
  font-weight: bolder;
  display: block;
}

input {
}

input.text {
  border: 1px solid #5588be;
  height: 21px;
}

/* firefox */
input.text {
  height: 17px;
  padding: 2px 2px;
}

input.image {
  height: 21px;
}

.question-name, .question-text {
  width: 250px;
}

.question-text {
  width: 350px;
  height: 150px;
  border: 1px solid #5588be;
}

input.submit {
  height: 23px;
  color: #FFFFFF;
  background-color: #3176BF;
  border-top: 1px solid #327ECC;
  border-left: 1px solid #327ECC;
  border-right: 1px solid #3C6B9B;
  border-bottom: 1px solid #3C6B9B;
}
/************************ forms **************************/

/************************ tables **************************/
table {
  border-collapse: collapse;
  width: 100%;
}
table td {
  vertical-align: top;
  padding-right: 1em;
}
/************************ tables **************************/

a {
  color : black;
  text-decoration : underline;
}
a:visited {
  color : black;
  text-decoration : underline;
}
a:hover {
  color : #1A4D94;
  text-decoration : underline;
}

a img {
  border: none;
}

img {
  margin : 0em;
}
img.left {
  float : left;
  margin : 1em 1em 0 0;
}
img.right {
  float : right;
  margin : 1em 0 0 1em;
}

.disabled {
  color: gray;
}

ul,
ol {
  list-style: square;
/*
  padding: 0em;
  margin: 0em 0em 1em 0em;
*/
}

* html ul,
* html ol {
  list-style: square;
/*
  padding: 0em 0em 0em 1.5em;
  margin: 0em 0em 1em 0em;
*/
}

/************************** списки ссылок *******************/
div.links ul {
  list-style: none;
}

/* IE 6 */
* html div.links ul {
  padding: 0em;
}

div.links ul li {
  margin-bottom: 0.3em;
}

div.links li.selected {
  font-weight: bold;
}

div.links h1 {
  color: black; 
  font-size: 1.6em;
  line-height: 1.5em;
    margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: normal;  
}

div.links h2 {
  font-family: Tahoma, Arial, sans-serif;
  color: black;
  font-size: 1.2em;
  line-height: 22px;
  min-height:22px;
    margin-top: 0em;
  margin-bottom: 0.5em;
  font-weight: normal;
  background: transparent url('img/nav_arrow.png') no-repeat 0em 0em;
  padding-left: 30px;
}

div.links h2.selected { 
  background: transparent url('img/nav_sel_arrow.png') no-repeat 0em 0em;
}

div.links.leveled ul {
  padding-left: 30px;
}

/* IE 6 */
* html div.links.leveled ul {
  padding-left: 30px;
}

.nounderline a {
  text-decoration: none;
}
.nounderline a:hover {
  text-decoration: underline;
}

.inline ul li {
  display: inline;
  padding-right: 0.5em;
}
/****************************/


#main {
}

#header-wrapper {
  clear:both;  
  background: none;
}

#header {  
}

#title {
  background : none;
}

#logo {
}

#logo img {
  display:none;
}

#logo h1 {
  margin: 0px;
  padding-bottom: 1em;
  line-height: 1em;
  font-size: 2.2em;
}
#logo p {
  display:none;
}

#search {
  display: none;
}

#search dd input {
  float: left;
  margin-right: 7px;
}

#search dd input.text {
  width: 165px;
}

#menu { 
  display: none;
}

#content {
  background: none;
}

#pagecontent {
}

#navinfo {
  display: none;
}

#extra {
  display: none;
}

.quicklink {
  margin-bottom: 1.5em;
}

#footer {
  display: none;
}

/************************ subnodes *********************/
.clearer { clear: both; }

.subnode {
  clear: both;
  width: 100%;
  margin-bottom: 1.5em;
}

.gallery {
  clear: both;
  min-height: 80px;
  width: 100%;
  margin: 0em 0em 1.5em 0em;
}

* html .gallery {
  height: 80px;
}

img.photo {
  float: left;
  margin-right: 1.5em;
}

.subnode .details {
  float:left;
  width: 60%;
}

.phone {
  margin: 1em 0em 0em 0em;
  font-size: 150%;
}
/************************ subnodes *********************/

/************************ feedback *********************/
.feedback {
  margin-bottom: 1.5em;
}

.feedback blockquote.question, .feedback blockquote.thanks, div.questionDate {
  font-style: italic;
  min-height: 50px;
  padding-left: 55px;
  margin-bottom: 0.5em;
}

.feedback blockquote.question {
  background: transparent url('img/question.png') no-repeat top left;
}

.feedback blockquote.thanks {
  background: transparent url('img/exclamation.png') no-repeat top left;
}

div.questionDate {
  text-align: right;
}

* html .answer {
  height: 50px;
}

.feedback blockquote p, .answer p {
  padding: 0px;
  margin: 0px;
}
/************************ feedback *********************/

.floatl {
  float: left;
  margin: 0em 1.5em 1.5em 0em;
}

.floatr {
  float: right;
  margin: 0em 0em 1.5em 1.5em;
}

