@charset "utf-8";
/* CSS Document */

ul, li {
	list-style:none;
}

#pos {
	width:537px;
	height:388px;
	margin-bottom:20px;
}
#pos li {
	float:left;
	width:179px;
}
#pos li a {
	display:block;
	margin-left:1px;
	text-indent:-5000px;
	height:389px;
	cursor:pointer;
	background:transparent url(../img/possibilities-hm.jpg) no-repeat;
}
#pos li a.threeD {
	background-position:0 0;
}
#pos li a.threeD:hover {
	background-position:-537px 0;
}
#pos li a.archi {
	background-position:-179px 0;
}
#pos li a.archi:hover {
	background-position:-716px 0;
}
#pos li a.signs {
	background-position:-358px 0;
}
#pos li a.signs:hover {
	background-position:-895px 0;
}

ul#menu {
	margin:0;
	padding:0;
}
ul#menu li {
		
}
ul#menu li a {
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding:3px 7px;
	color:#999;
}

.menu {
	margin-top:20px;
	background:transparent url(../img/menu-bk.png) repeat 0 0;
	padding:15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:85%;
}
.menu a {
	text-decoration:none;

	color:;
	color: #9DAA1F;
}
.menu p {
	margin-bottom:5px;
}
.foot {
	background:url(../img/foot-bot.png) no-repeat 0 0;
	width:538px;
	height:59px;
	padding-top:30px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:70%;
	color:#9DAA1F;
	text-align:right
	
}
span.copy {
	display:block;
	text-align:right;
	padding:10px 20px 0 0 ;
}
