@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: verdana, tahoma, sans-serif, georgia;
	font-size: 12px;
	color:#000000;
}
.leftshade{
	background-image: url(images/left_shade.png);
	background-repeat: repeat-y;
	background-position: left top;	
}
.rightshade{
	background-image: url(images/right_shade.png);
	background-repeat: repeat-y;
	background-position: left top;	
}
.downshade{
	background-image: url(images/down_shade.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
.menubg{
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;		
}
h1{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 16px;
	color: #0C573A;
	text-decoration:underline;
}
h2{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 14px;
	color: #0C573A;
	text-decoration:underline;
}
strong{
	color: #0C573A;
}
.foot{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 10px;
	text-decoration: none; 
	text-align:center;
	color: #0C573A;
	padding-bottom:15px;
	background-image:url(images/content_02.png);
	background-repeat:repeat-y;
	background-position:left top;
}
.foot a,link,active,visited{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 10px;
	text-decoration: none; 
	text-align:center;
	color: #0C573A;
}
.foot a:hover{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 10px;
	text-decoration: underline; 
	color: #0C573A;
}

.catalogue{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 12px;
	text-decoration: none; 
	text-align:center;
	color: #0C573A;
	padding-bottom:5px;
}
.catalogue a,link,active,visited{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 12px;
	text-decoration: none; 
	text-align:center;
	color: #0C573A;
}
.catalogue a:hover{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 12px;
	text-decoration: underline; 
	color: #0C573A;
}
/* Menu*/
.menu{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 13px;
	text-decoration: none; 
	color: #FFFFFF;
	padding-left:19px;
}
.menu a,link,active,visited{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 13px;
	text-decoration: none; 
	color: #FFFFFF;
}
.menu a:hover{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 13px;
	text-decoration: underline; 
	color: #99cc33;
}
.current{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 13px;
	color: #000000;
	background-color: #99cc33;
	width:auto;
	padding-left:2px;
	padding-right:2px;
}
/*-- EXPANDER --*/

a{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 12px;
	text-decoration: none; 
	text-align:center;
	color: #0C573A;
	padding-bottom:5px;
	outline:none;
}
a,link,active,visited{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 12px;
	text-decoration: none; 
	text-align:center;
	color: #0C573A;
}
a:hover{
	font-family: verdana, tahoma, sans-serif, georgia;;
	font-size: 12px;
	text-decoration: underline; 
	color: #0C573A;
}
title{background:#0F0;}

hr{
	color:#666666;
	height:1px;
}

