/* CSS Stylesheet for the Portfolio Page */

#portfolio-top, #portfolio-list, #portfolio-base {
	width: 325px;
	margin: 0 auto;
}

#portfolio-top {
	background: url(../images/bg-portfolio-top.png) no-repeat;
	height: 29px;
}

#portfolio-list {
	background: url(../images/bg-portfolio-list.png) repeat-y;
	min-height: 200px;
}

#portfolio-list ul {
	list-style: none;
	margin-top: -35px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#portfolio-list ul li {
	height: 25px;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
}

#portfolio-list ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
}

#portfolio-list ul li a:hover {
	color: #3399CC;
	text-decoration: underline;
}

#portfolio-list ul li a.active {
	color: #EEEAD8;
	font-weight: bold;
}

#portfolio-base {
	background: url(../images/bg-portfolio-base.png) no-repeat;
	height: 30px;
}

.thumbnails {
	margin: 20px auto 35px auto;
}

.thumbnails a {
	display: inline-block;
	background: url(../images/bg-thumbnail-img.png) no-repeat;
	width: 190px;
	height: 140px;
}

.thumbnails a img {
	border: 1px solid #666666;
	margin: 19px 0 0 19px;
}

.thumbnails a:hover img {
	border: 1px solid #3399CC;
}

ul.features {
	list-style: none;
	font-size: 0.8em;
	margin-bottom: 40px;
}

ul.features li {
	background: url(../images/features-bullet.png) no-repeat left;
	line-height: 20px;
	padding-left: 30px;
}

ul.tech {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #444444;
	margin-bottom: 40px;
}

ul.tech li {
	display: inline;
	font-weight: bold;
	background: url(../images/bg-tech.png) repeat-x bottom left #EEEAD8;
	padding: 4px 6px;
	height: 20px;
}

p.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	font-weight: bold;
}

p.visitsite a {
	display: block;
	background: url(../images/bg-visitsite.png) no-repeat left;
	height: 20px;
	width: 89px;
	text-indent: -9999px;
}

#content_2, #content_3, #content_4, #content_5, #content_6, #content_7, #content_8, #content_9, 
#content_10, #content_11, #content_12, #content_13, #content_14, #content_15, #content_16 , #content_17, 
#content_18, #content_19{
 display:none;
}






