* { padding: 0; margin: 0; }

html, body { height: 100%; }

img { border-width: 0; }

body {
  font-family: Tahoma, Arial, serif;
  text-align: center;
  font-size: 12px;
  color: #000; 
  background: #fff;
}

table {
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

h1, h2, h3, h4 {
  font-weight: normal;
  color: #333333;
}

h1 { font-size: 180%; margin: 0 0 0.6em 0; }

h2 { font-size: 150%; margin: 0 0 0.4em 0; }

h3 { font-size: 120%; margin: 0 0 0.2em 0; }

p { margin: 0 0 0.6em 0; }

a, a:visited { color: #ff3333; }

a:hover { text-decoration: none; }

li { margin: 0 0 0 1.2em; }

#page_wrapper {
  position: relative;
  min-height: 100%;
  text-align: left;
  margin-bottom: -170px;
  background: url('../img/midr.jpg') top left repeat-y;
}

* html #page_wrapper {
  height: 100%;
}

#page_logo {
  position: absolute;
  top: 10px;
  left: 126px;
}

#page_logo2 {
  position: absolute;
  top: 0px;
  right: 5%;
}

#page_top {
  height: 111px;
  background: #000 url('../img/topl.jpg') bottom left no-repeat;
}

#page_top .b {
  width: 100%;
  height: 100%;
  background: url('../img/eldar.jpg') 500px center no-repeat;
}

#page_layout {
  min-height: 500px;
  padding: 0 0 0 282px;
  position: relative;
  background: url('../img/midl.jpg') top left no-repeat;  
}

* html #page_layout {
  height: 500px;
}

#page_slogan {
  position: absolute;
  left: 250px;
  top: 50px;  
}

table.page_col {
  position: relative;
  top: 171px;
  margin-bottom: 171px;
  border-top: 1px solid #d58157;
}

td.page_col_center {
  padding: 0 0 0 0px;
}

#page_menu {
  background: url('../img/menu.png') top left no-repeat;
  height: 66px;
  position: absolute;
  z-index: 5;
  top: 120px;  
  left: 620px;
}

ul.hmenu {
  list-style: none;
}

ul.hmenu li {
  margin: 0;
  padding: 0;
  display: inline;
}

ul.hmenu li a, ul.hmenu li a:visited {
  font-size: 18px;
  color: #000;
  display: block;
  padding: 4px 10px;
}

ul.hmenu li a:hover {
  text-decoration: none;  
  background: #e7e7e7;
}

#page_content {
  position: relative;
  padding: 0.8em 0 0 1.4em;
}

#page_right {
  padding: 20px 0 20px 0;
  background: #e4e4e4;
  text-align: center;  
}

h2.red {
  color: #ff6666;  
}

#page_empty {
  height: 180px;
  clear: both;
  background: url('../img/midr.jpg') top left repeat-y;
}

#page_footer {
  height: 170px;
  text-align: left;
  position: relative;
  background: url('../img/bottr.jpg') bottom left repeat-x;  
}

#page_footer .text {
  width: 100%;
  height: 100%;
  background: url('../img/bottl.jpg') top left no-repeat;  
}

#page_footer .text p {
  position: relative;
  top: 130px;
  text-align: right;
  padding: 0 25px 0 0;
  color: #fff;
  font-size: 10px;  
}

.contacts {
  background: url('../img/rightpanel.jpg') top left no-repeat;
  position: absolute;
  height: 64px;
  width: 195px;
  text-align: right;
  top: 122px;
  right: 0;
  z-index: 4;
}

.contacts .phone {
  padding: 10px 20px 0 0;
  font-size: 24px;
  color: #333;
  font-style: normal;
}

.contacts .phone .code {
  font-size: 12px;  
}

.onlineorder {
  background: url('../img/rightpanel.jpg') top left no-repeat;
  position: absolute;
  height: 64px;
  width: 195px;
  text-align: right;
  top: 200px;
  right: 0;
  z-index: 4;
}

.onlineorder .text {
  margin: 18px 46px 0 0;
  display: block;
  font-size: 14px;
  color: #ff3333;
  font-style: italic;
}

table.images img {
  margin: 5px;
  padding: 5px;
  border: 1px solid #ccc;
}

.form_order input, textarea {
  width: 400px;  
}

.form_order textarea {
  height: 160px;
}

.form_order .submit {
  width: 240px;
}
  
.req {
  color: red;
}  
  

