@charaset "UTF-8";

*{
	font-size: 99.7%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;}

body{
	background-color: #fbfbfb;}

#content{
	width: 860px;
	padding: 27px 27px 100px 27px;
	background-color: #ffffff;
    border-left: 3px double #CCCCCC;
    border-right: 3px double #cccccc;
    margin: 0 auto;
	}
	

#header{
	height: 100px;
	margin: 0 auto;
    font-family: "Trebuchet MS", sans-serif;
	}
	
	#header p{
	font-size: 34%;
	line-height: 1.2em;
	color: #666666;
	margin-left: 6px;
	}

#nav{
    height: 50px; 
    position:relative;
    background-color: #fff;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
    white-space: nowrap;
	}
	
	#nav a{
		text-decoration: none;}
		
	h2 a{
		margin-left: -50px;
		text-indent: 50px;
		color: #777;
		}
	
	h2 a:hover{
		color: #fff;}
	
	
		.item{
		    position:relative;
		    width: 150px;
		}
		
		.home{
		   top:0px;
		   left:0px;
		}
		
		.staff{
		    top:0px;
		    left:200px;
		}
		
		.access{
		   top:0px;
		   left:400px;
		}
		.mail{
		   top:0px;
		   left:600px;
		}
		
		a.icon{
		    width:52px;
		    height:52px;
		    position:absolute;
		    top:0px;
		    left:0px;
		    cursor:pointer;
		}
		.staff a.icon{
		    background:transparent url(../img/user.png) no-repeat 0px 0px;
		}
		.home a.icon{
		    background:transparent url(../img/home.png) no-repeat 0px 0px;
		}
		.access a.icon{
		    background:transparent url(../img/shop.png) no-repeat 0px 0px;
		}
		.mail a.icon{
		    background:transparent url(../img/camera.png) no-repeat 0px 0px;
		}
		.employment a.icon{
		    background:transparent url(../img/fav.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:#222;
		    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:#222;
		    padding:3px;
		    float:left;
		    clear:both;
		    width:100px;
		    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;
		}

#top_img{
	margin: 40px auto 0 auto;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 30px 0;}


h3{
	margin-top: 15em;
	border-left: 11px solid #66FF00;
	text-indent: 1em;
	letter-spacing: 1.2em;
	font-weight: bold;}

h4{
	margin-top: 3em;
	margin-left: 1em;}
	
	h4:before { 
		content: "■ ";
		color: #00CCCC; }




#service p,
#staff p{
	margin-left: 2em;}

#works p{
	border: 1px solid #CCCCCC;
	padding: 3em;
	margin-top: -1px;}
	
	#works strong{
		display: block;
		text-indent: -1.5em;}


#price p{
	text-indent: 1em;}



#footer{
	width: 100%;
	height: auto;
	background-color: #CCCCCC;
	overflow: hidden;
	}
	
	#footer p{
		color: #888888;
		float: right;
		margin: 10px;
		}
		
		
#page_top{
	position: fixed;
	right: 0px;
	bottom:120px;
	z-index: 100;}