* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color:#F0F0E2;
	font-size: 11px;
	font-family: Arial;
	color:#333333;
}

a {
	color:#333333;
	text-decoration: none;

}

p {
color:#333333;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
	border: 0;
}

.clear {
	height: 0;
	font-size: 0;
	clear: both;
}


/* Page structure */
#outer {
	background: url('../images/side_shadow_yellow_right.jpg') repeat-y right;
	width: 1041px;
	margin: 0 auto;
}

#wrapper {
	width: 996px;
	margin: 0 auto;
	
	position: relative;
	padding-left:15px;
	background: url('../images/shadow_yellow_left.jpg') repeat-y;
	/*background: url('../images/wrapper_bg.jpg') repeat-y;*/
}

#header {
    position:relative;
	width: 100%;
	height: 178px;
	background: #d4d0c8 url('../images/head.jpg') no-repeat;
	border-bottom:1px solid #AEAEAE;
}

#logo {
float:left;
width: 23%;
height:100%;
text-align:center;

}

#lang {
float:left;
width:75%;
text-align:right;
}

#admin {
float:left;
width:810px;
text-align:right;
padding-right:10px;
background-color:#FFFFFF;
border-bottom:2px solid #AEAEAE;
}

#content {
	width: 799px;
	float: left;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:25px; /*same size with footer hight*/
	}


/* Footer */

#footer {
	
	height: 25px;
	/*background: url('../images/footer_bg.jpg') repeat-y 29px;*/
	left: 0;
	text-align: center;
	position:absolute;
	bottom: 0;
	z-index:15;

}



/* Menu */

#menus {
 padding-top:10px;
    float:left;
	width: 175px;
	min-height: 400px;;
	list-style: none;
	margin-bottom:25px; /*same size with footer hight*/
	background-color:#FFF;
	border-right:1px solid #AEAEAE;
}



#menus .menu {
	list-style: none;
	width: 175px;
}

#menus .menu {

	border-top:1px solid #AEAEAE;
    border-bottom:1px solid #AEAEAE;
}

#menus .menu li {
	position: relative;
	border-top:1px solid #AEAEAE;
	border-bottom:1px solid #AEAEAE;
}

#menus .menu a {
	font-size: 12px;
	display: block;
	text-align:left;
	padding: 4px 18px;
	color:#333333;
	font-family: Arial;
}

#menus .menu .active a, #menus .menu .hover a {
		background-color:#F6F6F6;
		color:#910403;
		text-decoration:none;
}


#menus .submenu {
	display:none;
	width:180px;
	background-color: #fff;
	position: absolute;
	border:1px solid #AEAEAE;
	top: -2px;
	left:100%;
	list-style: none;
	overflow:scroll;
	overflow-x:hidden; 
    overflow-y:auto; 
}


#menus .species {
    height:350px;

}

#menus .submenu a {
	
}

#menus .menu .submenu a {
	background: none;
	color:#333333;
}

#menus .menu .submenu .hover a {
	color:#910403;
	background-color:#F6F6F6;

}

