/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
body { font: 12px Georgia, serif; }
html { overflow-y: scroll; }
a { text-decoration: none; }
a:focus { outline: 0; }
p { font-size: 15px; margin: 0 0 20px 0; }
#page-wrap { width: 440px; margin: 80px auto; }
h1 { font: bold 40px Sans-Serif; margin: 0 0 20px 0; }

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */

#portfolio { padding:15px; margin: 0 0px 20px 20px; }

#portfolio .nav { overflow: hidden; margin: 0 0 20px 50px; }
#portfolio .nav li { width: 200px; height:50px; float: left; margin: 0 10px 0 0; }
#portfolio .nav li.last { margin-right: 0; }
#portfolio .nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 10px; text-align: center; border: 0; }

#portfolio ul li.nav-one a{ background:url(images/interactive2.png) no-repeat; width: 200px; height:50px; }
#portfolio ul li.nav-two a{ background:url(images/models2.png) no-repeat; width: 200px; height:50px; }
#portfolio ul li.nav-three a{ background:url(images/animation2.png) no-repeat; width: 200px; height:50px; }
#portfolio ul li.nav-four a{ background:url(images/art2.png) no-repeat; width: 200px; height:50px;}

#portfolio ul li.nav-one a:hover{ background:url(images/interactive3.png) no-repeat; width: 200px; height:50px; }
#portfolio ul li.nav-two a:hover{ background:url(images/models3.png) no-repeat; width: 200px; height:50px; }
#portfolio ul li.nav-three a:hover{ background:url(images/animation3.png) no-repeat; width: 200px; height:50px; }
#portfolio ul li.nav-four a:hover{ background:url(images/art3.png) no-repeat; width: 200px; height:50px;}

#portfolio ul { list-style: none; }
#portfolio ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#portfolio ul li a:hover { background: #fe4902; color: white; }
#portfolio ul li:last-child a { border: none; }

#portfolio ul li.nav-one a.current, #portfolio ul.games li a:hover { background:url(images/interactive1.png) no-repeat; width: 200px; height:50px;  color: white; }
#portfolio ul li.nav-two a.current, #portfolio ul.models li a:hover { background:url(images/models1.png) no-repeat;width: 200px; height:50px;  color: white; }
#portfolio ul li.nav-three a.current, #portfolio ul.animation li a:hover { background:url(images/animation1.png) no-repeat;width: 200px; height:50px;  color: white; }
#portfolio ul li.nav-four a.current, #portfolio ul.art li a:hover { background:url(images/art1.png) no-repeat; width:200; height:50; color: white; }

