/* COMMON STYLES */
body {	
	background: url('/img/bgr-body.jpg') repeat-y top left;
	font: 85%/1.4 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, sans-serif;
}

td, th, input, textarea {
	font-size: 100%;
}

h1 {
	position: relative;
	width: 630px;
	height: 55px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	overflow: hidden;
}

h1 span {
	background: url('/img/h1-root.jpg') no-repeat top left;
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

h1#h1-photogallery {
	height: 99px;
}

h1#h1-photogallery span {
	background-image: url('/img/h1-photogallery.jpg');
}

h1#h1-pricelists {
	height: 141px;
}

h1#h1-pricelists span {
	background-image: url('/img/h1-pricelists.jpg');
}

h1#h1-contacts {
	height: 183px;
}

h1#h1-contacts span {
	background-image: url('/img/h1-contacts.jpg');
}

h2 {
  font-style: italic;
  font-size: 120%;
}

h2.b {
  border-left: 3px solid #f3971a;
  padding: 0 0 0 0.5em;
  margin: 45px 0 15px 0; 
  height: 22px;
}

a {
	color: #d83820;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
  border: none;
}

table {
  margin: 0 0 30px 0;
}

th, td {
	padding: 3px 10px;
	text-align: left;
}

/* COMMON */
.cleaner {
  clear: both;
  height: 1px;
  font-size: 1%;
}

.rp {
  padding: 0 50px 0 0;
}


/* DEFAULT ENGINE */
#screen {
	position: relative;
	width: 800px;
	text-align: left;
	padding-top: 173px;
}

#content {
	float: right;
	padding: 0 26px 0 0;
}

#content div.box {
	width: 630px;
}

#main {
	padding: 8px 0 0 0;
}

/* LEFT */
#left {
	float: left;
	width: 144px;
	padding: 32px 0 0 0;		
}

/* HEADER */
#header {
	background: url('/img/bgr-header-line-root.jpg') no-repeat bottom left;	
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 174px;
}

#header div.box {
	background: url('/img/bgr-header.jpg') no-repeat top left;
 	width: 100%;
  height: 173px;
}

#logo {
  width: 269px; height: 116px; 
  position: absolute;
  left: 23px; top: 22px;
  display: block;
  overflow: hidden;
}

#logo span {
  background: url('/img/logo.jpg') no-repeat top left;
	width: 100%; height: 100%;
	position: absolute;
	display: block;
	left: 0; top: 0;
}

#logo a span {
  cursor: pointer;
}

#lama {
	background: url('/img/lama.jpg') no-repeat top left;
	position: absolute;
	top: 10px;
	right: 26px;
	width: 102px;
	height: 113px;
}

#slogan {
  position: absolute;
  bottom: 2px; right: 70px;
  width: 288px;
  height: 25px;
  overflow: hidden;
}

#slogan span {
  background: url('/img/slogan.gif') no-repeat top left;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

#slogan.o span {
  background-position: 0 -27px;
}

#slogan.g span {
  background-position: 0 -54px;
}

#slogan.r span {
  background-position: 0 -81px;
}

/* MENU */
#menu {
	width: 115px;
	margin: 0; padding: 0;
}

#menu li {
	list-style: none;
	height: 31px;
}

#menu li a,
#menu li strong {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#menu li a {
  cursor: pointer;
}

#menu li a span,
#menu li strong span {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat top left; 
}

#menu li strong span {
	background-position: -115px 0;
}

#menu li#photogallery {
	height: 43px;
}

#menu li#root span {
	background-image: url('/img/btn-root.jpg');
}

#menu li#photogallery {
	height: 43px;
}

#menu li#photogallery span {
	background-image: url('/img/btn-photogallery.jpg');
}

#menu li#pricelists {
	height: 41px;
}

#menu li#pricelists span {
	background-image: url('/img/btn-pricelists.jpg');
}

#menu li#contacts {
	height: 33px;
}

#menu li#contacts span {
	background-image: url('/img/btn-contacts.jpg');
}
	
/* FOOTER */
#footer {
  clear: both;
  height: 30px;
  padding:  0 25px 0 0;
}

#top {
  position: fixed;
  bottom: 10px; left: 762px;
  display: block;
  width: 12px;
  height: 7px;
  overflow: hidden;
  float: right;
  cursor: pointer;
}

#top span {
  background: url('/img/top.jpg') no-repeat top left;
  position: absolute;
  top: 0; left: 0;
  display: block;
  width: 100%; height: 100%;
}

#top.o span {
  background-position: 0 -100px;
}

#top.g span {
  background-position: 0 -200px;
}

#top.r span {
  background-position: 0 -300px;
}

#top.gal {
  float: right;
  right: 0;
}

/* GALLERY */
.gallery {
  margin: 0;
  padding: 0;
}

.gallery li {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 0 7px 0;
  width: 97px;

}

/* PRICELISTS */
table.pl {
  width: 580px;
  border-collapse: collapse;
}

table.pl.first {
  margin-top: 12px;
}

.pl tr.s th,
.pl tr.s td {
  background: #e9f2df;
}

.pl th, .pl td {
	text-align: left;
	color: #71b338;
}

.pl th {
  width: 400px;
}

.pl td {
  text-align: right;
}

.pl thead th {
  background: #71b338;
  color: #fff;
  font-size: 120%;
}

/* CONTACT */
table.cont {
  width: 400px;
  margin: 40px 0 0 0;
}

.cont a {
	color: #003366;
}

.cont th, .cont td {
  padding: 7px 10px; 
}

.cont td {
  font-weight: bold;
}

.cont th {
  width: 60px;
  color: #e53a20;
  font-weight: normal;
}
