* {
  margin: 0px;
  padding: 0px;
}

html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: #fff;
  font: 12px/1.5em Verdana, Tahoma, arial, sans-serif;
  color: #5a4a42;
  background: #fff url(img/back_tile.jpg) bottom repeat-x;
}

a {
  color: #5a4a42;
}

a:hover {
  color: #81695e;
}

ul, ol {
  padding-left: 20px;
}

h1, h2, h3 {
  font-family: Tahoma, Sans-serif;
  color: #f79725;
  margin-bottom: 20px;
}

h3 {
  margin-bottom: 5px;
}

h1 {
  font-size: 16px;
  font-weight: normal;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

img {
  border: none;
}

#wraper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-width: 1100px;
  width: auto !important;
  width: 1100px;
  background: url(img/bottom_arnament.gif) bottom right no-repeat;
}

* html #wraper {
  width: expression(document.documentElement.clientWidth < 1100 ? "1100px" : document.documentElement.clientWidth + "px");
}

#sidebar {
  width: 250px;
  padding-left: 30px;
  padding-top: 90px;
  padding-right: 20px;
  float: right;
  padding-bottom: 250px;
}



#sidebar p {
  font-weight: bold;
  color: #6f615a;
  margin-bottom: 10px;
}

#content {
  margin-right: 280px;
  min-height: 100%;
}

#menu {
  background: url(img/top_arnament.jpg) 60px 0px no-repeat;
  width: 200px;
  float: left;
  padding-top: 270px;
  padding-left: 50px;
  padding-bottom: 90px;
}

#menu ul {
  padding: 0px;
  list-style: none;
}

#menu li {
  margin-bottom: 20px;
}

#menu a {
  text-decoration: none;
  margin-left: 50px;
  margin-top: -30px;
  display: block;
  color: #764c29;
  font-weight: bold;
}

#menu a:hover{
  color: #f79622;
}

#menu img {
}

#menu #products {
  margin-top: -40px;
}

#menu #products a {
  margin-left: 50px;
  margin-top: 0px;
}

#text {
  margin-left: 270px;
  padding-bottom: 90px;
  padding-top: 80px;
  padding-right: 30px;
  text-align: justify;
}

#text p {
  text-indent: 20px;
}

#text img {
  margin-right: 10px;
}

#quote {
  color: #f79622;
  font-weight: bold;
  padding: 30px;
  text-align: center;
}

#author {
  color: #c8bca4;
  font-weight: normal;
  text-align: right;
}

#recentnews {
  height: 120px;
}

#recentnews p {
  width: 30%;
  float: left;
  padding-right: 10px;
  font-size: 11px;
  text-align: left;
  text-indent: 0px;
}

#recentnews a {
  text-decoration: none;
}

.date {
  color: #f79622;
  font-weight: bold;
}

#footer {
  height: 100px;
}

#footer a {
  color: #ccc;
}

.clear {
  clear: both;
}

* html {
  height: 100%;
}

* html body {
  height: 100%;
}

* html #wraper {
  height: 100%;
}

* html #content {
  height: 100%;
}

.error {
  color: #c00;
}

.success {
  color: #0c0;
}

#section {
  text-transform: uppercase;
}

form {
  padding: 10px;
  border: 1px solid #f2f2f2;
  background-color: #faf7e6;
}

label {
  display:block;
  font-weight:bold;
  margin:5px 0;
}

input {
  padding:2px;
  border:1px solid #eee;
  font: normal 1em Verdana, sans-serif;
  color:#777;
}

textarea {
  width:400px;
  padding:2px;
  font: normal 1em Verdana, sans-serif;
  border:1px solid #eee;
  height:100px;
  display:block;
  color:#777;
}

.table td {
  padding: 3px;
}

.table th {
  padding: 3px;
  text-align: center;
}

.created {
  position: relative;
  left: -50px;
  font-size: 9px;
  line-height: 1;
}

h5 a {
  font-size: 10px;
}

#text table {
  border-collapse: collapse;
}

#path {
  padding-bottom: 10px;
}

#sidebar h3.sidebar_header {
  font-size: 16px;
}

#links {
  text-align: left;
}

#links div {
  margin-bottom: 5px;
}

#links div a {
  display: inline;
  font-weight: normal;  
  padding: 0;
  margin: 0;
}
