/* begin 'product overview' */

section.featured#prod-overview{
    float: left;
    position: relative;
    width: 100%;
    min-width: 1100px;
    height: 100%;
    background-color: #333333;
    background-image: -moz-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -webkit-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -o-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: -ms-radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
    background-image: radial-gradient(center center, circle farthest-side, #4a4a4a, #333333 33%);
}

section.featured#prod-overview header#category{
    position: absolute;
    width: 100%;
    height: 36px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.7); /* not IE friendly :-[ */
    font-size: .69em;
    z-index: 2;
}



section.featured#prod-overview header h1{
    margin-left: 50px;
    font-family: 'Syncopate', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
}

section.featured#prod-overview ul li a header{
    position: absolute;
    bottom: 0px;
    width: 33.34%;
    background: none; /**/
    z-index: 2;   
}

section.featured#prod-overview ul li a header h2{
    margin-right: 20%;
    font-family: 'Syncopate', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 36px;
    text-align: right;
    text-transform: uppercase;
    color: #ffffff;
}

section.featured#prod-overview article.page{
    display: none;
}

section.featured#prod-overview article.page#one{
    display: block;
    /**/
}

section.featured#prod-overview ul{
    margin: 0px 50px 0px 0px;
    min-width: 1100px;
}

section.featured#prod-overview ul li{
    width: 33%;
    padding-bottom: 20px;
    border-right: 1px solid #404040;
    opacity: 1;
    text-align: center;
	position: static;
	float: left;
	display: block;
	min-height: 540px;
}

section.featured#prod-overview ul li:last-child{
    border-right: none;
}

section.featured#prod-overview ul li img{
    width: 70%;
    height: auto;
    margin-left: 0%;
    margin-right: 10px;
}



/* end product overview */
