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

.content {
padding:12px 0 42px 0;
font-size:16px;
	min-height:100%;
}
#MainContents .content h3{
padding:12px 0 52px 0;
font-size:18px;

}


.arrow {
clear:both;
padding:32px 0 32px 0;
width:700px;
list-style:none;
_zoom:1;
margin-left:-35px;
}
.arrow li{
width:310px;
padding:0 0 0 35px;
float:left;
text-align:right;
}

.pmargin p{
padding-bottom:16px;
}


.navigation{
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}
.navigation .item{
    position:absolute;
}
.home{
   top:510px;
   left:0px;
}
.user{
    top:510px;
    left:170px;
}
.shop{
   top:510px;
   left:340px;
}
.camera{
   top:510px;
   left:510px;
}
.fav{
   top:510px;
   left:680px;
}
a.icon{
    width:38px;
    height:38px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.user a.icon{
    background:transparent url(../images/user.png) no-repeat 0px 0px;
}
.home a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(../images/shop.png) no-repeat 0px 0px;
}
.camera a.icon{
    background:transparent url(../images/camera.png) no-repeat 0px 0px;
}
.fav a.icon{
    background:transparent url(../images/fav.png) no-repeat 0px 0px;
}
.navigation .item a.active{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:38px;
    height:38px;
    opacity:0.1;
}
.item h2{
    position:absolute;
    width:147px;
    height:38px;
    color:#222;
    font-size:15px;
    top:0px;
    left:52px;
    text-indent:10px;
    line-height:38px;
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
}
.item h2.active{
    color:#fff;
}
.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:#222;
    padding:3px;
    float:left;
    clear:both;
    width:100px;
}
.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;
}

a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

