html,body {
	color: #3a3a3a;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: verdana;
	background-color: #f9f9f9;
}
img,table {
	border:0;
}
table.head {
	width: 900px;
	height: 187px;
	background: url("i/head.gif") no-repeat;
	padding:0;
}
table.body {
	width: 900px;
	padding:0;
	background-color: #f8f8f8;
}
table.foot {
	width: 900px;
	height: 161px;
	background: url("i/foot.gif") no-repeat;
	padding:0;
}
input[type=text],input[type=password],select,textarea {
	border: 1px solid #cccccc;
	padding: 0;
}
#login {
	color: #990000;
	position: relative;
	left: 15px;
	bottom: 123px;
}
#hmenu {
	width:150px;
	position: relative;
	left: 15px;
	top: 3px;
}
#lmenu {
	color: #ffffff;
	font-weight: bold;
	position: relative;
	right: 5px;
	bottom: 17px;
	text-align: right;
  font-size: 10px;
}
#cmenu {
	position: relative;
	left: 130px;
	bottom: 6px;
}
#bmenu {
	position: relative;
	left: 5px;
	top: 72px;
}
#clickhome {
	text-align: center;
	position: absolute;
	top: 25px;
}
a.lmenu:link {
	color: #ffffff;
	text-decoration: none;
}
a.lmenu:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.lmenu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.menu:link {
	color: #3a3a3a;
	text-decoration: none;
}
a.menu:hover {
	color: #9d0c0c;
	text-decoration: underline;
}
a.menu:visited {
	color: #3a3a3a;
	text-decoration: none;
}
a:link {
	color: #9d0c0c;
	text-decoration: none;
}
a:hover {
	color: #9d0c0c;
	text-decoration: underline;
}
a:visited {
	color: #9d0c0c;
	text-decoration: none;
}
.btext {
	border-left: 1px solid #990000;
	text-align: left;
	vertical-align: top;
	padding:0;
}
.title {
	color: #ffffff;
	height:23px;
	width: 400px;
	background: url("i/titlebg.gif") no-repeat;
	padding-left: 10px;
}
.copy {
	text-align: center;
	font-size: 11px;
	color: #6a6a6a;
	padding-top: 50px;
}

/*
	Выпадающее меню
*/

table.price-table th {
  background: #990000;
  color: #FFF;
  padding: 2px 5px;
}

table.price-table td {
  background: #EEE;
  padding: 2px 5px;
}

table.price-table {
  border: 1px solid #990000;
  margin: 0 auto;
}

/*{{{ menu*/
div.menu-wrapper {
  position: relative;
  height: 26px;
  line-height: 26px;
}
div.menu-wrapper ul {
  display: none;
  background: #FFF;
  position: absolute;
  top: 26px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 250px;
  border-top: 1px solid #3A3A3A;
  border-bottom: 1px solid #3A3A3A;
}
div.menu-wrapper ul li {
  display: block;
  float: left;
  clear: left;
  width: 250px;
  padding: 0;
  margin: 0;
}
div.menu-wrapper ul a:link, div.menu-wrapper ul a:visited {
  display: block;
  padding: 2px 10px;
  color: #3A3A3A;
  border: 1px solid #3A3A3A;
  border-bottom-color: #FFF;
  border-top-color: #FFF;
  line-height: 14px;
}
div.menu-wrapper ul a:hover {
  color:  #9d0c0c;
  border-left-color: #FFF;
  border-right-color: #FFF;
  border-bottom-color: #3A3A3A;
  border-top-color: #3A3A3A;
  text-decoration: none;
}
div.menu-wrapper:hover ul {
  display: block;
}
/*}}} menu*/

