/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body,td,th {
	color: #444;
	margin: 0;
	font-family: "Century Gothic", "Lucida Sans Unicode", sans-serif;
	font-size: 63%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
body {
	background-color: #000000;
	background-image: url();
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}
a:active {
	text-decoration: none;
}


input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 0em;
}
p {
	font-size: 1.4em;
	padding-bottom: 0em;
}
h1 {
	font-size: 1.3em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #0099CC;
	padding-top: 6px;
}

/* misc */

.floatright
{
float: right;
width: 150px;
margin: 0 0 5px 5px;
padding: 10px;
}

.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	padding-bottom: 6px;
	width: 836px;
	background-image: url(img/bgcontainer.gif);
	background-repeat: repeat-y;
}
.header {
	background-image: url(img/index_r1_c1.png);
	background-repeat: repeat-x;
	width: 800px;
	height: 136px;
}
.flowers {
	margin: 0 auto;
	padding-bottom: 6px;
	width: 836px;
	background-image: url(img/flowers.gif);
	background-repeat: repeat-y;
	background-attachment:inherit;
	background-position: 0px, 0px;
}

/* path */
.bar {
	background: #000000;
	color: #FFF;
	font: normal 1.3em Verdana,sans-serif;
	padding: 5px 10px;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 122px;
	line-height: 122px;
	margin-bottom: 8px;
	text-align: center;
}

/* navigation */
.navigation {
	float: left;
	width: 160px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #e3e9f6;
}
.navigation li {
    border-bottom: 1px solid #e3e9f6;
    list-style: none;
	margin-left: 0px;
}
.navigation li a {
	font-size: 1.1em;
	color: #999999;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #e3e9f6;
	color: #654;	
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* content */
.content {
	float: right;
	width: 630px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	font-size: 1.2em;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
	width: 90px;
}


/* footer */
.footer {
	background: #f2b23d;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 3px;
	width: 800px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.footer p{
	font-size: 0.9em;
}

table {
	border-collapse: separate;
	border: 3px solid #e3e9f6;
	border-top: 5px double #e3e9f6;
	border-bottom: 5px double #e3e9f6;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
}
th {
	font: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	font-variant: normal;
	color: #047;
	font-weight: bold;
	text-align: left;
	font-size: 10px;
}
thead th {
	border: 1px solid #e3e9f6;
	white-space: nowrap;
	background: #e3e9f6;
}
tbody td ,tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000000;
	font-size: 10px;
}
tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
	border: 1px solid #e3e9f6;
}
tbody tr.odd td, tbody tr.odd th {
	background: #e3e9f6;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
caption {
	font-family: "Georgia", serif;
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
table a:link {
	color: #DC143C;
}
table th a:link {
	color: #047;
	text-decoration: none;
}
table a:visited{
	color: #0033CC;
	text-decoration: none;
}
table a:hover{
	color: #009933;
	text-decoration:none;
}
table a:active{
	color: #DC143C;
}

<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->


/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc ul {left:-10000px;position:absolute;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li{position:relative;}.qmmc ul {z-index:10;}.qmmc ul ul {z-index:20;}.qmmc ul ul ul {z-index:30;}.qmmc ul ul ul ul {z-index:40;}.qmmc ul ul ul ul ul {z-index:50;}li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		margin:0px;
		background-color:#000000;
		border-width:0px;
		border-style:solid;
		border-color:#000000;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:3px 20px 3px 8px;
		background-color:#000000;
		color:#fb0101;
		font-family:Arial;
		font-size:16px;
		text-decoration:none;
		border-width:0px 0px 0px 1px;
		border-style:solid;
		border-color:#000000;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#eff4fa;
		color:#fb0101;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Parent items""""""""*/	
	#qm0 .qmparent	
	{	
		background-repeat:no-repeat;
		background-position:92% 50%;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#eff4fa;
		background-image:url(images/item_bg.gif);
		color:#000000;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		background-color:#000000;
		border-width:1px;
		border-style:solid;
		border-color:#000000;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 20px 3px 5px;
		color:#fb0101;
		font-size:16px;
		border-width:0px 25px 0px 0px;
		border-style:solid;
		border-color:#000000;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		border-color:transparent;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		text-decoration:none;
		border-color:#000000;
	}
