/*css3*/
#menu li {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    behavior: url(js/lib/PIE.htc);
}
#main_image .box {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    behavior: url(js/lib/PIE.htc);
}
#menu li a {
    text-shadow:0px 1px 0px #fff;
}
#module li h2 {
    text-shadow:0px 1px 0px #ddd;
	font-family: "Myriad Pro", "Arial";
}
#tabs .container {
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    behavior: url(js/lib/PIE.htc);
}
#tabs ul.ui-tabs-nav li a {
    text-shadow:0px 1px 0px #e1e4e4;
}
#contact_card {
    text-shadow:0px 1px 0px #1d1d1d;
    background:#424444;
    border-radius:3px;
    /*webkit*/
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(38,38,38)),
    color-stop(1, rgb(66,68,68))
    );
    -webkit-border-radius:3px;
    -webkit-box-shadow:0px 0px 10px #000;
    /*moz*/
    background-image: -moz-linear-gradient(
    center bottom,
    rgb(38,38,38) 0%,
    rgb(66,68,68) 100%
    );
    -moz-border-radius:3px;
    -moz-box-shadow:0px 0px 10px #000;
    behavior: url(js/lib/PIE.htc);
}
#footer {
    text-shadow:0px 1px 0px #000;
}