@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	vertical-align:baseline;
	outline:none;
	}
	
body, html{
	min-height: 100%;
	height: 100%;

}
body{
	background-color:#b6b8aa;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;/* Hack for IE5/Win */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


#wrap {
	width:1000px;
	margin:0 auto;
	background-color: #FFF;
	height: 100%;
}

a:link {
	color: #615e4f;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:active {
	color: #615e4f;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{color:#615e4f;}

#page {
	min-height:100%;
	height:100%;
	width: 100%;
	text-align:center;/* Hack for IE5/Win */
	margin: 0px auto;
}
#sheet {
	width: 1000px;
	min-height:100%;
	height:100%;
	border: 2px solid #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	text-align: left;
}
#header {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 1000px;
	position: relative;
	float: none;
	clear: both;
}
#menuholder {
	background-image: url(../images/mback.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 930px;
	padding-left: 35px;
	padding-right: 35px;
	display: block;
	position: relative;
	line-height: 40px;
	z-index: 500;
	left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.menublock,.menublock a:link,.menublock a:visited{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.menublock {
	background-image: url(../images/moff.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 130px;
	line-height: 15px;
	text-align: center;
	float: left;
	padding-top: 12px;
}
.menu-first {
	padding-top: 0px;
	height: 30px;
}

/*
#menublock:hover{
	background-image: url(../images/mon.jpg);
	background-repeat: no-repeat;
}
*/
.menublockover{
	background-image: url(../images/mon.jpg);
	background-repeat: no-repeat;
	color: #FFC;
	text-decoration: underline;
}
.l-menu {
	width: 250px;
	border: 1px solid #B6B8AA;
	margin: 2px;
	padding: 10px;
	background-color: #eeeeeb;
	float: left;
}
#text {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

.content {
	padding: 10px;
	width: 700px;
	float: left;
	text-align: left;
	height: 100%;
}

.l-menu-head {
	line-height: 40px;
	height: 40px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/lmhead.jpg);
	background-repeat: no-repeat;
	width: 250px;
	text-align: left;
	text-indent: 50px;
}


/*
DROPDOWN
*/    
    
.dropdown-menu {
	cursor:pointer;
	z-index:1000;
	height: 40px;
	position: relative;
}
.dropdown-menu-foot {
	cursor:pointer;
	z-index:1000;
	height: 40px;
	position: relative;
}

.dropdown-menu a:link, .dropdown-menu a:visited {
	color:#030102 !important;
	text-decoration:none !important;
}

.dropdown-menu a:hover {
	color:#900 !important;
	text-decoration:underline !important;
}

.dropdown-menu .slide-down {
    background:url(red-dd-d.gif) no-repeat;
}



.down-list {
	background-color: #eeeeeb;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #373425;
	border-right-color: #373425;
	border-left-color: #373425;
	padding: 0px;
	z-index: 1000;
	position: absolute;
	top:2em;
	left:-1px;
	margin: 0px;
}
.down-list li {
	list-style-type: none;
	color: #010000;
	padding-left: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #010000;
	text-align: left;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 2em;
	margin: 0px;
	background-image: url(../images/mark1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.down-list li a {
	color: #0F0D01;
}
.l-menu-link,.l-menu-link-last {
	display: block;
	padding-left: 50px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/mark1.jpg);
	background-repeat: no-repeat;
	background-position: 35px 50%;
	padding-right: 5px;
	margin: 0px;
	line-height: 20px;
}
.l-menu-link {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6b8aa;
}
.footer {
	clear: both;
	height: 160px;
	background-color: #615e4f;
}
.footer-line {
	background-color: #b6b8aa;
	width: 1000px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #615e4f;
	border-bottom-color: #615e4f;
	height: 4px;
}
.footer-left {
	width: 269px;
	height: 110px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/hmini.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.footer-right {
	float: right;
	width: 710px;
	height: 110px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
.footer-right a:link,.footer-right a:visited,.footer-right a:hover {
	font-weight: normal;
	color: #FFF;
}
.menublock-foot {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

