/* COMMON TO ALL PAGES */

/* STYLE */

body {
	font: 75%/1.5 arial, helvetica, serif;
	color: #1b1114;
	background: #d1e77d;
	padding: 0em;
	margin: 0em;
}

div.menu a:link {
	color: #1b1114;
} 
div.menu a:visited {
	color: #1b1114;
}
div.menu a:hover {
	color: #d5c2a4;
}

h6 {
	font: 150%/12pt arial, helvetica, serif;
	text-align: center;
	font-weight: bold;
	color: #1b1114;
	margin:5px 20px 15px 10px;
	padding:5px 5px;
	background-color: #f1f0c7;
	border: 1px solid #808080;
}

/* LAYOUT */

div.header{
	position: absolute;
	top: 0px;
	left: 0px;
	height:70px;
	width: 100%;
	padding:0px;
	border: 0px;
	z-index: 2;
	background-color: #d1e77d;
	color: #1b1114;
}

div.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	padding: 0px;
	border: 0px;
	z-index: 3;
	background-image: url(images/menu_image.gif);
	background-repeat: no-repeat;
}

div.menu a {
	display: block;
	font: 110%/1.5 arial, helvetica, serif;
	font-weight: bold;
	text-decoration: none;
	width: 160px;
	text-align: left;
	vertical-align: middle;
	background-image: url(images/menu_button1.gif);
	height: 22px;
	padding-left: 15px;
	margin-left: 10px;
}

div.menu a:hover {
	color: #d5c2a4;
	background: #ffffff;
	background-image: url(images/menu_button2.gif);
	text-decoration: none;
}

div.menu a img {
	border:none;
}

div.menu a:hover img {
	border:none;
}

div.subcategories {
	position: absolute;
	margin: 0px 5px 0px 5px;
	top: 250px;
	left: 0px;
	width: 190px;
	padding: 0px;
	border: 0px;
	background-color: #d1e77d;
	z-index: 3;
}

div.subcategories ul {
	margin-left: 1em;
	padding-left: 1em;
}

div.footer {
	font: 80%/1.5 arial, helvetica, serif;
	text-align: center;
	margin: 20px 0px 0px 0px;
	width: 100%;
	padding: 0px;
	z-index: 4;
	border-top: 5px solid #f1f0c7;
	border-bottom: 5px solid #f1f0c7;
	background-color: #f1f0c7;
	color: #1b1114;
}
