@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	background-color: #F7F7F7;
	margin: 20px;
	background-image: url(../images/back.jpg);
}


img {
	border: none;
}
p {
	font-size: 12px;
	margin: 0em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
#main {
	width: 750px;
	height: 670px;
	text-align: left;
}
#logo {
	background-image: url(../images/sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 22px;
	width: 275px;
}
#head  div a {
	display: block;
	height: 22px;
	margin-left: 30px;
	float: left;
	background-image: url(../images/sprite.gif);
	background-repeat: no-repeat;
}
#head #people a {
	width: 51px;
	background-position: 0px -22px;
}
#head #things a {
	background-position: 0px -44px;
	width: 51px;
}
#head #commercial a {
	background-position: 0px -66px;
	width: 92px;
}
#head #people a:hover, #head #people a.active{
	width: 51px;
	background-position: -110px -22px;
}
#head #things a:hover,  #head #things a.active{
	background-position: -110px -44px;
	width: 51px;
}
#head #commercial a:hover,  #head #commercial a.active{
	background-position: -110px -66px;
	width: 92px;
}

#work {
	height: 520px;
	padding-top: 7px;
}



#work #photo img{
	border: 1px solid #333;
	margin-right: 12px;
}
.pt {
	padding-top: 0.3em;
}
.bottom {
	vertical-align: bottom;
	display: table-cell;
	height: 503px;
}
.load {
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#scroll {
	position: relative;
	width: 702px;
}

#scroll   div a {
	height: 22px;
	width: 10px;
	background-image: url(../images/sprite.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 28px;
}
#scroll  #left a {
	left: -30px;
	background-position: -132px -88px;
}
#scroll  #right a {
	right: -27px;
	background-position: -142px -88px;
}
#scroll  #left a:hover {
	left: -30px;
	background-position: -154px -88px;
}
#scroll  #right a:hover {
	right: -27px;
	background-position: -164px -88px;
}
#cont {
	width: 702px;
	overflow: hidden;
}
#prev {
	height: 85px;
	position: relative;
	right: 0px;
}
#prev  .box  {
	float: left;
	margin-right: 3px;
	padding-bottom: 3px;
}
#prev   .box   div   {
	display: none;
}
#sel       {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#foot {
	font-size: 12px;
	cursor: default;
	padding-top: 10px;
}
#foot a {
	color: #000;
	text-decoration: none;
}
#foot a:hover {
	color: #000;
	text-decoration: underline;
}
#foot div {
	float: left;
	padding-right: 15px;
}
#foot    #facebook a, #foot  #twitter a {
	background-image: url(../images/sprite.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 66px;
	display: block;
	position: relative;
	top: -4px;
}
#foot    #facebook a {
	background-position: 0px -88px;
}
#foot  #twitter a {
	background-position: -66px -88px;
}
#foot    #facebook a:hover {
	background-position: 0px -110px;
}
#foot  #twitter a:hover {
	background-position: -66px -110px;
}
