/* KeyLime Design CSS */

body#portfolio {
    background: #060;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: small;
}
body#home {
    background: url(/graphics/bg.gif);
}
img { 
    border: 0px; 
}
a {
    color: #060;
    text-decoration: none; 
}
a:active {
    color: #3c0;
}
a:visited {
    color: #030;
    text-decoration: none; 
}
a:hover { 
    color: #390; 
    text-decoration: none; 
}
div#nav {
    background: #fff url(/graphics/nav/bg.gif) repeat-x;
    height: 46px;
    margin: 0px;
    padding: 0px;
}
#nav ul {
    padding: 0px;
    margin: 0px;
    float: right;
}
#nav li {
    list-style: none;
    display: block;
    float: left;
    margin-top: 14px;
}
#nav #services-tab {
    background: url(/graphics/nav/services_f2.gif);
}
#nav #portfolio-tab {
    background: url(/graphics/nav/portfolio_f2.gif);
}
#nav #contact-tab {
    background: url(/graphics/nav/contact_f2.gif);
}
#nav #home-tab {
    background: url(/graphics/nav/home_f2.gif);
}
div#main {
    background: #fff;
    clear: both;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
/* home */
.info {
    font-family: "Verdana", sans-serif;
    font-size: x-small;
    color: #000;
}
.info h2 {
    font-size: x-small;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 2px;
    padding: 0px;
}
.info address {
    margin-top: -1.2em;
    font-style: normal;
    padding-left: 1.5em;
}
.info ul {
    list-style: none;
    margin: 0px;
    padding-left: 1.5em;
}
.info li {
    background: url(/graphics/li.gif) left center no-repeat;
    padding-left: 1em;
}
div.notes {
    padding-left: 1.2em;
}
div#keylimepie {
    width: 560px;
    clear: both;
    color: #cf6;
    text-align: left;
    font-size: small;
    font-family: "Verdana", sans-serif;
    margin: 44px auto;
    padding-left: 20px;
}
div#keylimepie ul, #keylimepie ol {
    list-style: none;
    width: 280px;
    margin: 0px;
    margin-bottom: 1.5em;
    padding: 0px;
}
div#keylimepie ol li {
    margin-bottom: .5em;
}
#pietitle {
    margin: 18px 0px;
}
#slice {
    float: right;
}
/* portfolio */
#portfolio div#main {
    background: #fff url(/graphics/portfolio/webdesign_portfolio.jpg) 20px 20px no-repeat;
}
#portfolio-list div ul li {
    list-style: disc;
}
div#portfolio-list {
    text-align: left;
    width: 500px;
    padding-top: 24px;
    padding-bottom: 160px;
    margin-left: 340px;
}
#portfolio-list li {
    list-style: none;
    vertical-align: middle;
    padding: 2px;
}
#portfolio-list li img {
    vertical-align: middle;
    margin-right: 6px;
}
#portfolio-list .close {
    float: right;
}
#portfolio-list .close img {
    background: url(/graphics/portfolio/close_f2.gif);
    display: block;
    margin: 0px;
    padding: 0px;
}
.listview a {
    font-weight: normal;
}
.fullview a {
    font-weight: bold;
}
.listview div, .listview .close {
    display: none;
}
.fullview div, .fullview .close {
    display: block;
}
#portfolio-list .website-design {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 12px;
    text-align: center;
}
#portfolio-list div {
    background: #fff url(/graphics/portfolio/dropshadow.gif) repeat-x;
    border: solid 1px #ddd;
    border-top: solid 2px #9f0;
    margin-left: 22px;
    padding: 12px;
    padding-top: 18px;
    margin-bottom: 8px;
}
#portfolio-list div a {
    color: #060;
    font-weight: normal;
    text-decoration: underline;
}
#portfolio-list div a:hover {
    color: #390;
}

div#footer {
    background: url(/graphics/footer_bg.gif) repeat-x;
    height: 40px;
    text-align: right;
    padding: 10px 24px;
}
#home div#footer {
    background-image: none;
}
    