/*
    Coded By Steven Bower
    TurnWheel Designs (cc) 2009
*/

@import "jquery.lightbox-0.5.css";

#portfolio_nav {
    position: relative;
    clear: both;
    list-style-type: none;
    padding: 1em;
}
#portfolio_nav a:hover {
    background: transparent;
    color: #323232;
}
#portfolio_nav li {
    position: relative;
    z-index: 20;
    padding: 0 0.5em;
    line-height: 1.5;
    float: left;
    width: auto;
    text-align: justify;
}
#portfolio_nav li {
    border-right: 1px solid #CA8428;
}
#portfolio_nav div.ahover {
    position: absolute;
    z-index: 10;
    background: url(http://turnwheel.com/images/tabs.png) no-repeat;
    border: 1px solid #CA8428;
}
#portfolio_list {
    margin-left: 52px;
}
#portfolio_list img {
    width: 605px;
    height: 191px;
}
#portfolio_list li p {
    margin: 6px 0px 12px 0px;
}
#portfolio_list li {
    margin: 10px auto;
}
.portfolio {
    text-align: center;
    margin-left: 150px;
    margin-bottom: 25px;
}
.portfolio img {
    margin: 0 auto;
    padding: 5px;
    background-color: #CCC;
}
.portfolio img:hover {
    background-color: #FFE87F;
}
.portfolio img {
    padding: 5px;
}
.right_info {
    float: right;
    padding: 25px 40px 0 0;
}
.launch_website {
    background: transparent url("http://turnwheel.com/images/launch_website.gif") 0 0 no-repeat;
    height: 22px;
    width: 120px;
	float: right;
	margin: 0 100px 0 0;
}
.launch_website:hover {
    background: transparent url("http://turnwheel.com/images/launch_website.gif") 0 -22px no-repeat;
}
.launch_website b {
    display: none;	
}
.launch_website a{
    display: block;
    height: 27px;
}
.launch_website  a:hover {
    background: transparent;
}
