*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial;
	background-position: left top;
}
#bg {
    z-index: -10;
    position:fixed;
}
.logo{
	width:100px;
	height:100px;
	position:fixed;
	bottom:35px;
	left:8px;
	background:transparent url(../images/img_logo_01.png) no-repeat top left;
}
.title{
	width:325px;
	height:735px;
	position:absolute;
	top:15%;
	right:3%;
	background:transparent url(../images/img_title_01.png) no-repeat top left;
}
.title2{
	width:215px;
	height:60px;
	position:fixed;
	top:5px;
	left:5px;
	background:transparent url(../images/img_title_02.png) no-repeat top left;
}
.copy{
	width:100%;
	height:20px;
	position:fixed;
	font-size:8pt;
	color:#fff;
	text-align:right;
	bottom:0;
	right:0;
	background:#A13633;
	padding:5px;
	opacity: 0.8;
}
.line{
	width:2%;
	height:100%;
	position:fixed;
	bottom:0;
	right:0;
	background:#A13633;
}
#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;
}
.about{
    top:25%;
    left:550px;
}
.shop{
   top:50%;
   left:600px;
}
.link{
   top:75%;
   left:550px;
}
a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.about a.icon{
    background:transparent url(../images/about.png) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(../images/shop.png) no-repeat 0px 0px;
}
.link a.icon{
    background:transparent url(../images/link.png) no-repeat 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:#333;
    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;
}
li.shop{
	font-size: 12px;
	width: 130px;
	margin-top: 10px;
	color: #FFF;
	padding-top: 10px;

}
.item ul li a{
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#222;
    padding:3px;
    float:left;
    clear:both;
    width:115px;
    /* text-shadow:1px 1px 1px #fff; */
}
.item ul li a:hover{
    background-color:#fff;
    color:#444;
    -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;
}
