@charset "UTF-8";
/* CSS Document */

* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  line-height: 16px;
  
}

body {
  text-align: center;
  background-color: white;
  padding-top: 0;
  margin-top: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline;
}

a, a:link, a:visited {
  color: #00adef;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
}

sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
	font-size: 0.7em;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00adef;
  margin: 0;
  padding-bottom: 10px;
}

.bigLett {
  font-size: 17px;
}

h2 {
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #00adef;
  margin: 0;
  padding: 0 0 3px 0;
}

h3 {
   font-size: 13px;
   font-weight: bold;
   margin: 0 0 2px 0;
   padding: 0;
   display: inline;
}

b {
  color: #00adef;
}

ul, li {
  margin: 0 0 0 5px;
  padding: 0 0 10px 5px;
}

input, textarea {
  border: 0;
  border: 1px solid #bbb;
  padding: 5px 4px 0 4px;
  height: 18px;
  min-height: 18px;
  vertical-align: middle;
  width: 332px;
  margin-bottom: 9px;
  margin-top: 2px;
}


.button {
  border: 0;
  border: 1px solid #dedede;
  padding: 1px 4px 0 4px;
  height: 25px;
  min-height: 18px;
  vertical-align: middle;
  width: 70px;
  margin-bottom: 10px;
  margin-top: 2px;
}


textarea {
  height: auto;
  min-height: inherit;
}

.checkBoxStyle {
  width: 12px;
  height: 12px;
  min-height: 12px;
  margin: 0;
}


#wrapper {
  width: 1000px;
  text-align: left;
  margin: 0px auto 0 auto;
}

#header {
  width: 1000px;
  height: 201px;
  min-height: 201px;
  display: block;
}

#topMenu {
  width: 1000px;
  /*background-color: #b9e5fa;*/
}


#content {
  padding: 5px 0 12px 0;
  float: left;
  width: 1000px;
}


/* 2 column Layout */

#left {
  width: 290px;
  float: left;
  border-right: 1px solid #b9e5fa;
}

.newsBlock {
  padding: 12px 22px 12px 22px;
  background-image: url(../images/news_bgrnd.jpg);
  background-repeat: repeat-y;
}

.newsBlock p {
 padding-left: 15px;
}

.newsBlock p a, .newsBlock p a:link, .newsBlock p a:visited  {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #00adef;
  text-decoration: none;
  display: block;
  padding: 5px 0 2px 0;
}

.newsBlock p a:hover { text-decoration: underline;  }


#mainContent {
 float: right;
 width: 709px;
}

.imgContent {
  
   float: right;
}

.restrictSize {
   width: 391px;
}

.rightContent {
  padding-right: 15px;
  padding-left: 10px;
  padding-top: 50px;
  overflow: hidden;
}



/* Additional classes */

.rightImg {
  float: right;
  padding: 0 10px 0 5px;
}

.leftImg {
  float: left;
  padding: 0 5px 5px 0; 
}

.blueBlock {
  background-color: #ace1fa;
  padding: 10px;
  margin-top: 40px;
}

.blueBlock a {
	color: white;
}

.blueBlock h1 {
  color: black;
}

.blueType {
  color: #2caae2;
}

.greenType {
  color: #44b649;
}

.redType {
 color: #a12711;
}

.purpleType {
 color: #303f7e;
}

.boldType {
  font-weight: bold;
}

.greenBgrnd {
  background-color: #bcd970;
}

.disclaimer {
	color: #666;
	font-size: 0.9em
}

.whiteType {
	color: white;
}

.bottomPadding20px {
  padding-bottom: 20px;
}

/* 3 images heating page */

.firstImage {
  width: 600px;
  background-image: url(../images/heating2_first_img.jpg);
  background-repeat: no-repeat;
  height: 260px;
  min-height: 260px;
  border: 1px solid #9e230c;
  margin-bottom: 20px;
}

.secondImage {
  width: 600px;
  background-image: url(../images/heating2_second_img.jpg);
  background-repeat: no-repeat;
  height: 278px;
  min-height: 278px;
  border: 1px solid #9e230c;
  margin-bottom: 20px;
}

.thirdImage {
  width: 600px;
  background-image: url(../images/heating2_third_img.jpg);
  background-repeat: no-repeat;
  height: 584px;
  min-height: 584px;
  border: 1px solid #9e230c;
} 

.innerText {
  padding: 10px;
}

.innerText h1 {
  line-height: 20px;
}

.innerText ul {
  padding-top: 20px;
}

.innerText h1 br, .innerText p br, .innerText ul li br {
  display: inline;
}

/* Footer */

#footer {
  clear: both;
  width: 1000px;

 }

.footerText {
  padding: 120px 0 0 0;
  margin: 0 25px 0 25px;
  text-align: center;
  color: #949494;
} 

.footerText a {
  font-size: 11px;
}


.clearer { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;

}
