@charset "UTF-8";
/* CSS Document */

/* wrapper background gradients*/

/* head */
.grdntHead {
    height: auto;	
    background: -webkit-linear-gradient(rgba(128,128,128,0.3), rgba(128,128,128,0.03)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(128,128,128,0.3), rgba(128,128,128,0.03)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(128,128,128,0.3), rgba(128,128,128,0.03)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(128,128,128,0.3), rgba(128,128,128,0.03)); /* Standard syntax (must be last) */
}

/* divider */
 .grdntDvdr {
	height: 20px;
	background: -webkit-linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* Standard syntax (must be last) */
}

/* body */
.grdntBody {
    height: auto;
    background: -webkit-linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* Standard syntax (must be last) */
}

/* foot */
.grdntFoot {
    height: auto;
    background: -webkit-linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(128,128,128,0.05), rgba(128,128,128,0.03)); /* Standard syntax (must be last) */
}
