body {
    border: 0;
    margin: 0;
    font-size: 13px;
}
* {
    font-family: Verdana, Arial, Tahoma, sans-serif;
}
a {
    color: #05a;
}
ul, ol {
    margin-bottom: 20px;
}
li {
    margin-bottom: 8px;
}

/* Blocks */

#wrapper {
    width: 800px;
    margin: 0 auto;
}

#header {
    margin-top: 15px;
}
#logo {
    float: left;
}
#pagetitle {
    float: left;
    margin: 10px 0px 0px 20px;

    font: bold 20px Verdana, Arial, Tahoma, sans-serif;
}
#disclaimer {
    clear: both;
    padding-top: 30px;
    font: 13px Tahoma, Arial, sans-serif;
}

#feature {
    margin-top: 15px;
    padding: 15px;

    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 14px;
    line-height: 18px;
}

#trymore {
    margin: 20px 0px;
}

.product {
    position:relative;
    float:left;
    margin: 10px 10px 20px 30px;
    width:350px;
    height:220px;
    border: 1px solid #AAA;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.product-icon {
    position:absolute;
    top:10px;
    left:10px;
    width:32px;
    height:32px;
    
}

.product-title {
    position:absolute;
    top:12px;
    left:50px;
    width:300px;
    height:15px;
    font: bold 18px Verdana, Arial, Tahoma, sans-serif;
}

.product-title a {
    text-decoration: none;
}

.product-desc {
    position:absolute;
    top:35px;
    padding:5px;
    left:155px;
    width:180px;
    height:160px;
    font: 11px Verdana, Arial, Tahoma, sans-serif;
}

.product-link {
    position:absolute;
    top:190px;
    left:275px;
    width:50px;
    height:15px;
    font: 11px Verdana, Arial, Tahoma, sans-serif;
}

.product-screenshotborder {
    position:relative;
    float: left;
    top:50px;
    left:-20px;
    padding:3px;
    background-color: #eee;
    background: -moz-linear-gradient(-45deg, #fff, #eee, #999);
    background: -webkit-gradient(linear, left top, right bottom,
                                 from(#fff), color-stop(0.75, #eee), to(#999));
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.product-screenshot {
    width: 160px;
    height: 120px;
    -moz-box-shadow: 0px 0px 2px black inset;
    -webkit-box-shadow: 0px 0px 2px black inset;
}

.tutorial-screenshot {
    border: 1px solid #999;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#copyright {
    margin: 20px 0px 30px;

    font-size: 13px;
    color: #555;
}

#feedSquares a {
    text-decoration: none;
}

#feedSquares a:hover {
    color: #27c;
}

#feedSquares {
    background-color: #eee;
    background: -moz-linear-gradient(-45deg, #fff, #eee, #999);
    background: -webkit-gradient(linear, left top, right bottom, from(#fff), color-stop(0.75, #eee), to(#999));
    width: 100%;
    height: 250px;
    border: 1px solid #AAA;
    position:relative;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#feedSquares-logo {
    position: absolute;
    top: 5px;
    left: 8px;
}

#feedSquares-screenshot {
    width: 300px;
    position: absolute;
    top: 50px;
    left: -20px;
}

#feedSquares-title {
    position: absolute;
    top: 15px;
    left: 70px;
    font: bold 18px Verdana, Arial, Tahoma, sans-serif;
}

#feedSquares-desc {
    position: absolute;
    top: 50px;
    left: 300px;
}

#topfeaturetext a {
    font: normal normal bold 18px/normal Verdana, Arial, Tahoma, sans-serif;
    font-size: 18px;
    text-decoration: none;
}

