/* --- Silver Platter styles --- */
body, html
{
	font: 10px Verdana;
	background: #808284 url(../images/blank.gif) fixed;
}
body {
	margin:0;
	padding:19px 10px 0 10px;
	background: url(../images/bkd.jpg);
}

#fixmenu {
	display:block;
	top:0px;
	left:50%;
	width: 948px;
	margin-left: -478px;
	height: 12px;
	position:fixed;
	padding:3px 5px 3px 3px; 
	background:#808284;
		color: #578617;
	text-transform: uppercase;
	text-align: right;
}

* html #fixmenu {
position:fixed;
_position:absolute;
_top:expression(eval(document.documentElement.scrollTop));
margin:0;
margin-left: -478px;
} 

#fixmenu a {
	color: White;
	font-weight: normal;
	font-size: 10px;
}

#fixmenu a:hover {
	color: #39F235;
}

.clear {clear: both;}

.left{text-align: left;}

.right{text-align: right;}

.center{text-align: center;}

.justify{text-align: justify;}

a.under:hover{	text-decoration: underline;}


a
{
    color: #578617;
    font-weight: bold;
}

a:hover 
{
	color: #691A5D;
}
img
{
    border: none;
}
ul, h1, h2, h3, h4, h5, h6, p, form
{
    margin: 0;
    padding: 0;
	 list-style: none;
}
/* --- colors, used at page menu --- */
.edb34c {background: #edb34c;}
.edb34c li {background: #edc47c;}
.cfe293 {background: #cfe293;}
.cfe293 li {background: #d7e0ba;}
.af9380 {background: #9f9380;}
.af9380 li {background: #aba69e;}
.a78617 {background: #578617;}
.a78617 li {background: #769947;}
.cdc2b2 {background: #cdc2b2;}
.cdc2b2 li {background: #d4cdc3;}
.a4669a {background: #a4669a;}
.a4669a li {background: #b082a9;}
/* --- main style --- */
#main_outer 
{
	position: relative;
/*	 padding-top: 41px; */
    margin: auto;
    width: 954px;
	background: #fff;
	
}
/*#page {margin:auto; display:block; width:500px; border:1px solid #000; background:#fff; padding:10px;}*/
/* --- header main menu navigation --- */
.header 
{
/*	position: absolute; */
	width: 954px;
	height: 41px;
/*	margin-top: -41px; 
	top: 0;
	left: 0;*/
}
.header a
{
    color: #34312c;
    font-weight: normal;
}
.header a:hover
{
    color: #fff;
}
.header ul 
{
   position: relative;
   height: 41px;
	list-style: none;
}
.header ul li
{
	position: relative;
	float: left;
	width: 159px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
}
.header li ul
{
	position: absolute;
	top: 41px;
	left: 0;
	display: none;
}
.header li ul li
{
	height: 25px;
	line-height: 25px;
/*	margin-top: 2px;*/
 border-top: solid 2px white;
}
.header li:hover ul
{
    display: block;
    height: auto;
}
.header ul li a
{
	display: block;
	font-size: 12px;
	text-decoration: none;
}

.header ul li ul a
{
	font-size: 10px;
}	
/* --- Holly Hack. IE Requirement \ --- */
* html .header ul li, * html .header ul li a
{
    height: 1%;
}
/* --- End --- */
.header li:hover ul, .header li.over ul { display: block;} /* The magic */
/* --- content --- */
/* --- footer --- */