* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 16px Georgia,Tahoma, Verdana, sans-serif;
	color: #333333;
	width: 100%;
	height: 100%;
	background : #DABBB3;
  background-image:url(bg.gif);
}

a {
	color: #FFF5F3;
	outline: none;
	text-decoration: none;
}
a:hover {
  color : yellow;
	text-decoration: underline;
}

img {
border: 0px solid red;
padding: 0;
margin: 0;
}

/************************************* identificators*/
#container {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(bg2.gif);
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #96776f; 
  text-align: left;
}

#header {
  position: relative;
	height: 179px;
	width: 980px;
  margin: 0;
  padding: 0;
  background-image:url(logo.jpg);
}

#container h2{
  font-family: "Trebuchet MS",Arial;
  font-size: 16pt;
  font-weight: bold; 
  color: #F3D4CC; 
  letter-spacing: -1px;
  margin-left: 20px;
  margin-top: 10px;
  clear: both;
}

#container .light{
 color: #FFFFFF; 
 float: left;
 margin-right: 5px;
}

/************************************* classes*/

.thumbs { 
  background: #81655F;
  border: 1px solid #53433E;
	margin: 0 auto;
	width: 940px;
	padding-top: 5px;
	
	padding-bottom : 2px;
	text-align : center;
}

.thumbs img{
  padding: 0px; 
  border: 1px solid #E6C0B6; 
  margin:1px 2px 1px 2px;
}

.thumbs a:hover img{ 
padding: 0px;
border: 1px dashed yellow;
}

.topcol{
	font: 16px Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #F3D4CC;
  width: 440px;
  position: absolute;
  left: 460px;
  top: 10px;
	padding : 5px;
}
.topcol ul{
  width:220px;
  float:left;
}

.topcol li{
  list-style: none;
  margin-bottom: 2px;
}

.footercol{ 
	font: 16px Tahoma, Verdana, sans-serif;
  font-weight: bold; 
	color: #333333;
  background: #81655F;
  border: 1px solid #53433E;
  width: 800px;
  height: 93px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 5px;
	padding : 5px;
	clear: both;
}
 
.footercol ul{
  width:200px;
  float:left;
}

.footercol li{
  list-style: none;
}

.block{
text-align: center;
width: 100%;
}


#preloader{
position:absolute;
top:-1000px;
left:-1000px;
}

.topline {
	margin: 0 auto;
	background: #53433e;
	border-top: 1px solid #dabbb3;
	border-bottom: 1px solid #dabbb3;
  overflow: auto;
  clear: both;
}

.topline ul
{
 float:left;
 width: 100%;
}

.topline li
{
 float:left;
 width: 240px;
 list-style-type:none;
 display: inline;
 text-align: center;
 margin: 7px 2px 7px 2px;
}

.topline img
{
border: 1px solid #c89d92;
}

.topline a:hover img
{
border: 1px solid yellow;
}

.topline a:hover
{
text-decoration: none ;
}


.topline a {
	font: 14px Tahoma,Georgia,Arial;
  font-weight: bold;
}


.catsolo a {
  display:block;
  background: url("solocat.jpg") 0 0 no-repeat;
  height: 88px;
  width: 210px;
  float: left;
  margin: 10px 70px 20px 70px;
}

.catsolo a:hover { 
  background-position: -210px 0;
}

.catlez a {
  display:block;
  background: url("lezcat.jpg") 0 0 no-repeat;
  height: 88px;
  width: 210px;
  float: left;
  margin: 10px 50px 20px 30px;
}

.catlez a:hover { 
  background-position: -210px 0;
}

.cathard a {
  display:block;
  background: url("hardcat.jpg") 0 0 no-repeat;
  height: 88px;
  width: 210px;
  float: left;
  margin: 10px 50px 20px 50px;
}

.cathard a:hover { 
  background-position: -210px 0;
}

.titlemenu 
{
 font-family: "Trebuchet MS",Arial;
 font-size: 12pt;
 font-weight: bold; 
 color: #d4b8ac; 
 padding: 0px 0px 0px 5px;
 background: #4c3c37;
 border-top: 1px solid #3f312d;
 border-bottom: 1px solid #3f312d;
}
.titlemenu a:link, .titlemenu a:visited { color: #f7e9e4;text-decoration: none}
.titlemenu a:hover { color: #382a26; background-color: white;text-decoration: none}

.pages{font: 16px "Trebuchet MS",Tahoma,Arial; float:right;font-weight: bold;color: white}
.pages a {color:black; border: 1px solid #214915; background-color: #fee9e3; text-decoration: none;padding:0px 7px 0px 7px; margin-left: 4px;margin-right: 4px;}
.pages a:visited {color:black; border: 1px solid #214915; background-color: #fee9e3; text-decoration: none;}
.pages a:hover {color: black; background-color: yellow; text-decoration: none}

