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

/*base*/
            *{
                margin:0;
                padding:0;
            }
            body{
	font-family: Arial;
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
            }
            a.back{
	position: fixed;
	width: 150px;
	height: 27px;
	outline: none;
	bottom: 0px;
	left: 0px;
	background-color: transparent;
	background-image: url(../back.png);
	background-repeat: no-repeat;
	background-position: left top;
            }
            #content{
                margin:0 auto;
            }


.navigation{
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}
.navigation .item{
    position:absolute;
}
.company{
	top: 420px;
	left: 130px;
}
.home{
	top: 250px;
	left: 350px;
}
.gallery{
	top: 100px;
	left: 650px;
}
.mail{
	top: 350px;
	left: 720px;
}
.link{
	top: 550px;
	left: 520px;
}
a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.company a.icon{
	background-color: transparent;
	background-image: url(../images/company.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.home a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.gallery a.icon{
	background-color: transparent;
	background-image: url(../images/gallery.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.mail a.icon{
	background-color: transparent;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.link a.icon{
	background-color: transparent;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.navigation .item a.active{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:0.1;
}
.item h2{
	position: absolute;
	width: 147px;
	height: 52px;
	color: #371c00;
	font-size: 18px;
	top: 0px;
	left: 52px;
	text-indent: 10px;
	line-height: 52px;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
}
.item h2.active{
    color:#fff;
    text-shadow:1px 0px 1px #555;
}
.item ul{
    list-style:none;
    position:absolute;
    top:60px;
    left:25px;
    display:none;
}
.item ul li a{
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #371C00;
	padding: 3px;
	float: left;
	clear: both;
	width: 100px;
	text-shadow: 1px 1px 1px #fff;
}
.item ul li a:hover{
	background-color: #fff;
	color: #371C00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	box-shadow: 1px 1px 4px #666;
}
