﻿
#WebsiteToolsHome {
    margin-top: 20px;
}

#tools-nav{
    width: 560px;
    margin: 0 auto;
}
.tools-panel-profile, .tools-panel-portfolio, .tools-panel-webpage, .tools-panel-admin{
    width: 160px;
    background: #f5f5f5 url(Images/tools-panel-top.gif) no-repeat center top;
    margin-bottom: 10px;
    float: left;
    margin-left: 15px;
}

.tools-panel-profile:hover, .tools-panel-portfolio:hover, .tools-panel-webpage:hover, .tools-panel-admin:hover{
    background: #f5f5f5 url(Images/tools-panel-top-hover.gif) no-repeat center top;
    cursor: pointer; /* hand-shaped cursor */
}

.tools-content{
    padding-top:15px;
    padding-bottom:20px;
    text-align: center;
    background: url(Images/tools-panel-btm.gif) no-repeat center bottom;
    height: 175px;
}

.tools-content a{
    font-size:100%;
    font-weight:bold;
    color: #43413E;
}

.tools-content a:hover{
    text-decoration: none;
}

.tools-panel-profile p, .tools-panel-portfolio p, .tools-panel-webpage p, .tools-panel-admin p{
    padding: 90px 10px 0 10px;
    text-align: center;
    margin-top: 10px;
}

.tools-panel-profile p{
    background: transparent url(Images/tools-icon-profile.png) no-repeat center top;
}

.tools-panel-portfolio p{
    background: transparent url(images/tools-icon-portfolio.png) no-repeat center top;
}

.tools-panel-webpage p{
    background: transparent url(images/tools-icon-webpage.png) no-repeat center top;
}
