BODY {
  margin: 0px;
  min-width: 1000px;
}
A {
  color: black;
  text-decoration: underline;
}
A:hover {
  color: gray;
  text-decoration: underline;
}

#phone {
  position: absolute;
  z-index: 15;
  top: 327px;
  left: 0px;
  width: 200px;
  height: 40px;
  padding: 25px 0px 0px 37px;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #639000;
}
html > body #phone {
  background: url(phone.png) no-repeat;
}
*html #phone {
  background:none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/phone.png', sizingMethod='crop');
}

.top_img {
  height: 264px;
  background-image: url(top_bg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
}

.mainContCol {
  background-image: url(cont_rimg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #F6F6F0;
}
.mainContent {
  padding: 17px 10px 10px 10px;
  background-image: url(contBg.jpg);
  background-position: top;
  background-repeat: repeat-x;
}
.mainContent H1 {
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  color: #663300;
}

.top_menu {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #F6F6F0;
}
.top_menu A {
  display: block;
  margin-right: 20px;
  height: 19px;
  color: #F6F6F0;
  text-decoration: underline;
}
.top_menu A:hover {
  color: #F6F6F0;
  text-decoration: none;
}

.right_menu {
  font-family: verdana;
  font-size: 12px;
  color: white;
}
.right_menu TD {
  padding-left: 15px;
}
.right_menu A {
  display: block;
  margin: 3px 0px;
  font-family: arial,verdana;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}
.right_menu A:hover {
  text-decoration: none;
}

.bot_menu {
  margin-top: 10px;
  margin-left: 15px;
  font-family: arial,verdana;
  font-size: 11px;
  color: white;
}
.bot_menu B {
  font-weight: normal;
}
.bot_menu A {
  padding: 0px 5px;
  color: white;
  text-decoration: underline;
}
.bot_menu A:hover {
  color: white;
  text-decoration: none;
}

.gallery{
	margin:0; 
	padding:0;
	overflow:hidden;
	width:100%;
	list-style:none;
}
.gallery li{
	float:left;
	display:inline;
	width:30.8%;
	margin:0 0 10px 1%; 
	padding:10px 0;
	height:130px;
	position:relative;
}

.gallery a {}
.gallery img {
	display:block;
	border: 1px silver solid;
}

.bottom_cont {
  font-family: verdana,arial;
  font-size: 11px;
  color: white;
}


#powered {
  margin: 10px;
  top: 315px;
  left: 0px;
  width: 74px;
  height: 41px;
}
html > body #powered {
  background: url(powered.png) no-repeat;
}
*html #powered {
  background:none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/powered.png', sizingMethod='crop');
}

.calc_selectParams {
  margin: 0 10 0 10px;
}
.calc_selectParams H2 {
  margin: 5px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #3F6CA6;
}

.catalog_link {
  margin: 5px 9px;
  font-family: arial;
  font-size: 12px;
  color: white;
}
.catalog_link A {
  font-family: arial;
  font-size: 12px;
  color: white;
}







.bottom_menu {
  border-style: dotted;
  border-color: silver;
  border-width: 1px 0px 0px 0px;
  margin: 100px 5px 10px 5px;
  padding-top: 3px;
  font-family: arial,verdana;
  font-size: 10px;
  color: gray;
}
.bottom_menu A {
  font-family: arial,verdana;
  font-size: 10px;
  color: gray;
  text-decoration: none;
}
.bottom_menu A:hover {
  font-family: arial,verdana;
  font-size: 10px;
  color: gray;
  text-decoration: underline;
}