/*******************
 **Main Stylesheet**
 ******************/
@import url('960.css');

/* Global */
body{
	font-family: arial, sans-serif;
	color: #444;
}
.container_12{
}

/* Head */
h1.title{
	margin-bottom: 50px;
}

/* Foot */
.foot{
	margin-top: 75px;
}
.foot img{
	margin: 20px;
}

/* pages */
.home .mainImages{
	margin-top:100px;
}
.home .mainImages img{
	width:200px;
	display:block;
}

/* Images */
.imgselect{
	position: absolute;
	bottom: 10px;
	left:10px;
}
.imgselecttxt{
	position: absolute;
	bottom: 0px;
	left:40px;
	font-size: 0.6em;
}
.img img{
	display: block;
	width: auto;
	height: auto;
	max-width: 280px;
	max-height: 250px;
	margin-left: auto;
	margin-right: auto;
}
/*image page img container*/
.img{
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 295px;
	height: 295px;
	border: 1px solid #eee;
	padding: 5px;
	margin: 10px 5px;
}

* html .img { display:inline; }  /* for IE 6 */
* + html .img { display:inline; }  /* for IE 7 */

.img .title{
	background-color: #fff;
	font-size: 1em;
	position:relative;
	top: -18px;
	padding: 0 10px;
	max-height:15px;
}
/*Image page .img container*/
.images{
	margin-top: 50px;
}

/* Generic */
.inline{
	display:inline;
}
.center *{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
ul{
	list-style-type:none;
