/* --- galvenie elementi --- */
html, body, h1, h2, h3, h4, p, img, table, tr, td, form, ul, li
 {
  margin: 0;
  padding: 0;
  border: 0
 }

body
 {
  background: url(imgs/bg_body.jpg) repeat-x #f66c23;
  color: #333;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 12px
 }

a
 {
  color: #ff5a00
 }

a:hover
 {
  text-decoration: none
 }

div.cleaner
 {
  clear: both
 }

div#container
 {
  background: url(imgs/bg_header.jpg) no-repeat center top;
  padding: 0 20px;
  margin: 0 auto;
  width: 969px;
  height: 491px;
 }

div#header img.logo
 {
  padding-top: 33px;
  padding-left: 24px
 }

div#header h1.logo a
 {
  color: #FFF;
  text-decoration: none
 }