#sidebar {
    background: #fff url(../images/sidebar_top_bg.gif) repeat-x top left;
}

#sidebar img.logo {
    padding-top: 32px;
}

#sidebar table {
    width: 260px;
    margin-left: 10px; /*may need to use padding for IE6*/
}

#product {
    height:  216px;
}

#clients-grid {
    margin-top: 20px;
}

#clients-grid td {
    text-align: center;
    padding: 10px 0 10px 0;
}

#main {
    background: #fff url(../images/main_top_bg.gif) repeat-x top left;
}

#intro {
    padding-left: 20px;
    width: 620px;
    height: 184px;
}

#intro p {
    line-height: 26px;
}

#intro img {
    margin: 0;
    padding: 0;
}

#subscribe {
    padding-left: 20px;
    height: 50px;
}

#subscribe table tr td {
    padding: 0;
    margin: 0;
    height: 50px;
    vertical-align: middle;
}

.icon img {
    float: left;
}

.icon h3 {
    padding-left: 70px;
    line-height: 49px;
}

#latest-article {
    margin: 20px;
}

#latest-article h3.icon {
    line-height: 49px;
    background: #fff url(../images/screen_icon.jpg) no-repeat left;
    padding-left: 70px;
}

#workshops {
    margin: 20px;
}

#workshops h3.icon {
    line-height: 49px;
    background: #fff url(../images/arrows_icon.jpg) no-repeat left;
    padding-left: 70px;
}

#workshops ul {
    margin: 0;
}

#workshops li {
    list-style-type: none;
}

#workshops li a {
    font-weight: bold;
}

#workshops li.description {
    color: #666;
    padding-bottom: 10px;
}

#search {
    padding-left: 20px;
    height: 50px;
}

#search table tr td {
    padding: 0;
    margin: 0;
    height: 50px;
    vertical-align: middle;
}

#top10 {
    margin: 20px 0 20px 20px;
}

#top10 h3.icon {
    line-height: 49px;
    background: #fff url(../images/thumbsup_icon.jpg) no-repeat left;
    padding-left: 70px;
}

#top10 ul {
    margin: 0;
}

#top10 li {
    list-style-type: none;
}

#top10 li a {
    font-weight: bold;
}


#adbox {
    margin: 20px 0 20px 20px;
}

#adbox div.image {
    padding: 0 10px 10px 10px;
}