/* default body background -yellow with a dark stripe on top */
body {
	background:#FFFFC0 url(b_l.png) repeat-x;
	padding:0 0 0 0;
	margin:0;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}

/* globaalsed linkide värvid */
a{
	/*text-decoration:underline;*/
	text-decoration:none;
	border-bottom:#8E8B62 dotted 1px;
	color:#6A674A;
}
a:hover{
	text-decoration:none;
	color:#6A674A;
}

/* -------------------- KUJUNDUS ----------------------------- */	
/* a centered container for the page */
#container {
	padding:0;
	position:relative;
	width:672px;
	left:50%;
	margin:0 0 0 -336px;
	background:#FFFFC0 url(b.png) repeat-y center;
	z-index:100;
	}

	
#copyrght {
	margin:0;
	padding:20px 0 20px 0;
	float:bottom;
	clear:both;
	font-size:0.7em;
	font-weight:normal;
	color:#8E8B62;
	text-align:center;
}	
	
/* piece of right-side background (the blue bar continues to the right) */	
#rightbg {
	margin:0;
	padding:0;
	width:49%;
	position:absolute;
	top:0;
	right:0;
	height:132px;
	background:url(b_r.png) repeat-x;
	z-index:10;
	}

/* page header - an image. On browsers with images disabled (mobile etc), just header is displayed  */	
#pgheader {
	padding:0;
	position:relative;
	width:672px;
	height:170px;
	margin:0 auto;
	background:url(header.png) no-repeat right;
	}
#pgheader h1{
	display:none;
	}

/* ---------------------- MENÜÜD ---------------------*/	
/* the page menu area */	
#menu {	
	margin:60px 0 0 0;
	padding:20px 0 20px 40px;	
	display: inline;
	float:left;
	clear:left;
	top:200px;
	width:130px;
	font:normal 14px;
	color:#6A674A;
	background:url(menu.png) repeat-y right;
	}		

#menu1 li{
	margin:2px 0 0 0;
	padding:0;
	font-size:0.9em;
	font-weight:bold;
}	

#menu1 li ul li{
	font-size:0.9em;
	font-weight:normal;
}	

	
#menu ul{
	list-style-type:circle;
	margin:0;
	padding:0 0 0 10px;
}

#menu #menu1 {
	padding:0;
	margin:0;
	list-style-type:disc;
}

#reklaam {	
	margin:60px 0 0 0;
	padding:20px 0 20px 0;	
	display: inline;
	float:left;
	clear:left;
	top:200px;
	width:170px;
	text-align:center;
	background:url(menu.png) repeat-y right;
	}	

#reklaam a {
	border-bottom:none;
}

#reklaam a img{
	border:solid #7676C0 1pt;
}


/* ---------------------- the page content area --------------------------*/	
#content {	
	margin:40px 20px 20px 20px;
	padding:0;
	float:right;
	display: inline;
	top:200px;
	width:459px;
	font-size:0.8em;
	font-weight:normal;
	color:#6A674A;
	text-align:justify;
	}	

h1 {
	padding:0;
	margin:0;
	font:normal 30px;
	color:#8E8B62;
}	
h2 {
	padding:0;
	margin:0;
	font:normal 25px;
	color:#8E8B62;
}	
	
/*---------------------  poe riiuli kuva ---------------------- */	
.kaup {
	padding:0;
	margin: 15px 0 10px 0;
}	

.kaup h3 a{
	text-decoration:none;
	border-bottom:none;
}
.kaup h3{
	background:#EEEDB8;
	padding:2px;
	margin:0 0 2px 0;
	border-bottom: dotted 1px;
}

/* kauba preview pilt */
.kaup img {
	float:left;
	padding:0;
	margin: 0 5px 2px 0;
}

/* KOHE ja SOODUS märgid*/
.kaup .icon {
	margin:0;
	padding:0;
	float:right;
}

.kaup-hind {
	float:bottom;
	clear:left;
	border-top: dotted 1px;
	border-bottom: dotted 1px;
}
.kaup-osta{
	float:right;
	clear:right;
}
