/* standard elements */
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #D5D5FF;
	clear: both;
}
/* menu */
.menu {
	float: left;
	width: 170px;
}
.menu h1 {
	background: #bfbfFF;
	border-bottom: 1px solid #A8A8ff;
	border-top: 1px solid #DDC;
	color: #544352;
	font-family: "Trebuchet MS";
	font-style: italic;
	font-size: 12pt;
	font-weight: bold;
	height: 23px;
	margin: 0;
	padding: 4px 4px 4px 12px;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	border-bottom: 1px solid #A8A8ff;
	border-top: 1px solid #DDC;
	list-style: none;
}
.menu li a {
	background: #CACAFF;
	color: #554;
	display: block;
	padding: 3px 4px 3px 15px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-style: none;
	font-size: 10pt;
	font-weight: bold;
}
.menu li a:hover {
	background: #C1C1FF;
	color: #F5F4F5;
	padding: 3px 4px 3px 12px;
}

/* content */
.content {
	background: #EAEAFF;
	padding-top: 12px;
	float: left;
	margin: 0;
	width: 590px;
	height: 100%;
	padding: 6px 0px 0px 16px;
	vertical-align: top;
}
.content h1 {
	font-family: "Lucida Sans Unicode";
	font-size: 14pt;
	font-weight: bold;
	height: 23px;
	margin: 0;
	padding: 4px 4px 12px 12px;
	color: #544530;
}
.content .desc {
	font-family: "Lucida Sans Unicode";
	font-size: 9pt;
	font-weight: normal;
	color: #544530;
	margin-bottom: 6px;
	line-height: 17px;
	text-align: justify;
	padding: 0px 16px 0px 0px;
}
.content .desc2 {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-weight: normal;
	color: green;
	margin-bottom: 6px;
	line-height: 17px;
	text-align: justify;
	padding: 0px 16px 0px 0px;
}

.content .desc3 {
	font-family: "Lucida Sans Unicode";
	font-size: 9pt;
	font-weight: normal;
	color: #544530;
	margin-bottom: 1px;
	line-height: 17px;
	/*text-align: justify;*/
	padding: 0px 16px 0px 0px;
}
/* prod */
.prod {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #544530;
	border-bottom: 1px solid #A8A8ff;
	/*border-top: 1px solid #DDC;*/
}
/* footer */
.footer {
	color: #453827;
	font-size: 10px;
	font-family: "Trebuchet MS";
	text-align: center;
	border-bottom: 1px solid #A8A8ff;
	border-top: 1px solid #DDC;
	background: #CECEFF;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}