#cot {
   /* background-color: #000000;*/
    
    position: fixed;
    width: 100%;
    z-index: 99;
	font-family: "PT Sans";
	opacity:1.0 !important;
	bottom:0px;
}
.footer_container { width:100%; float:left; background-color:#000; margin-top:37px; opacity:0.9 !important; padding-bottom:80px; }
.footer_mid {
   width:1170px;
   margin:20px auto ;
}


.footernav {
    border-right: 1px solid #1F1F1F;
    float: left;
    margin: 0 0 0 15px;
    padding: 10px 0;
    width: 218px;
	height:230px;
}



.footernav h2 {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 3px 0;
}


.footernav ul.nav_footer {
    float: left;
    margin: 0;
    padding: 0;
}

.footernav ul.nav_footer li {
    /* background: url("../images/arrow.png") no-repeat scroll left 5px transparent; */
    list-style: none outside none;
    margin: 0;
    padding: 0 0 1px 0px;
	color:#666;
	list-style:none;
	line-height:17px;
}

.footernav ul.nav_footer li a:link,  .footernav ul.nav_footer li a:visited {
    color: #666666 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.footernav ul.nav_footer li a:hover { color:#FFF !important;}
#btn {
   background: url("../images/button.png") no-repeat center top;
  /* background:no-repeat;
   background-position:center top;*/
    height: 30px;
    margin-top:-36px;
    width: 60px;
	left: 50%;
	position:absolute;
}


#page {
			margin: 0px auto;
			width: 800px;
		}
		
		#menu {
			position: relative;
			height: auto;
			margin-left: 5px;
		}
		
		
		.gallery{
			margin: 30px auto;
			width: 80%;	
			padding-top: 10px;
		}
		.menuitem{
	   		background: #afec77;
		}

		.menutarget{
			background-color:#afec77;
			display: none;
			border-bottom: 5px solid white;
			border-left: 5px solid white;
			border-right: 5px solid white;
			
		}


		img{
			border:0px;
		}