* {
	padding:0px;
	margin:0px;
}
body {
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#9C0000;
	text-align: center;
	behavior: url("../scripts/csshover.htc");
}
a {
	color: #564b47;
}
#topstrip {
	background-color: #ffd448;
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0px; /* IE6 */
}
#topstrip div {
	position: absolute;
	left: 0px; /* IE6 */
	bottom: 0px;
	height: 20%;
	width: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* ----------container to center the layout---------- */
#container {
	width: 753px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D4DDB0;
	text-align: left;
	border: 1px solid #636751;
	border-top-width: 0px;
	position: relative;
}
/* ----------banner for logo-------------- */
#header {
	height: 150px;
	width: 100%;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#header #text {
	font-size: 42px;
	font-weight: bold;
	color: #f3f5e9;
	letter-spacing: 10px; /* IE6 does not support 0.5em here */
	font-style: italic;
	position: absolute;
	top: 40px;
	left: 150px;
}
div.header_opac {
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	bottom: 0px;
	height: 20%;
}
#header_opac1 {
	width: 23.9%;
	background-color: #FFFFFF;
	left: 0px;
}
#header_opac2 {
	width: 25.4%;
	background-color: #FFFF00;
	left: 23.9%;
}
#header_opac3 {
	width: 25.4%;
	background-color: #66CC00;
	right: 25.4%;
}
#header_opac4 {
	width: 25.4%;
	background-color: #FF6633;
	right: 0px;
}
/* --------------left navi------------- */
#left {
	float: left;
	width: 180px;
}
/* -----------------content--------------------- */
#content {
	background-color: #F3F5E9;
	background-image: url(../images/lice.gif);

/* ------ add logo at background ----- */
/*	background-repeat: repeat-y; ---- disabled */
	background-position: center;/* ---- added */
	background-repeat: no-repeat;/* ---- added */
/* ------ */

	min-height:600px;
	height:auto !important;
	height:600px;
	color: #9C0000;
	padding: 0.5em;
	overflow: auto; /* FF sucks without */
	_overflow: visible; /* IE6 needs this */
	font-size: 12px;
}
#content p, table {
	padding: 0.5em;
}
#content .title1 {
	font-size: 17px;
	font-weight: bold;
}
#content  .incontent ul  {
	font-size: 12px;
	padding-left: 2em;
	list-style-position: inside;
	list-style-type: square;
}
#content  .incontent ol  {
	font-size: 12px;
	padding-left: 2em;
	list-style-position: outside;
}
#content    .incontent    ul   li, #content    .incontent   ol   li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content  .header1 {
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}
#content .header2 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content #pageName {
	font-size: 18px;
	font-weight: bold;
	color: #636751;
}
#content #lib_declare {
	background-color: #ffe9a3;
	text-align: center;
	border: 1px solid #ffd448;
	margin: 5px auto 10px;
	font-size: 11px;
}
img.itemimg {
	border: 3px solid #FFD448;
	margin: 10px;
}
.newProducts {
	margin-top: 20px;
	margin-bottom: 20px;
}
.newProducts li {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	margin-left: 1em;
	font-size: 12px;
	margin-bottom: 10px;
}
.newProducts li a, .name {
	font-weight: bold;
}
#compact .name {
	border-top: 1px solid #FFD448;
	text-align: center;
	vertical-align: middle;
	padding: 12px 20px;
	margin-right: 8px;
}
/*  ----------------footer---------------------- */ 
#footer {
	clear:both;
	width: 100%;
	text-align: center;
	padding:5px 0px;
	background-image: url(../images/footerbg.jpg);
	font-weight: bold;
	color: #000000;
}
/*  ----------------menu---------------------- */ 
#menu {
	background-color: #D4DDB0;
	text-align: right;
}
#menu li {
	list-style: none;
	background-color: #636751;
	margin: 3px 5px;
	padding: 2px;
	font-size: 12px;
	font-variant: small-caps;
	position: relative;
}
#menu li.section {
	background-color: #D4DDB0;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	color: #cd2626;
}
#menu li a {
	text-decoration: none;
	width: 100%; /* ie */
	display: block;
	color: white;
	background-color: #8C9174;
}
#menu li a span, p#pageName span {
	visibility: hidden;
}
#menu li.list a span {
	visibility: visible;
	color: White;
}
#menu li ul {
	display: none;
	position: absolute;
	left:168px;
	top:-10px;
	width:150px;
	z-index:10;
	border:1px solid gray;
	background-color: #D4DDB0;
	padding: 1px;
	list-style: none;
	margin-top: 4px;
}
#menu li:hover ul {
	display: block;
}
#menu li ul li, #menu li:hover ul li a {
	background-color: #D4DDB0;
	text-align: center;
	color:#564b47;
	margin: 0px;
	font-size: 11px;
}
#menu li ul li, #localmenu li a {
	border-top: 1px solid gray;
	border-width: 1px 0px;
}
#menu li:hover a, #menu li:hover ul li:hover a {
	cursor: pointer;
	background-color: #797491;
	color: #FFFFFF;
}
/*  ----------------localmenu---------------------- */ 
#localmenu {
	float: right;
	border: 1px solid #333333;
	width: 150px;
	margin-left: 15px;
	background-color: #8C9174;
	text-align: center;
	margin-bottom: 10px;
}
#localmenu ul {
	padding-top: 15px;
	background-color: #D4DDB0;
	font-size: 11px;
}
#localmenu li  {
	list-style: none;
	height:3ex;
}
#localmenu li a   {
	text-decoration: none;
	width: 100%; /* ie */
	display: block;
	height:3ex;
}
#localmenu ul li:hover a {
	background-color: #797491;
	color: #FFFFFF;
}
#menutitle {
	padding: 5px 0px;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
}
/*  ----------------gallery.html---------------------- */ 
div#galery div {
	text-align: center;
	float: left;
}
div#galery p {
	font-size: 11px;
}
div#galery div.portrait {
	width:186px;
	height:280px;
}
div#galery div.landscape {
	width:279px;
	height:245px;
}
