@charset "utf-8";
/* CSS Document */

#panel {
	height:650px;
        background:#333333 url('../images/site_images/background-panel.png') repeat-x;
	background-color:#333333;
        border-right:3px solid #948F59;
        border-left:3px solid #948F59;
        border-bottom:5px solid #948F59;
	color:#fff;
	display:none;
        margin:0;
        padding:0;
}

#contact-toggle{
        position: absolute;
        margin-left:730px;
        border:2px solid #A09A5E;
        margin-top:8px;
        background:#333;
        padding:5px;
        font-weight:bold;
        text-decoration:none;
        color:#fff;
}

#contact-toggle:hover{
        background:#882e1f;
}



/*.contact:hover {
	background:#322626 url(../images/site_images/contact-sprite.gif) 0px 0px no-repeat;
}
.contact-active {
	background:#322626 url(../images/site_images/contact-sprite.gif) 0px -120px no-repeat;
}
.contact-active:hover {
	background:#322626 url(../images/site_images/contact-sprite.gif) 0px -80px no-repeat;
}*/
